Picturing a Qubit
A qubit is the basic unit of quantum information. Like a classical bit it can be measured as 0 or
1, but before measurement it lives in a richer mathematical space. Any single-qubit pure state
can be written
where and are complex amplitudes satisfying . The real-valued probabilities and say how likely each outcome is when you measure, but the amplitudes themselves can interfere — a feature that has no classical counterpart.
The Bloch sphere
Because of the normalization constraint and the fact that an overall complex phase carries no physical meaning, the state space of a single qubit is actually a two-dimensional surface, not a four-dimensional one. A convenient way to see this is to write the general state in terms of two real angles and :
These two angles parameterize every point on a unit sphere — the Bloch sphere. The north and south poles correspond to the computational basis states:
- North pole : .
- South pole : , which is physically the same as (global phase).
States along the equator () are equal superpositions. The most familiar ones sit on the and axes:
| State | | | Bloch direction | |---|---|---|---| | | | — | | | | | — | | | | | | | | | | | | | | | | | | | | | |
Single-qubit gates as rotations
Every single-qubit unitary gate corresponds to a rotation of the Bloch sphere. For example:
- The X gate (bit-flip) swaps , which is a rotation about the -axis, sending the north pole to the south pole and vice versa.
- The Z gate (phase-flip) leaves alone and flips the sign of , which is a rotation about the -axis.
- The Hadamard gate swaps the - and -axes, sending — the north pole moves to the equator.
This rotational picture makes it easy to reason about what a sequence of gates will do: you trace a path of rotations on the sphere rather than multiplying matrices step by step.
Understanding the Bloch sphere is a foundation for the entire module. Future lessons will use it to build intuition for phase kickback, gate decompositions, and eventually the structure of multi-qubit entanglement.
Sign in on the full site to ask questions and join the discussion.