IMP Reference Guide
2.14.0
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 332 of file restraints/stereochemistry.py.
Public Member Functions | |
def | __init__ |
Constructor. More... | |
def IMP.pmi.restraints.stereochemistry.ResidueBondRestraint.__init__ | ( | self, | |
objects, | |||
distance = 3.78 , |
|||
strength = 10.0 , |
|||
jitter = None |
|||
) |
Constructor.
objects | Objects to restrain |
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 339 of file restraints/stereochemistry.py.