<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="50px" height="0" alt=""><img width="200px" alt="IonQ logo"
src="https://ionq.com/images/ionq-logo-dark.svg">
</div>
# cirq-ionq
This is the Cirq-IonQ integration module. It provides an interface that allows
[Cirq] quantum algorithms to run on quantum computers made by [IonQ
Inc.](https://ionq.com/). (See the [Documentation](#documentation) section
below for information about getting access to IonQ 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-ionq` module:
* To install the stable version of `cirq-ionq`, use
```shell
pip install cirq-ionq
```
* To install the latest pre-release version of `cirq-ionq`, use
```shell
pip install --upgrade cirq-ionq~=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-ionq`, 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 IonQ quantum computers through Cirq, please refer to
the following documentation:
* [Access and authentication](https://quantumai.google/cirq/ionq/access).
* [Getting started
guide](https://quantumai.google/cirq/tutorials/ionq/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-IonQ 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-ionq",
"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<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=\"50px\" height=\"0\" alt=\"\"><img width=\"200px\" alt=\"IonQ logo\"\nsrc=\"https://ionq.com/images/ionq-logo-dark.svg\">\n</div>\n\n# cirq-ionq\n\nThis is the Cirq-IonQ integration module. It provides an interface that allows\n[Cirq] quantum algorithms to run on quantum computers made by [IonQ\nInc.](https://ionq.com/). (See the [Documentation](#documentation) section\nbelow for information about getting access to IonQ 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-ionq` module:\n\n* To install the stable version of `cirq-ionq`, use\n\n ```shell\n pip install cirq-ionq\n ```\n\n* To install the latest pre-release version of `cirq-ionq`, use\n\n ```shell\n pip install --upgrade cirq-ionq~=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-ionq`, 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 IonQ quantum computers through Cirq, please refer to\nthe following documentation:\n\n* [Access and authentication](https://quantumai.google/cirq/ionq/access).\n* [Getting started\n guide](https://quantumai.google/cirq/tutorials/ionq/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-IonQ 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 IonQ quantum computers",
"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": "811b9e6fab8120a9cc56c9354edd175be3fd3d73d819123b8cccbc1c6fe4ed2c",
"md5": "79d2476b9fcaf10ce82b439785d4b1f1",
"sha256": "00316ca8baf76fca1bd9ac7b48589858fbfadf3a8e5be22fa102e4714beec21a"
},
"downloads": -1,
"filename": "cirq_ionq-1.5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "79d2476b9fcaf10ce82b439785d4b1f1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10.0",
"size": 72010,
"upload_time": "2025-04-10T18:06:03",
"upload_time_iso_8601": "2025-04-10T18:06:03.740729Z",
"url": "https://files.pythonhosted.org/packages/81/1b/9e6fab8120a9cc56c9354edd175be3fd3d73d819123b8cccbc1c6fe4ed2c/cirq_ionq-1.5.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-04-10 18:06:03",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "quantumlib",
"github_project": "cirq",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "cirq-ionq"
}