JuliaManifolds / ManifoldDiffEq.jl

Differential equations on manifolds
https://juliamanifolds.github.io/ManifoldDiffEq.jl/
MIT License
26 stars 3 forks source link

Symplectic integrators #14

Open mateuszbaran opened 2 years ago

mateuszbaran commented 2 years ago

We most likely need symplectic integrators for manifold HMC and manifold CNFs. See for example: https://doi.org/10.1080/00207160.2021.1966772 .

kellertuer commented 2 years ago

Interesting – I saw that paper, too; @ergyscokaj might be interested or at least take a look at what we do there.

mateuszbaran commented 2 years ago

We already have CG and RKMK integrators sort of figured out here so I hope implementing a moderate-order symplectic method won't be too difficult.