Metadata-Version: 2.4
Name: qiskit-aqt-provider
Version: 2.0.0b1
Summary: Qiskit provider for AQT backends
Keywords: qiskit,quantum,sdk
Author: Qiskit Development Team, Alpine Quantum Technologies GmbH
Author-email: Alpine Quantum Technologies GmbH <support.arnica@aqt.eu>
License-Expression: Apache-2.0
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
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.14
Classifier: Topic :: Scientific/Engineering
Requires-Dist: annotated-types>=0.7
Requires-Dist: aqt-connector==0.4
Requires-Dist: httpx>=0.24
Requires-Dist: numpy>=1 ; python_full_version >= '3.10' and python_full_version < '3.13'
Requires-Dist: numpy>=2.1 ; python_full_version >= '3.13'
Requires-Dist: platformdirs>=3
Requires-Dist: pydantic>=2.5
Requires-Dist: pydantic-core>=2
Requires-Dist: python-dotenv>=1
Requires-Dist: qiskit>=2.3,<=2.4.1
Requires-Dist: qiskit-aer>=0.17
Requires-Dist: scipy>=1.15
Requires-Dist: tabulate>=0.9
Requires-Dist: tqdm>=4
Requires-Dist: typing-extensions>=4
Requires-Dist: qiskit-algorithms>=0.4 ; extra == 'examples'
Requires-Dist: qiskit-optimization>=0.6 ; extra == 'examples'
Requires-Dist: fastapi[standard]>=0.128.8 ; extra == 'test'
Requires-Dist: pytest>=8 ; extra == 'test'
Requires-Dist: pytest-httpx>=0.35 ; extra == 'test'
Requires-Dist: pytest-mock>=3 ; extra == 'test'
Requires-Dist: pytest-sugar>=1 ; extra == 'test'
Requires-Python: >=3.10, <3.15
Provides-Extra: examples
Provides-Extra: test
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).
