|
IMP Reference Guide
develop.169ea894ba,2025/10/31
The Integrative Modeling Platform
|
Add harmonic restraints between all pairs. More...
Add harmonic restraints between all pairs.
Definition at line 420 of file stereochemistry.py.
Public Member Functions | |
| def | __init__ |
| Constructor. More... | |
| def IMP.pmi.restraints.stereochemistry.ElasticNetworkRestraint.__init__ | ( | self, | |
| hierarchy, | |||
selection_tuples = None, |
|||
resolution = 1, |
|||
strength = 0.01, |
|||
dist_cutoff = 10.0, |
|||
ca_only = True |
|||
| ) |
Constructor.
| hierarchy | Root hierarchy to select from |
| selection_tuples | Selecting regions for the restraint [[start,stop,molname,copy_index=0],...] |
| resolution | Resolution for applying restraint |
| strength | Bond strength |
| dist_cutoff | Cutoff for making restraints |
| ca_only | Selects only CAlphas. Only matters if resolution=0. |
Definition at line 429 of file stereochemistry.py.