quantum-gate-pauli
**This is an old revision of the document!**
Table of Contents
Pauli gates
Pauli gates (I, X, Y, Z) form the fundamental set of single-qubit gates that generate the Pauli group. They are Clifford gates and commute/anticommute in well-defined ways, making them essential for quantum error correction and circuit decomposition.
The four pauli gates
- Identity (I) — no-op; eigenvalues ±1
- Pauli X (NOT) — bit flip around x-axis
- Pauli Y — rotation around y-axis; composition of X and Z
- Pauli Z — phase flip; $Z = \begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}$
Algebraic properties
- Involution: All Paulis are self-inverse ($P^2 = I$ for all P)
- Anticommutation: $\{P_i, P_j\} = 0$ for $i \neq j$ (any two distinct Paulis anticommute)
- Eigenvalues: All Paulis have eigenvalues ±1
- Completeness: Any single-qubit unitary can be decomposed as a linear combination of Paulis
Uses
- Error correction: Syndrome measurements detect which Pauli error occurred
- Tomography: Measuring expectations of all three X, Y, Z gives complete state info
- Circuit synthesis: Arbitrary unitaries decompose into Pauli rotations (RX, RY, RZ)
quantum-gate-pauli.1787759200.md.gz · Last modified: by 127.0.0.1
