IMP Reference Guide
2.14.0
The Integrative Modeling Platform
|
Add harmonic restraints between all pairs. More...
Inherits object.
Add harmonic restraints between all pairs.
Definition at line 777 of file restraints/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 785 of file restraints/stereochemistry.py.