Crate crn

Source
Expand description

§crn

A library for simulating chemical reaction networks.

Re-exports§

pub use det::DetCrn;
pub use state::State;
pub use sto::Error;
pub use sto::StoCrn;

Modules§

det
Deterministic CRNs.
parse
Parsing CRNs from strings.
presets
Some fun CRNs to play with.
state
State of a CRN.
sto
Stochastic CRNs.

Structs§

Crn
Shared behavior for stochastic and deterministic CRNs.
Reaction
A chemical reaction, with a rate parameter.