From 094255ce2f5ac803bd85b2cad6877cf14b5c7dc5 Mon Sep 17 00:00:00 2001
From: Carlo Camilloni <carlo.camilloni@gmail.com>
Date: Tue, 10 Dec 2013 09:47:48 +0100
Subject: [PATCH] Reference added for MetaD acceleration factor

---
 src/bias/MetaD.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/bias/MetaD.cpp b/src/bias/MetaD.cpp
index 124a86173..4a1c334f6 100644
--- a/src/bias/MetaD.cpp
+++ b/src/bias/MetaD.cpp
@@ -186,10 +186,10 @@ one update and the other.
 
 \par
 The kinetics of the transitions between basins can also be analysed on the fly as
-in \cite pratyush13prl. The flag ACCELERATION turn on accumulation of the acceleration
+in \cite PRL230602. The flag ACCELERATION turn on accumulation of the acceleration
 factor that can then be used to determine the rate. This method can be used together
 with \ref COMMITTOR analysis to stop the simulation when the system get to the target basin.
-It must be used together with well-tempered metadynamics.
+It must be used together with Well-Tempered Metadynamics.
 
 */
 //+ENDPLUMEDOC
@@ -483,7 +483,7 @@ isFirstStep(true)
   addComponent("bias"); componentIsNotPeriodic("bias");
 
   if(acceleration) {
-    if(!welltemp_) error("The calculation of the acceleration works only if Welltempered metadynamics is on"); 
+    if(!welltemp_) error("The calculation of the acceleration works only if Well-Tempered Metadynamics is on"); 
     log.printf("  calculation on the fly of the acceleration factor");
     addComponent("acc"); componentIsNotPeriodic("acc");
   }
@@ -570,7 +570,7 @@ isFirstStep(true)
   if(doInt_) log<<plumed.cite(
      "Baftizadeh, Cossio, Pietrucci, and Laio, Curr. Phys. Chem. 2, 79 (2012)");
   if(acceleration) log<<plumed.cite(
-     "Pratyush and Parrinello, Phys. Rev. Lett. ... (2013)");
+     "Pratyush and Parrinello, Phys. Rev. Lett. 111, 230602 (2013)");
   log<<"\n";
 
 }
-- 
GitLab