-
Notifications
You must be signed in to change notification settings - Fork 132
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
Slow compression in HPMC simulations. #1641
Comments
@tcmoore3 you asked about this once. Would you be interested in implementing it? |
I am interested, but since I don't have a research need for this at the moment I cannot commit to implementing it. |
Now that I'm thinking about it, it should be fairly straightforward. Unless I'm missing something, shouldn't this consist of adding a variant to |
Yes, we can replace |
Description
Add a method that slowly compresses in HPMC simulations.
Proposed solution
Either implement
SlowCompress
or add optional arguments toQuickCompress
. In either case, apply theQuickCompress
algorithm to a variable box size.Additional context
QuickCompress
works extremely well, but always quenches to the chosen box size. Some simulation workflows require slow annealing. MD simulations can useBoxResize
. HPMC simulations need an alternate method that accounts for particle overlaps.The text was updated successfully, but these errors were encountered: