We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2077d7 commit ae149fbCopy full SHA for ae149fb
cirq/ops/clifford_gate.py
@@ -166,7 +166,7 @@ def from_xz(x_to, z_to):
166
_to_clifford_tableau(x_to=x_to, z_to=z_to)
167
)
168
169
- # 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.
170
cls._all_single_qubit_cliffords = (
171
# 0: Identity
172
from_xz(x_to=pX, z_to=pZ), # I
0 commit comments