staged-primitives


Namestaged-primitives JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
SummaryBackend based primitives defining a staged computational pipeline.
upload_time2023-02-08 23:04:16
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords quantum computing primitives qiskit ibm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <!-- 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)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "staged-primitives",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Pedro Rivero <pedro.rivero@ibm.com>",
    "keywords": "quantum computing,primitives,qiskit,IBM",
    "author": null,
    "author_email": "Pedro Rivero <pedro.rivero@ibm.com>",
    "download_url": "https://files.pythonhosted.org/packages/25/7c/88914c47c946c0de182bd4e4e0a4a59a6a151e60dfea4e532bfd1341db8b/staged-primitives-0.3.0.tar.gz",
    "platform": null,
    "description": "<!-- SHIELDS -->\n<div align=\"left\">\n\n  ![Platform](https://img.shields.io/badge/Platform-Linux%20%7C%20macOS%20%7C%20Windows-informational)\n  [![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/)\n  [![Qiskit Terra](https://img.shields.io/badge/Qiskit%20Terra-%E2%89%A5%200.22.2-6133BD)](https://github.com/Qiskit/qiskit-terra)\n<br />\n  [![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)\n  [![Coverage](https://coveralls.io/repos/github/Qiskit-Extensions/staged-primitives/badge.svg?branch=main)](https://coveralls.io/github/Qiskit-Extensions/staged-primitives?branch=main)\n  [![Release](https://img.shields.io/github/release/Qiskit-Extensions/staged-primitives.svg?include_prereleases&label=Release)](https://github.com/Qiskit-Extensions/staged-primitives/releases)\n  [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7613387.svg)](https://doi.org/10.5281/zenodo.7613387)\n  [![License](https://img.shields.io/github/license/Qiskit-Extensions/staged-primitives?label=License)](LICENSE.txt)\n\n</div>\n<!-- PROJECT LOGO -->\n<br />\n<p align=\"center\">\n  <!-- <a href=\"README.md\">\n    <img src=\"https://github.com/Qiskit-Extensions/staged-primitives/blob/main/docs/media/cover.png?raw=true\" alt=\"Logo\" width=\"300\">\n  </a> -->\n  <h2 align=\"center\">Staged Primitives</h2>\n</p>\n<!-- QUICK LINKS -->\n<!-- <p align=\"center\">\n  <a href=\"https://mybinder.org/\">\n    <img src=\"https://ibm.biz/BdPq3s\" alt=\"Launch Demo\" hspace=\"5\" vspace=\"10\">\n  </a>\n  <a href=\"https://www.youtube.com/c/qiskit\">\n    <img src=\"https://img.shields.io/badge/watch-video-FF0000.svg?style=for-the-badge&logo=youtube\" alt=\"Watch Video\" hspace=\"5\" vspace=\"10\">\n  </a>\n</p> -->\n\n\n----------------------------------------------------------------------\n\n### Table of contents\n\n1. [About This Project](#about-this-project)\n2. [About Prototypes](#about-prototypes)\n3. [Deprecation Policy](#deprecation-policy)\n4. [Using Quantum Services](#using-quantum-services)\n5. [Acknowledgements](#acknowledgements)\n6. [References](#references)\n7. [License](#license)\n\n#### For users\n1. [Installation](https://github.com/Qiskit-Extensions/staged-primitives/tree/main/INSTALL.md)\n2. [Tutorials](https://github.com/Qiskit-Extensions/staged-primitives/tree/main/docs/tutorials/)\n3. [Reference Guide](https://github.com/Qiskit-Extensions/staged-primitives/tree/main/docs/reference_guide.md)\n4. [How-tos](https://github.com/Qiskit-Extensions/staged-primitives/tree/main/docs/how_tos/)\n5. [Explanations](https://github.com/Qiskit-Extensions/staged-primitives/tree/main/docs/explanations/)\n6. [How to Give Feedback](https://github.com/Qiskit-Extensions/staged-primitives/tree/main/CONTRIBUTING.md#giving-feedback)\n\n#### For developers\n1. [Contribution Guidelines](https://github.com/Qiskit-Extensions/staged-primitives/tree/main/CONTRIBUTING.md)\n\n\n----------------------------------------------------------------------\n\n### About This Project\n\n\n----------------------------------------------------------------------\n\n### About Prototypes\n\nPrototypes 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.\n\nCheck 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!\n\n\n----------------------------------------------------------------------\n\n### Deprecation Policy\n\nPrototypes 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).\n\n\n----------------------------------------------------------------------\n\n### Using Quantum Services\n\nIf 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.\n\nImportantly, *[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.\n\n\n----------------------------------------------------------------------\n\n### Acknowledgements\n\n\n----------------------------------------------------------------------\n\n### References\n\n\n----------------------------------------------------------------------\n\n### License\n[Apache License 2.0](https://github.com/Qiskit-Extensions/staged-primitives/tree/main/LICENSE.txt)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Backend based primitives defining a staged computational pipeline.",
    "version": "0.3.0",
    "split_keywords": [
        "quantum computing",
        "primitives",
        "qiskit",
        "ibm"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "881f2ac65c4dce4ce1e6c64acd7554d75fe7728a7c3a303739891d2e99f16c7b",
                "md5": "d70e7dec32cf8de15ab27b02b27b80c7",
                "sha256": "1101e7e9c84b9c198ee5fb637880709cdbba9226c5225f2f3eaab0d2ff222521"
            },
            "downloads": -1,
            "filename": "staged_primitives-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d70e7dec32cf8de15ab27b02b27b80c7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 34059,
            "upload_time": "2023-02-08T23:04:14",
            "upload_time_iso_8601": "2023-02-08T23:04:14.219941Z",
            "url": "https://files.pythonhosted.org/packages/88/1f/2ac65c4dce4ce1e6c64acd7554d75fe7728a7c3a303739891d2e99f16c7b/staged_primitives-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "257c88914c47c946c0de182bd4e4e0a4a59a6a151e60dfea4e532bfd1341db8b",
                "md5": "c1806afbf823d4daafd847106189c349",
                "sha256": "2f4ccdf9b5a93ba2228b4274c2419cf8b0fc75b16ed7835ed1c74e5ae0863626"
            },
            "downloads": -1,
            "filename": "staged-primitives-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c1806afbf823d4daafd847106189c349",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 317997,
            "upload_time": "2023-02-08T23:04:16",
            "upload_time_iso_8601": "2023-02-08T23:04:16.375598Z",
            "url": "https://files.pythonhosted.org/packages/25/7c/88914c47c946c0de182bd4e4e0a4a59a6a151e60dfea4e532bfd1341db8b/staged-primitives-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-08 23:04:16",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "staged-primitives"
}
        
Elapsed time: 0.03975s