Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1019 Bytes

File metadata and controls

31 lines (17 loc) · 1019 Bytes

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