Metadata-Version: 2.4
Name: qiskit-experiments
Version: 0.13.0
Summary: Software for developing quantum computing programs
Author-email: Qiskit Development Team <qiskit@us.ibm.com>
License: Apache 2.0
Project-URL: Homepage, https://github.com/Qiskit-Community/qiskit-experiments
Project-URL: Bug Tracker, https://github.com/Qiskit-Community/qiskit-experiments/issues
Project-URL: Documentation, https://qiskit-community.github.io/qiskit-experiments
Project-URL: Source Code, https://github.com/Qiskit-Community/qiskit-experiments
Keywords: qiskit sdk quantum
Classifier: Environment :: Console
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 :: 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.9
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy>=1.17
Requires-Dist: scipy>=1.4
Requires-Dist: qiskit>=1.3
Requires-Dist: qiskit-ibm-experiment>=0.4.6
Requires-Dist: qiskit_ibm_runtime>=0.34.0
Requires-Dist: matplotlib>=3.4
Requires-Dist: uncertainties
Requires-Dist: lmfit
Requires-Dist: rustworkx
Requires-Dist: pandas>=1.1.5
Requires-Dist: packaging
Provides-Extra: extras
Requires-Dist: cvxpy>=1.3.2; extra == "extras"
Requires-Dist: scikit-learn; extra == "extras"
Requires-Dist: qiskit-aer>=0.13.2; extra == "extras"
Dynamic: license-file

# Qiskit Experiments

[![License](https://img.shields.io/github/license/Qiskit-Community/qiskit-experiments.svg)](https://opensource.org/licenses/Apache-2.0)
[![Release](https://img.shields.io/github/release/Qiskit-Community/qiskit-experiments.svg)](https://github.com/Qiskit-Community/qiskit-experiments/releases)
![Python](https://img.shields.io/pypi/pyversions/qiskit-experiments.svg)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.05329/status.svg)](https://doi.org/10.21105/joss.05329)

**Qiskit Experiments** is a repository that builds tools for building, running,
and analyzing experiments on noisy quantum computers using Qiskit.

To learn more about the package, you can see the 
[most up-to-date documentation](https://qiskit-community.github.io/qiskit-experiments/dev)
corresponding to the main branch of this repository or the 
[documentation for the latest stable release](https://qiskit-community.github.io/qiskit-experiments).

## Contribution Guidelines

If you'd like to contribute to Qiskit Experiments, please take a look at our
[contribution guidelines](CONTRIBUTING.md). This project adheres to Qiskit's
[code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to
uphold this code.

We use [GitHub issues](https://github.com/Qiskit-Community/qiskit-experiments/issues) for
tracking requests and bugs. Please
[join the Qiskit Slack community](https://qisk.it/join-slack)
and use the [#experiments](https://qiskit.slack.com/archives/CGZDF48EN) channel for discussion and
simple questions.
For questions that are more suited for a forum we use the Qiskit tag in 
[Stack Exchange](https://quantumcomputing.stackexchange.com/questions/tagged/qiskit).

## Authors and Citation

Qiskit Experiments is the work of [many people](https://github.com/Qiskit-Community/qiskit-experiments/graphs/contributors) who contribute
to the project at different levels. If you use Qiskit Experiments, please cite our
[paper](https://doi.org/10.21105/joss.05329) as per the included [citation file](CITATION.cff).

## License

[Apache License 2.0](LICENSE.txt)

