Metadata-Version: 2.1
Name: staged-primitives
Version: 0.3.0
Summary: Backend based primitives defining a staged computational pipeline.
Keywords: quantum computing,primitives,qiskit,IBM
Author-email: Pedro Rivero <pedro.rivero@ibm.com>
Maintainer-email: Pedro Rivero <pedro.rivero@ibm.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Dist: qiskit-terra >= 0.22.2
Requires-Dist: tox >= 3.25.1 ; extra == "dev"
Requires-Dist: pre-commit >= 2.19.0 ; extra == "dev"
Requires-Dist: commitizen >= 2.28.0 ; extra == "dev"
Requires-Dist: jupyter-sphinx >= 0.3.2 ; extra == "docs"
Requires-Dist: nbsphinx >= 0.8.8 ; extra == "docs"
Requires-Dist: reno >= 3.5.0 ; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints >= 1.17.0 ; extra == "docs"
Requires-Dist: autoflake >= 1.7.6 ; extra == "lint"
Requires-Dist: black[jupyter] ~= 22.6.0 ; extra == "lint"
Requires-Dist: flake8 >= 4.0.1 ; extra == "lint"
Requires-Dist: isort >= 5.10.1 ; extra == "lint"
Requires-Dist: mypy >= 0.961 ; extra == "lint"
Requires-Dist: mypy-extensions >= 0.4.3 ; extra == "lint"
Requires-Dist: pylint >= 2.14.4 ; extra == "lint"
Requires-Dist: jupyter >= 1.0.0 ; extra == "notebook"
Requires-Dist: notebook >= 6.4.12 ; extra == "notebook"
Requires-Dist: qiskit-terra[visualization] >= 0.22.2 ; extra == "notebook"
Requires-Dist: qiskit-aer >= 0.11.0 ; extra == "notebook"
Requires-Dist: nbqa >= 1.3.1 ; extra == "notebook"
Requires-Dist: treon >= 0.1.3 ; extra == "notebook"
Requires-Dist: pytest >= 7.1.2 ; extra == "test"
Requires-Dist: pytest-cov >= 3.0.0 ; extra == "test"
Requires-Dist: pytest-randomly >= 3.12.0 ; extra == "test"
Requires-Dist: qiskit-aer >= 0.11.0 ; extra == "test"
Project-URL: Documentation, https://github.com/Qiskit-Extensions/staged-primitives/tree/main/docs/
Project-URL: Download, https://pypi.org/project/staged-primitives/
Project-URL: Home, https://qiskit-community.github.io/prototypes/
Project-URL: Repository, https://github.com/Qiskit-Extensions/staged-primitives/
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: lint
Provides-Extra: notebook
Provides-Extra: test

