Metadata-Version: 2.1
Name: qiskit-aqt-provider-rc
Version: 0.15.0
Summary: Qiskit provider for AQT backends
Home-page: https://github.com/alpine-quantum-technologies/qiskit-aqt-provider-rc/
License: Apache-2.0
Keywords: qiskit,sdk,quantum
Author: Qiskit Development Team
Requires-Python: >=3.8,<3.12
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Provides-Extra: examples
Requires-Dist: httpx (>=0.24.0)
Requires-Dist: pydantic (>=1.10.8,<2)
Requires-Dist: python-dotenv (>=1)
Requires-Dist: qiskit-aer (>=0.11)
Requires-Dist: qiskit-terra (>=0.23.3,!=0.24.0)
Requires-Dist: tabulate (>=0.9.0)
Requires-Dist: tqdm (>=4)
Requires-Dist: tweedledum (>=1) ; extra == "examples"
Requires-Dist: typing-extensions (>=4.0.0)
Project-URL: Repository, https://github.com/alpine-quantum-technologies/qiskit-aqt-provider-rc/
Description-Content-Type: text/markdown

# Qiskit AQT Provider

[![Latest release](https://img.shields.io/pypi/v/qiskit-aqt-provider-rc.svg)](https://pypi.python.org/pypi/qiskit-aqt-provider-rc)
[![License](https://img.shields.io/pypi/l/qiskit-aqt-provider-rc.svg)](https://pypi.python.org/pypi/qiskit-aqt-provider-rc)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/qiskit-aqt-provider-rc.svg)](https://pypi.python.org/pypi/qiskit-aqt-provider-rc)
![Build Status](https://github.com/alpine-quantum-technologies/qiskit-aqt-provider-rc/actions/workflows/poetry.yml/badge.svg?branch=master)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v1.json)](https://github.com/charliermarsh/ruff)
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)

[Qiskit](https://qiskit.org/) 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](https://www.aqt.eu/) ion-trap quantum computing
systems.

## Usage

See the [user guide](https://github.com/alpine-quantum-technologies/qiskit-aqt-provider-internal/blob/master/docs/guide.rst) and the [examples](https://github.com/alpine-quantum-technologies/qiskit-aqt-provider-internal/tree/master/examples).

