Quantum Sandbox logo

Quantum Sandbox

An Interactive Quantum Circuit Playground

All Lessons Sandbox
Part 3: Algorithms 11 min read

Quantum Teleportation

Quantum teleportation sounds like science fiction - instantly transporting a quantum state from one location to another. It is entirely real, experimentally demonstrated over hundreds of kilometers, and deeply weird. But it does not transport matter, and it cannot send information faster than light.

What is being teleported?

First, a clarification: quantum teleportation does not move particles or matter. What it does is transfer the quantum state of one qubit - its superposition, its phase, its exact configuration - to another qubit at a different location, without physically moving the original qubit. Think of it less like the Star Trek transporter and more like faxing a document: the original sheet of paper never travels anywhere, but the exact pattern of ink on it ends up reproduced on a fresh sheet across the room - except here, the "original" page is wiped blank in the process, since quantum information cannot be copied, only moved.

Recall that you cannot copy a qubit (no-cloning theorem), and measuring it destroys its quantum state. Teleportation provides a third option: transfer the state to a remote qubit without copying it and without needing to know what the state is. The original qubit ends up in a known state (its quantum information has left), and the destination qubit ends up in the state the original had.

This is useful for quantum networks - sending quantum information between computers - and as a protocol primitive in quantum error correction and distributed quantum computing. It has been experimentally demonstrated over optical fibers and in free space, including satellite links spanning thousands of kilometers.

The protocol: step by step

The teleportation protocol involves three qubits and two parties traditionally called Alice and Bob. Qubit 1 is Alice's state to be teleported - she does not know what it is. Qubits 2 and 3 form an entangled pair: qubit 2 stays with Alice, qubit 3 is sent to Bob. A useful mental model: the entangled pair is like two halves of a torn lottery ticket mailed out in advance, one to Alice and one to Bob - on their own, each half is meaningless noise, but combining the right half with Alice's measurement result tells Bob exactly how to finish the job.

Step 1 - Share entanglement. Alice and Bob create a Bell state - an entangled pair. Alice keeps one qubit of the pair; Bob keeps the other. (This entanglement can be established in advance, even before the state to be teleported is known.)

Step 2 - Alice's operations. Alice has her unknown qubit 1 and her entangled qubit 2. She applies a CNOT gate with qubit 1 as control and qubit 2 as target, then applies H to qubit 1. She then measures both qubits 1 and 2. This gives two classical bits - four possible outcomes.

Step 3 - Classical communication. Alice sends Bob her two classical bits via a conventional channel (phone, internet, anything). This classical communication is required - there is no faster-than-light information transfer.

Step 4 - Bob's correction. Bob looks at Alice's two bits and applies one of four corrections to his qubit 3. The correction he applies depends on which of the four measurement outcomes Alice got. After this correction, qubit 3 is now in exactly the state qubit 1 was in originally. Teleportation complete.

Why it is not faster than light

The entanglement correlation is instantaneous - when Alice measures, Bob's qubit "reacts" instantly. But Bob cannot know this has happened until Alice tells him her measurement results via classical communication. Until that classical information arrives, Bob's qubit is in a mixed state - he has no idea what state the original was in. The classical communication enforces a speed-of-light limit on the protocol.

This is a deep feature of quantum mechanics: entanglement creates instant correlations, but those correlations cannot be used to send meaningful information faster than light. Quantum teleportation perfectly demonstrates this principle.

Try it in the Sandbox
Explore the teleportation circuit structure
  1. Open Algorithm Preset and select Teleportation.
  2. Identify the 3 qubits. Bell pair on Q2–Q3, Alice's CNOT + H on Q1–Q2.
  3. Check the final state. Qubit 3's state reflects the initial state of qubit 1.
  4. Click Measure All: Alice's bits (Q1, Q2) tell Bob what correction to apply to Q3.
  5. In a real experiment, Bob applies X or Z classically based on Alice's measurement results.

Teleportation in quantum networks

Quantum teleportation is fundamental to the concept of a quantum internet - a network that distributes quantum information between nodes. In a quantum network, you cannot amplify quantum signals the way you amplify classical signals (measurement would collapse the state). Instead, you use teleportation and entanglement distribution as the primitive operations.

The idea of a quantum repeater uses entanglement swapping - a protocol related to teleportation - to extend entanglement over long distances by chaining together shorter entangled links, much like relay runners passing a baton stage by stage instead of one runner trying to sprint the entire distance. This is essential because photon loss in optical fiber limits direct entanglement distribution to tens of kilometers.

China's Micius satellite demonstrated satellite-based quantum key distribution and entanglement distribution over 1,200 km in 2017. The European Quantum Internet Alliance and similar programs worldwide are working toward operational quantum network infrastructure within the next decade.

Teleportation and quantum computing

Within quantum computers themselves, teleportation is used as a resource. Measurement-based quantum computation (MBQC) - also called one-way quantum computing - uses entangled cluster states and sequential measurements to simulate gate operations, similar to how a row of standing dominoes encodes a computation in advance: you do not "compute" by actively pushing each one, you just measure/topple them in the right pattern and read off the result. The computation proceeds through a series of teleportations where each teleportation implements a gate.

Teleportation is also used in some quantum error correction protocols and in techniques for implementing fault-tolerant gates. The T gate (the 45° phase rotation), which you have seen in the Sandbox, is particularly difficult to implement fault-tolerantly and is often implemented via a protocol called "magic state distillation" which is essentially a form of teleportation.

Key takeaway

Quantum teleportation transfers the exact quantum state of one qubit to a distant qubit using shared entanglement and classical communication. It respects the no-cloning theorem (the original is destroyed) and does not allow faster-than-light communication (classical bits are required). It is foundational to quantum networks and certain quantum computing architectures.

Knowledge check · Question 1 of 4

What exactly does quantum teleportation transfer from Alice's qubit to Bob's qubit?

Teleportation moves the quantum state - the superposition and phase information - onto a different qubit. No particle travels, and because of the no-cloning theorem the original qubit's state is destroyed in the process rather than copied.
Knowledge check · Question 2 of 4

After Alice's measurement step in quantum teleportation, what must happen before Bob's qubit is in the correct state?

Bob's qubit is in one of four possible states after Alice's measurement, and he needs to apply the right correction gate to get the target state. To know which correction to apply, he needs Alice's two classical bits - which can only travel at the speed of light.
Knowledge check · Question 3 of 4

Why can't quantum teleportation be used to send information faster than light?

The entanglement correlation itself is instantaneous, but it carries no usable information on its own. Bob's qubit is meaningless to him until Alice's classical measurement bits arrive, and that classical channel is bound by the speed of light.
Knowledge check · Question 4 of 4

How is teleportation used inside quantum computers themselves, such as in measurement-based quantum computation (MBQC)?

In MBQC, computation proceeds by sequentially measuring qubits in a pre-entangled cluster state, with each measurement effectively teleporting and transforming the state - implementing a gate as it goes. It is also the basis of magic state distillation for fault-tolerant T gates.