Skip to content
Vikram Sunkara edited this page Dec 9, 2019 · 7 revisions

Welcome to the PyME wiki!

PyME is a adaptive state space based solver for the Chemical Master Equation.

There are three main solvers implemented:

  • The Optimal Finite State Projection Method (OFSP)
  • Model Reduction By Conditional Expectation Method (MRCE)
  • Hellander-Lötstedt Hybrid Method (HL)

All three methods use an adaptive state space to solve their respective equations of motion. Currently only the N-Step domain expansion method is given. In the future, more advanced methods will be released.

The key ingredient in setting up a model is understanding how the CMEPY's model class works. Consider reading the following tutorials for insights into this class:

Clone this wiki locally