Skip to content

Latest commit

 

History

History

cirq-ionq

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
cirq-ionq

Cirq is a Python library for writing, manipulating, and optimizing quantum circuits and running them against quantum computers and simulators.

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

Documentation

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

Installation

To install the stable version of only cirq-ionq, use pip install cirq-ionq. To install the pre-release version of only cirq-ionq, use pip install cirq-ionq --pre.

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