Blueqat 0.3.8
Release date: 2019 Jul. 29
New features
qgate backend (Thanks to Morino san): New backend for qgate.
qgate is required for this backend.
Usage: Circuit().h[:10].run(backend='qgate', shots=1000)
or Circuit().h[:10].run(backend='qgate', runtime='cuda', shots=1000)
numba backend: New backend using numba.
Usage: Circuit().h[:10].run(backend='numba')
Add test for other backends
To add backend, run python -m pytest ./test --add-backend numba --add-backend qgate
.
Small modifications and debugging
Installation
pip install blueqat