LICENSE
README.md
pyproject.toml
src/lyapax/__init__.py
src/lyapax/__version__.py
src/lyapax/adaptive.py
src/lyapax/core.py
src/lyapax/coupling.py
src/lyapax/dde.py
src/lyapax/integrators.py
src/lyapax/network.py
src/lyapax/sweep.py
src/lyapax/systems.py
src/lyapax/utils.py
src/lyapax.egg-info/PKG-INFO
src/lyapax.egg-info/SOURCES.txt
src/lyapax.egg-info/dependency_links.txt
src/lyapax.egg-info/requires.txt
src/lyapax.egg-info/top_level.txt
src/lyapax/simulator/__init__.py
src/lyapax/simulator/coupling.py
src/lyapax/simulator/model_spec.py
src/lyapax/simulator/step.py
tests/test_adaptive_diffrax.py
tests/test_adaptive_ode.py
tests/test_dde.py
tests/test_dde_interpolation.py
tests/test_delayed_networks.py
tests/test_differentiability.py
tests/test_gpu.py
tests/test_integrators.py
tests/test_kaplan_yorke.py
tests/test_lyapunov_core.py
tests/test_network.py
tests/test_ring_buffer_time_convention.py
tests/test_setup.py
tests/test_sweep.py