This is not an officially supported Google product.
This repository contains code to simulate the Susceptible-Exposed-Infected-Recovered epidemiologic model on a graph.
The main function to run for a simulation is seir.simulation
.
This code accompanies a paper: Modeling COVID-19 on a network: super-spreaders, testing and containment.
For a well implemented and well documented python module of SEIR on a graph, consider seirsplus