Part III · Chapter 14

Quantum Teleportation

Read ~22 min Prerequisites Ch. 3–5, Ch. 7 Tools live protocol widget, code cell Live
Basic

No matter is transported, no faster-than-light signal is sent, and nothing about quantum teleportation breaks relativity — despite the name. What actually happens is more interesting: Alice can transmit a qubit's exact state to Bob using only a shared entangled pair, two classical bits sent over an ordinary channel, and zero direct quantum transmission of the state itself.

What you need

  • An unknown state |φ⟩ = α|0⟩+β|1⟩ that Alice wants to send (she doesn't need to know α, β — that's the whole point).
  • One Bell pair (|00⟩+|11⟩)/√2 shared in advance between Alice and Bob, one qubit each.
  • A classical communication channel — a phone call is enough.
Fig. 14.1 — the protocol, as a circuitC = unknown qubit, A/B = the shared Bell pair
C: |φ⟩ A B H (A,B share a Bell pair) H M M Xᵃ Zᶜ (correction)
Alice's two measurement outcomes (c,a) are sent classically to Bob — those dashed lines are an ordinary phone call, never faster than light. Bob applies X if a=1, then Z if c=1; either, both, or neither may fire.
Intermediate
Fig. 14.2 — set an unknown state, run the real protocolgenuinely random outcome each time
Match: —
This runs an actual 3-qubit circuit simulation every click — Alice's measurement outcome is genuinely random, but the final corrected state matches |φ⟩ exactly, every single time, regardless of which of the 4 outcomes occurred.

Why the correction depends on the outcome

All four of Alice's possible outcomes are equally likely (25% each), and each one leaves Bob's qubit in a related but different state — α|0⟩+β|1⟩ rotated by some combination of X and Z. Bob doesn't know which until Alice's two classical bits arrive; once they do, the correction is completely deterministic. This is exactly why the classical channel is required: without it, Bob is holding one of four possible states with no way to know which, which carries zero usable information about |φ⟩ on its own.

Advanced

What was and wasn't transmitted

The original qubit C is destroyed by Alice's measurement — this is required, not incidental: the no-cloning theorem forbids a perfect copy from existing at both ends simultaneously, and teleportation respects it exactly by destroying the original as a side effect of extracting the classical bits. No information traveled faster than light: Bob's qubit is in one of four possible states immediately after Alice's measurement, and it takes the classical bits, limited to light speed, to tell him which correction turns it into |φ⟩. Until those bits arrive, Bob's qubit is — to him — indistinguishable from a fresh, uncorrelated qubit.

Fig. 14.3 — code, runs in your browser
Every outcome pair has exactly 25% probability, regardless of α and β — Alice's measurement reveals nothing about the state she's sending, which is exactly why it doesn't violate no-cloning.
Check your understanding

What three resources does quantum teleportation require?

The unknown state to be sent, one shared Bell pair, and a classical communication channel for 2 bits.

Check your understanding

Does Alice's measurement reveal any information about α and β to her?

No — every one of her 4 possible outcomes has exactly 25% probability regardless of α and β, so the outcome carries zero information about the state being sent.

Check your understanding

Why doesn't teleportation violate the speed-of-light limit?

Bob's qubit isn't usable as |φ⟩ until the classical bits describing which correction to apply arrive — and that classical transmission is limited to light speed, same as a phone call.

Check your understanding

What happens to the original qubit C during teleportation, and why does that matter?

It's destroyed by Alice's measurement. This is required by the no-cloning theorem — a perfect copy can't exist at both Alice's and Bob's locations simultaneously, and teleportation respects this by consuming the original as part of the protocol.

Check your understanding

If Alice's outcome is (C=1, A=0), what correction does Bob apply?

Just Z — the correction rule is X if A=1, then Z if C=1. Here A=0 so no X is needed, but C=1 means Z is applied.

Review queue

Scroll back to a chapter's quiz cards to review them once they're due — a full cross-chapter queue view is a planned upgrade.