parmed.topologyobjects.PiTorsion¶
-
class
parmed.topologyobjects.
PiTorsion
(atom1, atom2, atom3, atom4, atom5, atom6, type=None)[source]¶ Defines a pi-torsion term in the AMOEBA force field. The Pi-torsion is defined around a sp2-hybridized pi-delocalized orbital (like an amide) by 6 atoms, as shown in the schematic below.
- A2 A5-AAA
- /
- /
A3—A4
/
/
AAA-A1 A6
In the above schematic, A3 and A4 are sp2-hybridized, and atoms A2 and A6 are bonded only to A3 and A4, respectively. Atoms A1 and A5 are each bonded to 3 other atoms.
- Parameters
Notes
Both :class:`Bond`s and :class:`Atom`s can be contained in a pi-torsion
-
__init__
(atom1, atom2, atom3, atom4, atom5, atom6, type=None)[source]¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
(atom1, atom2, atom3, atom4, atom5, …)Initialize self.