From 76d43d84afa9e9a2b61e6f77634ec1126ba8bf41 Mon Sep 17 00:00:00 2001 From: Omar Valsson <omar.valsson@gmail.com> Date: Mon, 29 Jan 2018 14:05:51 +0100 Subject: [PATCH] Add VES bug fixes to changelog --- CHANGES/v2.4.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES/v2.4.md b/CHANGES/v2.4.md index 72797b356..3aa0d3682 100644 --- a/CHANGES/v2.4.md +++ b/CHANGES/v2.4.md @@ -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. -- GitLab