sbml-sim

Crates.iosbml-sim
lib.rssbml-sim
version0.1.2
sourcesrc
created_at2021-06-23 06:26:27.467209
updated_at2021-08-19 10:48:01.11781
descriptionSimulator for SBML models.
homepagehttps://github.com/ballaneypranav/sbml-sim
repositoryhttps://github.com/ballaneypranav/sbml-sim
max_upload_size
id413809
size594,015
Pranav Ballaney (ballaneypranav)

documentation

README

A simulator for SBML models.

Currently only parses a model using sbml-rs and mathml-rs with limited support.

To try out, run the following:

git clone https://github.com/ballaneypranav/sbml-sim
git clone https://github.com/ballaneypranav/sbml-rs
git clone https://github.com/ballaneypranav/mathml-rs
cd sbml-sim
cargo run [path to model]

As of now, only Euler method has been implemented. To try it out, run

cargo run [path to model]

This runs the Euler integrator for 5 seconds with a step size of 0.05.

Commit count: 87

cargo fmt