qecsim - Quantum Error Correction Simulator¶
qecsim is a Python 3 package for simulating quantum error correction using stabilizer codes.
The Overview section describes how qecsim works, the Installation and Usage sections explain how to install, use and extend qecsim, and the Demos section shows qecsim in action. See also the Citing section for details on citing qecsim and its dependencies.
Supported by the Australian Research Council Centre of Excellence
for Engineered Quantum Systems (EQUS, CE170100009)
|
Contents¶
- Overview
- Installation
- Usage
- Demos
- API
- app: application functions
- cli: command-line interface
- error: error classes
- graphtools: graph tools
- model: abstract base classes
- models.basic: basic stabilizer codes
- models.color: color stabilizer codes
- models.generic: generic error models and decoders
- models.planar: planar stabilizer codes
- models.rotatedplanar: rotated planar stabilizer codes
- models.rotatedtoric: rotated toric stabilizer codes
- models.toric: toric stabilizer codes
- paulitools: pauli and binary symplectic tools
- tensortools: tensor tools
- util: utilities
- Changes
- License
- Citing
- Links