IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
Restrain the dihedral between planes defined by three particles. More...
Inherits RestraintBase.
Restrain the dihedral between planes defined by three particles.
This restraint is useful for restraining the twist of a string of more or less identical rigid bodies, so long as the curvature is mild.
Definition at line 906 of file restraints/stereochemistry.py.
Public Member Functions | |
def | __init__ |
Constructor. More... | |
def IMP.pmi.restraints.stereochemistry.PlaneDihedralRestraint.__init__ | ( | self, | |
particle_triplets, | |||
angle = 0.0 , |
|||
k = 1.0 , |
|||
label = None , |
|||
weight = 1.0 |
|||
) |
Constructor.
particle_triplets | List of lists of 3 particles. Each triplet defines a plane. Dihedrals of adjacent planes in list are scored. |
angle | Angle of plane dihedral in degrees |
k | Strength of restraint |
label | Label for output |
weight | Weight of restraint |
Definition at line 917 of file restraints/stereochemistry.py.