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 843 of file /restraints/stereochemistry.py.
Public Member Functions | |
def | __init__ |
Constructor. More... | |
def IMP.pmi1.restraints.stereochemistry.ElasticNetworkRestraint.__init__ | ( | self, | |
representation = None , |
|||
selection_tuples = None , |
|||
resolution = 1 , |
|||
strength = 0.01 , |
|||
dist_cutoff = 10.0 , |
|||
ca_only = True , |
|||
hierarchy = None |
|||
) |
Constructor.
representation | Representation object |
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. |
hierarchy | Root hierarchy to select from, use this instead of representation |
Definition at line 852 of file /restraints/stereochemistry.py.