Skip to content

A quantum random number generator built with IBM's Qiskit API

Notifications You must be signed in to change notification settings

zach1020/veryrandom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

veryrandom

A quantum random number generator built with IBM's Qiskit API. Please add your own API key!

This script generates a random nuber by applying a Hadamard transform to qubits, then observing them. That's it! That's all it takes.

Usage

  • Put your API key in the code first.
  • I recommend making your own Python env, activating it, then:
  • pip install qiskit and
  • pip install ibm-qiskit-runtime
  • Finally: python3 veryrandom.py

About

A quantum random number generator built with IBM's Qiskit API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages