Skip to content

Commit

Permalink
Update src/qibocal/protocols/rabi/ef.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Pasquale <[email protected]>
  • Loading branch information
ElStabilini and andrea-pasquale authored Nov 25, 2024
1 parent 62230c9 commit 23ae111
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/qibocal/protocols/rabi/ef.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ def _acquisition(
pulses=[qd_pulses[qubit] for qubit in targets],
)

if params.rx90:
raise ValueError("Use RX90 = False")
assert not params.rx90, "Rabi ef available only for RX pulses."

data = RabiAmplitudeEFData(durations=durations, rx90=False)

Expand Down

0 comments on commit 23ae111

Please sign in to comment.