pradip-interra / QuantumComputingFlipCoin

This is a quantum computing program to flip the coin, using Q#.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuantumComputingFlipCoin

This is a quantum computing program to flip the coin, using Q#. Note this section of the program in flip.qs:

H(qubit);  // first flip
                let val = M(qubit);  // a read, toggle this line.
                H(qubit);  // second flip

Run the corresponding flip.py host program with the line#2 (let statement) and without the line#2. And notice the difference!

About

This is a quantum computing program to flip the coin, using Q#.


Languages

Language:Python 100.0%