Skip to content

Commit

Permalink
Remove no-longer-relevant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
daxfohl committed Mar 2, 2025
1 parent 674a337 commit a44aa4d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cirq-core/cirq/ops/clifford_gate.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,6 @@ def _gate_tableau(num_qubits: int, gate: raw_types.Gate) -> 'cirq.CliffordTablea
class CommonCliffordGateMetaClass(value.ABCMetaImplementAnyOneOf):
"""A metaclass used to lazy initialize several common Clifford Gate as class attributes."""

# These are class properties so we define them as properties on a metaclass.
# Note that in python 3.9+ @classmethod can be used with @property, so these
# can be moved to CommonCliffordGates.

@property
def all_single_qubit_cliffords(cls) -> Sequence['cirq.SingleQubitCliffordGate']:
"""All 24 single-qubit Clifford gates."""
Expand Down

0 comments on commit a44aa4d

Please sign in to comment.