Entanglement Distribution
The most basic service a quantum network provides is a shared Bell pair: one qubit held by node (Alice), the other by node (Bob), in the maximally entangled state
Every higher-level protocol — teleportation, swapping, distributed gates — assumes this pair already exists. In this lesson you distribute one and measure the correlations that prove it is entangled.
Generating a Bell pair
A Bell pair is prepared with exactly two gates, regardless of how far apart the qubits will eventually sit:
Reading it left to right:
- Start in .
- A Hadamard on qubit 0 produces .
- A CNOT with qubit 0 as control entangles qubit 1, giving .
In a real network the two qubits are created together at a source and one half is then transmitted to the partner node. In our simulator we model both halves in a single register; qubit 0 is Alice's and qubit 1 is Bob's.
What entanglement looks like in the data
A Bell pair is not the same as two qubits that are each independently in superposition. The signature is perfect correlation. Measuring both qubits in the computational () basis yields
Alice's outcome is individually random — — yet it always matches Bob's. The same perfect correlation holds in the basis, which is what rules out any classical "shared coin" explanation and underpins entanglement-based quantum key distribution.
Fidelity and noise
Real links never deliver a perfect . Loss and decoherence degrade it to a mixed state , characterised by its fidelity
the overlap with the ideal pair. is perfect; is no better than random noise. Later lessons (purification, repeaters) are entirely about pushing back up after distribution has degraded it. Here we work in the idealised regime so you can see the target those protocols aim for.
Try it
Distribute a Bell pair across the two nodes and measure both qubits. The grader checks the
measurement distribution: only 00 and 11 should appear, each with probability .
After running, open the Probabilities tab: two bars of height at 00 and 11, zero
everywhere else — the fingerprint of a perfectly distributed Bell pair.
Sign in on the full site to ask questions and join the discussion.