augustinas1 / MomentClosure.jl

Tools to generate and study moment equations for any chemical reaction network using various moment closure approximations
https://augustinas1.github.io/MomentClosure.jl/dev/
MIT License
44 stars 6 forks source link

Symbolic indexing #66

Open kaandocal opened 2 weeks ago

kaandocal commented 2 weeks ago

It would be nice to use SymbolicIndexingInterface.jl to enable indexing such as

sol[rn.A^2 * rn.B]

to extract the moment E[A^2 B].