Skip to content

Commit

Permalink
Update the vz signal experiment accordingly as well
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-k committed Jan 15, 2025
1 parent b989a23 commit 18dd923
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,8 @@ def _acquisition(
for setup in ("I", "X"):
(
sequence,
_,
theta_pulse,
data.amplitudes[ord_pair],
data.durations[ord_pair],
) = create_sequence(
platform,
setup,
Expand All @@ -87,7 +86,6 @@ def _acquisition(
params.native,
params.dt,
params.parking,
params.flux_pulse_amplitude,
)
theta = np.arange(
params.theta_start,
Expand Down

0 comments on commit 18dd923

Please sign in to comment.