An introduction to quantum teleportation

Calum Holker
6 min readMay 15, 2021

The aim of this article is to understand how the quantum teleportation algorithm works. It assumes basic knowledge of quantum computing, in particular X, Z, H and CNOT gates, as well as Bell states and how to create them. If any of this seems unfamiliar see the first part in this series here that covers all of the basics. The final part, here, covers how to run the algorithm on a real IBM quantum device using their SDK, Qiskit.

Introduction

You may be familiar with the word teleportation from pop culture such as the ‘beam me up’ technology from Star Trek. Unfortunately, Quantum teleportation does not mean physically teleporting a qubit from one place to another. Instead, quantum teleportation is the transfer of a quantum state from one qubit to another. We are transferring quantum information rather than the actual physical qubit. In a classical computer copying information is trivial and we do it every day. However, for quantum computers we cannot transfer by copying as in the process of copying we are implicitly making a measurement and therefore collapsing the state we are attempting to transfer in the first place. In order to get around this we use a quantum teleportation circuit.

Setting up the problem, let’s say we have two people, call them Alice and Bob. Alice wants to send her unknown state |phi> to Bob. She can only send him classical bits. They each have a qubit in the |0> state.

--

--

Calum Holker
Calum Holker

No responses yet