Skip to content

Commit

Permalink
Update flipping.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ElStabilini authored Nov 27, 2024
1 parent 96dd44e commit 07a4bcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qibocal/protocols/flipping.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ def _acquisition(
if rx90
else platform.natives.single_qubit[qubit].RX[0][1].amplitude
)
for qubit in targets,
}
for qubit in targets
},
rx90=params.rx90,
)

Expand Down

0 comments on commit 07a4bcd

Please sign in to comment.