IMP logo
IMP Reference Guide  develop.27926d84dc,2024/04/15
The Integrative Modeling Platform
IMP.pmi1.restraints.stereochemistry.ElasticNetworkRestraint Class Reference

Add harmonic restraints between all pairs. More...

Inherits object.

Detailed Description

Add harmonic restraints between all pairs.

Note
This class is only available in Python.

Definition at line 843 of file /restraints/stereochemistry.py.

Public Member Functions

def __init__
 Constructor. More...
 

Constructor & Destructor Documentation

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.

Parameters
representationRepresentation object
selection_tuplesSelecting regions for the restraint [[start,stop,molname,copy_index=0],...]
resolutionResolution for applying restraint
strengthBond strength
dist_cutoffCutoff for making restraints
ca_onlySelects only CAlphas. Only matters if resolution=0.
hierarchyRoot hierarchy to select from, use this instead of representation

Definition at line 852 of file /restraints/stereochemistry.py.


The documentation for this class was generated from the following file: