intermediate · Physics · Entanglement & the EPR/Bell Inequalities
Checkpoint: Violate a Bell Inequality
Time to put the module together. You will compute a CHSH value for a real entangled state and confirm it
breaks the classical limit of 2 — the experimental signature that local realism fails.
The state and the correlations
Use the Bell state
∣Φ+⟩=21(∣00⟩+∣11⟩).
When both qubits are measured along directions in the X–Z plane — Alice at angle θa, Bob at
θb — the joint outcomes (±1) have correlation
E(θa,θb)=cos(θa−θb).
At equal angles E=+1 (perfectly correlated); this is the "+" cousin of the singlet's
anticorrelation.
The optimal settings
Choose the standard CHSH angles, all spaced by 45∘:
So ∣S∣=22≈2.828>2. The classical bound is broken, and by exactly the amount Tsirelson
allows.
Try it
This is a numerical exercise — your code should return a number. Define E(θa,θb)=cos(θa−θb), evaluate the four correlations at the settings above, and return ∣S∣. The
grader checks that you exceed 2 and hit the quantum maximum 22.
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.