The Qiskit AQT provider repository is now at qiskit-community/qiskit-aqt-provider. The released packages are available on PyPI as qiskit-aqt-provider.
Qiskit is an open-source SDK for working with quantum computers at the level of circuits, algorithms, and application modules.
This project contains a provider that allows access to AQT ion-trap quantum computing systems.
We encourage installing released packages using the pip
tool:
pip install [--update] qiskit-aqt-provider-rc
Please note that this command should always be executed in a vanilla virtual environment, such that dependencies correctly respect the bounds set in the pyproject.toml file.
See the user guide and the examples.