Metadata-Version: 2.4
Name: qiskit-aqt-provider
Version: 1.15.0
Summary: Qiskit provider for AQT backends
License: Apache-2.0
License-File: LICENSE.txt
Keywords: qiskit,sdk,quantum
Author: Qiskit Development Team
Requires-Python: >=3.9,<3.14
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Provides-Extra: examples
Provides-Extra: test
Requires-Dist: annotated-types (>=0.7.0)
Requires-Dist: aqt-connector (==0.3.0)
Requires-Dist: httpx (>=0.24.0)
Requires-Dist: numpy (>=1) ; python_full_version > "3.9.0" and python_version < "3.13"
Requires-Dist: numpy (>=1,<2.1) ; python_full_version <= "3.9.0"
Requires-Dist: numpy (>=2.1) ; python_version >= "3.13"
Requires-Dist: platformdirs (>=3)
Requires-Dist: pydantic (>=2.5.0)
Requires-Dist: pydantic-core (>=2)
Requires-Dist: pytest (>=8) ; extra == "test"
Requires-Dist: pytest-httpx (>=0.35.0,<0.36.0) ; extra == "test"
Requires-Dist: python-dotenv (>=1)
Requires-Dist: qiskit (>=1,<2)
Requires-Dist: qiskit-aer (>=0.13.2)
Requires-Dist: qiskit-algorithms (>=0.2.1,<0.4) ; extra == "examples"
Requires-Dist: qiskit-optimization (>=0.6.0) ; extra == "examples"
Requires-Dist: scipy (>=1,<1.15) ; python_version < "3.10"
Requires-Dist: scipy (>=1.15,<2.0) ; python_version >= "3.10"
Requires-Dist: tabulate (>=0.9.0)
Requires-Dist: tqdm (>=4)
Requires-Dist: typing-extensions (>=4.0.0)
Project-URL: Documentation, https://qiskit-community.github.io/qiskit-aqt-provider
Project-URL: Repository, https://github.com/qiskit-community/qiskit-aqt-provider
Description-Content-Type: text/markdown

# Qiskit AQT Provider

[![Latest release](https://img.shields.io/pypi/v/qiskit-aqt-provider.svg)](https://pypi.python.org/pypi/qiskit-aqt-provider)
[![License](https://img.shields.io/pypi/l/qiskit-aqt-provider.svg)](https://pypi.python.org/pypi/qiskit-aqt-provider)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10069281.svg)](https://doi.org/10.5281/zenodo.10069281)

[![Supported Python versions](https://img.shields.io/pypi/pyversions/qiskit-aqt-provider.svg)](https://pypi.python.org/pypi/qiskit-aqt-provider)
![Build Status](https://github.com/qiskit-community/qiskit-aqt-provider/actions/workflows/poetry.yml/badge.svg?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/qiskit-community/qiskit-aqt-provider/badge.svg?branch=master)](https://coveralls.io/github/qiskit-community/qiskit-aqt-provider?branch=master)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://docs.astral.sh/ruff)
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)

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

## Usage

See the [documentation](https://qiskit-community.github.io/qiskit-aqt-provider/) and the [examples](https://github.com/qiskit-community/qiskit-aqt-provider/tree/master/examples).

