What Do the Pauli Matrices Mean?
February 6, 2025
The Pauli matrices show up everywhere in quantum computing, but they are often introduced as “here are three matrices, now use them.” This page explains what they mean for a single qubit.
The three Pauli matrices
You can think of them as the “X, Y, Z axes operators” for a qubit.
A qubit is a 2D quantum system
A qubit state lives in a 2D complex vector space. A spinor is just a coordinate representation of that abstract vector in some chosen basis (commonly the eigenbasis).
Nothing in the column means “spin value in the x direction” directly. It just means:
- the amplitude to get one measurement outcome in a chosen basis
- and the amplitude to get the other outcome
Pauli matrices as observables (measurements)
In quantum mechanics, measurable quantities are represented by Hermitian operators. The Pauli matrices are Hermitian, so they can be treated as observables.
Each Pauli matrix has eigenvalues . For example:
- measuring yields either or
- the corresponding eigenstates are and (in the usual convention)
More explicitly:
Similarly, has eigenstates and , where:
This gives a concrete rule for probabilities:
If your state is , then the probability of getting when measuring is , and for it is .
Pauli matrices as rotations (gates)
In quantum computing, Pauli matrices also act as gates:
- flips
- applies a relative phase
On the Bloch sphere, these correspond to 180° rotations about the X, Y, Z axes.
If you have read the Bloch sphere page, this is why Pauli matrices feel “geometric”: they are the simplest nontrivial rotations of a qubit.
Why do they come in a triple?
There are three because a single qubit has three independent real degrees of freedom once you factor out normalization and global phase. The Pauli matrices form a natural basis for qubit operators:
Any Hermitian matrix can be written as a real linear combination of:
That’s why Hamiltonians, noise models, and measurement operators are often expressed in the Pauli basis.
Commutation (why measurement axes conflict)
The Pauli matrices do not commute:
Non-commutation is the algebraic way to say:
- measuring along one axis and then along another can change the state,
- you cannot assign consistent pre-existing values to all three components at once.
Quick example: “spin up in X” then measure Z
If the qubit is prepared in (the eigenstate of ), then measuring gives:
So “definite along X” implies “random along Z.”
Next
- For the geometric picture: Bloch sphere
- For how these show up in circuits: Single-qubit gates