.pre-commit-config.yaml
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
codecov.yml
pyproject.toml
src/mici/__init__.py
src/mici/_version.py
src/mici/adapters.py
src/mici/errors.py
src/mici/integrators.py
src/mici/interface.py
src/mici/interop.py
src/mici/matrices.py
src/mici/progressbars.py
src/mici/samplers.py
src/mici/solvers.py
src/mici/stagers.py
src/mici/states.py
src/mici/systems.py
src/mici/transitions.py
src/mici/types.py
src/mici/utils.py
src/mici.egg-info/PKG-INFO
src/mici.egg-info/SOURCES.txt
src/mici.egg-info/dependency_links.txt
src/mici.egg-info/requires.txt
src/mici.egg-info/top_level.txt
src/mici/autodiff/__init__.py
src/mici/autodiff/autograd_wrapper.py
src/mici/autodiff/jax_wrapper.py
src/mici/autodiff/symnum_wrapper.py
tests/test_adapters.py
tests/test_autodiff.py
tests/test_integrators.py
tests/test_interface.py
tests/test_interop.py
tests/test_matrices.py
tests/test_progressbars.py
tests/test_samplers.py
tests/test_solvers.py
tests/test_stagers.py
tests/test_states.py
tests/test_utils.py