|q⟩ Bad Qubits

advanced · Programming · Quantum Sensing & Metrology

The Standard Quantum Limit

When we average NN independent classical measurements, the central limit theorem shrinks the standard deviation of the mean by 1/N1/\sqrt{N}. The quantum version of this rule is the standard quantum limit (SQL), and it sets the precision floor for any sensing protocol that uses NN independent (unentangled) probes. This lesson derives the 1/N1/\sqrt{N} scaling from the Ramsey phase probe.

A single Ramsey probe

The workhorse is the Ramsey sequence on one qubit. Sandwiching the phase gate between two Hadamards gives the state just before measurement, and a direct computation yields the outcome probabilities

p1(θ)=1cosθ2,p0(θ)=1+cosθ2.p_1(\theta) = \frac{1 - \cos\theta}{2}, \qquad p_0(\theta) = \frac{1 + \cos\theta}{2}.

The signal — the quantity that carries information about θ\theta — is the probability p1p_1. Its slope with respect to θ\theta,

p1θ=sinθ2,\frac{\partial p_1}{\partial\theta} = \frac{\sin\theta}{2},

is largest near θ=π/2\theta = \pi/2 and vanishes at θ=0,π\theta = 0, \pi, where the probe is least sensitive.

Error propagation

Each shot is a Bernoulli trial with success probability p1p_1. After NN shots the estimated probability p^1\hat p_1 has binomial variance

(Δp^1)2=p1(1p1)N.(\Delta \hat p_1)^2 = \frac{p_1(1 - p_1)}{N}.

We do not want p1p_1, we want θ\theta. Propagating the uncertainty through the relation θ(p^1)\theta(\hat p_1) gives

(Δθ)2=(Δp^1)2(p1/θ)2=p1(1p1)N(sinθ/2)2.(\Delta\theta)^2 = \frac{(\Delta \hat p_1)^2}{\left(\partial p_1/\partial\theta\right)^2} = \frac{p_1(1-p_1)}{N\,(\sin\theta/2)^2}.

Substituting p1=(1cosθ)/2p_1 = (1-\cos\theta)/2 so that p1(1p1)=14sin2θp_1(1-p_1) = \frac{1}{4}\sin^2\theta, the sin2θ\sin^2\theta factors cancel exactly:

(Δθ)2=14sin2θN14sin2θ=1N  ΔθSQL=1N  (\Delta\theta)^2 = \frac{\tfrac14 \sin^2\theta}{N\,\tfrac14\sin^2\theta} = \frac{1}{N} \quad\Longrightarrow\quad \boxed{\;\Delta\theta_{\text{SQL}} = \frac{1}{\sqrt{N}}\;}

This is the standard quantum limit: with NN independent probes the phase uncertainty falls as 1/N1/\sqrt{N}, and — remarkably — the SQL is achieved at every working point θ\theta, not only the most sensitive one.

Reading the limit off a histogram

On the simulator we cannot run NN \to \infty shots, but we can verify the per-shot statistics that the SQL is built on. For θ=π/3\theta = \pi/3,

p1=1cos(π/3)2=1122=14,p_1 = \frac{1 - \cos(\pi/3)}{2} = \frac{1 - \tfrac12}{2} = \frac{1}{4},

so a single probe yields outcome 1 with probability 0.250.25 and outcome 0 with probability 0.750.75. Repeating it NN times and inverting p1(θ)p_1(\theta) is exactly the procedure whose error scales as 1/N1/\sqrt{N}.

Try it

Build the single-qubit Ramsey probe with θ=π/3\theta = \pi/3 and measure. The grader checks the exact analytic distribution: 0.750.75 for outcome 00 and 0.250.25 for outcome 11.

Run your code to see the quantum state.

Sign in on the full site to ask questions and join the discussion.