LICENSE
README.md
pyproject.toml
src/gdis/__init__.py
src/gdis/cli.py
src/gdis/components.py
src/gdis/datasets.py
src/gdis/plotting.py
src/gdis/potential.py
src/gdis/result.py
src/gdis/scaling.py
src/gdis/score.py
src/gdis/sensitivity.py
src/gdis/transition.py
src/gdis/validation.py
src/gdis/benchmarks/__init__.py
src/gdis/systems/__init__.py
src/gdis/systems/base.py
src/gdis/systems/chen.py
src/gdis/systems/logistic.py
src/gdis/systems/lorenz.py
src/gdis/systems/rossler.py
src/pygdis.egg-info/PKG-INFO
src/pygdis.egg-info/SOURCES.txt
src/pygdis.egg-info/dependency_links.txt
src/pygdis.egg-info/entry_points.txt
src/pygdis.egg-info/requires.txt
src/pygdis.egg-info/top_level.txt
tests/test_boundedness.py
tests/test_components.py
tests/test_potential_properties.py
tests/test_score.py
tests/test_sensitivity.py
tests/test_systems.py
tests/test_validation.py