[−][src]Crate believer
A belief propapagation decoder for classical and quantum sparse error correcting codes.
Re-exports
pub use channel::*; |
pub use decoders::*; |
pub use gf2::*; |
pub use generators::*; |
pub use parity_check_matrix::*; |
Modules
channel | Transmission channels. |
decoders | Toolbox for decoding. |
generators | |
gf2 | A simple implementation of a binary field with addition, multiplication and comparison. |
parity_check_matrix | A sparse implementation of a parity check matrix. |