|
IMP Reference Guide
develop.169ea894ba,2025/11/01
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 904 of file 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 915 of file stereochemistry.py.