Bring quantum computing to Python!
Go to file
Cyberes a00a5e16f6 reorganize 2024-03-15 23:01:48 -06:00
src/quantum reorganize 2024-03-15 23:01:48 -06:00
.gitignore add code 2024-03-15 22:57:35 -06:00
LICENSE Initial commit 2024-03-15 22:52:07 -06:00
README.md reorganize 2024-03-15 23:01:48 -06:00
pyproject.toml add code 2024-03-15 22:57:35 -06:00

README.md

python3-quantum

Bring quantum computing to Python!

Quantum computing is super cool and this package makes it easy to use it in Python 3.

Install

pip install python3-quantum

Usage

from quantum.states import tralse
if tralse:
    print('Hello world!')