Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 353 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 353 Bytes

py-css

Quantum CSS codes are common code class for quantum error correction. Here we provide CSS-related computing tools in Python, using various backend

List of Backend

  • ldpc (python)
  • ldpc-v2 (C++)
  • it++ (C++)
  • m4ri (C++)

The core utilities are binary matrix operations, especially Gaussian elimination and kernal calculation.