Bring quantum computing to Python!
Go to file
Cyberes f24872d0d6 update 2024-03-15 23:07:42 -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 update readme 2024-03-15 23:05:21 -06:00
pyproject.toml update 2024-03-15 23:07:42 -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 pip install git+https://git.evulid.cc/cyberes/python3-quantum

Usage

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