neat provides tooling to generate, schedule, and validate stabilizer measurement circuits for low-density parity check (LDPC) quantum error-correcting codes. The package wraps solver-based compilers, heuristic schedulers, and simulation utilities so you can explore multiple layout strategies from a single interface.
Create a virtual environment (optional) and install the project in editable mode:
python -m venv .venv
source .venv/bin/activate
pip install -e .The suite only targets the geometry and atom-location helpers:
pytestTwo small scripts in the example/ directory demonstrate how to work with
the simplified API:
compile.pyexpands and shrinks a bounding box to illustrate theBoundshelper.decoder.pyconstructs a toyAtomLocationsinstance and prints derived properties such as the number of stages and the resulting bounding box.