Skip to content
Snippets Groups Projects
Commit bd67911a authored by Gareth Tribello's avatar Gareth Tribello
Browse files

Changes to make multicolvar faster when dealing with coordination number like variables

The code now only adds derivatives for the quantities being accumulated
when the values are greater than TOL.  In addition, all derivative
accumulation can now be done in vesselbase. (MergeDerivatives is still in
MultiColvar but only because this makes it faster.)  This makes it easier to add new
object that inherit from ActionWithVessels.  Lastly I split the two
parts of apply in MultiColvar to remove code duplication.
parent ab3a4ead
No related branches found
No related tags found
No related merge requests found
Showing
with 505 additions and 417 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment