glotzerlab / hoomd-examples

HOOMD-blue example scripts.
BSD 3-Clause "New" or "Revised" License
35 stars 15 forks source link

Choosing MD - Integrators #48

Closed Tobias-Dwyer closed 2 years ago

Tobias-Dwyer commented 2 years ago

Tutorial description

A tutorial showing the behavior of systems under different integrators.

Section

We want each integrator showcasing each system at a high and low density and plot various physical quantities of each system.

Author

Tobias Dwyer Josh Anderson

joaander commented 2 years ago

@Tobias-Dwyer Does this topic really warrant a full tutorial? What concepts would it teach?

I think it might be better to better explain how the different integration methods work in the API documentation for those methods.

Tobias-Dwyer commented 2 years ago

I think it would be worth teaching how to use each integrator for different applications and show that thermodynamic properties across integrators. Like how do you compute an equation of state and which method is better under which scenarios? I opened this PR when we were discussing how to demonstrate this in detail how to use each integrator. If we are just wanting to give users simple tips we could probs just put it in the documentation though, I agree.