-
Notifications
You must be signed in to change notification settings - Fork 12
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
Unit tests for Bias and Umbrella, umbrella sampling over n windows #7
Conversation
Pushed one commit just to make the tests work on my laptop 👍 |
Run umbrella sampling simulations over n windows with a chosen bias. Fits Gaussians and plots data. Included updates to doc strings in bias.py
Tests the harmonic bias with image and grad functions. Tests umbrella sampling with n windows. Added warning if >1 configurations are identical in US
Reliance on QUIP and GAP for tests removed
Updates on PR comments on umbrella, bias and tests for both
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.
This looks good overall. I think the separation of the gaussian functions and reference setting makes sense, as well as everything in a sampling class. The input of the function is slightly confusing to me so could be clearer what is expected from the user
Tests the harmonic bias with image and grad functions. Tests umbrella sampling with n windows. Added warning if >1 configurations are identical in US. Umbrella sampling over n windows with bias potential. Fits a Gaussian and plots the data.