-
Notifications
You must be signed in to change notification settings - Fork 188
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
New implementation of NPT ensemble based on Andersen equation #5053
Conversation
Thank you Hideki. A few things to check:
|
Dear Rudolf, I checked and modified the code and the document following your suggestions.
I aggregate two MPI reductions into a single one.
I compared computational time per 5000 steps in the system with WCA potential, p_ext=1.0, and particle number 1000 on giraffe with condor_drain. And I concluded that both ways are almost the same;
In my understanding, the cache is rebuilt when
I annotated the equations in the code.
I annotated the meaning of variables.
No paper directly writes the compressibility value,
I updated the documentation about NpT integration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much!
Fixes #5037 and #5038.
Description of changes: