Implementation of Gillespie Stochastic Simulation Algorithm
The gillespie
package can be installed with:
pip install git+https://github.com/lillux/gillespie_ssa.git@main#egg=gillespie
The link contains a jupyter-notebook, that shows how to perform a Stochastic Simulation using the gillespie
library.
The example includes the bi-stable Schlogl model, and how to visualize it.