- Mathematics
Global Phase
A complex scalar factor e^(i*phi) multiplying an entire quantum state, which has no observable physical consequences and cannot be detected by any measurement.
A global phase is a complex scalar that multiplies every component of a quantum state vector uniformly. The states and are physically indistinguishable: no measurement can tell them apart. This is because the Born rule gives probabilities as . The phase factor has unit modulus and drops out when computing probabilities.
Global vs. relative phase
The distinction between global and relative phase is fundamental:
- Global phase: . The factor multiplies the entire state. Undetectable.
- Relative phase: . The factor multiplies only one component. Physically meaningful and detectable through interference.
For example, the states and differ by a relative phase of on the component. They give identical results when measured in the basis (50/50) but opposite results in the basis: always gives and always gives . The relative phase is observable.
In contrast, and are the same physical state. No experiment can distinguish them.
Global phase in gates and circuits
Two unitary operators that differ by a global phase, and , produce identical results when applied to any state. For this reason, quantum gates are often defined only up to global phase. For example:
As standalone single-qubit gates, and are equivalent because they differ only by the global phase .
However, global phase becomes physically meaningful when a gate is used as a controlled operation. If and are used as the target operation in a controlled- gate, the controlled versions - and - are genuinely different:
The phase applies only to the branch of the control qubit, turning a global phase of into a relative phase between the and branches of the control. This is the mechanism behind phase kickback.
Formal statement
In the mathematical formalism, quantum states are elements of a projective Hilbert space: the Hilbert space modulo the equivalence relation . The Bloch sphere naturally represents this quotient space for a single qubit, since every point on the Bloch sphere corresponds to an equivalence class of state vectors differing by global phase.
Why it matters for learners
Global phase is a source of frequent confusion when comparing different textbooks’ definitions of gates, when implementing controlled operations, and when debugging quantum circuits. Knowing that global phase is unobservable simplifies many calculations (you can freely multiply states by convenient phase factors). But knowing that global phase becomes relative phase inside controlled gates prevents subtle bugs in circuit design.