Skip to content

Files

Latest commit

feb689a · Jul 21, 2020

History

History
30 lines (15 loc) · 898 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 898 Bytes

Basics-of-Quantum-in-Python

Basic quantum programming using IBM's qiskit in python.

Bloch Sphere Representation

The below experiments are performed on quantum-simulators (classical computers which simulates quantum-computers), to perform these on real quantum computers you need to create an account at IBM Quantum Experience which is free of cost, and then access real quantum computer, this requires to be added in a queue (time taken in queue depends on the machine you want to access), for further details follow their instruction guides.

Quantum Entanglement

3-bits quantum-entanglement cirquit :-

Simulation results :-

Quantum Teleportation

1-bit quantum-teleportation cirquit :-

Simulation results :-