Skip to content

A simple execution of Quantum Teleportation using the Qiskit Library created by IBM for Quantum Computing. Here i attempt to teleport the Information from one Qubit to another.

AnuraagRath/QuantumTeleportation-using-Qiskit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

QuantumTeleportation

A simple execution of Quantum Teleportation using the Qiskit Library created by IBM for Quantum Computing. Here i attempt to teleport the Information from one Qubit to another.

  • First we add a NOT gate to the first Qubit, then add a Hadamard gate to the second Qubit. Finally Add a ControlledNot gate between the 2nd and 3rd Qubits

1

  • Then the reverse is done between the 1st and 2nd Qubits

2

  • Then using '.measure' we connect the Qubits to the Classical Bits. Create another ControlledNot gate between 2nd and 3rd Qubits and connect the 1st and 3rd Qubits

3

Now the Quantum Circuit is ready for Quantum Teleportation

When the Circuit is executed using the QASM simulator we can see that the 3rd Qubit has inherited the information of the first Qubit

4

Quantum Teleporation has been achieved.

A Mathematical representaion of Quantum teleportation

5

Have Funn

Yours Truely

Anuraag Rath

About

A simple execution of Quantum Teleportation using the Qiskit Library created by IBM for Quantum Computing. Here i attempt to teleport the Information from one Qubit to another.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published