Skip to content
Snippets Groups Projects
Commit 7a98298c authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Changed reference to plumed 1 paper

I moved the reference together with the others (using cite()) so that
it is more visible. I also updated a bit the description
parent ce83ef0c
No related branches found
No related tags found
No related merge requests found
......@@ -363,15 +363,11 @@ void PlumedMain::init(){
if(!log.isOpen()) log.link(stdout);
log<<"PLUMED is starting\n";
log<<"PLUMED compiled on " __DATE__ " at " __TIME__ "\n";
log<<"**** THIS IS AN EXPERIMENTAL VERSION ****\n";
log<<"More info on Google group 'plumed2-git'\n";
log<<"There is not yet a published paper describing this software.\n";
log<<"If you use it in a publication please explicitly state\n";
log<<"which version you are using and cite the previous paper:\n";
log<<" M. Bonomi, D. Branduardi, G. Bussi, C. Camilloni, D. Provasi, P. Raiteri,\n";
log<<" D. Donadio, F. Marinelli, F. Pietrucci, R. A. Broglia and M. Parrinello\n";
log<<" PLUMED: a portable plugin for free-energy calculations with molecular dynamics\n";
log<<" Comp. Phys. Comm. 180, 1961 (2009)\n";
log<<"which version you are using and cite the previous paper ";
log<<cite("Bonomi, Branduardi, Bussi, Camilloni, Provasi, Raiteri, Donadio, Marinelli, Pietrucci,\n Broglia and Parrinello, Comp. Phys. Comm. 180, 1961 (2009)");
log<<"\n";
log<<"For further information see the PLUMED web page at www.plumed-code.org\n";
log.printf("Molecular dynamics engine: %s\n",MDEngine.c_str());
log.printf("Precision of reals: %d\n",atoms.getRealPrecision());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment