Level 7 · Capstone Topics
Quantum Teleportation: A Complete Lesson
Our Quantum Teleportation Protocol entry in the Algorithms Database gives a concise summary. This lesson walks through the protocol step by step, building on concepts from earlier in the Learning Center, so you understand not just what it does but exactly how and why it works.
The problem teleportation solves
Suppose Alice has a qubit in some unknown quantum state and wants to send that exact state to Bob, who is far away. She can't just measure her qubit and tell Bob the result over the phone — as covered in our Measurement Collapse entry, measuring would destroy the very superposition she's trying to send. She also can't simply make a copy to send, since the no-cloning theorem forbids it. Teleportation is the clever protocol that solves this puzzle.
Step 1: Alice and Bob share an entangled pair, in advance
Before teleportation can happen, Alice and Bob must each hold one qubit from a shared Bell state, prepared and distributed ahead of time — perhaps using the quantum networking infrastructure discussed elsewhere in this Learning Center. This shared entanglement is the essential resource the entire protocol depends on.
Step 2: Alice entangles her message qubit with her half of the pair
Alice now has two qubits: the one she wants to send (call it Q, in an unknown state), and her half of the shared entangled pair. She applies a CNOT gate (with Q as control) followed by a Hadamard gate on Q. This entangles all three qubits together — Q, Alice's half of the pair, and Bob's half of the pair — in a specific, mathematically predictable way.
Step 3: Alice measures her two qubits
Alice measures both of her qubits (Q and her half of the entangled pair), getting one of four possible classical outcomes: 00, 01, 10, or 11. This measurement, following our Measurement Collapse entry, destroys Alice's original qubit's state completely — but, crucially, it leaves Bob's qubit in a state directly related to the original unknown state Alice wanted to send.
Step 4: Alice sends her measurement result classically
Alice sends her two classical measurement bits to Bob through an ordinary classical communication channel — a phone call, an email, anything works, as long as it's no faster than the speed of light. This step is essential, and it's the reason teleportation cannot transmit information faster than light, despite using entanglement.
Step 5: Bob applies a correction based on Alice's message
Depending on which of the four possible results Alice obtained, Bob applies one of four specific gate operations (some combination of the Pauli X and Z gates) to his qubit. After this correction, Bob's qubit is now in exactly the same state Alice's original qubit Q was in — the teleportation is complete.
What was actually transmitted?
This is the most important conceptual point in the entire lesson: no physical particle traveled from Alice to Bob. What was transmitted was quantum information — the specific state Q was in — reconstructed on a completely different physical qubit (Bob's half of the entangled pair) at the destination. Alice's original qubit Q no longer holds that state after the protocol; its information has been "moved," not copied, fully consistent with the no-cloning theorem.
Why this isn't faster-than-light communication
Bob's qubit instantly takes on a state correlated with Alice's measurement the moment she measures — but Bob has no way to know what state his qubit is actually in until he receives Alice's classical message (step 4) telling him which correction to apply. Without that classical information, his qubit just looks like random noise to him. This is the same fundamental limitation discussed in our Entanglement dictionary entry — entanglement alone never allows information to be sent faster than light.
Why teleportation matters despite this limitation
Even though it's not faster than light, teleportation is hugely significant: it's the foundational protocol underlying the quantum internet vision, allows quantum information to be moved between physically different quantum computing systems, and has been experimentally demonstrated over increasing distances, including via satellite.
Frequently Asked Questions
Could this ever be used to teleport physical objects, like in science fiction?
No — quantum teleportation moves quantum information(a state), not matter or energy. Even teleporting a single particle's full quantum state requires an existing identical particle at the destination to receive that state; there's no mechanism here for transporting physical material itself.
Does Bob need to do anything special to receive the teleported state?
Bob simply needs to hold onto his half of the originally shared entangled pair until Alice's classical message arrives, then apply the specific correction gate her message indicates — a mechanical, well-defined final step once the classical information is received.
Continue learning