Skip to content

Commit ae149fb

Browse files
authored
Fix typo (quantumlib#5935)
1 parent e2077d7 commit ae149fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cirq/ops/clifford_gate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def from_xz(x_to, z_to):
166166
_to_clifford_tableau(x_to=x_to, z_to=z_to)
167167
)
168168

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

0 commit comments

Comments
 (0)