Posts

Showing posts from May, 2019

Quantum computing using Python

Image
A very simple quantum programming using projectq with python. A qubit is allocated a H gate and an X gate are applied on it and using Measure(M) measuring it and then printing it Note that A combination of H gate and a CNOT(Controlled Not gate) is a fundamental combination in creating a bell pair used in teleportation program Please see the code.........and output