Skip to content

Commit

Permalink
Fix typo (quantumlib#5935)
Browse files Browse the repository at this point in the history
  • Loading branch information
viathor authored and rht committed May 1, 2023
1 parent d50f2d5 commit c86a46b
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 c86a46b

Please sign in to comment.