Skip to content

jcm-sci/OpSystem.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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)
ModelCriticism.jl Model evaluation framework (downstream consumer)

Installation

using Pkg
Pkg.add("OpSystem")

Development

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

License

MIT

About

Declarative dynamical system specification compiler — YAML to callable (Julia)

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors