Realtime GPU decoding with Guppy on Quantinuum hardware.
See src/guppy_gpu/cudaq_qec.py.
Install using pip in your Guppy project environment:
pip install git+https://github.com/quantinuum/guppy-gpu.gitThis project uses uv for dependency management.
# Create virtual environment and install dependencies
uv sync
# Run tests
uv run pytest
# Format code
uvx ruff format