From 9f910b5b42b6c3113ea17e0cba0873080c5cead9 Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Mon, 9 Jul 2018 08:43:37 +0200 Subject: [PATCH] changelog --- CHANGES/v2.5.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES/v2.5.md b/CHANGES/v2.5.md index 8081f483b..917b53e03 100644 --- a/CHANGES/v2.5.md +++ b/CHANGES/v2.5.md @@ -43,6 +43,7 @@ Changes from version 2.4 which are relevant for users: - Removed the patch for GMX 5.1.4 - \ref RMSD calculation has been optimized. This should positively affect the performances of CVs where many RMSDs are computed on small groups of atoms, such as secondary structure variables. + - In \ref METAD, when using a bias factor equal to one (no bias) the `rct` component is set to zero rather than to one. Changes from version 2.4 which are relevant for developers: - Code has been cleanup up replacing a number of pointers with `std::unique_ptr`. All `delete` statements -- GitLab