Skip to content

Commit 03e65d0

Browse files
Merge pull request #1017 from qiboteam/vz_fix
In VZ signal experiment sweep phase as absolute, instead of relative to match the non-signal experiment
2 parents 3f7aad7 + 7d6af84 commit 03e65d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qibocal/protocols/two_qubit_interaction/virtual_z_phases_signal.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def _acquisition(
9999
)
100100
sweeper = Sweeper(
101101
Parameter.relative_phase,
102-
theta - data.vphases[ord_pair][target_q],
102+
theta,
103103
pulses=[theta_pulse],
104104
type=SweeperType.ABSOLUTE,
105105
)

0 commit comments

Comments
 (0)