-
Notifications
You must be signed in to change notification settings - Fork 81
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
Support for MonteCarloAnisotropicBarostat? #349
Comments
Yes, I think that would work. |
cross-referencing #437, where support for the The membrane barostat is fully supported and lateral pressure can be controlled independently via the surface tension. The anisotropic barostat is only supported if the pressure in all directions is the same. This covers the most common use case, where certain axes of the box are fixed. I did not code up full anisotropic support for three reasons:
|
This is something we are currently working on for GROMACS, but it may be a month or two before we've tested things and can share. |
How would we add support to
ThermodynamicState
forMonteCarloAnisotropicBarostat
? Can we just detect whetherpressure
is a scalar or vector, and handle the barostat appropriately?The text was updated successfully, but these errors were encountered: