|q⟩ Bad Qubits

intermediate · Physics · Entanglement & the EPR/Bell Inequalities

Quantum Violation of CHSH

The classical CHSH bound is S2|S| \le 2. Quantum mechanics can do better — and by a precise, finite amount. This violation is the experimental signature that local realism fails.

Quantum correlations of the singlet

Measure each particle of a spin singlet along a chosen axis, recording ±1\pm 1 for spin up/down. Quantum mechanics predicts the correlation between Alice's axis (angle θa\theta_a in some plane) and Bob's axis (angle θb\theta_b) is

E(θa,θb)=cos(θaθb).E(\theta_a, \theta_b) = -\cos(\theta_a - \theta_b).

The minus sign reflects the singlet's anticorrelation: at equal angles, E=cos0=1E = -\cos 0 = -1, perfectly opposite outcomes.

The optimal settings

Choose Alice's two axes and Bob's two axes spaced by 4545^\circ:

a=0,a=π2,b=π4,b=π4.a = 0, \quad a' = \tfrac{\pi}{2}, \quad b = \tfrac{\pi}{4}, \quad b' = -\tfrac{\pi}{4}.

Every relevant angle difference is an odd multiple of π/4\pi/4, so each correlation is ±cos(π/4)=±12\pm\cos(\pi/4) = \pm \tfrac{1}{\sqrt2}. Evaluate the four terms:

E(a,b)=cos(0π4)=12,E(a,b)=cos(0+π4)=12,E(a,b)=cos(π2π4)=12,E(a,b)=cos(π2+π4)=+12.\begin{aligned} E(a,b) &= -\cos(0 - \tfrac{\pi}{4}) = -\tfrac{1}{\sqrt2}, \\ E(a,b') &= -\cos(0 + \tfrac{\pi}{4}) = -\tfrac{1}{\sqrt2}, \\ E(a',b) &= -\cos(\tfrac{\pi}{2} - \tfrac{\pi}{4}) = -\tfrac{1}{\sqrt2}, \\ E(a',b') &= -\cos(\tfrac{\pi}{2} + \tfrac{\pi}{4}) = +\tfrac{1}{\sqrt2}. \end{aligned}

Assembling S

S=E(a,b)+E(a,b)+E(a,b)E(a,b)=12121212.S = E(a,b) + E(a,b') + E(a',b) - E(a',b') = -\tfrac{1}{\sqrt2} - \tfrac{1}{\sqrt2} - \tfrac{1}{\sqrt2} - \tfrac{1}{\sqrt2}.

The single minus sign in CHSH flips the last (positive) term so that all four contributions reinforce:

S=412=222.828.|S| = 4 \cdot \frac{1}{\sqrt2} = 2\sqrt2 \approx 2.828.

This exceeds the classical bound 22 by a factor of 2\sqrt 2. The number 222\sqrt2 is famous: it is Tsirelson's bound, the largest CHSH value any quantum state can reach.

Try it

This is a numerical exercise — your code should return a number. Using the singlet correlation E(x,y)=cos(xy)E(x,y) = -\cos(x - y) and the four settings above, compute S|S|. You should obtain the quantum maximum 222.8282\sqrt2 \approx 2.828.

Run your code to see the quantum state.

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