Closed zhonge closed 10 years ago
The issue is because the dihedraltype lookup fails and doesn't end up adding anything to split
. There should be an error or warning here since we assume that split will contain the full parameters by this point in the code.
Possibly was introduced by a fix somewhere else? I'll take a look. BTW, this is why its vital for us to get a good regression test going; so we always see what a new bug fix might do to other code.
Looks like it's a dihedral type that is not defined for whatever reason:
opls_224B-opls_140- opls_145-opls_145
Perhaps not getting caught by wildcards?
Whoops.
opls_224B-opls_149- opls_145-opls_145
CT_2 CT CA CA
This should be caught by the rule
CA CA CT X 3 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000
But it isn't. I'll check.
This should be working now.
I'm under the impression that we have gotten Gromacs input files to convert properly, however, when I run
Line 1011 in GromacsTopologyParser deals with parsing RBDihedrals. A similar error occurs when converting Inputs/Gromacs/dihedral2 files.
Does this happen to anyone else? Or is something be wrong with my ff files (running this on Helium).