-
Notifications
You must be signed in to change notification settings - Fork 56
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
WIP: Custom grids for all biases #733
base: master
Are you sure you want to change the base?
Conversation
Implement in colvargid::init_from_colvars Clean up unused grid constructors
For consistency. Update doc and tests. histogramGrid is deprecated but still works.
this allows for transparent initialization of a grid from another contining a different data type.
830be00
to
c80f1db
Compare
Is it possible to use multiple grids in a bias? I am not sure if the configuration syntax in PR #710 implies that there is only one grid allowed. |
Since the parsing of the |
Leverages the grid refactoring from #710.
Implements #476