Metadata-Version: 2.1
Name: cirq-ft
Version: 1.4.0.dev20240216204049
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.9.0
License-File: LICENSE
Requires-Dist: attrs
Requires-Dist: cachetools >=5.3
Requires-Dist: ipywidgets
Requires-Dist: nbconvert
Requires-Dist: nbformat
Requires-Dist: cirq-core ==1.4.0.dev20240216204049

**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/main/docs/images/Cirq_logo_color.png
  :target: https://github.com/quantumlib/cirq
  :alt: cirq-ft
  :width: 500px

Cirq-FT: Cirq for Fault-Tolerant algorithms 
-------------------------------------------

Cirq-FT is a Python library for rapid prototyping and resource estimation of fault tolerant 
algorithms that extends the quantum computing SDK **Cirq**.

Installation
------------
Cirq-FT is currently in beta mode and only available as a pre-release. 
To install the pre-release version of **cirq-ft**, use    

.. code-block:: bash

    pip install cirq-ft --pre



Note, that this will install both cirq-ft and cirq-core as well.

To get all the optional **Cirq** modules installed as well, use `pip install cirq` or
`pip install cirq --pre` for the pre-release version.


