• Fundamentals

Measurement Basis

The choice of observable used to measure a qubit, which determines which orthogonal states the qubit collapses to; different bases reveal different aspects of the quantum state.

Every quantum measurement is a measurement in some basis. The basis is a choice of which orthogonal states the qubit will be forced to distinguish between when it is observed. Measuring in the Z (computational) basis asks whether the qubit is 0|0\rangle or 1|1\rangle. Measuring in the X basis asks whether the qubit is +|{+}\rangle or |{-}\rangle. Measuring in the Y basis asks whether it is +i|{+i}\rangle or i|{-i}\rangle. These three bases correspond directly to the three axes of the Bloch sphere: measurement in a given basis collapses the qubit to one of the two poles of that axis.

The details

A qubit state ψ|\psi\rangle can be written in any orthonormal basis. In the Z basis:

ψ=α0+β1|\psi\rangle = \alpha|0\rangle + \beta|1\rangle

Measuring in the Z basis yields 0|0\rangle with probability α2|\alpha|^2 and 1|1\rangle with probability β2|\beta|^2, per the Born rule. The same state written in the X basis is:

ψ=α+β2++αβ2|\psi\rangle = \frac{\alpha + \beta}{\sqrt{2}}|{+}\rangle + \frac{\alpha - \beta}{\sqrt{2}}|{-}\rangle

Measuring in the X basis yields +|{+}\rangle with probability α+β2/2|\alpha + \beta|^2 / 2 and |{-}\rangle with probability αβ2/2|\alpha - \beta|^2 / 2. Changing the basis changes the measurement statistics.

Basis changes are implemented by unitary gates applied before a standard Z-basis measurement. To measure in the X basis, apply a Hadamard gate first, then measure in Z. To measure in the Y basis, apply SHS^\dagger H before the Z-basis measurement. This is the standard technique used in quantum circuits: the physical hardware typically measures only in Z, and basis choice is folded into the gate sequence.

In multi-qubit systems, basis choice becomes richer. Bell-state measurements (used in quantum teleportation and entanglement distillation) project two qubits onto the four Bell states simultaneously, and require a CNOT followed by a Hadamard before standard Z-basis readout.

Why it matters for learners

Basis choice is central to nearly every quantum protocol. In quantum key distribution (BB84), security comes from the fact that an eavesdropper who measures in the wrong basis irreversibly disturbs the state. In quantum error correction, syndrome extraction measures qubits in carefully chosen bases to detect errors without collapsing the logical qubit. In variational algorithms, each observable of interest requires its own basis rotation before measurement.

A common source of confusion in circuit diagrams is that all measurement symbols look the same but the surrounding gates encode the actual basis. Reading a circuit correctly requires tracking which gates precede measurement to determine what observable is actually being sampled.

Common misconceptions

Misconception 1: There is a preferred or correct basis. The Z basis is conventional, not fundamental. Nature does not distinguish it. Some hardware platforms (such as trapped ions) naturally measure in Z, but this is an engineering choice, not a physical law.

Misconception 2: Measuring in the wrong basis destroys information irreversibly. Measurement in any basis is irreversible in the sense that the pre-measurement state cannot be recovered. However, the state that results is a valid quantum state that can be used for further computation in the new basis. The issue is that information about the original state that was stored in the complementary basis is lost.

See also