| Crates.io | sbml-sim |
| lib.rs | sbml-sim |
| version | 0.1.2 |
| created_at | 2021-06-23 06:26:27.467209+00 |
| updated_at | 2021-08-19 10:48:01.11781+00 |
| description | Simulator for SBML models. |
| homepage | https://github.com/ballaneypranav/sbml-sim |
| repository | https://github.com/ballaneypranav/sbml-sim |
| max_upload_size | |
| id | 413809 |
| size | 594,015 |
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.