Module error_correction

Source
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§

ColorCode
Color code
LookupDecoder
Lookup table decoder
MWPMDecoder
Minimum Weight Perfect Matching decoder for surface codes
PauliString
Multi-qubit Pauli operator
StabilizerCode
Stabilizer code definition
SurfaceCode
Surface code lattice

Enums§

Pauli
Pauli operator representation

Traits§

SyndromeDecoder
Syndrome decoder interface