Added support for new mdp options controlling free energy perturbation output.
authorSander Pronk <pronk@cbr.su.se>
Fri, 20 Aug 2010 13:02:30 +0000 (15:02 +0200)
committerSander Pronk <pronk@cbr.su.se>
Fri, 20 Aug 2010 13:02:30 +0000 (15:02 +0200)
commit6ffe9a756e550982840481f0b8a696d9fd395920
tree47de949abbb3f28e160638367e8ee9fd289cba71
parentd5cb909bbfc20a1f6d0167c55dedcaf783bbfc35
Added support for new mdp options controlling free energy perturbation output.

dhdl_derivatives & separate_dhdl_file are now new options controlling
whether to write derivatives, and whether to write to a separate dhdl.xvg file.
Implementation of these options is partial (as of yet).
18 files changed:
include/mdebin.h
include/names.h
include/types/enums.h
include/types/inputrec.h
src/gmxlib/names.c
src/gmxlib/tpxio.c
src/gmxlib/txtdump.c
src/kernel/md.c
src/kernel/md_openmm.c
src/kernel/readir.c
src/kernel/tpbcmp.c
src/mdlib/mdebin.c
src/mdlib/mdebin_bar.c
src/mdlib/mdebin_bar.h
src/mdlib/minimize.c
src/mdlib/sim_util.c
src/mdlib/stat.c
src/tools/gmx_membed.c