Skip to content

Commit

Permalink
Fix ionq test
Browse files Browse the repository at this point in the history
  • Loading branch information
daxfohl committed Mar 4, 2025
1 parent 2ad2f0b commit 7070d08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cirq-ionq/cirq_ionq/ionq_gateset.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def __init__(self, *, atol: float = 1e-8):
cirq.YYPowGate,
cirq.ZZPowGate,
cirq.MeasurementGate,
cirq.GlobalPhaseGate,
unroll_circuit_op=False,
)
self.atol = atol
Expand Down

0 comments on commit 7070d08

Please sign in to comment.