Project: Two-Qubit Correlations
A single quantum coin flip yields a random 0 or 1, but with two entangled qubits something more striking becomes visible: the two outcomes are not merely random — they are perfectly correlated. Measuring one qubit instantly determines the other, even though, on its own, each qubit looks completely random.
Building the Bell pair
The entangled state at the center of this project is the Bell state
It is created by two gates acting on . First a Hadamard gate puts qubit 0 into an equal superposition:
Then a CNOT gate flips qubit 1 whenever qubit 0 is , entangling the two:
The result cannot be written as a product of two independent single-qubit states — it is genuinely entangled.
Reading the correlations
Applying the Born rule to gives the measurement probabilities for all four computational-basis outcomes:
Only the two "matching" outcomes carry any weight. Every run produces either both 0s or both
1s — never a mismatch. If you know qubit 0 came out 1, qubit 1 must also be 1. The
correlation is total and guaranteed by the structure of the entangled state, not by any
classical pre-arrangement between the qubits.
Try it
Prepare the Bell state and measure both qubits. The grader checks the full
probability distribution: it must place probability on "00", probability
on "11", and zero on "01" and "10".
After running, open the Probabilities panel. You should see two bars of equal height at
"00" and "11", with the "01" and "10" bars completely absent. That pattern — all
weight on matching outcomes, none on mismatching ones — is the measurable fingerprint of
entanglement in the Bell state.
Sign in on the full site to ask questions and join the discussion.