.gitignore
.pre-commit-config.yaml
LICENSE
README.md
setup.py
.github/workflows/ci.yaml
.github/workflows/code-quality.yaml
docs/examples/noisy_fixed_point.py
docs/examples/simple_purification.py
docs/examples/three_colorable_epp.py
src/graphepp/__init__.py
src/graphepp/graphepp.py
src/graphepp/version.py
src/graphepp.egg-info/PKG-INFO
src/graphepp.egg-info/SOURCES.txt
src/graphepp.egg-info/dependency_links.txt
src/graphepp.egg-info/requires.txt
src/graphepp.egg-info/top_level.txt
tests/__init__.py
tests/graphepp_test.py