-
Notifications
You must be signed in to change notification settings - Fork 57
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
Feature request: reusable bias #712
Comments
As commented in #709 we have already several cases where we are running all biases in sequence: Lines 1016 to 1042 in a587282
So if there is a dependency like the one you describe, we could just do the same (until we have the AST that you proposed elsewhere). The only tricky detail would be ensuring that the biases are listed internally in the same order as they were defined in the user input. |
It should be possible to use the bias energy, or other output components, of a
colvarbias
instance as the inputs of anothercolvarbias
instance. For example, ahistogram
bias can reuse the bias energies from other biases to perform reweighting on-the-fly.The text was updated successfully, but these errors were encountered: