CRNSimulator Mathematica Package

    A Mathematica package for working with networks of coupled chemical reactions. It forms a foundation for syntactic manipulation of chemical reaction networks as Mathematica expressions. It allows mixing and matching mass-action kinetics with other kinds of dynamics, and provides a simple way to simulate experiments in which a sequence of chemical additions is performed. It is particularly well-suited for engineered chemical systems, in which chemical reaction networks can be used as a kind of "programming language".

    See Examples.nb for the kind of things it can do.

    Last modified: Jan 8 2022. For changelog see the top of source code.

  • Package: CRNSimulator.m
  • Extensions: CRNSimulatorExtensions.m
  • Examples: Examples.nb
  • Previous versions: CRNSimulator-2021-03-16.m, CRNSimulator-2016-06-05.m

CRNSimulatorSSA Mathematica Package [BETA]

    Extends CRNSimulator to perform Gillespie SSA simulation. The main simulation loop is compiled to C code for speed. Input reactions and initial counts using the same syntax as CRNSimulator.

    See ExamplesSSA.nb for simple examples.

    Last modified: Mar 16 2021. For changelog see the top of source code.

  • Package: CRNSimulatorSSA.m
  • Examples: ExamplesSSA.nb
  • Previous versions: CRNSimulatorSSA-2017-01-03.m