Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.08 KB

File metadata and controls

43 lines (29 loc) · 1.08 KB

OpSystem.jl

jcm-sci

Declarative dynamical system specification compiler — YAML to callable.

Overview

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.

Status

Pre-alpha. Port in progress.

Related Packages

Package Description
op_system Original Python implementation
OpEngine.jl Numerical solver (consumes OpSystem output)
TradeStudy.jl Model evaluation framework (downstream consumer)

Installation

using Pkg
Pkg.add("OpSystem")

Development

julia --project=. -e 'using Pkg; Pkg.instantiate()'
just test

License

MIT