Skip to content
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

Open
ChrisRackauckas opened this issue Jan 13, 2020 · 4 comments
Open

High weak order methods for Hamiltonian systems #259

ChrisRackauckas opened this issue Jan 13, 2020 · 4 comments

Comments

@ChrisRackauckas
Copy link
Member

https://arxiv.org/abs/1304.3269

@jamesgardner1421
Copy link
Contributor

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.

@ChrisRackauckas
Copy link
Member Author

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.

@HadrienNU
Copy link

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

@ChrisRackauckas
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants