What is Quantum Teleportation?

Posted on 2024-12-26 14:01


Quantum Teleportation

Quantum teleportation is a protocol in quantum information theory that allows an unknown quantum state (for instance, a single qubit) to be transmitted from one party (often called “Alice”) to another (“Bob”) using only two key resources:

  1. A shared entangled pair between Alice and Bob (commonly, a pair of qubits in one of the Bell states).
  2. Two bits of classical communication from Alice to Bob.

Despite its name, “teleportation” does not allow faster-than-light travel or communication—rather, it is a clever way to transfer the state of a qubit using entanglement and classical bits. Below is an outline of both the conceptual idea and the underlying mathematical structure, with a focus on aspects that might resonate with a background (such as mine) in multilinear algebra and optimal estimation.


Conceptual Overview

  1. Initial resources:
    • Alice has a qubit in some unknown state |ψ⟩.
    • Alice and Bob share an entangled pair of qubits in the Bell state, for example |Φ⁺⟩ = (1 / √2)(|00⟩ + |11⟩).
    • Alice possesses one qubit of this entangled pair, and Bob possesses the other.
  2. Alice’s measurement:

    Alice performs a Bell basis measurement on her two qubits: the unknown state |ψ⟩ and her half of the entangled pair. The Bell basis measurement projects those two qubits onto one of the four Bell states. This outcome corresponds to two classical bits of information (00, 01, 10, or 11), which she sends to Bob.

  3. Bob’s correction:

    On receiving the two classical bits, Bob applies a corresponding unitary (one of the Pauli operators I, X, Z, XZ) to his half of the entangled pair. This operation “corrects” the state so that Bob’s qubit now becomes |ψ⟩, effectively reproducing the unknown quantum state that Alice started with.


Mathematical Formalism

From a multilinear algebra viewpoint, quantum teleportation showcases how tensor products, linear maps, and basis transformations interplay in quantum mechanics. Here’s a sketch of the formalism:

  1. State spaces and tensor products:
    • The unknown state |ψ⟩ lives in a 2-dimensional Hilbert space .
    • The entangled pair |Φ⁺⟩ lives in the 4-dimensional Hilbert space ℋ ⊗ ℋ.
    • The total system of three qubits (the unknown qubit plus the entangled pair) lives in ℋ ⊗ ℋ ⊗ ℋ.
  2. Bell basis decomposition:
    • The four Bell states form an orthonormal basis for ℋ ⊗ ℋ. Denote them by:
      
      |Φ⁺⟩ = (1/√2)(|00⟩ + |11⟩)
      |Φ⁻⟩ = (1/√2)(|00⟩ - |11⟩)
      |Ψ⁺⟩ = (1/√2)(|01⟩ + |10⟩)
      |Ψ⁻⟩ = (1/√2)(|01⟩ - |10⟩)
              
    • A crucial algebraic identity states that the joint state |ψ⟩ ⊗ |Φ⁺⟩ can be expanded in the Bell basis for the first two qubits, with the third qubit factoring out appropriately. Symbolically:
      
      |ψ⟩ ⊗ |Φ⁺⟩ = (1/2) [
         |Φ⁺⟩ ( I |ψ⟩ )
       + |Φ⁻⟩ ( Z |ψ⟩ )
       + |Ψ⁺⟩ ( X |ψ⟩ )
       + |Ψ⁻⟩ ( XZ |ψ⟩ )
      ].
              
      This formula shows how a projective measurement onto the Bell basis (on the first two qubits) effectively transforms the state of the third qubit up to one of four possible Pauli corrections (I, Z, X, XZ).
  3. Measurement and classical communication:

    When Alice measures the first two qubits in the Bell basis, she projects them onto one of the Bell states. This projection “collapses” Bob’s qubit into one of the four corrected versions of |ψ⟩. Alice’s measurement outcome (2 classical bits) tells Bob which of the four it becomes.

  4. Bob’s correction:

    Based on the 2 classical bits, Bob applies the corresponding Pauli operator to his qubit. This final operation recovers the original state |ψ⟩.


Connections to Multilinear Algebra

  • Tensor products: Quantum states of multi-qubit systems are modeled as vectors in tensor product spaces. This is where multilinear algebra is fundamental: analyzing how transformations on individual subsystems (linear maps, unitary operations) compose into transformations on the total system.
  • Bell basis as a change of basis: Measuring in the Bell basis is equivalent to applying a particular unitary change of basis on a two-qubit system (often described by a combination of a CNOT gate and a Hadamard gate) and then measuring in the computational basis. It’s reminiscent of block-diagonalizing or block expansions in multilinear algebra, but here we exploit the special structure of the Bell states.
  • Rank and partial traces: In the density operator formalism, the partial trace captures how local measurements (such as Alice’s measurement on her qubits) affect Bob’s subsystem. Partial traces can be viewed as multilinear maps that allow one to “compress” a tensor into a reduced density operator.
  • Optimal estimation perspective: Quantum teleportation can be seen as an optimal strategy to “transmit” a quantum state with minimal resources (one entangled pair + two classical bits). While it does not permit faster-than-light signaling, it does optimize the fidelity of state transfer to 1.0 (perfect transfer) under the constraints that you only have certain resources.

Key Takeaways

  1. No faster-than-light communication: The act of transmitting the state |ψ⟩ requires classical bits, which travel no faster than light.
  2. Resource requirement: You need a pre-shared entangled pair and two classical bits to transfer one unknown qubit state perfectly.
  3. Foundational example of quantum information: Quantum teleportation is often the starting point for more advanced protocols (superdense coding, entanglement swapping, etc.) that build upon entanglement and classical communication.

In short, quantum teleportation exploits the tensor-product structure of quantum states, combined with a clever change of basis (Bell basis measurement), to “move” an unknown state from Alice to Bob. The protocol’s power and elegance become quite clear when viewed through the lens of multilinear algebra: it’s fundamentally a sequence of basis transformations, projections, and local unitaries on entangled systems.


This post has been viewed 21 times.