cirq-google


Namecirq-google JSON
Version 1.6.0 PyPI version JSON
download
home_pagehttp://github.com/quantumlib/cirq
SummaryThe Cirq module that provides tools and access to the Google Quantum Computing Service
upload_time2025-07-23 04:03:25
maintainerGoogle Quantum AI open-source maintainers
docs_urlNone
authorThe Cirq Developers
requires_python>=3.11.0
licenseApache 2
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
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">
<img width="220px" alt="Cirq logo"
src="https://raw.githubusercontent.com/quantumlib/Cirq/refs/heads/main/docs/images/Cirq_logo_color.svg">
</div>

# cirq-google

This is the Cirq-Google integration module. It provides an interface to
Google's [Quantum Computing
Service](https://quantumai.google/cirq/google/concepts), and also contains
additional tools for calibration and characterization of Google's quantum
hardware devices.

| Please note!         |
|:--------------------:|
| Google's quantum hardware is currently available only to authorized partners. Access requires an application, usually with a Google sponsor.|

[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 `cirq-core` and other dependencies. There are two
installation options for the `cirq-google` module:

*   To install the stable version of `cirq-google`, use

    ```shell
    pip install cirq-google
    ```

*   To install the latest pre-release version of `cirq-google`, use

    ```shell
    pip install --upgrade cirq-google~=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-google`, 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 Google quantum computers through Cirq, please refer to
the following documentation:

*   [Access and authentication](https://quantumai.google/cirq/google/access).
*   [Getting started
    guide](https://quantumai.google/cirq/tutorials/google/start).

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-Core 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-google",
    "maintainer": "Google Quantum AI open-source maintainers",
    "docs_url": null,
    "requires_python": ">=3.11.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=\"220px\" alt=\"Cirq logo\"\nsrc=\"https://raw.githubusercontent.com/quantumlib/Cirq/refs/heads/main/docs/images/Cirq_logo_color.svg\">\n</div>\n\n# cirq-google\n\nThis is the Cirq-Google integration module. It provides an interface to\nGoogle's [Quantum Computing\nService](https://quantumai.google/cirq/google/concepts), and also contains\nadditional tools for calibration and characterization of Google's quantum\nhardware devices.\n\n| Please note!         |\n|:--------------------:|\n| Google's quantum hardware is currently available only to authorized partners. Access requires an application, usually with a Google sponsor.|\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 `cirq-core` and other dependencies. There are two\ninstallation options for the `cirq-google` module:\n\n*   To install the stable version of `cirq-google`, use\n\n    ```shell\n    pip install cirq-google\n    ```\n\n*   To install the latest pre-release version of `cirq-google`, use\n\n    ```shell\n    pip install --upgrade cirq-google~=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-google`, then instead of the above commands, use `pip install cirq` for\nthe stable release or `pip install --upgrade cirq~=1.0.dev` for the latest pre-release\nversion.\n\n## Documentation\n\nTo get started with using Google quantum computers through Cirq, please refer to\nthe following documentation:\n\n*   [Access and authentication](https://quantumai.google/cirq/google/access).\n*   [Getting started\n    guide](https://quantumai.google/cirq/tutorials/google/start).\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-Core 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": "The Cirq module that provides tools and access to the Google Quantum Computing Service",
    "version": "1.6.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": null,
            "digests": {
                "blake2b_256": "dafa165f7f16d58292ca46ef55b955085732c9f2dec600d0bcce9a0ee134416f",
                "md5": "6692fa666ae8f1763124c13403ac3146",
                "sha256": "ed6e767fa944f7083e7749d24f25e8f64d6b05b5093f2d7fdf70947800d0368b"
            },
            "downloads": -1,
            "filename": "cirq_google-1.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6692fa666ae8f1763124c13403ac3146",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11.0",
            "size": 670762,
            "upload_time": "2025-07-23T04:03:25",
            "upload_time_iso_8601": "2025-07-23T04:03:25.017423Z",
            "url": "https://files.pythonhosted.org/packages/da/fa/165f7f16d58292ca46ef55b955085732c9f2dec600d0bcce9a0ee134416f/cirq_google-1.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-23 04:03:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "quantumlib",
    "github_project": "cirq",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cirq-google"
}
        
Elapsed time: 1.52149s