Skip to content

Latest commit

 

History

History
 
 

cirq-aqt

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
Cirq logoAQT logo

cirq-aqt

This is the Cirq-AQT integration module. It provides an interface that allows Cirq quantum algorithms to run on quantum computers made by Alpine Quantum Technologies GmbH. (See the Documentation section below for information about getting access to AQT devices.)

Cirq is a Python package for writing, manipulating, and running quantum circuits on quantum computers and simulators. Cirq provides useful abstractions for dealing with today’s noisy intermediate-scale quantum (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.

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-aqt module:

  • To install the stable version of cirq-aqt, use

    pip install cirq-aqt
  • To install the latest pre-release version of cirq-aqt, use

    pip install cirq-aqt~=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-aqt, then instead of the above commands, use pip install cirq for the stable release or pip install cirq~=1.0.dev for the latest pre-release version.

Documentation

To get started with using AQT quantum computers through Cirq, please refer to the following documentation:

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-AQT integration module, please visit the Cirq repository on GitHub.

Disclaimer

Cirq is not an official Google product. Copyright 2019 The Cirq Developers.