24 unstable releases (6 breaking)

0.7.0 May 24, 2022
0.5.1 Nov 25, 2021
0.4.5 Jul 28, 2021
0.3.7 Feb 25, 2021
0.2.0 Dec 7, 2020

#1101 in Algorithms

Download history 3/week @ 2024-02-21 3/week @ 2024-02-28 36/week @ 2024-03-27 42/week @ 2024-04-03

78 downloads per month

MIT/Apache

73KB
1.5K SLoC

LDPC

A toolbox for classical and quantum LDPC codes.


lib.rs:

A toolbox for classical and quantum LDPC codes.

The crate is divided into three modules.

The classical module contains a linear code implementation and some decoders for it.

For now, the quantum module contains only a CSS code implementation.

Finally, the noise model module contains a generic trait for noise generation.

Dependencies

~6MB
~116K SLoC