Metadata-Version: 2.4
Name: qiskit_braket_provider
Version: 0.14.1
Summary: Qiskit-Braket provider to execute Qiskit programs on devices via Amazon Braket.
Keywords: qiskit braket sdk quantum
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: certifi>=2021.5.30
Requires-Dist: qiskit>=2.0.0
Requires-Dist: qiskit-ionq>=1.0.0
Requires-Dist: amazon-braket-sdk>=1.111.1
Requires-Dist: amazon-braket-default-simulator>=1.38.0
Requires-Dist: setuptools>=40.1.0
Requires-Dist: numpy>=1.3
Provides-Extra: test
Requires-Dist: qiskit-algorithms>=0.4.0; extra == "test"
Requires-Dist: coverage>=7.6.1; extra == "test"
Requires-Dist: nbqa>=1.1.1; extra == "test"
Requires-Dist: treon>=0.1.3; extra == "test"
Requires-Dist: pytest>=7.0.0; extra == "test"
Requires-Dist: pytest-xdist>=3.0.0; extra == "test"
Requires-Dist: tox==3.24.5; extra == "test"
Requires-Dist: ruff>=0.4.0; extra == "test"
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Qiskit-Braket Provider

[![Latest Version](https://img.shields.io/pypi/v/qiskit-braket-provider.svg)](https://pypi.python.org/pypi/qiskit-braket-provider)
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/qiskit-braket-provider.svg)](https://pypi.python.org/pypi/qiskit-braket-provider)
[![Qiskit compatibility](https://img.shields.io/badge/Qiskit%20compatibility-%3E%3D2.0.0-blueviolet?logo=Qiskit)](https://github.com/Qiskit/qiskit/releases)
[![Build status](https://github.com/amazon-braket/qiskit-braket-provider/actions/workflows/python-package.yml/badge.svg?branch=main)](https://github.com/amazon-braket/qiskit-braket-provider/actions/workflows/python-package.yml)
[![Documentation Status](https://img.shields.io/readthedocs/qiskit-braket-provider?logo=read-the-docs)](https://qiskit-braket-provider.readthedocs.io)

Qiskit-Braket provider to execute Qiskit programs on devices via Amazon Braket.

### Table of Contents

##### For Users

1.  [Installation](https://qiskit-braket-provider.readthedocs.io/en/latest/installation_guide.html)
2.  [Quickstart Guide](https://qiskit-braket-provider.readthedocs.io/en/latest/quickstart_guide.html)
3.  [Tutorials](https://qiskit-braket-provider.readthedocs.io/en/latest/tutorials/index.html)
4.  [How-Tos](https://qiskit-braket-provider.readthedocs.io/en/latest/how_tos/index.html)
5.  [How to Give Feedback](#how-to-give-feedback)
6.  [Contribution Guidelines](#contribution-guidelines)
7.  [References and Acknowledgements](#references-and-acknowledgements)
8.  [License](#license)

##### For Developers/Contributors

1. [Contribution Guide](https://github.com/amazon-braket/qiskit-braket-provider/blob/main/CONTRIBUTING.md)


----------------------------------------------------------------------------------------------------

### How to Give Feedback

We encourage your feedback! You can share your thoughts with us by:
- [Opening an issue](https://github.com/amazon-braket/qiskit-braket-provider/issues) in the repository


----------------------------------------------------------------------------------------------------

### Contribution Guidelines

For information on how to contribute to this project, please take a look at our [contribution guidelines](CONTRIBUTING.md).


----------------------------------------------------------------------------------------------------

## Documentation

### Qiskit-Braket Provider API Reference Documentation

The API reference can be found on [Read the Docs](https://qiskit-braket-provider.readthedocs.io/en/latest/).

**To generate the API Reference HTML in your local environment**

To generate the HTML, first change directories (`cd`) to the `qiskit-braket-provider` directory.
Then, run the following command to generate the HTML documentation files:

```
tox -e docs
```

To view the generated documentation, open the following file in a browser:
`../qiskit-braket-provider/build/documentation/html/index.html`


----------------------------------------------------------------------------------------------------

## References and Acknowledgements
[1] Qiskit https://www.ibm.com/quantum/qiskit \
[2] Amazon Braket Python SDK https://github.com/amazon-braket/amazon-braket-sdk-python


----------------------------------------------------------------------------------------------------

### License
[Apache License 2.0](LICENSE)
