Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,24 @@ python examples/evidence_example.py
python examples/minimal_example.py
```

### Tanner Graph Decoding Tutorial

For a comprehensive walkthrough of using Belief Propagation on Tanner graphs for surface code decoding, see the [Tanner Graph Walkthrough](https://giggleliu.github.io/BPDecoderPlus/tanner_graph_walkthrough/) documentation.

The walkthrough covers:

- **Tanner graph theory** - Bipartite graph representation of parity check codes
- **Complete decoding pipeline** - From circuit generation to BP decoding and evaluation
- **Visualization** - Interactive graph structures and convergence analysis
- **Parameter tuning** - Damping, tolerance, and iteration optimization
- **Hands-on examples** - Runnable code with d=3 surface code datasets

**Run the companion script:**

```bash
uv run python examples/tanner_graph_walkthrough.py
```

## Project Structure

```
Expand Down
Binary file added docs/images/tanner_graph/adjacency_matrix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/tanner_graph/convergence_analysis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/tanner_graph/damping_comparison.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/tanner_graph/degree_distribution.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/tanner_graph/tanner_graph_full.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading