The Clifford Group
The Clifford group is the workhorse of fault-tolerant computing: a large, structured family of gates that most error-correcting codes can implement transversally (cheaply). Understanding it precisely tells us both what we get for free and — crucially — what we are still missing.
The Pauli group first
On qubits the Pauli group consists of tensor products of together with overall phases . For one qubit,
Paulis are the natural language of errors: a single-qubit error can be expanded in the Pauli basis, so correcting , , and on each qubit corrects any single-qubit error.
The Clifford group as a normalizer
The Clifford group is defined as the normalizer of the Pauli group inside the unitary group: the set of unitaries that map Paulis to Paulis under conjugation,
In words: a Clifford unitary may shuffle and combine Pauli operators, but it never turns a Pauli into something outside the Pauli group. This is exactly the property that lets us track errors classically as they pass through a Clifford circuit (the Gottesman–Knill theorem, next lesson).
Generators
Remarkably, the entire (multi-qubit) Clifford group is generated by just three gates:
where is the phase gate. Every Clifford operation is a product of these. Their conjugation action on Paulis is what makes them Clifford:
| Gate | | | |------|-------------|-------------| | | | | | | | | | CNOT | ; ... | ; ... |
The single-qubit Cliffords are exactly the 24 rotations that permute the six Bloch-sphere axis points — the symmetry group of the octahedron.
A worked conjugation
Because swaps the and axes, conjugating by gives :
This is not just an algebraic curiosity — it is the recipe for measuring in the basis using a -basis measurement, and it shows how a Clifford word built from generators reproduces another Pauli. The exercise asks you to build and confirm it equals .
Why we care
- Transversality. For codes like the surface code and many CSS codes, Clifford gates (or their logical analogues) are implementable transversally or by other cheap fault-tolerant means.
- Classical simulability. Clifford circuits on stabilizer inputs can be simulated efficiently on a classical computer — both a gift (error tracking) and a warning (no quantum speedup from Cliffords alone).
- A foundation to extend. A single non-Clifford gate — the gate — added to this group yields universality, which is the subject of the next several lessons.
Try it
Construct the Clifford word on one qubit. The grader checks the full unitary (up to global phase); it should equal the Pauli .
Sign in on the full site to ask questions and join the discussion.