Default SD integrator is now sd1 by Nicu Goga
commitb8a3738b8cfb053b0a022fb94377bf07c3836665
authorngoga <n.goga@rug.nl>
Fri, 6 Dec 2013 09:30:15 +0000 (6 10:30 +0100)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Sat, 28 Jun 2014 14:54:07 +0000 (28 16:54 +0200)
tree9bdeee8f2729b896d6a5ad7abc4f4aa97672b965
parent7a79695704adc869e45799404ef352fd7f00bf3d
Default SD integrator is now sd1 by Nicu Goga

The default SD integrator is now sd1, sd2 is deprecated. grompp
and mdrun both warn about sd2, and recommend sd.

The new sd1 integrator was developed by Herman Berendsen and
implemented by Nicu Goga.
Without constraints the sd1 integrator is nearly unchanged.
With constraints the new sd1 integrator is now as accurate as normal
MD with a leap-frog integrator, whereas the sd2 integrator will give
a slightly too high temperature.

Fixes #1496

Change-Id: I02b4537b05742ed499a84b625c4d4bf8994c0304
12 files changed:
manual/algorithms.tex
share/html/online/mdp_opt.html
src/gromacs/gmxlib/copyrite.cpp
src/gromacs/gmxlib/names.c
src/gromacs/gmxpreprocess/readir.c
src/gromacs/legacyheaders/constr.h
src/gromacs/mdlib/constr.c
src/gromacs/mdlib/minimize.c
src/gromacs/mdlib/shellfc.c
src/gromacs/mdlib/sim_util.c
src/gromacs/mdlib/update.c
src/programs/mdrun/runner.c