.gitignore
.readthedocs.yml
LICENSE
README.rst
setup.cfg
setup.py
.github/workflows/ci.yml
doc/Makefile
doc/changes.rst
doc/citing.rst
doc/conf.py
doc/faq.rst
doc/index.rst
doc/installation.rst
doc/license.rst
doc/make.bat
doc/ref_models.rst
doc/ref_other.rst
doc/ref_sampling.rst
doc/ref_simulation.rst
doc/requirements.txt
doc/_static/copybutton.js
examples/SEIR++.ipynb
examples/calibration.ipynb
examples/seirpp.py
pydemic/__init__.py
pydemic/_git_rev.py
pydemic/desolver.py
pydemic/distributions.py
pydemic/hdf.py
pydemic/mitigation.py
pydemic/reactions.py
pydemic/sampling.py
pydemic/simulation.py
pydemic.egg-info/PKG-INFO
pydemic.egg-info/SOURCES.txt
pydemic.egg-info/dependency_links.txt
pydemic.egg-info/requires.txt
pydemic.egg-info/top_level.txt
pydemic/data/__init__.py
pydemic/data/united_states.py
pydemic/models/__init__.py
pydemic/models/seir.py
pydemic/models/seirpp.py
test/regression.h5
test/test_SEIR.py
test/test_data.py
test/test_desolver.py
test/test_gamma.py
test/test_seirpp.py
test/test_stochastic.py
test/test_utils.py