Metadata-Version: 2.1
Name: cirq-rigetti
Version: 0.13.1
Summary: A Cirq package to simulate and connect to Rigetti quantum computers and Quil QVM
Home-page: http://github.com/quantumlib/cirq
Author: The Cirq Developers
Author-email: cirq-dev@googlegroups.com
License: Apache 2
Platform: UNKNOWN
Requires-Python: >=3.7.0
License-File: LICENSE
Requires-Dist: attrs (~=20.3.0)
Requires-Dist: certifi (~=2021.5.30)
Requires-Dist: h11 (~=0.9.0)
Requires-Dist: httpcore (~=0.11.1)
Requires-Dist: httpx (~=0.15.5)
Requires-Dist: idna (~=2.10)
Requires-Dist: iso8601 (~=0.1.14)
Requires-Dist: pydantic (~=1.8.2)
Requires-Dist: pyjwt (~=1.7.1)
Requires-Dist: python-dateutil (~=2.8.1)
Requires-Dist: qcs-api-client (~=0.8.0)
Requires-Dist: retrying (~=1.3.3)
Requires-Dist: rfc3339 (~=6.2)
Requires-Dist: rfc3986 (~=1.5.0)
Requires-Dist: six (~=1.16.0)
Requires-Dist: sniffio (~=1.2.0)
Requires-Dist: toml (~=0.10.2)
Requires-Dist: cirq-core (==0.13.1)
Requires-Dist: pyquil (~=2.28.2) ; python_version < "3.7"
Requires-Dist: pyquil (~=3.0.0) ; python_version >= "3.7"

.. image:: https://upload.wikimedia.org/wikipedia/commons/c/c0/Rigetti_Computing.png
  :target: https://github.com/quantumlib/cirq/
  :alt: cirq-rigetti
  :width: 500px

`Cirq <https://quantumai.google/cirq>`__ is a Python library for writing, manipulating, and optimizing quantum
circuits and running them against quantum computers and simulators.

This module is **cirq-rigetti**, which provides everything you'll need to run Cirq quantum algorithms on Rigetti quantum computers.

Documentation
-------------

To get started with Rigetti quantum computing services, checkout the following guide and tutorial:

- `Access and authentication <https://quantumai.google/cirq/rigetti/access>`__
- `Getting started guide <https://quantumai.google/cirq/tutorials/rigetti/getting_started>`__

Installation
------------

To install the stable version of only **cirq-rigetti**, use `pip install cirq-rigetti`.
To install the pre-release version of only **cirq-rigetti**, use `pip install cirq-rigetti --pre`.

Note, that this will install both **cirq-rigetti** and **cirq-core**.

To get all the optional modules installed, you'll have to use `pip install cirq` or `pip install cirq --pre` for the pre-release version.

Development
------------

Please see Cirq `development documentation <../docs/dev/development.md>`_.

