Skip to content

Commit

Permalink
align True
Browse files Browse the repository at this point in the history
  • Loading branch information
ElStabilini committed Nov 22, 2024
1 parent 973b318 commit 3164fd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qibocal/protocols/rabi/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def sequence_length(
params: Parameters,
platform: Platform,
pulse: bool, # if true calibrate pi_half pulse
use_align: bool = False,
use_align: bool = True,
) -> tuple[PulseSequence, dict, dict, dict]:
"""Return sequence for rabi length."""

Expand All @@ -278,8 +278,8 @@ def sequence_length(
qd_pulse = replace(qd_pulse, amplitude=params.pulse_amplitude)

amplitudes[q] = qd_pulse.amplitude
qd_pulses[q] = qd_pulse
ro_pulses[q] = ro_pulse
qd_pulses[q] = qd_pulse

if pulse:
sequence.append((qd_channel, qd_pulse))
Expand Down

0 comments on commit 3164fd8

Please sign in to comment.