Skip to content

Latest commit

 

History

History
 
 

cirq-ft

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
cirq-ft

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

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.