Add support for flexibleConstraints to ForceField.createSystem
There are times when it is helpful to have the energy terms actually added to the System even if that degree of freedom is constrained. Other parsers (notably the Amber parsers) already support this keyword, so add that support to ForceField as well This also replaces some string-based element detection algorithms with whatever the PDB parser does (by comparing directly to atom.element)
Showing
Please register or sign in to comment