Declarative dynamical system specification compiler — YAML to callable.
OpSystem.jl is a Julia port of
ACCIDDA/op_system (Python). It provides
a declarative specification language for defining trait-structured dynamical
systems, compiling YAML definitions into callable operator-partitioned forms
suitable for numerical integration.
Pre-alpha. Port in progress.
| Package | Description |
|---|---|
| op_system | Original Python implementation |
| OpEngine.jl | Numerical solver (consumes OpSystem output) |
| ModelCriticism.jl | Model evaluation framework (downstream consumer) |
using Pkg
Pkg.add("OpSystem")julia --project=. -e 'using Pkg; Pkg.instantiate()'
just testMIT