.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
requirements.yml
ruff.toml
tests_requirements.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/documentation-improvement.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/test.yml
batman/__init__.py
batman/units.py
batman/exponentiators/__init__.py
batman/exponentiators/protocol.py
batman/exponentiators/cram/__init__.py
batman/exponentiators/cram/coefficients.py
batman/exponentiators/cram/ipfcram.py
batman/exponentiators/cram/magnus.py
batman/graphs/__init__.py
batman/graphs/decay.py
batman/graphs/drawing.py
batman/graphs/filters.py
batman/graphs/matgen.py
batman/graphs/reaction.py
batman/graphs/types.py
batman/integrator/__init__.py
batman/integrator/predictor.py
batman/models/__init__.py
batman/models/decaymodel.py
batman/models/depletionmodel.py
batman/models/reactionmodel.py
batman/solver/__init__.py
batman/solver/activity.py
batman/solver/inputs.py
batman/solver/inputs_dist.py
batman/solver/k_est.py
batman/solver/power_normalization.py
batman/solver/reach_k.py
batman/solver/solve.py
batman/solver/time_est.py
batman/solver/utils.py
ramp_batman.egg-info/PKG-INFO
ramp_batman.egg-info/SOURCES.txt
ramp_batman.egg-info/dependency_links.txt
ramp_batman.egg-info/requires.txt
ramp_batman.egg-info/top_level.txt
tests/.gitignore
tests/__init__.py
tests/conftest.py
tests/test_analytic.py
tests/test_exp.py
tests/test_graphs.py
tests/test_time_est.py
tests/test_data/download_test_files.sh