One qubit, one point on a sphere
A classical bit is 0 or 1. A qubit is a unit vector in a two-dimensional complex space, |ψ⟩ = α|0⟩ + β|1⟩ with |α|² + |β|² = 1. That state has four real numbers in it, but one is an overall (global) phase that no measurement can ever detect, and the normalisation removes another degree of freedom — leaving exactly two real parameters. Those two parameters map perfectly onto a point on the surface of an ordinary sphere: |ψ⟩ = cos(θ/2)|0⟩ + e^{iφ} sin(θ/2)|1⟩, where θ is the polar angle from the north pole and φ is the azimuthal angle. This is the Bloch sphere, and it is not just a teaching aid — it is a faithful, lossless picture of every possible single-qubit pure state.
The north pole is |0⟩, the south pole is |1⟩, and the equator holds every equal-superposition state, distinguished purely by phase φ — (|0⟩+|1⟩)/√2 sits on the equator at φ=0, (|0⟩+i|1⟩)/√2 sits 90° around from it. Points that classical bit intuition treats as identical (both '50/50 chance of 0 or 1') are in fact different, distinguishable quantum states with different physical consequences — that phase information is exactly what quantum algorithms exploit and what makes a qubit strictly more expressive than a classical probabilistic bit.
Gates are rotations
Every single-qubit unitary gate is, geometrically, a rotation of the Bloch sphere about some axis. The three Pauli gates rotate by exactly π (180°) about their namesake axis: X flips the sphere about the x-axis (swaps |0⟩↔|1⟩, the quantum NOT), Y rotates about y, Z rotates about z (leaves |0⟩ and |1⟩ fixed but flips the phase of superposition states). The Hadamard gate H is a π rotation about the diagonal axis halfway between x and z, which is exactly why it turns the pole state |0⟩ into the equatorial superposition (|0⟩+|1⟩)/√2 — a single physical rotation, not a mysterious splitting.
|ψ⟩ = cos(θ/2)|0⟩ + e^{iφ} sin(θ/2)|1⟩ any pure single-qubit state
X : π rotation about x-axis |0⟩ ↔ |1⟩ (bit flip)
Y : π rotation about y-axis |0⟩ ↔ i|1⟩ (with sign)
Z : π rotation about z-axis |1⟩ → -|1⟩ (phase flip)
H : π rotation about the (x+z)/√2 diagonal (creates superposition)
S : π/2 rotation about z-axis (phase gate, |1⟩ → i|1⟩)
T : π/4 rotation about z-axis (π/8 gate, |1⟩ → e^{iπ/4}|1⟩)
S, T, and why the T gate matters so much
S and T are both rotations about the z-axis by π/2 and π/4 respectively — smaller twists that leave θ untouched and only advance the phase φ. That sounds like a minor detail, but the T gate is disproportionately important in real quantum computers: Clifford gates (H, S, the Paulis, and CNOT for multi-qubit circuits) can be simulated efficiently on a classical computer and are, on their own, not enough for a quantum advantage. Adding just the T gate to the Clifford set makes the gate set universal — able to approximate any quantum computation — which is why T-gate count is the standard yardstick for how expensive a quantum algorithm is to run on error-corrected hardware.
What the sphere hides
The Bloch sphere only depicts a single, isolated, pure qubit. Two entangled qubits cannot each be drawn as a separate point on their own Bloch sphere at all — measuring one instantly affects predictions about the other in a way no single-qubit rotation diagram can capture, which is exactly the subject of Bell states and the CHSH test. A qubit that has become entangled with, or noisily coupled to, its environment is described by a mixed state, represented as a point inside the sphere rather than on its surface; the sphere's interior is the space of all statistical mixtures, with the fully random, maximally mixed state sitting dead at the centre.
Frequently asked questions
Why does a qubit need a sphere instead of just two states?
A qubit's state carries an amplitude and phase for each basis state, but only two real parameters survive after removing the meaningless global phase and enforcing normalisation. Those two numbers are exactly a latitude and longitude, so every possible single-qubit pure state maps to one point on a sphere's surface — there's no loss of information.
What's the geometric difference between the X, Y and Z gates?
All three are 180° (π) rotations of the Bloch sphere, just about different axes: X about the x-axis, Y about y, Z about z. Because |0⟩ and |1⟩ sit at the poles on the z-axis, only X and Y actually swap them; Z leaves the poles fixed and only flips the relative phase of superposition states.
Why can't entangled qubits be shown on a Bloch sphere?
The Bloch sphere describes one isolated qubit's pure state. Once two qubits are entangled, neither one individually has a well-defined pure state anymore — its properties only make sense jointly with its partner. Each qubit on its own can only be described by a mixed state, a point inside (not on) the sphere, which discards the correlation information entirely.
Try it live
Everything above runs in your browser — open Qubit & Bloch Sphere and change the parameters while it is running. Nothing is installed, nothing is uploaded, the whole model lives in one tab.
▶ Open Qubit & Bloch Sphere simulation