quantum-gate-pauli
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| quantum-gate-pauli [August 26, 2026 at 15:47] – Ivan Janevski | quantum-gate-pauli [August 26, 2026 at 15:58] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| # Pauli gates | # 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/ | + | **Pauli gates** (I, X, Y, Z) form the fundamental set of single-qubit gates that generate the Pauli group. They are [[quantum-gate-clifford|Clifford gates]] with eigenvalues ±1 and well-defined |
| - | ## The four pauli gates | + | ## The four Pauli gates |
| - | - **[[quantum-gate-i|Identity (I)]]**: no-op; | + | - **[[quantum-gate-i|Identity (I)]]**: no-op; |
| - | - **[[quantum-gate-x|Pauli X (NOT)]]**: bit flip around x-axis | + | - **[[quantum-gate-x|Pauli X (NOT)]]**: bit flip; swaps $|0\rangle \leftrightarrow |1\rangle$ |
| - | - **[[quantum-gate-y|Pauli Y]]**: | + | - **[[quantum-gate-y|Pauli Y]]**: |
| - | - **[[quantum-gate-z|Pauli Z]]**: phase flip; $Z = \begin{pmatrix} | + | - **[[quantum-gate-z|Pauli Z]]**: phase flip; applies |
| - | ## Algebraic properties | + | ## Matrix representations |
| - | - **Involution**: | + | $$I = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} \quad X = \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix} \quad Y = \begin{pmatrix} 0 & -i \\ i & 0 \end{pmatrix} \quad Z = \begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}$$ |
| - | - **Anticommutation**: $\{P_i, P_j\} = 0$ for $i \neq j$ (any two distinct Paulis anticommute) | + | |
| - | - **Eigenvalues**: All Paulis have eigenvalues ±1 | + | X and Z have eigenvalues $\pm 1$ with eigenvectors in the $x$ and $z$ bases; Y has eigenvalues $\pm 1$ with eigenvectors in the $x$-$z$ diagonal basis. |
| - | - **Completeness**: | + | |
| + | ## Commutation relations | ||
| + | |||
| + | The Pauli matrices satisfy: | ||
| + | |||
| + | - **Same axis**: $[P_i, P_i] = 0$ (commute with themselves) | ||
| + | - **Different axes**: $\{P_i, P_j\} = 2\delta_{ij}$ for $i \neq j$ (anticommute): | ||
| + | - **Reverse**: | ||
| + | |||
| + | ## Key properties | ||
| + | |||
| + | - **Involution**: | ||
| + | - **Unitary**: All Paulis are unitary; | ||
| + | - **Trace**: $\mathrm{Tr}(P) = 0$ for $X, Y, Z$; $\mathrm{Tr}(I) = 2$ | ||
| + | - **Determinant**: $\det(X) = \det(Y) = \det(Z) = -1$; $\det(I) = 1$ | ||
| + | - **Completeness**: | ||
| + | |||
| + | ## Special cases and relations to rotations | ||
| + | |||
| + | Pauli gates are special cases of [[quantum-gate-rotation|rotation gates]] at $\theta = \pi$ (up to global phase): | ||
| + | |||
| + | - $X = R_X(\pi) \cdot e^{i\pi/2}$ (equivalently, | ||
| + | - $Y = R_Y(\pi) \cdot e^{i\pi/2}$ (equivalently, | ||
| + | - $Z = R_Z(\pi) \cdot e^{i\pi/2}$ (equivalently, | ||
| + | |||
| + | More generally, Pauli matrices appear as generators in rotation exponentials: | ||
| ## Uses | ## Uses | ||
| - | - **Error correction**: | + | - **Error correction**: |
| - | - **Tomography**: Measuring expectations | + | - **State tomography**: Measuring expectations |
| - | - **Circuit | + | - **Measurement basis**: Rotate before measurement to measure in different bases (e.g., X-basis requires $H$ rotation before Z measurement) |
| + | - **Circuit | ||
| + | - **Stabilizer formalism**: | ||
| + | |||
| + | ## Decomposition and completeness | ||
| + | |||
| + | Any $2 \times 2$ Hermitian matrix can be decomposed as $H = a_0 I + a_1 X + a_2 Y + a_3 Z$. For Hermitian observables, | ||
| + | |||
| + | $$\langle \psi | H | \psi \rangle = a_0 + a_1 \langle X \rangle + a_2 \langle Y \rangle + a_3 \langle Z \rangle$$ | ||
| + | |||
| + | This is the basis for Pauli measurement grouping in quantum algorithms. | ||
| + | |||
| + | ## Implementation | ||
| + | |||
| + | - **Measurement**: | ||
| + | - **Superconducting qubits**: Paulis are realized as single microwave pulses or virtual operations (phase shifts) | ||
| + | - **Trapped ions**: State-selective measurements (e.g., fluorescence) give Z measurements; | ||
| + | - **Photonic**: | ||
| + | - **Fidelity**: | ||
| + | |||
| + | ## Relations | ||
| + | |||
| + | - [[quantum-gate-rotation|Rotation gates]]: Paulis are special cases of $R_i(\pi)$ up to global phase | ||
| + | - [[quantum-gate-clifford|Clifford gates]]: All Pauli gates are Clifford | ||
| + | - [[quantum-gate-single-qubit|Single-qubit gates]]: Paulis generate $\mathbb{C}^{2 \times 2}$ via linear combinations | ||
| + | - [[quantum-gate-i|Identity (I)]], [[quantum-gate-x|X gate]], [[quantum-gate-y|Y gate]], [[quantum-gate-z|Z gate]]: Individual gate articles | ||
| + | - [[quantum-gate-stabilizer-formalism|Stabilizer formalism]]: | ||
| + | - Error correction: Pauli syndromes in quantum codes like surface codes and toric codes | ||
quantum-gate-pauli.1787759227.md.gz · Last modified: by Ivan Janevski
