Bring quantum computing to Python!
Go to file
Cyberes af4130a878 Update 'README.md' 2024-03-15 23:09:31 -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.md' 2024-03-15 23:09:31 -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 git+https://git.evulid.cc/cyberes/python3-quantum

Usage

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