parmed.topologyobjects.TrigonalAngle¶
-
class
parmed.topologyobjects.
TrigonalAngle
(atom1, atom2, atom3, atom4, type=None)[source]¶ A trigonal-angle term in the AMOEBA force field. It exists in a pattern like the one shown below
A1 | |
A4—-A2—-A3
- Parameters
Notes
Either `Atom`s or `Bond`s can be contained within this trigonal angle
Methods
delete
()Sets all atoms in this term to None, and its type if it exists
-
__init__
(atom1, atom2, atom3, atom4, type=None)[source]¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
(atom1, atom2, atom3, atom4[, type])Initialize self.
delete
()Sets all atoms in this term to None, and its type if it exists