.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/python-publish.yml
src/da4ml/__init__.py
src/da4ml/_version.py
src/da4ml.egg-info/PKG-INFO
src/da4ml.egg-info/SOURCES.txt
src/da4ml.egg-info/dependency_links.txt
src/da4ml.egg-info/requires.txt
src/da4ml.egg-info/top_level.txt
src/da4ml/cmvm/__init__.py
src/da4ml/cmvm/api.py
src/da4ml/cmvm/balanced_reduction.py
src/da4ml/cmvm/cmvm.py
src/da4ml/cmvm/codegen.py
src/da4ml/cmvm/csd.py
src/da4ml/cmvm/fixed_variable.py
src/da4ml/cmvm/graph_compile.py
src/da4ml/cmvm/nb_fixed_precision.py
src/da4ml/cmvm/scoring.py
src/da4ml/cmvm/utils.py