Hi,
looks like a few things have changed since I last looked into parmed...
How is the version number supposed to be understood now? The one in AmberTools 14 I have is 15.0b, the one from AmberTools 16 is 2.4.0.
The unit of the dihedral phase appears to have changed. In the fragment below it seems it is now in degrees. Is that right?
import sys
import itertools
from parmed.amber.readparm import AmberParm
parm = AmberParm(sys.argv[1])
for dihedral in itertools.chain(parm.dihedrals_inc_h,
parm.dihedrals_without_h):
print dihedral.type.phase
Thanks,
Hannes.
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Sat May 14 2016 - 07:00:04 PDT