Metadata-Version: 2.1
Name: cirq-pasqal
Version: 0.14.0.dev20220202161819
Summary: A Cirq package to simulate and connect to Pasqal quantum computers
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.6.0
Requires-Dist: requests (~=2.18)
Requires-Dist: cirq-core (==0.14.0.dev20220202161819)

**This is a development version of Cirq-pasqal and may be unstable.**

**For the latest stable release of Cirq-pasqal see**
`here <https://pypi.org/project/cirq-pasqal>`__.

.. image:: https://upload.wikimedia.org/wikipedia/en/thumb/d/d4/pasqal_corp_logo.svg/2560px-pasqal_corp_logo.svg.png
  :target: https://github.com/quantumlib/cirq/
  :alt: cirq-pasqal
  :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-pasqal**, which provides everything you'll need to run Cirq quantum algorithms on pasqal quantum computers.

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

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

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

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

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

Note, that this will install both **cirq-pasqal** 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.


