openqaoa-qiskit


Nameopenqaoa-qiskit JSON
Version 0.2.5 PyPI version JSON
download
home_pagehttps://github.com/entropicalabs/openqaoa
SummaryQiskit Plug-in for OpenQAOA
upload_time2023-12-20 15:41:27
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-Qiskit 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 IBMQ devices, and devices that support qiskit circuits. 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-qiskit directly from PyPi. We recommend creating a virtual environment with `python>=3.8` first and then simply pip install openqaoa-qiskit with the following command.

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

```bash
pip install openqaoa-qiskit
```

### 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-Qiskit 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 Qiskit notebooks
- Using QPU
- Using Qiskit Simulators

### Available devives 

OpenQAOA-Qiskit services devices both locally and on the cloud. The QPU accessible through the cloud depends on the specified credentials. Moreover, users can also access `qiskit` local simulators.

| Device location | Device Name |
| --------------- | ----------- |
| `local`| `['qiskit.shot_simulator', 'qiskit.statevector_simulator']`  |
| `ibmq` | Please check the IBMQ backends available to your [account](https://quantum-computing.ibm.com/) |


## 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-qiskit",
    "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/3a/da/95724599acc662cdd0f07871508fc91ec4a401a46cbcba279b2942d41a7b/openqaoa-qiskit-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-Qiskit 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 IBMQ devices, and devices that support qiskit circuits. 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-qiskit directly from PyPi. We recommend creating a virtual environment with `python>=3.8` first and then simply pip install openqaoa-qiskit with the following command.\n\n**NOTE:** Installing `openqaoa-qiskit` installs `openqaoa-core` by default\n\n```bash\npip install openqaoa-qiskit\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-Qiskit 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 Qiskit notebooks\n- Using QPU\n- Using Qiskit Simulators\n\n### Available devives \n\nOpenQAOA-Qiskit services devices both locally and on the cloud. The QPU accessible through the cloud depends on the specified credentials. Moreover, users can also access `qiskit` local simulators.\n\n| Device location | Device Name |\n| --------------- | ----------- |\n| `local`| `['qiskit.shot_simulator', 'qiskit.statevector_simulator']`  |\n| `ibmq` | Please check the IBMQ backends available to your [account](https://quantum-computing.ibm.com/) |\n\n\n## Running the tests\n\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": "Qiskit 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": "fdee74501caf6dc03003d6c3ff97c69dfe930d6b765355de3ca512e22c2ca9e1",
                "md5": "2ccf364f15f34740c2dc9a98e0d5527c",
                "sha256": "b3e0525975729914c7ce66a60425d97e5b633bb320e1d833635b8b2c25d591a6"
            },
            "downloads": -1,
            "filename": "openqaoa_qiskit-0.2.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2ccf364f15f34740c2dc9a98e0d5527c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8, <3.11",
            "size": 14977,
            "upload_time": "2023-12-20T15:41:10",
            "upload_time_iso_8601": "2023-12-20T15:41:10.979026Z",
            "url": "https://files.pythonhosted.org/packages/fd/ee/74501caf6dc03003d6c3ff97c69dfe930d6b765355de3ca512e22c2ca9e1/openqaoa_qiskit-0.2.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ada95724599acc662cdd0f07871508fc91ec4a401a46cbcba279b2942d41a7b",
                "md5": "3aab242beebde0e85bf73695196023f9",
                "sha256": "9585e246428f6d8a76a3a2f9ac6b745395e1ef2d47ccedb084df5e5823266014"
            },
            "downloads": -1,
            "filename": "openqaoa-qiskit-0.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "3aab242beebde0e85bf73695196023f9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8, <3.11",
            "size": 38545,
            "upload_time": "2023-12-20T15:41:27",
            "upload_time_iso_8601": "2023-12-20T15:41:27.098715Z",
            "url": "https://files.pythonhosted.org/packages/3a/da/95724599acc662cdd0f07871508fc91ec4a401a46cbcba279b2942d41a7b/openqaoa-qiskit-0.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-20 15:41:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "entropicalabs",
    "github_project": "openqaoa",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "openqaoa-qiskit"
}
        
Elapsed time: 0.15495s