lillux / gillespie_ssa

Implementation of Gillespie Stochastic Simulation Algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Implementation of Gillespie Stochastic Simulation Algorithm

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 89.0%Language:Python 11.0%