Skip to content

Commit

Permalink
fix error in flipping sequence construction for rx90
Browse files Browse the repository at this point in the history
  • Loading branch information
ElStabilini committed Dec 3, 2024
1 parent 2d8c8f7 commit 1bac594
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qibocal/protocols/flipping.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ def flipping_sequence(
sequence.append((qd_channel, qd_detuned))
sequence.append((qd_channel, qd_detuned))

sequence |= natives.MZ()

else:
sequence |= natives.R(theta=np.pi / 2)

Expand Down
1 change: 1 addition & 0 deletions tests/runcards/protocols.yml
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,7 @@ actions:
nflips_step: 1
nshots: 50
unrolling: True
rx90: True


- id: dispersive shift
Expand Down

0 comments on commit 1bac594

Please sign in to comment.