<!-- SHIELDS -->
<div align="left">

  ![Platform](https://img.shields.io/badge/Platform-Linux%20%7C%20macOS%20%7C%20Windows-informational)
  [![Python](https://img.shields.io/badge/Python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-informational)](https://www.python.org/)
  [![Qiskit Terra](https://img.shields.io/badge/Qiskit%20Terra-%E2%89%A5%200.22.2-6133BD)](https://github.com/Qiskit/qiskit-terra)
<br />
  [![Tests](https://github.com/Qiskit-Extensions/staged-primitives/actions/workflows/test.yml/badge.svg)](https://github.com/Qiskit-Extensions/staged-primitives/actions/workflows/test.yml)
  [![Coverage](https://coveralls.io/repos/github/Qiskit-Extensions/staged-primitives/badge.svg?branch=main)](https://coveralls.io/github/Qiskit-Extensions/staged-primitives?branch=main)
  [![Release](https://img.shields.io/github/release/Qiskit-Extensions/staged-primitives.svg?include_prereleases&label=Release)](https://github.com/Qiskit-Extensions/staged-primitives/releases)
  [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7613387.svg)](https://doi.org/10.5281/zenodo.7613387)
  [![License](https://img.shields.io/github/license/Qiskit-Extensions/staged-primitives?label=License)](LICENSE.txt)

</div>
<!-- PROJECT LOGO -->
<br />
<p align="center">
  <!-- <a href="README.md">
    <img src="https://github.com/Qiskit-Extensions/staged-primitives/blob/main/docs/media/cover.png?raw=true" alt="Logo" width="300">
  </a> -->
  <h2 align="center">Staged Primitives</h2>
</p>
<!-- QUICK LINKS -->
<!-- <p align="center">
  <a href="https://mybinder.org/">
    <img src="https://ibm.biz/BdPq3s" alt="Launch Demo" hspace="5" vspace="10">
  </a>
  <a href="https://www.youtube.com/c/qiskit">
    <img src="https://img.shields.io/badge/watch-video-FF0000.svg?style=for-the-badge&logo=youtube" alt="Watch Video" hspace="5" vspace="10">
  </a>
</p> -->


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

### Table of contents

1. [About This Project](#about-this-project)
2. [About Prototypes](#about-prototypes)
3. [Deprecation Policy](#deprecation-policy)
4. [Using Quantum Services](#using-quantum-services)
5. [Acknowledgements](#acknowledgements)
6. [References](#references)
7. [License](#license)

#### For users
1. [Installation](https://github.com/Qiskit-Extensions/staged-primitives/tree/main/INSTALL.md)
2. [Tutorials](https://github.com/Qiskit-Extensions/staged-primitives/tree/main/docs/tutorials/)
3. [Reference Guide](https://github.com/Qiskit-Extensions/staged-primitives/tree/main/docs/reference_guide.md)
4. [How-tos](https://github.com/Qiskit-Extensions/staged-primitives/tree/main/docs/how_tos/)
5. [Explanations](https://github.com/Qiskit-Extensions/staged-primitives/tree/main/docs/explanations/)
6. [How to Give Feedback](https://github.com/Qiskit-Extensions/staged-primitives/tree/main/CONTRIBUTING.md#giving-feedback)

#### For developers
1. [Contribution Guidelines](https://github.com/Qiskit-Extensions/staged-primitives/tree/main/CONTRIBUTING.md)


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

### About This Project


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

### About Prototypes

Prototypes is a collaboration between developers and researchers that will give users early access to solutions from cutting-edge research in areas like error mitigation, quantum simulation, and machine learning. These software packages are built on top of, and may eventually be integrated into the Qiskit SDK. They are a contribution as part of the Qiskit community.

Check out our [landing page](https://qiskit-community.github.io/prototypes/) and [blog post](https://medium.com/qiskit/try-out-the-latest-advances-in-quantum-computing-with-ibm-quantum-prototypes-11f51124cb61) for more information!


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

### Deprecation Policy

Prototypes are meant to evolve rapidly and, as such, do not follow [Qiskit's deprecation policy](https://qiskit.org/documentation/contributing_to_qiskit.html#deprecation-policy). We may occasionally make breaking changes in order to improve the user experience. When possible, we will keep old interfaces and mark them as deprecated, as long as they can co-exist with the new ones. Each substantial improvement, breaking change, or deprecation will be documented in [`CHANGELOG.md`](https://github.com/Qiskit-Extensions/staged-primitives/tree/main/CHANGELOG.md).


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

### Using Quantum Services

If you are interested in using quantum services (i.e. using a real quantum computer, not a simulator) you can look at the [Qiskit Partners program](https://qiskit.org/documentation/partners/) for partner organizations that have provider packages available for their offerings.

Importantly, *[Qiskit IBM Runtime](https://qiskit.org/documentation/partners/qiskit_ibm_runtime)* is a quantum computing service and programming model that allows users to optimize workloads and efficiently execute them on quantum systems at scale; extending the existing interface in Qiskit with a set of new *primitive* programs.


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

### Acknowledgements


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

### References


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

### License
[Apache License 2.0](https://github.com/Qiskit-Extensions/staged-primitives/tree/main/LICENSE.txt)

