Metadata-Version: 2.1
Name: cirq-aqt
Version: 1.4.1
Summary: A Cirq package to simulate and connect to Alpine Quantum Technologies quantum computers
Home-page: http://github.com/quantumlib/cirq
Author: The Cirq Developers
Author-email: cirq-dev@googlegroups.com
License: Apache 2
Requires-Python: >=3.10.0
License-File: LICENSE

.. image:: https://www.aqt.eu/wp-content/uploads/2018/08/Logo-Alpine-Quantum-Technologies-AQT-1.png
  :target: https://github.com/quantumlib/cirq/
  :alt: cirq-aqt
  :width: 200px

`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-aqt**, which provides everything you'll need to run Cirq quantum algorithms on AQT quantum computers.

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

To get started with the Alpine Quantum Technologies, checkout the following guide and tutorial:

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

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

To install the stable version of only **cirq-aqt**, use `pip install cirq-aqt`.
To install the pre-release version of only **cirq-aqt**, use `pip install cirq-aqt~=1.0.dev`.

Note, that this will install both cirq-aqt and cirq-core as well.

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