Skip to content

0.1.0a0

Pre-release
Pre-release
Compare
Choose a tag to compare
@enricozb enricozb released this 01 Feb 06:24
· 10 commits to master since this release

Features

  • Clean & concise reaction literal syntax
  • Deterministic & Stochastic simulations
    • Deterministic simulations use initial concentrations
    • Stochastic simulations are supported thanks to StochPy, but we only make use of their Direct Solver (aka Gillespie's Method).
  • Quick plotting of all species throughout the simulation
  • Easy access to each species' time-series
  • Function validation using deterministic simulation
    • Given a CRN and a function, we can check if the CRN actually computes the provided function (with an arbitrarily small chance of error)

Future Plans

  • More fine-tuned/advanced plots
    • Specify which species are relevant
    • Contour plots
  • Add a test suite
  • Account for different volumes in stochastic simulations
  • Add a simple logic gate submodule for quick composition of analog/discrete logic gates.
  • Likely other things I'm forgetting