|
IMP Reference Guide
develop.169ea894ba,2025/11/01
The Integrative Modeling Platform
|
Add bond restraint between pair of consecutive residues/beads to enforce the stereochemistry. More...
Inherits RestraintBase.
Add bond restraint between pair of consecutive residues/beads to enforce the stereochemistry.
Definition at line 270 of file 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 277 of file stereochemistry.py.