Quantum teleportation
A qubit cannot be copied — the no-cloning theorem forbids any unitary that duplicates an unknown . But a qubit's state can be moved from one place to another, by consuming a shared Bell pair and sending two classical bits over a classical channel. The state leaves the sender's qubit in the process — no copy of remains at the sender afterwards — and the destination ends up holding a different physical qubit in that same quantum state. This is quantum teleportation Bennett et al. 1993 .
The network's job is to deliver Bell pairs; teleportation is what users do with them. Each qubit teleported consumes one Bell pair and two classical bits. In the entanglement-mediated architecture covered by 1G and 2G repeaters, this is the only way to move an unknown qubit between nodes — no-cloning forbids copying it, and any single photon carrying the state would be lost to channel attenuation long before reaching the far end. 3G repeaters take a different route: they send QEC-encoded photonic qubits directly down the channel and correct loss/operation errors at each hop, with no Bell pair or classical sideband involved. The repeaters page covers that contrast in detail.
What teleportation does
Alice has a qubit Q in some unknown state . She wants Bob to end up holding that same state. The setup: Alice and Bob already share a Bell pair — qubit A on Alice's side, qubit B on Bob's. Alice performs a Bell-state measurement (BSM) on her two qubits Q and A; this collapses them into one of the four Bell states and produces two classical bits . The same instant the BSM fires, B becomes — call it — where the Pauli is fixed by the Bell-state outcome. Alice sends to Bob over a classical channel; Bob reads the bits, looks up which they correspond to, and applies it to — which gives back , so B is now in . Q and A are consumed in the measurement and the Bell-pair entanglement is gone — exactly one copy of exists at any moment.
- 1. Alice has Q; A and B are a shared Bell pair
- 2. Alice applies BSM on Q and A to get 2 classical bits (a, b); B becomes P|ψ⟩
- 3. Bits travel to Bob
- 4. Bob applies P⁻¹
- 5. B holds |ψ⟩
The theory
The starting resource is a Bell pair shared between Alice and Bob — Alice holds qubit , Bob holds qubit . Alice additionally holds the qubit in the state she wants to teleport. The protocol then proceeds in four steps:
- Initial joint state. The three qubits together are
. Re-expanding on
in the Bell basis,
The state of the three qubits hasn't changed — this is the same vector written in a different basis. But it now exposes that is correlated with up to a Pauli operator, indexed by which Bell state sit in.
- Bell-state measurement at Alice. Alice measures and jointly in the Bell basis. The measurement projects them onto one of the four Bell states with equal probability ¼ and yields two classical bits .
- Classical communication. Alice sends to Bob over a classical channel. At this point Bob's qubit is in — the right state up to a known Pauli operator .
- Pauli correction at Bob. Bob applies , which equals the inverse of . His qubit is now in .
The bit pattern tells Bob which Bell state Alice's BSM collapsed onto, and therefore which Pauli to apply:
| (a, b) | BSM outcome | State at Bob () | Bob applies |
|---|---|---|---|
| (0, 0) | |||
| (0, 1) | |||
| (1, 0) | |||
| (1, 1) |
, , are each their own inverse (); .
Circuit diagram
As a quantum circuit, the protocol runs on three wires — Alice's input qubit , Alice's half of the Bell pair , and Bob's half — with time flowing left to right. The three conceptual stages are Bell-pair creation, the Bell-state measurement, and the Pauli correction Cacciapuoti et al. 2020 .
No faster-than-light shortcut
The instant non-locality of entanglement was exactly what Einstein,
Podolsky and Rosen objected to in their 1935 paper — Einstein later
dismissed it as spukhafte Fernwirkung
, spooky action at a
distance. Teleportation looks like a natural test case for that
worry: Alice's BSM instantaneously fixes Bob's qubit into
. So why doesn't it let Alice signal
superluminally by choosing what to measure?
Before Alice's classical message arrives, Bob's qubit is in a uniform mixture of , , , and — its local density matrix is , the maximally mixed state, regardless of . Bob's local statistics are independent of Alice's outcome, so he learns nothing about from his half alone. Only when he receives the two bits and applies the matching correction does the qubit become useful. Teleportation is therefore compatible with relativity — no information crosses faster than the classical bits do, and Einstein's worry survives as a piece of intuition about a phenomenon that turns out to obey the speed limit after all.
Resources and limits
Each teleported qubit consumes a fixed budget:
- 1 Bell pair, consumed in Alice's BSM. The Bell pair is the quantum resource — getting it to both ends is the network's job (covered in the distribution and links subjects).
- 2 classical bits, sent over a classical channel from Alice to Bob. The classical message is what makes teleportation no faster than light.
- The original at Alice, gone. Alice's BSM projects and jointly onto a Bell state, leaving no copy of at Alice — consistent with no-cloning. In photonic BSM the and photons are absorbed at the detectors; in matter implementations (trapped ions, NV centres) the qubits remain physically but are now in a known Bell state with each other. Either way, exactly one copy of the state exists in the protocol at any time Wootters et al. 1982 .
Two consequences follow from this resource ledger:
- Teleportation inherits the Bell pair's fidelity. A noisy pair gives Bob a noisy copy of Q's state; the cleaner the pair, the cleaner the teleported state. This is why purification exists — to take noisy pairs and produce cleaner ones.
- One Bell pair per qubit, no reuse. The protocol is one-shot: each teleport consumes its Bell pair entirely. Teleporting many qubits requires many Bell pairs, which is why entanglement-distribution rate (Bell pairs per second) is the standard network rate metric.
Network role
Teleportation sits at the boundary between the network and the application. The network promises one thing: deliver Bell pairs at adequate rate, fidelity, and reach. The application's "send a qubit" operation is implemented by teleportation on top of that promise. Other applications — entanglement-based QKD, blind quantum computing, distributed quantum computing — also consume delivered Bell pairs; teleportation is the simplest case of using one Kumar et al. 2025 .
Two related primitives, covered in their own subjects, share teleportation's BSM machinery:
- Entanglement swapping uses a BSM at a Bell-state analyser (BSA) to extend a Bell pair across an extra hop, without any of the four end-to-end qubits ever interacting. Memory-based repeaters chain swaps to span long distances. Covered in the swapping subject.
- Purification applies local CNOTs and measurements at both ends of a noisy pair to trade two low-fidelity pairs for one higher-fidelity pair. Covered in the purification subject.