Skip to content
Snippets Groups Projects
Commit 76d43d84 authored by Omar Valsson's avatar Omar Valsson
Browse files

Add VES bug fixes to changelog

parent 3ce7b5bd
No related branches found
No related tags found
No related merge requests found
......@@ -159,4 +159,10 @@ Changes from version 2.3 which are relevant for developers:
- Added canonical makefile targets `check` and `installcheck`. Notice that `check` runs checks with
non-installed plumed whereas `installcheck` uses the installed one, including its correct program name if it
was personalized (e.g. with suffixes). Notice that this modifies the previously available `check` target.
## Version 2.4.1
For users:
- Module VES: Fixed a bug with basis functions that have a constant function different from 1 (e.g. scaled version of the Legendre basis functions, \ref BF_LEGENDRE) that was causing a time-dependent shift in the bias potential.
- Module VES: In optimizers (\ref OPT_AVERAGED_SGD and \ref OPT_DUMMY) the output of quantities related to the instantaneous gradients are now off by default as these quantities are generally not useful for normal users, their output can instead by re-enabled by using the MONITOR_INSTANTANEOUS_GRADIENT keyword. Also added an keyword MONITOR_AVERAGE_GRADIENT that allows to monitor the averged gradient and output quantities related to it.
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