- 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 maps to a unique point on the surface of a unit sphere. The north pole represents , the south pole represents , and every other point is a valid superposition. The equator contains states with equal probability of measuring 0 or 1, such as .
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 and :
The angle determines the latitude on the sphere: is the north pole (), is the south pole (), and is the equator. The angle is the longitude, determined by the relative phase between and .
Quantum gates correspond to specific rotations:
- Pauli-X: rotation around the X-axis. Flips (bit flip).
- Pauli-Z: rotation around the Z-axis. Adds a phase to , leaves unchanged.
- Pauli-Y: rotation around the Y-axis. Performs both bit flip and phase flip simultaneously.
- Hadamard: rotation around the X+Z diagonal axis. Maps and .
- S gate: rotation around the Z-axis.
- T gate: rotation around the Z-axis (used in universal gate sets).
The general , , rotation gates implement rotations by arbitrary angle 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 then then , you can trace the path on the sphere and immediately recognize the result is equivalent to .
This geometric reasoning also helps with understanding measurement. Measuring in the computational basis corresponds to projecting onto the Z-axis. Measuring in the 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 qubits is a -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 and are physically identical; they occupy the same point on the Bloch sphere. Only the relative phase between the and components has physical meaning.