StochasticDiffEq.jl icon indicating copy to clipboard operation
StochasticDiffEq.jl copied to clipboard

High weak order methods for Hamiltonian systems

Open ChrisRackauckas opened this issue 5 years ago • 4 comments

https://arxiv.org/abs/1304.3269

ChrisRackauckas avatar Jan 13 '20 21:01 ChrisRackauckas

I'd be interested in implementing the BAOAB algorithm from the reference here. Could you provide some instruction on how best to begin? I've looked at the general developer documentation but wanted to check with you first in case there are any extra specifics I should consider.

jamesgardner1421 avatar Feb 01 '21 16:02 jamesgardner1421

Yeah the devdocs are a good place to start to get a good feel for how it's all constructed:

http://devdocs.sciml.ai/latest/contributing/adding_algorithms/

Though this kind of system will require a partitioned system, so it might need something similar to DynamicalODEProblem for SDEs to be implemented in SciMLBase.jl. So the symplectic integrators for ODE systems + the devdocs is a good place to look, and from there, take a stab at it and I'll help you along the way.

ChrisRackauckas avatar Feb 02 '21 01:02 ChrisRackauckas

I will be interested to implement the remaining algorithm in the paper (ABOBA and OBABO at least).

I was thinking to implement as well the GJ set of integrator https://arxiv.org/abs/1909.04380v1 , if this is of interest

HadrienNU avatar Aug 31 '23 07:08 HadrienNU

That would be great to have, and definitely of interest.

ChrisRackauckas avatar Sep 09 '23 20:09 ChrisRackauckas