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 0089a25 commit 3ebc68f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/qvm_backend_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,9 +401,8 @@ def test_gateset(qvm: None, quilc: None) -> None:
c.ISWAP(0.1, 0, 2)
c.measure_all()

c = forest_backend.get_compiled_circuit(c)
# c = forest_backend.get_compiled_circuit(c)
h = forest_backend.process_circuit(c, 10)
# h = forest_backend.process_circuit(c, n_shots, valid_check=False)
forest_backend.get_result(h)


Expand Down

0 comments on commit 3ebc68f

Please sign in to comment.