• 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 eiϕe^{i\phi} that multiplies every component of a quantum state vector uniformly. The states ψ|\psi\rangle and eiϕψe^{i\phi}|\psi\rangle are physically indistinguishable: no measurement can tell them apart. This is because the Born rule gives probabilities as xeiϕψ2=eiϕ2xψ2=xψ2|\langle x|e^{i\phi}\psi\rangle|^2 = |e^{i\phi}|^2|\langle x|\psi\rangle|^2 = |\langle x|\psi\rangle|^2. 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: eiϕ(α0+β1)e^{i\phi}(\alpha|0\rangle + \beta|1\rangle). The factor eiϕe^{i\phi} multiplies the entire state. Undetectable.
  • Relative phase: α0+eiϕβ1\alpha|0\rangle + e^{i\phi}\beta|1\rangle. The factor eiϕe^{i\phi} multiplies only one component. Physically meaningful and detectable through interference.

For example, the states +=12(0+1)|+\rangle = \frac{1}{\sqrt{2}}(|0\rangle + |1\rangle) and =12(01)|-\rangle = \frac{1}{\sqrt{2}}(|0\rangle - |1\rangle) differ by a relative phase of π\pi on the 1|1\rangle component. They give identical results when measured in the ZZ basis (50/50) but opposite results in the XX basis: +|+\rangle always gives +1+1 and |-\rangle always gives 1-1. The relative phase is observable.

In contrast, +|+\rangle and eiπ/3+e^{i\pi/3}|+\rangle 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, UU and eiϕUe^{i\phi}U, produce identical results when applied to any state. For this reason, quantum gates are often defined only up to global phase. For example:

Rz(π)=(eiπ/200eiπ/2)=i(1001)=iZR_z(\pi) = \begin{pmatrix} e^{-i\pi/2} & 0 \\ 0 & e^{i\pi/2} \end{pmatrix} = -i\begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix} = -iZ

As standalone single-qubit gates, Rz(π)R_z(\pi) and ZZ are equivalent because they differ only by the global phase i-i.

However, global phase becomes physically meaningful when a gate is used as a controlled operation. If UU and eiϕUe^{i\phi}U are used as the target operation in a controlled-UU gate, the controlled versions cc-UU and cc-(eiϕU)(e^{i\phi}U) are genuinely different:

c-(eiϕU)1ψ=eiϕ1Uψc\text{-}(e^{i\phi}U)|1\rangle|\psi\rangle = e^{i\phi}|1\rangle U|\psi\rangle

The phase eiϕe^{i\phi} applies only to the 1|1\rangle branch of the control qubit, turning a global phase of UU into a relative phase between the 0|0\rangle and 1|1\rangle 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 ψeiϕψ|\psi\rangle \sim e^{i\phi}|\psi\rangle. 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.

See also