intermediate · Physics · Entanglement & the EPR/Bell Inequalities
Quantum Violation of CHSH
The classical CHSH bound is ∣S∣≤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 for spin up/down. Quantum
mechanics predicts the correlation between Alice's axis (angle θa in some plane) and Bob's axis
(angle θb) is
E(θa,θb)=−cos(θa−θb).
The minus sign reflects the singlet's anticorrelation: at equal angles, E=−cos0=−1, perfectly
opposite outcomes.
The optimal settings
Choose Alice's two axes and Bob's two axes spaced by 45∘:
a=0,a′=2π,b=4π,b′=−4π.
Every relevant angle difference is an odd multiple of π/4, so each correlation is ±cos(π/4)=±21. Evaluate the four terms:
The single minus sign in CHSH flips the last (positive) term so that all four contributions reinforce:
∣S∣=4⋅21=22≈2.828.
This exceeds the classical bound 2 by a factor of 2. The number 22 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(x−y) and the four settings above, compute ∣S∣. You should obtain the quantum
maximum 22≈2.828.
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.