• Quantum Internet
  • Also: EPR pair
  • Also: entangled pair

Bell Pair

A maximally entangled two-qubit state shared between two parties, serving as the fundamental resource for quantum teleportation, entanglement-based cryptography, and quantum networking.

A Bell pair is a pair of qubits in a maximally entangled Bell state, typically shared between two spatially separated parties (conventionally called Alice and Bob). The most commonly used Bell pair is the Φ+|\Phi^+\rangle state:

Φ+=12(00+11)|\Phi^+\rangle = \frac{1}{\sqrt{2}}(|00\rangle + |11\rangle)

When Alice holds one qubit and Bob holds the other, measuring either qubit instantly determines the state of the other, regardless of the physical distance between them. This correlation, stronger than any possible classical correlation (as demonstrated by Bell inequality violations), is the resource that powers quantum teleportation, entanglement-based quantum key distribution, and quantum networks.

The four Bell states

There are four maximally entangled two-qubit states, forming the Bell basis:

Φ+=12(00+11)|\Phi^+\rangle = \frac{1}{\sqrt{2}}(|00\rangle + |11\rangle) Φ=12(0011)|\Phi^-\rangle = \frac{1}{\sqrt{2}}(|00\rangle - |11\rangle) Ψ+=12(01+10)|\Psi^+\rangle = \frac{1}{\sqrt{2}}(|01\rangle + |10\rangle) Ψ=12(0110)|\Psi^-\rangle = \frac{1}{\sqrt{2}}(|01\rangle - |10\rangle)

Any of these four states constitutes a Bell pair. They are related by local operations: applying Pauli gates to one qubit of Φ+|\Phi^+\rangle produces the other three states. All four are equally entangled and equally useful as a resource.

Bell pair generation

A Bell pair is created by applying a Hadamard gate followed by a CNOT gate to two qubits initialized in 00|00\rangle:

q0: ──H──●──

q1: ─────X──

In practice, different hardware platforms generate Bell pairs through different physical mechanisms:

  • Superconducting qubits: On-chip CNOT or CZ gates between neighboring qubits.
  • Trapped ions: Entangling gates (Molmer-Sorensen or geometric phase gates) between ions in the same trap.
  • Photonic systems: Spontaneous parametric down-conversion (SPDC) produces pairs of entangled photons, which are the natural platform for distributing Bell pairs over long distances.
  • Nitrogen-vacancy centers: Spin-photon entanglement followed by photonic Bell state measurement can entangle distant NV centers.

For quantum networking, the critical challenge is generating Bell pairs between distant nodes with high fidelity and sufficient rate.

Bell pairs as a resource

Bell pairs are consumed (destroyed) when used. This is a fundamental feature, not a limitation: the no-cloning theorem prevents copying an unknown quantum state, so Bell pairs cannot be duplicated. They must be freshly generated for each use.

Quantum teleportation: Alice can transmit an arbitrary qubit state to Bob by consuming one shared Bell pair and sending two classical bits. The protocol destroys the original state (consistent with no-cloning) and the Bell pair.

Entanglement-based QKD (E91/BBM92): Alice and Bob share many Bell pairs and measure them in randomly chosen bases. The correlations between their measurement outcomes generate a shared secret key, with security guaranteed by the violation of Bell inequalities. Any eavesdropper’s interference reduces the observed correlations below the Bell inequality threshold, revealing the attack.

Entanglement swapping: Two separate Bell pairs (Alice-Charlie and Charlie-Bob) can be combined by Charlie performing a Bell state measurement on his two qubits, creating a Bell pair between Alice and Bob without their qubits ever interacting directly. This is the operating principle of quantum repeaters.

Bell pair fidelity and rates

For practical quantum networking, two metrics matter:

  • Fidelity: The overlap between the actual two-qubit state and the ideal Bell state. Network protocols typically require fidelities above 90%90\% for useful operation, and entanglement distillation can improve fidelity at the cost of consuming multiple lower-fidelity pairs.

  • Generation rate: How many Bell pairs per second can be established between two nodes. Current fiber-based experiments achieve rates from 1\sim 1 pair per second (over tens of kilometers) to thousands per second (over short distances in laboratory settings). Long-distance rates are limited by photon loss in optical fiber (approximately 0.20.2 dB/km) and detector inefficiencies.

The product of fidelity and rate determines the practical throughput of a quantum network link.

Why it matters for learners

Bell pairs are the currency of quantum information. Just as classical networks transmit bits, quantum networks distribute Bell pairs. Understanding Bell pairs connects several foundational concepts: entanglement, the no-cloning theorem, Bell inequalities, and quantum teleportation all come together in this single two-qubit state. For students interested in the quantum internet, Bell pair generation, distribution, and purification are the core engineering challenges that determine whether large-scale quantum networks are feasible.

See also