Skip to content

Using a Quantum Computer to generate truly random coin flips.

Notifications You must be signed in to change notification settings

DeathReaper42/Quantum-CoinFlipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantum-CoinFlipper

This repository is dedicated to flip coins with true randomness using a real quantum computer with help of IBMQ's API and Qiskit's repository.

Requirements

  1. Python3
  2. Qiskit Module
  3. IBMQ account(Required for API connection)

Working

The program creates as many quantum and classical bits as the number of coins to flipped(Limited to 32 due to limitation of current quantum computers) and each quantum bit is connect to an hadamard gate and then measured to classical bit to achieve true randomness. alt text

Dependencies

References