Skip to content

Commit

Permalink
Merge pull request #1017 from qiboteam/vz_fix
Browse files Browse the repository at this point in the history
In VZ signal experiment sweep phase as absolute, instead of relative to match the non-signal experiment
  • Loading branch information
Edoardo-Pedicillo authored Oct 22, 2024
2 parents 3f7aad7 + 7d6af84 commit 03e65d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def _acquisition(
)
sweeper = Sweeper(
Parameter.relative_phase,
theta - data.vphases[ord_pair][target_q],
theta,
pulses=[theta_pulse],
type=SweeperType.ABSOLUTE,
)
Expand Down

0 comments on commit 03e65d0

Please sign in to comment.