From 2fc9519391004bd6fb558f6b18424c05bf40e590 Mon Sep 17 00:00:00 2001 From: Melf Date: Mon, 6 Nov 2023 17:25:51 +0000 Subject: [PATCH] update --- tests/qvm_backend_test.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/qvm_backend_test.py b/tests/qvm_backend_test.py index 55812d2..3a41878 100644 --- a/tests/qvm_backend_test.py +++ b/tests/qvm_backend_test.py @@ -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"