Installation

QECTOR Decoder v3 ships as a Rust-compiled Python wheel for Python 3.9–3.13 on Linux x86_64 (manylinux_2_17), macOS 11.0+ (arm64), and Windows amd64: 15 binary wheels, no sdist.

pip install qector-decoder-v3==1.0.0

# Optional extras
pip install "qector-decoder-v3[stim]"   # Stim / Sinter / PyMatching / LDPC ecosystem
pip install "qector-decoder-v3[bench]"  # Benchmark harness
pip install "qector-decoder-v3[all]"    # Full environment

# Verify
qector-doctor            # 15-check environment diagnostic
python -c "import qector_decoder_v3 as qd; print(qd.__version__)"