-
Hello HOOMD users, I am currently performing some simulations in the NVT ensemble that involve velocity generation via a thermostat (Langevin) in a specific direction only, say the y-direction, while leaving the other components (x and z) unconstrained. I have looked through the documentation and, to my best knowledge, I could not find anything that could do that. I thought of employing a filter of type Thank you, Aldo V. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Langevin operates by applying forces to the particles. The guide "How to apply arbitrary forces in MD" describes the ways in which you can implement your custom force computation. |
Beta Was this translation helpful? Give feedback.
Your assessment of the HOOMD-blue documentation was correct. HOOMD-blue does not provide the option you describe. Therefore, the behavior your desire is custom. You can achieve your desired custom behavior with a custom force or by modifying the C++ class
TwoStepLangevin
.