Fundamentals
Bloch Sphere
A geometric representation of a single qubit's state as a point on the surface of a sphere.
Definition
The Bloch sphere is a mathematical visualization tool used to represent the state of a single qubit. Every possible pure state of a qubit corresponds to a unique point on the surface of a unit sphere. The north pole represents |0⟩, the south pole represents |1⟩, and every other point on the sphere represents a different superposition of the two.
Technical Definition
A qubit state |ψ⟩ = cos(θ/2)|0⟩ + e^(iφ)sin(θ/2)|1⟩ is parameterized by two angles: θ (the polar angle from the north pole, 0 to π) and φ (the azimuthal angle around the equator, 0 to 2π). Single-qubit gates correspond to rotations of this sphere around various axes.
Visual Explanation: An Analogy
Imagine a globe: the North Pole is '0,' the South Pole is '1,' and every other point on the surface — London, Tokyo, the middle of the Pacific — represents a different superposition. Applying a gate is like rotating the entire globe.
Real-World Use Cases
- Visualizing the effect of single-qubit gates as rotations
- Understanding and teaching qubit states intuitively
- Describing the 'phase' of a qubit state, which isn't visible from measurement probabilities alone
Common Misconceptions
- The Bloch sphere only works for a single qubit — multi-qubit states (especially entangled ones) cannot be visualized this way.