Skip to content

Commit

Permalink
Merge branch 'fix_fit_ramsey' of github.com:qiboteam/qibocal into fix…
Browse files Browse the repository at this point in the history
…_fit_ramsey
  • Loading branch information
Edoardo-Pedicillo committed Dec 5, 2023
2 parents 2af932b + 03ecf92 commit 03808d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qibocal/protocols/characterization/rabi/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def extract_rabi(data):
Extract Rabi fit info.
"""
if "RabiAmplitude" in data.__class__.__name__:
return "amp", "Amplitude (dimensionless)", rabi_amplitude_function
return "amp", "Amplitude [dimensionless]", rabi_amplitude_function
elif "RabiLength" in data.__class__.__name__:
return "length", "Time (ns)", rabi_length_function
return "length", "Time [ns]", rabi_length_function
raise RuntimeError("Data has to be a data structure of the Rabi routines.")

0 comments on commit 03808d7

Please sign in to comment.