Skip to content

greatsharma/Basics-of-Quantum-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :-

Releases

No releases published

Packages

No packages published

Languages