Metadata-Version: 2.1
Name: cirq-ft
Version: 1.2.0.dev20230607071734
Summary: A Cirq package for fault-tolerant algorithms
Home-page: http://github.com/quantumlib/cirq
Author: The Cirq Developers
Author-email: cirq-dev@googlegroups.com
License: Apache 2
Platform: UNKNOWN
Requires-Python: >=3.7.0
Requires-Dist: cirq-core (==1.2.0.dev20230607071734)

**This is a development version of Cirq-ft and may be unstable.**

**For the latest stable release of Cirq-ft see**
`here <https://pypi.org/project/cirq-ft>`__.

.. image:: https://raw.githubusercontent.com/quantumlib/Cirq/master/docs/images/Cirq_logo_color.png
  :target: https://github.com/quantumlib/cirq
  :alt: cirq-ft
  :width: 500px

TODO(#6119,tanujkhattar): please review and update as needed

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

This module is **cirq-ft**, which enhances support for fault-tolerant algorithms
and provides functions for quantum memory management.

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

To install the stable version of only **cirq-ft**, use `pip install cirq-ft`.
To install the pre-release version of only **cirq-ft**, use `pip install cirq-ft --pre`.

Note, that this will install both cirq-ft 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 --pre` for the pre-release version.


