Cyberes af4130a878 | ||
---|---|---|
src/quantum | ||
.gitignore | ||
LICENSE | ||
README.md | ||
pyproject.toml |
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!')