IMP logo
IMP Reference Guide  2.6.0
The Integrative Modeling Platform
IMP.pmi.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 750 of file stereochemistry.py.

Public Member Functions

def __init__
 Constructor. More...
 

Constructor & Destructor Documentation

def IMP.pmi.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
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 759 of file stereochemistry.py.


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