8000 GitHub - lillux/gillespie_ssa: Implementation of Gillespie Stochastic Simulation Algorithm
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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.

0