Skip to content

Commit

Permalink
Merge branch 'deserialize_stimcirq_gates' of https://github.com/dstra…
Browse files Browse the repository at this point in the history
…in115/Cirq-1 into deserialize_stimcirq_gates
  • Loading branch information
dstrain115 committed Mar 7, 2025
2 parents 9f76b20 + 73c16e1 commit b96e5dd
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1046,11 +1046,7 @@ def test_reset_gate_with_improper_argument():


def test_stimcirq_gates():
try:
import stimcirq
except ModuleNotFoundError: # pragma: no cover
# Stimcirq not found, these are optional tests.
return
stimcirq = pytest.importorskip("stimcirq")
serializer = cg.CircuitSerializer()
q = cirq.q(1, 2)
q2 = cirq.q(2, 2)
Expand Down

0 comments on commit b96e5dd

Please sign in to comment.