Skip to main content

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

Project description

Cirq

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

Build Status https://badge.fury.io/py/cirq.svg Documentation Status

Installation

Follow these instructions.

Hello Qubit

A simple example to get you up and running:

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.Simulator()
result = simulator.run(circuit, repetitions=20)
print("Results:")
print(result)

Example output:

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

Documentation

See here or jump into the tutorial.

Contributing

We welcome contributions. Please follow these guidelines.

We use Github issues for tracking requests and bugs. Please post questions to the Quantum Computing Stack Exchange 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 and its sister library for compiling quantum simulation algorithms in Cirq, OpenFermion-Cirq.

Alpha Disclaimer

Cirq is currently in alpha. We are still making breaking changes. We will break your code when we make new releases. We recommend that you target a specific version of Cirq, 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.5.0.dev20181204172833-py3-none-any.whl (550.5 kB view details)

Uploaded Python 3

cirq-0.5.0.dev20181204172833-py2-none-any.whl (553.3 kB view details)

Uploaded Python 2

File details

Details for the file cirq-0.5.0.dev20181204172833-py3-none-any.whl.

File metadata

  • Download URL: cirq-0.5.0.dev20181204172833-py3-none-any.whl
  • Upload date:
  • Size: 550.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.5.3

File hashes

Hashes for cirq-0.5.0.dev20181204172833-py3-none-any.whl
Algorithm Hash digest
SHA256 c5e818cb127e1aeb72fe8d9bebe464dca6f9115a58690c03caf640d2e45dfc00
MD5 4feda3630c435c7e34ef2f55a382ca53
BLAKE2b-256 3e3ae6fd68d277f1344e4c84faf1e7fc91636c0f00a2d1516eac5779c887d42a

See more details on using hashes here.

File details

Details for the file cirq-0.5.0.dev20181204172833-py2-none-any.whl.

File metadata

  • Download URL: cirq-0.5.0.dev20181204172833-py2-none-any.whl
  • Upload date:
  • Size: 553.3 kB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.5.3

File hashes

Hashes for cirq-0.5.0.dev20181204172833-py2-none-any.whl
Algorithm Hash digest
SHA256 f0342973ec5257f7ebe7bc0f3ab15f6e13c97cc3e52a4f94f86010364ea47468
MD5 cef9a8a5c7a3628cac53115eea8e4e4c
BLAKE2b-256 c38ca9c2a526a0b3c1e9c32bf30c1b1acaf556e0c2a2df0386e7239ab8ea71c1

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