Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

alpine-quantum-technologies/qiskit-aqt-provider-rc

Repository files navigation

This repository is archived (2023-09-26)

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 AQT Provider

Latest release License Supported Python versions Build Status Code style: black Ruff Checked with mypy

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.

Installation

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.

Usage

See the user guide and the examples.