Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf committed Nov 6, 2023
1 parent a7395c4 commit 4fcb91f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/qvm_backend_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,10 +398,10 @@ def test_gateset(qvm: None, quilc: None) -> None:
forest_backend = ForestBackend(qc)

c = Circuit(5, 5)
c.ISWAP(0.1, 0, 1)
c.ISWAP(0.1, 4, 5)
c.measure_all()

c = forest_backend.get_compiled_circuit(c)
# c = forest_backend.get_compiled_circuit(c)

for g in c:
print(g)
Expand Down

0 comments on commit 4fcb91f

Please sign in to comment.