parmed.topologyobjects.OutOfPlaneBend¶
-
class
parmed.topologyobjects.OutOfPlaneBend(atom1, atom2, atom3, atom4, type=None)[source]¶ Out-of-plane bending term in the AMOEBA force field. The bond pattern is the same as
TrigonalAngle- Parameters
- atom1
Atom The first atom involved in the trigonal angle
- atom2
Atom The central atom involved in the trigonal angle
- atom3
Atom The third atom involved in the trigonal angle
- atom4
Atom The fourth atom involved in the trigonal angle
- type
OutOfPlaneBendType The angle type containing the parameters
- atom1
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