IMP logo
IMP Reference Guide  develop.4785481560,2024/03/29
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 421 of file restraints/stereochemistry.py.

Public Member Functions

def __init__
 Constructor. More...
 

Constructor & Destructor Documentation

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.

Parameters
hierarchyRoot hierarchy to select from
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.

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


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