Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-k committed Oct 18, 2024
1 parent 5f4e701 commit f724746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qibocal/protocols/couplers/coupler_chevron.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from ..two_qubit_interaction.utils import order_pair


def _aquisition(
def _acquisition(
params: ChevronParameters,
platform: Platform,
targets: list[QubitPairId],
Expand Down Expand Up @@ -137,5 +137,5 @@ def plot(data: ChevronData, fit: Results, target):
return _plot(data, None, target)


coupler_chevron = Routine(_aquisition, _fit, plot, two_qubit_gates=True)
coupler_chevron = Routine(_acquisition, _fit, plot, two_qubit_gates=True)
"""Coupler cz/swap flux routine."""

0 comments on commit f724746

Please sign in to comment.