Skip to content

Commit

Permalink
Fix typo (#5935)
Browse files Browse the repository at this point in the history
  • Loading branch information
viathor committed Oct 31, 2022
1 parent c45b2c5 commit 89d6270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cirq-core/cirq/ops/clifford_gate.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def from_xz(x_to, z_to):
_to_clifford_tableau(x_to=x_to, z_to=z_to)
)

# Order in is relied on in properties that retrieve a specific Clifford below.
# Order matters: it's relied upon in properties that retrieve a specific Clifford below.
cls._all_single_qubit_cliffords = (
# 0: Identity
from_xz(x_to=pX, z_to=pZ), # I
Expand Down

0 comments on commit 89d6270

Please sign in to comment.