Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 537 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 537 Bytes

Gillespie Stochastic Simulation Algorithm

Implementation of Gillespie Stochastic Simulation Algorithm

Installation

The gillespie package can be installed with:

pip install git+https://github.com/lillux/gillespie_ssa.git@main#egg=gillespie

Usage

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.