-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
High weak order methods for Hamiltonian systems #259
Comments
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. |
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. |
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 |
That would be great to have, and definitely of interest. |
https://arxiv.org/abs/1304.3269
The text was updated successfully, but these errors were encountered: