intermediate · Physics · Spin-½ Systems & Pauli Algebra
Pauli Matrices Revisited
The three Pauli matrices are the building blocks of all spin-½ physics. In the z-basis
{∣0⟩,∣1⟩} they are
σx=(0110),σy=(0i−i0),σz=(100−1).
They are exactly the qubit gates X, Y, Z. This lesson collects the algebraic facts you will use
constantly; later lessons derive their commutators and physical consequences.
Hermitian and unitary at once
Each Pauli matrix equals its own conjugate transpose, σk†=σk, so they are
Hermitian — hence they represent observables, with real eigenvalues. They are also unitary,
σk†σk=I, so they are valid quantum gates. The two properties together force a
strong condition we exploit below.
A matrix satisfying A2=I is called an involution. Combined with Hermiticity and unitarity this
tells us the Paulis are simultaneously their own inverses: σk−1=σk.
Trace and determinant
Every Pauli matrix is traceless and has determinant −1:
trσk=0,detσk=−1.
Because the trace equals the sum of eigenvalues and the determinant their product, the only possibility
for each Hermitian σk is the eigenvalue pair
λ±=±1.
These dimensionless ±1 eigenvalues become the physical ±2ℏ measurement outcomes
once we form the spin operators Sk=2ℏσk in a later lesson.
Try it
Confirm the involution property numerically for σy: square it as a complex 2×2 matrix
and return the real part of the (0,0) entry, which should be 1.
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.