Expand description
Quantum error correction codes and decoders
This module provides implementations of various quantum error correction codes including stabilizer codes, surface codes, and color codes, along with efficient decoder algorithms.
Structs§
- Color
Code - Color code
- Lookup
Decoder - Lookup table decoder
- MWPM
Decoder - Minimum Weight Perfect Matching decoder for surface codes
- Pauli
String - Multi-qubit Pauli operator
- Stabilizer
Code - Stabilizer code definition
- Surface
Code - Surface code lattice
Enums§
- Pauli
- Pauli operator representation
Traits§
- Syndrome
Decoder - Syndrome decoder interface