LICENSE
README.md
pyproject.toml
src/tridec/__init__.py
src/tridec/api.py
src/tridec/dem.py
src/tridec/sinter.py
src/tridec/tanner.py
src/tridec.egg-info/PKG-INFO
src/tridec.egg-info/SOURCES.txt
src/tridec.egg-info/dependency_links.txt
src/tridec.egg-info/requires.txt
src/tridec.egg-info/top_level.txt
src/tridec/adapters/__init__.py
src/tridec/backends/__init__.py
src/tridec/backends/bp_numpy.py
src/tridec/backends/bp_torch.py
src/tridec/backends/bp_triton.py
src/tridec/backends/relay_triton.py
src/tridec/validation/__init__.py
src/tridec/validation/analysis.py
src/tridec/validation/harness.py
src/tridec/validation/stats.py
tests/test_adapters.py
tests/test_api.py
tests/test_bp_numpy.py
tests/test_bp_torch.py
tests/test_bp_triton.py
tests/test_dem_hash_gate.py
tests/test_metal.py
tests/test_no_regression_cell.py
tests/test_relay_triton.py
tests/test_sinter.py
tests/test_surface_code.py
tests/test_validation.py