Skip to content

Commit

Permalink
Update qasm_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdilkes committed Sep 4, 2023
1 parent 3a06eaa commit 04c0c9f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pytket/tests/qasm_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,6 @@ def test_named_conditional_barrier() -> None:
)
qs_str: str = circuit_to_qasm_str(circ)
c_from_qs: Circuit = circuit_from_qasm_str(qs_str)
print(c_from_qs.get_commands()[1].op.op.data)
for i, x in enumerate(c_from_qs.get_commands()):
print(i, x)
assert qs_str == circuit_to_qasm_str(c_from_qs)


Expand Down

0 comments on commit 04c0c9f

Please sign in to comment.