Skip to main content

A framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.

Project description

====
Cirq
====
:alt: Cirq
:width: 500px

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

.. image:: https://travis-ci.com/quantumlib/Cirq.svg?token=7FwHBHqoxBzvgH51kThw&branch=master
:target: https://travis-ci.com/quantumlib/Cirq
:alt: Build Status

.. image:: https://badge.fury.io/py/cirq.svg
:target: https://badge.fury.io/py/cirq

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

Follow these
`instructions <https://cirq.readthedocs.io/en/latest/install.html>`__.

Hello Qubit
-----------

A simple example to get you up and running:

.. code-block:: python

import cirq

# Pick a qubit.
qubit = cirq.GridQubit(0, 0)

# Create a circuit
circuit = cirq.Circuit.from_ops(
cirq.X(qubit)**0.5, # Square root of NOT.
cirq.measure(qubit, key='m') # Measurement.
)
print("Circuit:")
print(circuit)

# Simulate the circuit several times.
simulator = cirq.google.XmonSimulator()
result = simulator.run(circuit, repetitions=20)
print("Results:")
print(result)

Example output:

.. code-block:: bash

Circuit:
(0, 0): ───X^0.5───M('m')───
Results:
m=11000111111011001000


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

See
`here <https://cirq.readthedocs.io/en/latest/>`__
or jump into the
`tutorial <https://cirq.readthedocs.io/en/latest/tutorial.html>`__.

Contributing
------------

We welcome contributions. Please follow these
`guidelines <https://github.com/quantumlib/cirq/blob/master/CONTRIBUTING.md>`__.

We use
`Github issues <https://github.com/quantumlib/Cirq/issues>`__
for tracking requests and bugs. Please post questions to the
`Quantum Computing Stack Exchange <https://quantumcomputing.stackexchange.com/>`__ with a 'cirq' tag.

See Also
--------

For those interested in using quantum computers to solve problems in
chemistry and materials science, we encourage exploring
`OpenFermion <https://github.com/quantumlib/openfermion>`__ and
its sister library for compiling quantum simulation algorithms in Cirq,
`OpenFermion-Cirq <https://github.com/quantumlib/openfermion-cirq>`__.

Disclaimers
----------
**Cirq is currently in alpha.** We are still making breaking changes, and we *will* break your code when we make new releases. We recommend that you pin a specific version of cirq in `requirements.txt` files, and periodically bump to the latest release. That way you have control over when a breaking change affects you.

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


Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

cirq-0.4.0.dev4220181107204838-py3-none-any.whl (531.9 kB view details)

Uploaded Python 3

cirq-0.4.0.dev4220181107204838-py2-none-any.whl (505.1 kB view details)

Uploaded Python 2

File details

Details for the file cirq-0.4.0.dev4220181107204838-py3-none-any.whl.

File metadata

  • Download URL: cirq-0.4.0.dev4220181107204838-py3-none-any.whl
  • Upload date:
  • Size: 531.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.5.3

File hashes

Hashes for cirq-0.4.0.dev4220181107204838-py3-none-any.whl
Algorithm Hash digest
SHA256 1f0cbfd3e5799d91586735f14b94a7fadcd2977f01635c225429fa5416d509c2
MD5 d48e586756ab110c51ed4ca47605f8f7
BLAKE2b-256 7fa945b7354ccc358c3c49f22b57b82e1ab970482b816907b875af2d59ad4150

See more details on using hashes here.

File details

Details for the file cirq-0.4.0.dev4220181107204838-py2-none-any.whl.

File metadata

  • Download URL: cirq-0.4.0.dev4220181107204838-py2-none-any.whl
  • Upload date:
  • Size: 505.1 kB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.5.3

File hashes

Hashes for cirq-0.4.0.dev4220181107204838-py2-none-any.whl
Algorithm Hash digest
SHA256 f2d856f22993312e3138531fcb959bf88ef5022ff5ec2a9cce6d048d05f91680
MD5 3b8c3bc0eaaae2a0c722e4a52e44f818
BLAKE2b-256 fc9cc0bb0752563d54491a5e7733088059b0a66e8ff5a158632adccbcbfd523a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page