openqaoa-pyquil


Nameopenqaoa-pyquil JSON
Version 0.2.5 PyPI version JSON
download
home_pagehttps://github.com/entropicalabs/openqaoa
SummaryPyquil Plug-in for OpenQAOA
upload_time2023-12-20 15:42:13
maintainer
docs_urlNone
authorEntropica Labs
requires_python>=3.8, <3.11
licenseMIT
keywords quantum optimisation sdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            <div align="center">

<picture>
  <source media="(prefers-color-scheme: dark)" srcset="https://github.com/entropicalabs/openqaoa/blob/main/.github/images/openqaoa_logo_offW.png" width="650">
  <img alt="OpenQAOA" src="https://github.com/entropicalabs/openqaoa/blob/main/.github/images/openqaoa_logo.png" width="650">
</picture>

  [![build test](https://github.com/entropicalabs/openqaoa/actions/workflows/test_main_linux.yml/badge.svg)](https://github.com/entropicalabs/openqaoa/actions/workflows/test_main_linux.yml)<!-- Tests (GitHub actions) -->
  [![Documentation Status](https://readthedocs.org/projects/el-openqaoa/badge/?version=latest)](https://el-openqaoa.readthedocs.io/en/latest/?badge=latest) <!-- Readthedocs -->
  [![PyPI version](https://badge.fury.io/py/openqaoa.svg)](https://badge.fury.io/py/openqaoa) <!-- PyPI -->
  [![arXiv](https://img.shields.io/badge/arXiv-2210.08695-<COLOR>.svg)](https://arxiv.org/abs/2210.08695) <!-- arXiv -->
  [![License](https://img.shields.io/pypi/l/openqaoa)](LICENSE.md)<!-- License -->
  [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)<!-- Covenant Code of conduct -->
  [![Downloads](https://pepy.tech/badge/openqaoa)](https://pepy.tech/project/openqaoa)
  [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/entropicalabs/openqaoa.git/main?labpath=%2Fexamples)
  [![Discord](https://img.shields.io/discord/991258119525122058)](https://discord.gg/ana76wkKBd)
  [![Website](https://img.shields.io/badge/OpenQAOA-Website-blueviolet)](https://openqaoa.entropicalabs.com/) 
</div>

# OpenQAOA-Pyquil Plugin

OpenQAOA is a multi-backend python library for quantum optimization using QAOA on Quantum computers and Quantum computer simulators. This package is part of a set of OpenQAOA plug-ins that lets users run QAOA computations on Rigetti's devices accessible through QCS, and devices that support quil instructions. Check out OpenQAOA website [https://openqaoa.entropicalabs.com/](https://openqaoa.entropicalabs.com/)

**OpenQAOA is currently in OpenBeta.**

Please, consider [joining our discord](https://discord.gg/ana76wkKBd) if you want to be part of our community and participate in the OpenQAOA's development. 

## Installation instructions

### Install via PyPI

You can install the latest version of openqaoa-pyquil directly from PyPi. We recommend creating a virtual environment with `python>=3.8` first and then simply pip install openqaoa-pyquil with the following command.

**NOTE:** Installing `openqaoa-pyquil` installs `openqaoa-core` by default

```bash
pip install openqaoa-pyquil
```

### Installation instructions for Developers
OpenQAOA-Qiskit does not yet support developer install as a standalone package. If you wish to work in developer mode, please install the entire library. Instructions are available [here]()

Should you face any issue during the installation, please drop us an email at openqaoa@entropicalabs.com or open an issue!

## Getting started

The documentation for OpenQAOA-Pyquil can be found [here](https://el-openqaoa.readthedocs.io/en/latest/).

We also provide a set of tutorials to get you started. Among the many, perhaps you can get started with the following ones:
- Link OpenQAOA Pyquil notebooks
- Using QPU
- Using as QVM

### Available devives 

OpenQAOA-Pyquil services devices both locally and on the cloud. The Rigetti supports access to their QPUs through the QCS platform. Moreover, users can also access a `qvm` emulator of Rigetti QPUs that runs locally.
**NOTE:** Using a QVM requires installation of Rigetti Forest SDK that does not come pre-installed with OpenQAOA. If required the user may install the SDK [here](https://qcs.rigetti.com/sdk-downloads)

| Device location  | Device Name |
| ------------- | ------------- |
| [Rigetti QCS](https://qcs.rigetti.com/sign-in)     | Aspen-11, Aspen-M-1, and QVM simulator |


## Running the tests
TODO

## Contributing and feedback

If you find any bugs or errors, have feature requests, or code you would like to contribute, feel free to open an issue or send us a pull request on GitHub.

We are always interested to hear about projects built with EntropicaQAOA. If you have an application you'd like to tell us about, drop us an email at openqaoa@entropicalabs.com.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/entropicalabs/openqaoa",
    "name": "openqaoa-pyquil",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8, <3.11",
    "maintainer_email": "",
    "keywords": "quantum optimisation SDK",
    "author": "Entropica Labs",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/a9/34/088649332bb69f418be2e717751de140ec32ca3a8d84b579021286e5a06a/openqaoa-pyquil-0.2.5.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n\n<picture>\n  <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://github.com/entropicalabs/openqaoa/blob/main/.github/images/openqaoa_logo_offW.png\" width=\"650\">\n  <img alt=\"OpenQAOA\" src=\"https://github.com/entropicalabs/openqaoa/blob/main/.github/images/openqaoa_logo.png\" width=\"650\">\n</picture>\n\n  [![build test](https://github.com/entropicalabs/openqaoa/actions/workflows/test_main_linux.yml/badge.svg)](https://github.com/entropicalabs/openqaoa/actions/workflows/test_main_linux.yml)<!-- Tests (GitHub actions) -->\n  [![Documentation Status](https://readthedocs.org/projects/el-openqaoa/badge/?version=latest)](https://el-openqaoa.readthedocs.io/en/latest/?badge=latest) <!-- Readthedocs -->\n  [![PyPI version](https://badge.fury.io/py/openqaoa.svg)](https://badge.fury.io/py/openqaoa) <!-- PyPI -->\n  [![arXiv](https://img.shields.io/badge/arXiv-2210.08695-<COLOR>.svg)](https://arxiv.org/abs/2210.08695) <!-- arXiv -->\n  [![License](https://img.shields.io/pypi/l/openqaoa)](LICENSE.md)<!-- License -->\n  [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)<!-- Covenant Code of conduct -->\n  [![Downloads](https://pepy.tech/badge/openqaoa)](https://pepy.tech/project/openqaoa)\n  [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/entropicalabs/openqaoa.git/main?labpath=%2Fexamples)\n  [![Discord](https://img.shields.io/discord/991258119525122058)](https://discord.gg/ana76wkKBd)\n  [![Website](https://img.shields.io/badge/OpenQAOA-Website-blueviolet)](https://openqaoa.entropicalabs.com/) \n</div>\n\n# OpenQAOA-Pyquil Plugin\n\nOpenQAOA is a multi-backend python library for quantum optimization using QAOA on Quantum computers and Quantum computer simulators. This package is part of a set of OpenQAOA plug-ins that lets users run QAOA computations on Rigetti's devices accessible through QCS, and devices that support quil instructions. Check out OpenQAOA website [https://openqaoa.entropicalabs.com/](https://openqaoa.entropicalabs.com/)\n\n**OpenQAOA is currently in OpenBeta.**\n\nPlease, consider [joining our discord](https://discord.gg/ana76wkKBd) if you want to be part of our community and participate in the OpenQAOA's development. \n\n## Installation instructions\n\n### Install via PyPI\n\nYou can install the latest version of openqaoa-pyquil directly from PyPi. We recommend creating a virtual environment with `python>=3.8` first and then simply pip install openqaoa-pyquil with the following command.\n\n**NOTE:** Installing `openqaoa-pyquil` installs `openqaoa-core` by default\n\n```bash\npip install openqaoa-pyquil\n```\n\n### Installation instructions for Developers\nOpenQAOA-Qiskit does not yet support developer install as a standalone package. If you wish to work in developer mode, please install the entire library. Instructions are available [here]()\n\nShould you face any issue during the installation, please drop us an email at openqaoa@entropicalabs.com or open an issue!\n\n## Getting started\n\nThe documentation for OpenQAOA-Pyquil can be found [here](https://el-openqaoa.readthedocs.io/en/latest/).\n\nWe also provide a set of tutorials to get you started. Among the many, perhaps you can get started with the following ones:\n- Link OpenQAOA Pyquil notebooks\n- Using QPU\n- Using as QVM\n\n### Available devives \n\nOpenQAOA-Pyquil services devices both locally and on the cloud. The Rigetti supports access to their QPUs through the QCS platform. Moreover, users can also access a `qvm` emulator of Rigetti QPUs that runs locally.\n**NOTE:** Using a QVM requires installation of Rigetti Forest SDK that does not come pre-installed with OpenQAOA. If required the user may install the SDK [here](https://qcs.rigetti.com/sdk-downloads)\n\n| Device location  | Device Name |\n| ------------- | ------------- |\n| [Rigetti QCS](https://qcs.rigetti.com/sign-in)     | Aspen-11, Aspen-M-1, and QVM simulator |\n\n\n## Running the tests\nTODO\n\n## Contributing and feedback\n\nIf you find any bugs or errors, have feature requests, or code you would like to contribute, feel free to open an issue or send us a pull request on GitHub.\n\nWe are always interested to hear about projects built with EntropicaQAOA. If you have an application you'd like to tell us about, drop us an email at openqaoa@entropicalabs.com.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Pyquil Plug-in for OpenQAOA",
    "version": "0.2.5",
    "project_urls": {
        "Homepage": "https://github.com/entropicalabs/openqaoa"
    },
    "split_keywords": [
        "quantum",
        "optimisation",
        "sdk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79c47334a5fdbc26810da44f906a36f00ba2be377b84f69340ad9ca544248d7f",
                "md5": "d07e45e5af9fc8f6f6e98a2f0dc24549",
                "sha256": "162b66db31fe79f7d0cee942cfdb3c634d29d454cb3099b00befea54f90955be"
            },
            "downloads": -1,
            "filename": "openqaoa_pyquil-0.2.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d07e45e5af9fc8f6f6e98a2f0dc24549",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8, <3.11",
            "size": 13726,
            "upload_time": "2023-12-20T15:42:12",
            "upload_time_iso_8601": "2023-12-20T15:42:12.130867Z",
            "url": "https://files.pythonhosted.org/packages/79/c4/7334a5fdbc26810da44f906a36f00ba2be377b84f69340ad9ca544248d7f/openqaoa_pyquil-0.2.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a934088649332bb69f418be2e717751de140ec32ca3a8d84b579021286e5a06a",
                "md5": "531fc889d1eb5c28a54dc9f6ceb08579",
                "sha256": "4ad3c709e907d4b76196c56d4dbffeb1e5363dd62414773fdc428b276762d93b"
            },
            "downloads": -1,
            "filename": "openqaoa-pyquil-0.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "531fc889d1eb5c28a54dc9f6ceb08579",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8, <3.11",
            "size": 23416,
            "upload_time": "2023-12-20T15:42:13",
            "upload_time_iso_8601": "2023-12-20T15:42:13.152741Z",
            "url": "https://files.pythonhosted.org/packages/a9/34/088649332bb69f418be2e717751de140ec32ca3a8d84b579021286e5a06a/openqaoa-pyquil-0.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-20 15:42:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "entropicalabs",
    "github_project": "openqaoa",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "openqaoa-pyquil"
}
        
Elapsed time: 0.24279s