IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
Add bond restraint between pair of consecutive residues/beads to enforce the stereochemistry. More...
Inherits object.
Add bond restraint between pair of consecutive residues/beads to enforce the stereochemistry.
Definition at line 354 of file /restraints/stereochemistry.py.
Public Member Functions | |
def | __init__ |
Constructor. More... | |
def IMP.pmi1.restraints.stereochemistry.ResidueBondRestraint.__init__ | ( | self, | |
representation = None , |
|||
selection_tuple = None , |
|||
objects = None , |
|||
distance = 3.78 , |
|||
strength = 10.0 , |
|||
jitter = None |
|||
) |
Constructor.
representation | (PMI1) |
selection_tuple | Requested selection (PMI1) |
objects | (PMI2) |
distance | Resting distance for restraint |
strength | Bond constant |
jitter | Defines the +- added to the optimal distance in the harmonic well restraint used to increase the tolerance |
Definition at line 363 of file /restraints/stereochemistry.py.