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
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Thank you for your interest in contributing to BPDecoderPlus! This document prov

```bash
# Clone the repository
git clone https://github.com/GiggleLiu/BPDecoderPlus.git
git clone https://github.com/TensorBFS/BPDecoderPlus.git
cd BPDecoderPlus

# Install dependencies with uv (recommended)
Expand Down Expand Up @@ -257,9 +257,9 @@ Please include:

## Getting Help

- **Issues**: [GitHub Issues](https://github.com/GiggleLiu/BPDecoderPlus/issues)
- **Issues**: [GitHub Issues](https://github.com/TensorBFS/BPDecoderPlus/issues)
- **Discussions**: Use GitHub Discussions for questions
- **Documentation**: [Online Docs](https://giggleliu.github.io/BPDecoderPlus/)
- **Documentation**: [Online Docs](https://tensorbfs.github.io/BPDecoderPlus/)

## Code of Conduct

Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# BPDecoderPlus: Quantum Error Correction with Belief Propagation

[![Tests](https://github.com/GiggleLiu/BPDecoderPlus/actions/workflows/test.yml/badge.svg)](https://github.com/GiggleLiu/BPDecoderPlus/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/GiggleLiu/BPDecoderPlus/branch/main/graph/badge.svg)](https://codecov.io/gh/GiggleLiu/BPDecoderPlus)
[![Documentation](https://img.shields.io/badge/docs-online-blue.svg)](https://giggleliu.github.io/BPDecoderPlus/)
[![Tests](https://github.com/TensorBFS/BPDecoderPlus/actions/workflows/test.yml/badge.svg)](https://github.com/TensorBFS/BPDecoderPlus/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/TensorBFS/BPDecoderPlus/branch/main/graph/badge.svg)](https://codecov.io/gh/TensorBFS/BPDecoderPlus)
[![Documentation](https://img.shields.io/badge/docs-online-blue.svg)](https://tensorbfs.github.io/BPDecoderPlus/)
[![Python](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)

Expand Down Expand Up @@ -118,7 +118,7 @@ Before starting, please read these foundational papers:
uv pip install bpdecoderplus

# For development
git clone https://github.com/GiggleLiu/BPDecoderPlus.git
git clone https://github.com/TensorBFS/BPDecoderPlus.git
cd BPDecoderPlus
uv sync --dev
```
Expand All @@ -127,7 +127,7 @@ uv sync --dev

```bash
# Install from source
git clone https://github.com/GiggleLiu/BPDecoderPlus.git
git clone https://github.com/TensorBFS/BPDecoderPlus.git
cd BPDecoderPlus
pip install -e .[dev,docs]
```
Expand Down Expand Up @@ -266,7 +266,7 @@ make docs

```bash
# Clone repository
git clone https://github.com/GiggleLiu/BPDecoderPlus.git
git clone https://github.com/TensorBFS/BPDecoderPlus.git
cd BPDecoderPlus

# Install with development dependencies
Expand Down Expand Up @@ -294,7 +294,7 @@ This project uses:
### Documentation
- [Stim Documentation](https://github.com/quantumlib/Stim/blob/main/doc/index.md)
- [Error Correction Zoo](https://errorcorrectionzoo.org/)
- [BPDecoderPlus Documentation](https://giggleliu.github.io/BPDecoderPlus/)
- [BPDecoderPlus Documentation](https://tensorbfs.github.io/BPDecoderPlus/)

## Troubleshooting

Expand Down Expand Up @@ -332,7 +332,7 @@ If you use BPDecoderPlus in your research, please cite:
title = {BPDecoderPlus: Belief Propagation Decoders for Surface Codes},
author = {Liu, Jinguo and Contributors},
year = {2025},
url = {https://github.com/GiggleLiu/BPDecoderPlus}
url = {https://github.com/TensorBFS/BPDecoderPlus}
}
```

Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# BPDecoderPlus

[![Tests](https://github.com/GiggleLiu/BPDecoderPlus/actions/workflows/test.yml/badge.svg)](https://github.com/GiggleLiu/BPDecoderPlus/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/GiggleLiu/BPDecoderPlus/branch/main/graph/badge.svg)](https://codecov.io/gh/GiggleLiu/BPDecoderPlus)
[![Tests](https://github.com/TensorBFS/BPDecoderPlus/actions/workflows/test.yml/badge.svg)](https://github.com/TensorBFS/BPDecoderPlus/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/TensorBFS/BPDecoderPlus/branch/main/graph/badge.svg)](https://codecov.io/gh/TensorBFS/BPDecoderPlus)

**Quantum Error Correction with Belief Propagation**

Expand Down Expand Up @@ -42,7 +42,7 @@ Install the package:

```bash
# Clone the repository
git clone https://github.com/GiggleLiu/BPDecoderPlus.git
git clone https://github.com/TensorBFS/BPDecoderPlus.git
cd BPDecoderPlus

# Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
site_name: BPDecoderPlus Documentation
site_description: Quantum Error Correction with Belief Propagation
site_author: BPDecoderPlus Contributors
repo_url: https://github.com/GiggleLiu/BPDecoderPlus
repo_name: GiggleLiu/BPDecoderPlus
repo_url: https://github.com/TensorBFS/BPDecoderPlus
repo_name: TensorBFS/BPDecoderPlus

theme:
name: material
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ dependencies = [
]

[project.urls]
Homepage = "https://github.com/GiggleLiu/BPDecoderPlus"
Documentation = "https://giggleliu.github.io/BPDecoderPlus/"
Repository = "https://github.com/GiggleLiu/BPDecoderPlus"
Issues = "https://github.com/GiggleLiu/BPDecoderPlus/issues"
Changelog = "https://github.com/GiggleLiu/BPDecoderPlus/blob/main/CHANGELOG.md"
Homepage = "https://github.com/TensorBFS/BPDecoderPlus"
Documentation = "https://tensorbfs.github.io/BPDecoderPlus/"
Repository = "https://github.com/TensorBFS/BPDecoderPlus"
Issues = "https://github.com/TensorBFS/BPDecoderPlus/issues"
Changelog = "https://github.com/TensorBFS/BPDecoderPlus/blob/main/CHANGELOG.md"

[project.optional-dependencies]
dev = [
Expand Down