Skip to content

Commit

Permalink
* black
Browse files Browse the repository at this point in the history
  • Loading branch information
eggerdj committed Oct 18, 2024
1 parent 6473e87 commit 8114805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_swap_cancellation.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_simple(self):
qc.swap(3, 2)
qc.rzz(1.234, 1, 2)
qc.swap(1, 2)

qreg = next(iter(qc.qregs))

swap_pass = SwapToFinalMapping()
Expand Down

0 comments on commit 8114805

Please sign in to comment.