Skip to content

v0.2.2

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jun 17:47
· 5 commits to main since this release
v0.2.2
825c6cc

Install v0.2.2

The package is on PyPI and the image on the GitHub Container Registry (GHCR) for convenience (the usual one-liners below). If you would rather not use a package index at all, the wheel attached to this release and the GHCR image are both pullable straight from GitHub, no extra account needed.

Python package (PyPI, or the attached wheel):

pip install 'shotgate[aer]==0.2.2'
# or straight from this release, no index:
pip install https://github.com/coldqubit/shotgate/releases/download/v0.2.2/shotgate-0.2.2-py3-none-any.whl

Container (GHCR, canonical; add the -ibm tag suffix for the QPU-capable variant):

podman pull ghcr.io/coldqubit/shotgate:0.2.2
podman run --rm -v "$PWD:/work:Z" -w /work ghcr.io/coldqubit/shotgate:0.2.2 run examples/bell-state/workflow.yaml
# also mirrored to Docker Hub:  docker.io/coldqubit/shotgate:0.2.2

Full Changelog: v0.2.1...v0.2.2