relay-bp 0.2.2

A rust implementation of relay belief propagation for qLDPC codes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// (C) Copyright IBM 2025
//
// This code is licensed under the Apache License, Version 2.0. You may
// obtain a copy of this license in the LICENSE.txt file in the root directory
// of this source tree or at http://www.apache.org/licenses/LICENSE-2.0.
//
// Any modifications or derivative works of this code must retain this
// copyright notice, and modified files need to carry a notice indicating
// that they have been altered from the originals.

pub mod min_sum;
pub mod min_sum_fixed;
pub mod relay;