Skip to content

Commit

Permalink
feat: Change phase_sign default to be True
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-pasquale committed Aug 12, 2024
1 parent b027d63 commit 298ce25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibocal/protocols/resonator_spectroscopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class ResonatorSpectroscopyParameters(Parameters):
If high both the readout frequency and the bare resonator frequency will be updated."""
fit_function: str = "lorentzian"
"""Routine function (lorentzian or s21) to fit data with a model."""
phase_sign: bool = False
phase_sign: bool = True
"""Several instruments have their convention about the sign of the phase. If True, the routine
will apply a minus to the phase data."""
amplitude: Optional[float] = None
Expand Down

0 comments on commit 298ce25

Please sign in to comment.