From cdd3820a92b9b35add9b69428cc67d86f6eaa807 Mon Sep 17 00:00:00 2001
From: Giovanni Bussi <giovanni.bussi@gmail.com>
Date: Wed, 30 Aug 2017 18:10:59 +0200
Subject: [PATCH] Added cross refs in EDS and MAXENT

---
 src/bias/MaxEnt.cpp | 2 ++
 src/eds/EDS.cpp     | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/src/bias/MaxEnt.cpp b/src/bias/MaxEnt.cpp
index 109a0ac26..c1786defa 100644
--- a/src/bias/MaxEnt.cpp
+++ b/src/bias/MaxEnt.cpp
@@ -78,6 +78,8 @@ The value of \f$ \xi(\lambda,t)\f$ is written in output as a component named: ar
 Setting \f$ \sigma =0\f$ is equivalent to enforce a pure Maximum Entropy restraint without any noise modelling.
 This method can be also used to enforce inequality restraint as shown in following examples.
 
+Notice that a similar method is available as \ref EDS, although with different features and using a different optimization algorithm.
+
 \par Examples
 
 The following input tells plumed to restrain the distance between atoms 7 and 15
diff --git a/src/eds/EDS.cpp b/src/eds/EDS.cpp
index 2e95fb819..34ff47605 100644
--- a/src/eds/EDS.cpp
+++ b/src/eds/EDS.cpp
@@ -65,6 +65,8 @@ to zero with the default value of \f$s_i\f$ as this will cause a
 divide-by-zero error. Instead, set \f$s_i=1\f$ or modify the CV so the
 desired target value is no longer zero.
 
+Notice that a similar method is available as \ref MAXENT, although with different features and using a different optimization algorithm.
+
 \par Examples
 
 The following input for a harmonic oscillator of two beads will
-- 
GitLab