-
- Downloads
There was an error fetching the commit references. Please try again later.
Added virtual method update() to Action
Small change in the mani flow. Now, after the backward loop to apply forces, there is another forward loop calling "update()". update() should be used to dump/analyse data, and/or to modify a biasing potential (e.g. in metadynamics or tamd). Also, since it is called after full calculation, analysis tools could access to more quantities (e.g.: forces on a specific CV have been already computed and could be dumped).
Showing
- src/Action.h 5 additions, 0 deletionssrc/Action.h
- src/GenericDumpAtoms.cpp 3 additions, 2 deletionssrc/GenericDumpAtoms.cpp
- src/GenericDumpDerivatives.cpp 3 additions, 2 deletionssrc/GenericDumpDerivatives.cpp
- src/GenericPrint.cpp 3 additions, 2 deletionssrc/GenericPrint.cpp
- src/PlumedMain.cpp 4 additions, 0 deletionssrc/PlumedMain.cpp
Please register or sign in to comment