From dc4b4910341b23449e0c8eaa62d322f247efe8fb Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Mon, 2 Oct 2017 11:17:07 +0200 Subject: [PATCH] changelog --- CHANGES/v2.4.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGES/v2.4.md b/CHANGES/v2.4.md index 62e423bb1..6c084f373 100644 --- a/CHANGES/v2.4.md +++ b/CHANGES/v2.4.md @@ -47,6 +47,38 @@ Changes from version 2.3 which are relevant for users: This module implements the following methods: - \ref DRR - \ref drr_tool + - A new VES module have been included, contributed by Omar Valsson. + This module implements the following methods: + - \ref BF_CHEBYSHEV + - \ref BF_COMBINED + - \ref BF_COSINE + - \ref BF_CUSTOM + - \ref BF_FOURIER + - \ref BF_LEGENDRE + - \ref BF_POWERS + - \ref BF_SINE + - \ref OPT_AVERAGED_SGD + - \ref OPT_DUMMY + - \ref TD_CHI + - \ref TD_CHISQUARED + - \ref TD_CUSTOM + - \ref TD_EXPONENTIAL + - \ref TD_EXPONENTIALLY_MODIFIED_GAUSSIAN + - \ref TD_GAUSSIAN + - \ref TD_GENERALIZED_EXTREME_VALUE + - \ref TD_GENERALIZED_NORMAL + - \ref TD_GRID + - \ref TD_LINEAR_COMBINATION + - \ref TD_PRODUCT_COMBINATION + - \ref TD_PRODUCT_DISTRIBUTION + - \ref TD_UNIFORM + - \ref TD_VONMISES + - \ref TD_WELLTEMPERED + - \ref VES_LINEAR_EXPANSION + - \ref VES_OUTPUT_BASISFUNCTIONS + - \ref VES_OUTPUT_FES + - \ref VES_OUTPUT_TARGET_DISTRIBUTION + - \ref ves_md_linearexpansion - New collective variables: - \ref DIMER (thanks to Marco Nava). - \ref EFFSOLV : EEF1 implicit solvent solvation energy -- GitLab