Quantum Teleportation

Forget the transporter from science fiction — nothing here dematerialises a body and beams it across space. Quantum teleportation is subtler and, in its own way, stranger: it moves the exact quantum state of one qubit onto another, distant qubit, without any qubit travelling between them. Alice holds a qubit in some unknown state |\psi\rangle = \alpha|0\rangle + \beta|1\rangle; when the protocol ends, Bob's far-away qubit is in precisely that state, and Alice's copy is gone. What crosses the gap is not the qubit but a pre-shared Bell pair plus two ordinary classical bits. That is the whole magic trick, and every piece of it will make sense by the end of this page.

What you start with

The protocol needs three qubits and one classical channel:

Label the three qubits q_0 (Alice's message), q_1 (Alice's half of the Bell pair) and q_2 (Bob's half). The full starting state is the product |\psi\rangle \otimes |\Phi^+\rangle.

The three moves

The whole protocol is just three steps:

  1. Alice entangles and measures. She applies a CNOT from her message qubit q_0 (control) onto her Bell half q_1 (target), then a Hadamard on q_0. She measures both of her qubits in the computational basis, getting two classical bits m_0 m_1 — one of 00, 01, 10, 11. (This CNOT-then-H-then-measure is exactly a Bell-basis measurement of her two qubits.)
  2. Alice phones Bob. She sends those two bits down the classical channel. That is all she sends — two bits, nothing quantum.
  3. Bob corrects. Reading the two bits, Bob applies a matching Pauli gate to his qubit: I for 00, X for 01, Z for 10, or ZX for 11. His qubit is now exactly |\psi\rangle.

The circuit

Here is the standard picture. Alice's two wires meet a CNOT and a Hadamard, then two meters; the classical results (drawn as double lines) drop down to control an X and a Z on Bob's wire. Step through it and watch the state travel from the top wire to the bottom one.

Notice the two double lines — those are classical bits, not qubits. They are the only thing that crosses from Alice's side to Bob's, and without them Bob's gates have no idea which correction to make.

The algebra: one expansion does it all

Everything follows from expanding the starting state and regrouping. Begin with |\psi\rangle \otimes |\Phi^+\rangle on qubits (q_0, q_1, q_2):

|\psi\rangle|\Phi^+\rangle = \tfrac{1}{\sqrt2}\big(\alpha|0\rangle + \beta|1\rangle\big)\big(|00\rangle + |11\rangle\big) = \tfrac{1}{\sqrt2}\big(\alpha|000\rangle + \alpha|011\rangle + \beta|100\rangle + \beta|111\rangle\big).

Now apply Alice's CNOT (q_0 controls q_1), which flips the middle bit whenever the first is 1, then a Hadamard on q_0 (|0\rangle \to \tfrac{1}{\sqrt2}(|0\rangle+|1\rangle), |1\rangle \to \tfrac{1}{\sqrt2}(|0\rangle-|1\rangle)). Collecting the terms by Alice's two qubits gives the key identity:

\tfrac{1}{2}\Big[\,|00\rangle\big(\alpha|0\rangle + \beta|1\rangle\big) + |01\rangle\big(\alpha|1\rangle + \beta|0\rangle\big) + |10\rangle\big(\alpha|0\rangle - \beta|1\rangle\big) + |11\rangle\big(\alpha|1\rangle - \beta|0\rangle\big)\Big].

Read this carefully. Each of Alice's four possible measurement outcomes (the first two kets) leaves Bob's qubit (the bracketed part) in a known Pauli image of |\psi\rangle — and all four have equal probability \big|\tfrac12\big|^2 \cdot 2 = \tfrac14. That is the whole trick in one line: no matter what Alice gets, Bob is one Pauli gate away from |\psi\rangle.

The correction table

The bracketed states above are exactly |\psi\rangle, X|\psi\rangle, Z|\psi\rangle and ZX|\psi\rangle. Since every Pauli is its own inverse, Bob just re-applies the same gate to undo it. Reveal the rows one at a time.

In the circuit this reads off cleanly: the bit from q_1 switches Bob's X on or off, and the bit from q_0 switches his Z. So the correction is Z^{m_0} X^{m_1}.

Worked example 1: Alice measures 00

Suppose Alice's meters read m_0 m_1 = 00. Look at the |00\rangle branch of the expansion: Bob's qubit is

\alpha|0\rangle + \beta|1\rangle = |\psi\rangle.

Bob is already done — his qubit is the message. The correction is the identity I: he does nothing. Yet even here he still had to wait for Alice's phone call to know that no correction was needed. Until the bits arrive, his qubit, looked at alone, is a featureless 50/50 mix that carries no usable information about \alpha, \beta.

Worked example 2: Alice measures 11

Now suppose the meters read m_0 m_1 = 11. The |11\rangle branch leaves Bob holding

\alpha|1\rangle - \beta|0\rangle.

The amplitudes are scrambled and sign-flipped — definitely not |\psi\rangle. Because m_1 = 1 Bob first applies X (swapping |0\rangle \leftrightarrow |1\rangle):

X\big(\alpha|1\rangle - \beta|0\rangle\big) = \alpha|0\rangle - \beta|1\rangle.

Then, because m_0 = 1, he applies Z (which flips the sign of the |1\rangle part):

Z\big(\alpha|0\rangle - \beta|1\rangle\big) = \alpha|0\rangle + \beta|1\rangle = |\psi\rangle. \quad \checkmark

The combined correction Z^{1}X^{1} = ZX recovers |\psi\rangle exactly. (A harmless overall minus sign that could appear is a global phase, which never affects any measurement.)

Three things it does not do

Teleportation is famous for what it is careful not to violate:

It is worth savouring how carefully teleportation threads the needle. It transmits an unknown quantum state perfectly, something no classical fax could do — yet it never duplicates that state, so it respects no-cloning; and it seems to act instantly through the entangled pair, yet it cannot carry a single bit of Alice's choosing to Bob until her ordinary phone call arrives. The entanglement does the heavy lifting of correlating the two ends, but it is steering, not signalling: on its own, Bob's half is pure noise. Only when the two classical bits — limited, like everything, by the speed of light — reach him does the noise resolve into |\psi\rangle. Entanglement plus two classical bits equals one teleported qubit; neither ingredient alone will do.

Three tempting misreadings to avoid. First, nothing physical crosses the gap faster than light — the qubit is not "beamed"; only two classical bits are sent, at ordinary speed. Second, the message qubit is destroyed at Alice's end the moment she measures, so at no point do two copies of |\psi\rangle exist — no-cloning is never even threatened. Third, without the classical bits Bob's qubit is useless: it looks like a random 50/50 state, and he cannot guess the right correction. If you ever picture teleportation as "the entangled pair instantly copies the state to Bob," stop — all three of those words (instantly, copies) are wrong.