Skip to content

Is an implementation of geometrical integrators like RK4 for molecular dynamics possible in the HOOMD framework? #1912

Answered by joaander
EliasPhysics asked this question in Support
Discussion options

You must be logged in to vote

Yes, you could write a custom component that implements Runge-Kutta or any integrator you like. HOOMD-blue defines an Integrator as an operation that evolves the state of the simulation at some step t to step t+1:

You can implement custom integrators in a C++ component: https://github.com/glotzerlab/hoomd-component-template/

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by EliasPhysics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Support
Labels
None yet
2 participants