.gitignore
.release-please-manifest.json
LICENSE
MULTINARY_PLAN.md
README.md
gripe.md
pyproject.toml
release-please-config.json
test_integration.py
test_integration.sh
.github/workflows/publish.yml
.github/workflows/release-please.yml
benchmark/README.md
benchmark/bench.py
docs/api.rst
docs/conf.py
docs/index.rst
docs/quickstart.rst
docs/tutorials/01_quickstart.ipynb
docs/tutorials/02_analysis.ipynb
docs/tutorials/03_advanced.ipynb
notebooks/01_quickstart.ipynb
notebooks/02_analysis.ipynb
notebooks/03_advanced.ipynb
src/potts/__init__.py
src/potts/__main__.py
src/potts/_accumulators.py
src/potts/_results.py
src/potts/_samplers.py
src/potts/_snoop.py
src/potts/_util.py
src/potts/_version.py
src/potts/py.typed
src/potts.egg-info/PKG-INFO
src/potts.egg-info/SOURCES.txt
src/potts.egg-info/dependency_links.txt
src/potts.egg-info/entry_points.txt
src/potts.egg-info/requires.txt
src/potts.egg-info/top_level.txt
tests/test_ase.py
tests/test_autocorr.py
tests/test_cli.py
tests/test_coverage.py
tests/test_integration.py
tests/test_notebooks.py
tests/test_properties.py
tests/test_unit.py