11# BPDecoderPlus: Quantum Error Correction with Belief Propagation
22
3- [ ![ Tests] ( https://github.com/GiggleLiu /BPDecoderPlus/actions/workflows/test.yml/badge.svg )] ( https://github.com/GiggleLiu /BPDecoderPlus/actions/workflows/test.yml )
4- [ ![ codecov] ( https://codecov.io/gh/GiggleLiu /BPDecoderPlus/branch/main/graph/badge.svg )] ( https://codecov.io/gh/GiggleLiu /BPDecoderPlus )
5- [ ![ Documentation] ( https://img.shields.io/badge/docs-online-blue.svg )] ( https://giggleliu .github.io/BPDecoderPlus/ )
3+ [ ![ Tests] ( https://github.com/TensorBFS /BPDecoderPlus/actions/workflows/test.yml/badge.svg )] ( https://github.com/TensorBFS /BPDecoderPlus/actions/workflows/test.yml )
4+ [ ![ codecov] ( https://codecov.io/gh/TensorBFS /BPDecoderPlus/branch/main/graph/badge.svg )] ( https://codecov.io/gh/TensorBFS /BPDecoderPlus )
5+ [ ![ Documentation] ( https://img.shields.io/badge/docs-online-blue.svg )] ( https://tensorbfs .github.io/BPDecoderPlus/ )
66[ ![ Python] ( https://img.shields.io/badge/python-3.10+-blue.svg )] ( https://www.python.org/downloads/ )
77[ ![ License] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( LICENSE )
88
@@ -118,7 +118,7 @@ Before starting, please read these foundational papers:
118118uv pip install bpdecoderplus
119119
120120# For development
121- git clone https://github.com/GiggleLiu /BPDecoderPlus.git
121+ git clone https://github.com/TensorBFS /BPDecoderPlus.git
122122cd BPDecoderPlus
123123uv sync --dev
124124```
@@ -127,7 +127,7 @@ uv sync --dev
127127
128128``` bash
129129# Install from source
130- git clone https://github.com/GiggleLiu /BPDecoderPlus.git
130+ git clone https://github.com/TensorBFS /BPDecoderPlus.git
131131cd BPDecoderPlus
132132pip install -e .[dev,docs]
133133```
@@ -266,7 +266,7 @@ make docs
266266
267267``` bash
268268# Clone repository
269- git clone https://github.com/GiggleLiu /BPDecoderPlus.git
269+ git clone https://github.com/TensorBFS /BPDecoderPlus.git
270270cd BPDecoderPlus
271271
272272# Install with development dependencies
@@ -294,7 +294,7 @@ This project uses:
294294### Documentation
295295- [ Stim Documentation] ( https://github.com/quantumlib/Stim/blob/main/doc/index.md )
296296- [ Error Correction Zoo] ( https://errorcorrectionzoo.org/ )
297- - [ BPDecoderPlus Documentation] ( https://giggleliu .github.io/BPDecoderPlus/ )
297+ - [ BPDecoderPlus Documentation] ( https://tensorbfs .github.io/BPDecoderPlus/ )
298298
299299## Troubleshooting
300300
@@ -332,7 +332,7 @@ If you use BPDecoderPlus in your research, please cite:
332332 title = {BPDecoderPlus: Belief Propagation Decoders for Surface Codes},
333333 author = {Liu, Jinguo and Contributors},
334334 year = {2025},
335- url = {https://github.com/GiggleLiu /BPDecoderPlus}
335+ url = {https://github.com/TensorBFS /BPDecoderPlus}
336336}
337337```
338338
0 commit comments