Metadata-Version: 2.1
Name: gridemic
Version: 1.1
Summary: A python package for simulating stochastic agent-based epidemic models on a square grid with long-range interactions.
Project-URL: Homepage, https://github.com/burakbudanur/gridemic
Project-URL: Bug Tracker, https://github.com/burakbudanur/gridemic/issues
Author-email: Nazmi Burak Budanur <nbudanur@pks.mpg.de>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# gridemic

`gridemic` is a python package for stochastic agent-based epidemic models on a square grid with long-range interactions. 

In addition to the disease spread, `gridemic` also simulates the testing & contact tracing simultaneously. 

# installation

```
pip install gridemic
```

# examples

The notebooks in `examples/` demonstrates basic functionality of `gridemic`. 

<video src='examples/SEIIRT5.mp4' width=600/>

# publications 

D. Scarselli, N. B. Budanur, M. Timme, and B. Hof "Discontinuous epidemic transition due to limited testing", [Nature Communications volume 12, Article number: 2586](https://doi.org/10.1038/s41467-021-22725-9) (2021). [arXiv:2006.08005](https://arxiv.org/abs/2006.08005).
