Skip to content

Commit

Permalink
Update src/qibocal/protocols/flipping.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 Dec 11, 2024
1 parent 478c864 commit 837cc08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibocal/protocols/flipping.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def flipping_sequence(
qd_channel, qd_pulse = natives.RX()[0]

qd_detuned = update.replace(
qd_pulse, delta_amplitude=qd_pulse.amplitude + delta_amplitude
qd_pulse, amplitude=qd_pulse.amplitude + delta_amplitude
)
sequence.append((qd_channel, qd_detuned))
sequence.append((qd_channel, qd_detuned))
Expand Down

0 comments on commit 837cc08

Please sign in to comment.