From c9758a1e78b24f12beba734372295d8f5c0b7074 Mon Sep 17 00:00:00 2001 From: Gareth Aneurin Tribello Date: Thu, 6 Feb 2025 12:14:53 +0100 Subject: [PATCH] Added details of changes made yesterday to change log --- CHANGES/v2.10.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES/v2.10.md b/CHANGES/v2.10.md index 1282e5b776..446793e87f 100644 --- a/CHANGES/v2.10.md +++ b/CHANGES/v2.10.md @@ -41,6 +41,7 @@ Before switching to version 2.10, users are invited to carefully read the follow - Action NBONDS no longer exists. The same effect can be achieved through a more transparent implementation that you can read about here: https://plumed-school.github.io/lessons/23/001/data/Steinhardt.html - Action CENTER_OF_MULTICOLVAR no longer exists. You now simply use \ref CENTER with the PHASES option and a vector as input for the weights. - Dimensionality reduction methods and landmark selection actions have a new syntax. A good introduction that explains how to use these actions can be found in [this tutorial](https://plumed-school.github.io/lessons/21/006/data/DIMENSIONALITY.html) + - if you use \ref DISTANCES with the GROUP or GROUPA/GROUPB syntax each distance is no longer allocated to a position in space. You thus cannot use the GROUP or GROUPA/GROUPB variants of action with methods such as \ref DUMPMULTICOLVAR, \ref MULTICOLVARDENS or \ref SMAC. To be clear if you use \DISTANCES with the ATOMS1/ATOMS2/ATOMS3/... syntax you can still use it with \ref DUMPMULTICOLVAR, \ref MULTICOLVARDENS or \ref SMAC. We believe this second use case was the variant of the old version that was widely used. - Places where we strongly recommend using the new sytax: - If you are using \ref DFSCLUSTERING and the \ref CLUSTER_PROPERTIES or \ref CLUSTER_DISTRIBUTION actions you are strongly encouraged to read: https://plumed-school.github.io/lessons/23/001/data/Clusters.html