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 2f64138 commit 2fc9519
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/qvm_backend_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,19 +405,9 @@ def test_gateset(qvm: None, quilc: None) -> None:

c.measure_all()

for g in c:
print(g)

# c = forest_backend.get_compiled_circuit(c, optimisation_level=0)

for g in c:
print(g)

h = forest_backend.process_circuit(c, 10)
forest_backend.get_result(h)

assert 1 == 2


@pytest.mark.skipif(
skip_qvm_tests, reason="Can only run Rigetti QVM if docker is installed"
Expand Down

0 comments on commit 2fc9519

Please sign in to comment.