Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 422 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 422 Bytes

Quantum Number Generator

A true random number generator using H Gates (Hadamard gates) with Qiskit.

Creates a quantum circuit with 8 qubit registers to produce the random number and 8 classic bit registers to store the results.

First uses qasm_simulator to generate a set of random numbers, then it connects to a quantum computer from IBM to generate another set of random numbers with real quantum mechanics.