SciML / ReactionNetworkImporters.jl

Julia Catalyst.jl importers for various reaction network file formats like BioNetGen and stoichiometry matrices
https://docs.sciml.ai/ReactionNetworkImporters/stable/
MIT License
26 stars 8 forks source link

parameters values and u0s #68

Closed isaacsas closed 2 years ago

isaacsas commented 2 years ago
  1. Handle via defaults.
  2. Currently we numerically evaluate all ps andu0s. We should see if ModelingToolkit properly handles specifying those that are functions of other parameters/u0s symbolically, and then use that via the defaults.
isaacsas commented 2 years ago

Should work with latest versions.