I am trying to use the gmx energy model to make free energy calculations upon binding of a ligand to a receptor. To do this I am invoking the energy module and adding the -odh flag:
gmx energy -f md_0_1.edr -s md_0_1.tpr -odh
This returns an error saying:
Fatal error:
No dH data in md_0_1.edr
I have looked into this and can see it is possible to include dH data using the -dhdl flag in gmx mdrun. I have tried including this flag during the production MD stage like so:
gmx mdrun -deffnm md_0_1 -dhdl
However I still get the same fatal error.
Does anyone know how to store dH data into the .edr file?