Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 742 Bytes

File metadata and controls

19 lines (10 loc) · 742 Bytes

Quantum Teleportation

Simulated Quantum Teleportation

Demonstrating and verifying the teleportation of a single qubit using IBM Qiskit simulation.

The full circuit is as seen below. The quantum circuit code is in the jupyter notebook.

teleportation_qubit_sim

Teleportation on a Real Quantum Computer

Deferred Measurement

IBM hardware does not currently support instructions after measurements.

The full circuit is as seen below. The quantum circuit code

teleportation_qubit_real