Skip to content

Blueqat 0.3.8

Compare
Choose a tag to compare
@gyu-don gyu-don released this 29 Jul 06:13
· 441 commits to master since this release

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