• Mathematics

Bloch Sphere

A geometric representation of a single qubit's state as a point on the surface of a unit sphere, used to visualise quantum gates as rotations.

The Bloch sphere is the standard visualization for a single qubit’s quantum state. Every pure state ψ|\psi\rangle maps to a unique point on the surface of a unit sphere. The north pole represents 0|0\rangle, the south pole represents 1|1\rangle, and every other point is a valid superposition. The equator contains states with equal probability of measuring 0 or 1, such as +=(0+1)/2|+\rangle = (|0\rangle + |1\rangle)/\sqrt{2}.

This is useful not just as a picture but as a calculation tool: every single-qubit gate is a rotation of the sphere around a specific axis, by a specific angle.

The details

A general single-qubit pure state is parameterized by two angles θ[0,π]\theta \in [0, \pi] and ϕ[0,2π)\phi \in [0, 2\pi):

ψ=cos ⁣(θ2)0+eiϕsin ⁣(θ2)1|\psi\rangle = \cos\!\left(\frac{\theta}{2}\right)|0\rangle + e^{i\phi}\sin\!\left(\frac{\theta}{2}\right)|1\rangle

The angle θ\theta determines the latitude on the sphere: θ=0\theta = 0 is the north pole (0|0\rangle), θ=π\theta = \pi is the south pole (1|1\rangle), and θ=π/2\theta = \pi/2 is the equator. The angle ϕ\phi is the longitude, determined by the relative phase between 0|0\rangle and 1|1\rangle.

Quantum gates correspond to specific rotations:

  • Pauli-X: 180°180° rotation around the X-axis. Flips 01|0\rangle \leftrightarrow |1\rangle (bit flip).
  • Pauli-Z: 180°180° rotation around the Z-axis. Adds a π\pi phase to 1|1\rangle, leaves 0|0\rangle unchanged.
  • Pauli-Y: 180°180° rotation around the Y-axis. Performs both bit flip and phase flip simultaneously.
  • Hadamard: 180°180° rotation around the X+Z diagonal axis. Maps 0+|0\rangle \to |+\rangle and 1|1\rangle \to |-\rangle.
  • S gate: 90°90° rotation around the Z-axis.
  • T gate: 45°45° rotation around the Z-axis (used in universal gate sets).

The general Rx(α)R_x(\alpha), Ry(α)R_y(\alpha), Rz(α)R_z(\alpha) rotation gates implement rotations by arbitrary angle α\alpha around each axis. Any single-qubit unitary can be decomposed into three such rotations, a fact used constantly in circuit optimization.

Why it matters for learners

The Bloch sphere gives you geometric intuition for single-qubit gates before you work through the matrix algebra. When you see a circuit applying HH then ZZ then HH, you can trace the path on the sphere and immediately recognize the result is equivalent to XX.

This geometric reasoning also helps with understanding measurement. Measuring in the computational basis corresponds to projecting onto the Z-axis. Measuring in the {+,}\{|+\rangle, |-\rangle\} basis corresponds to projecting onto the X-axis. The angle between the state and the measurement axis determines the outcome probabilities.

The sphere is also the right frame for understanding dephasing noise in decoherence: dephasing shrinks the equatorial components of the state toward the Z-axis, while relaxation pulls the state toward the north pole.

Common misconceptions

Misconception 1: The Bloch sphere works for multi-qubit systems. It does not. The Bloch sphere describes exactly one qubit. Two entangled qubits have a joint state that cannot be written as a product of individual Bloch sphere vectors. The full state space for nn qubits is a 2n2^n-dimensional complex vector space, and entanglement lives in the correlations between qubits, not in individual sphere positions.

Misconception 2: Points inside the sphere represent valid pure states. Interior points represent mixed states, which arise from statistical uncertainty or decoherence. Pure quantum states always sit on the surface. A qubit affected by noise moves from the surface toward the center as coherence is lost.

Misconception 3: The global phase matters. The state ψ|\psi\rangle and eiγψe^{i\gamma}|\psi\rangle are physically identical; they occupy the same point on the Bloch sphere. Only the relative phase ϕ\phi between the 0|0\rangle and 1|1\rangle components has physical meaning.

See also