replaced PPPM by P3M-AD: a few lines in pme.c
authorBerk Hess <hess@kth.se>
Tue, 24 Apr 2012 07:48:49 +0000 (09:48 +0200)
committerBerk Hess <hess@kth.se>
Wed, 25 Apr 2012 20:07:40 +0000 (22:07 +0200)
commita41bb80c9865f3bc959cf1aaceed8188d458947b
tree5c0f4d76af0c22c62616fadf2442840a099c5535
parent6a4e6af7c8572b08cb451df10ed4d2cb9aafa2f4
replaced PPPM by P3M-AD: a few lines in pme.c

The deprecated PPPM method has been replaced by P3M-AD: a PPPM method
with analytical derivative. The full code path of P3M-AD is identical
to PME, except for the moduli calculation, which use the influence
function optimized for the grid.

Change-Id: I53d08d9ff4e909dc1a34dce668f4dea8f26f728e
24 files changed:
include/coulomb.h
include/pppm.h [deleted file]
include/types/enums.h
include/update.h
share/html/online/mdp_opt.html
src/gmxlib/copyrite.c
src/gmxlib/names.c
src/gmxlib/shift_util.c
src/kernel/grompp.c
src/kernel/md.c
src/kernel/md_openmm.c
src/kernel/readir.c
src/kernel/runner.c
src/mdlib/coupling.c
src/mdlib/force.c
src/mdlib/forcerec.c
src/mdlib/ghat.c [deleted file]
src/mdlib/md_support.c
src/mdlib/minimize.c
src/mdlib/pme.c
src/mdlib/pppm.c [deleted file]
src/mdlib/sim_util.c
src/mdlib/tables.c
src/tools/gmx_membed.c