Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 284 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 284 Bytes

About

Some educational scripts of quantum computing.

Requirements

Python 3.7

Install

pip3 install -r requirements.txt

Run

Random numbers generator:

python3 hadamard-random.py

Quantum teleportation

python3 teleportation.py