Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 11 Jun 06:30
· 13 commits to main since this release
v0.2.1
f39a1bd

Install v0.2.1

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.1'
# or straight from this release, no index:
pip install https://github.com/coldqubit/shotgate/releases/download/v0.2.1/shotgate-0.2.1-py3-none-any.whl

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

podman pull ghcr.io/coldqubit/shotgate:0.2.1
podman run --rm -v "$PWD:/work:Z" -w /work ghcr.io/coldqubit/shotgate:0.2.1 run examples/bell-state/workflow.yaml

Full Changelog: v0.2.0...v0.2.1