Skip to content

Commit

Permalink
create first RX90 of the sequence always using R.(theta=pi/2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElStabilini authored Dec 11, 2024
1 parent f62bbc3 commit 832d0e9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/qibocal/protocols/flipping.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ def flipping_sequence(
sequence = PulseSequence()
natives = platform.natives.single_qubit[qubit]

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

for _ in range(flips):

Expand Down

0 comments on commit 832d0e9

Please sign in to comment.