[go: nahoru, domu]

Skip to content

Implementation of Gillespie Stochastic Simulation Algorithm

License

Notifications You must be signed in to change notification settings

lillux/gillespie_ssa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.