<div align="center">
| ⚠️ WARNING |
|:----------:|
| Cirq-Rigetti is deprecated. For more details or to provide feedback see https://github.com/quantumlib/Cirq/issues/7058 |
</div>
<div align="center">
<img width="190px" alt="Cirq logo"
src="https://raw.githubusercontent.com/quantumlib/Cirq/refs/heads/main/docs/images/Cirq_logo_color.svg"
><img width="60px" height="0" alt=""><img width="190px" alt="Rigetti logo"
src="https://upload.wikimedia.org/wikipedia/commons/0/09/Rigetti_Computing_logo.svg">
</div>
# cirq-rigetti
This is the Cirq-Rigetti integration module. It provides an interface that
allows [Cirq] quantum algorithms to run on quantum computers made by [Rigetti
Computing Inc.](https://www.rigetti.com). (See the
[Documentation](#documentation) section below for information about getting
access to Rigetti devices.)
[Cirq] is a Python package for writing, manipulating, and running [quantum
circuits](https://en.wikipedia.org/wiki/Quantum_circuit) on quantum computers
and simulators. Cirq provides useful abstractions for dealing with today’s
[noisy intermediate-scale quantum](https://arxiv.org/abs/1801.00862) (NISQ)
computers, where the details of quantum hardware are vital to achieving
state-of-the-art results. For more information about Cirq, please visit the
[Cirq documentation site].
[Cirq]: https://github.com/quantumlib/cirq
[Cirq documentation site]: https://quantumai.google/cirq
## Installation
This module is built on top of [Cirq]; installing this module will
automatically install the `cirq-core` module and other dependencies. There are
two installation options for the `cirq-rigetti` module:
* To install the stable version of `cirq-rigetti`, use
```shell
pip install cirq-rigetti
```
* To install the latest pre-release version of `cirq-rigetti`, use
```shell
pip install --upgrade cirq-rigetti~=1.0.dev
```
(The `~=` has a special meaning to `pip` of selecting the latest version
compatible with the `1.*` and `dev` in the name. Despite appearances,
this will not install an old version 1.0 release!)
If you would like to install Cirq with all the optional modules, not just
`cirq-rigetti`, then instead of the above commands, use `pip install cirq` for the
stable release or `pip install --upgrade cirq~=1.0.dev` for the latest pre-release
version.
## Documentation
To get started with using Rigetti quantum computers through Cirq, please refer to
the following documentation:
* [Access and authentication](https://quantumai.google/cirq/rigetti/access).
* [Getting started
guide](https://quantumai.google/cirq/tutorials/rigetti/getting_started).
To get started with using Cirq in general, please refer to the [Cirq
documentation site].
For more information about getting help, reporting bugs, and other matters
related to Cirq and the Cirq-Rigetti integration module, please visit the [Cirq
repository on GitHub](https://github.com/quantumlib/Cirq).
## Disclaimer
Cirq is not an official Google product. Copyright 2019 The Cirq Developers.
Raw data
{
"_id": null,
"home_page": "http://github.com/quantumlib/cirq",
"name": "cirq-rigetti",
"maintainer": "Google Quantum AI open-source maintainers",
"docs_url": null,
"requires_python": ">=3.10.0",
"maintainer_email": "quantum-oss-maintainers@google.com",
"keywords": "algorithms, api, cirq, google, google quantum, nisq, python, quantum, quantum algorithms, quantum circuit, quantum circuit simulator, quantum computer simulator, quantum computing, quantum development kit, quantum information, quantum programming, quantum programming language, quantum simulation, sdk, simulation",
"author": "The Cirq Developers",
"author_email": "cirq-dev@googlegroups.com",
"download_url": null,
"platform": null,
"description": "<div align=\"center\">\n\n| \u26a0\ufe0f WARNING |\n|:----------:|\n| Cirq-Rigetti is deprecated. For more details or to provide feedback see https://github.com/quantumlib/Cirq/issues/7058 |\n\n</div>\n\n<div align=\"center\">\n<img width=\"190px\" alt=\"Cirq logo\"\nsrc=\"https://raw.githubusercontent.com/quantumlib/Cirq/refs/heads/main/docs/images/Cirq_logo_color.svg\"\n><img width=\"60px\" height=\"0\" alt=\"\"><img width=\"190px\" alt=\"Rigetti logo\"\nsrc=\"https://upload.wikimedia.org/wikipedia/commons/0/09/Rigetti_Computing_logo.svg\">\n</div>\n\n# cirq-rigetti\n\nThis is the Cirq-Rigetti integration module. It provides an interface that\nallows [Cirq] quantum algorithms to run on quantum computers made by [Rigetti\nComputing Inc.](https://www.rigetti.com). (See the\n[Documentation](#documentation) section below for information about getting\naccess to Rigetti devices.)\n\n[Cirq] is a Python package for writing, manipulating, and running [quantum\ncircuits](https://en.wikipedia.org/wiki/Quantum_circuit) on quantum computers\nand simulators. Cirq provides useful abstractions for dealing with today\u2019s\n[noisy intermediate-scale quantum](https://arxiv.org/abs/1801.00862) (NISQ)\ncomputers, where the details of quantum hardware are vital to achieving\nstate-of-the-art results. For more information about Cirq, please visit the\n[Cirq documentation site].\n\n[Cirq]: https://github.com/quantumlib/cirq\n[Cirq documentation site]: https://quantumai.google/cirq\n\n## Installation\n\nThis module is built on top of [Cirq]; installing this module will\nautomatically install the `cirq-core` module and other dependencies. There are\ntwo installation options for the `cirq-rigetti` module:\n\n* To install the stable version of `cirq-rigetti`, use\n\n ```shell\n pip install cirq-rigetti\n ```\n\n* To install the latest pre-release version of `cirq-rigetti`, use\n\n ```shell\n pip install --upgrade cirq-rigetti~=1.0.dev\n ```\n\n (The `~=` has a special meaning to `pip` of selecting the latest version\n compatible with the `1.*` and `dev` in the name. Despite appearances,\n this will not install an old version 1.0 release!)\n\nIf you would like to install Cirq with all the optional modules, not just\n`cirq-rigetti`, then instead of the above commands, use `pip install cirq` for the\nstable release or `pip install --upgrade cirq~=1.0.dev` for the latest pre-release\nversion.\n\n## Documentation\n\nTo get started with using Rigetti quantum computers through Cirq, please refer to\nthe following documentation:\n\n* [Access and authentication](https://quantumai.google/cirq/rigetti/access).\n* [Getting started\n guide](https://quantumai.google/cirq/tutorials/rigetti/getting_started).\n\nTo get started with using Cirq in general, please refer to the [Cirq\ndocumentation site].\n\nFor more information about getting help, reporting bugs, and other matters\nrelated to Cirq and the Cirq-Rigetti integration module, please visit the [Cirq\nrepository on GitHub](https://github.com/quantumlib/Cirq).\n\n## Disclaimer\n\nCirq is not an official Google product. Copyright 2019 The Cirq Developers.\n",
"bugtrack_url": null,
"license": "Apache 2",
"summary": "A Cirq package to simulate and connect to Rigetti quantum computers and Quil QVM",
"version": "1.5.0",
"project_urls": {
"Homepage": "http://github.com/quantumlib/cirq"
},
"split_keywords": [
"algorithms",
" api",
" cirq",
" google",
" google quantum",
" nisq",
" python",
" quantum",
" quantum algorithms",
" quantum circuit",
" quantum circuit simulator",
" quantum computer simulator",
" quantum computing",
" quantum development kit",
" quantum information",
" quantum programming",
" quantum programming language",
" quantum simulation",
" sdk",
" simulation"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2910a9e386e9783e48fbdd79959b717a20a1a229aa8d538a29bc5e1edd47ef6e",
"md5": "83b01da3a05ead65ae30c711f2ed9981",
"sha256": "0c87b47ec412ac8a3dc673a69346cefefe8c66c110841637e9c4fbc5f49df270"
},
"downloads": -1,
"filename": "cirq_rigetti-1.5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "83b01da3a05ead65ae30c711f2ed9981",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10.0",
"size": 72833,
"upload_time": "2025-04-10T18:06:09",
"upload_time_iso_8601": "2025-04-10T18:06:09.645791Z",
"url": "https://files.pythonhosted.org/packages/29/10/a9e386e9783e48fbdd79959b717a20a1a229aa8d538a29bc5e1edd47ef6e/cirq_rigetti-1.5.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-04-10 18:06:09",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "quantumlib",
"github_project": "cirq",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "cirq-rigetti"
}