IMP logo
IMP Reference Guide  2.9.0
The Integrative Modeling Platform
IMP.pmi.restraints.stereochemistry.SymmetryRestraint Class Reference

Create harmonic restraints between the reference and (transformed) clones. More...

Inherits object.

Detailed Description

Create harmonic restraints between the reference and (transformed) clones.

ote Wraps IMP::core::TransformedDistancePairScore with an IMP::core::Harmonic

Note
This class is only available in Python.

Definition at line 1203 of file stereochemistry.py.

Public Member Functions

def __init__
 Constructor. More...
 

Constructor & Destructor Documentation

def IMP.pmi.restraints.stereochemistry.SymmetryRestraint.__init__ (   self,
  references,
  clones_list,
  transforms,
  label = '',
  strength = 10.0,
  ca_only = False 
)

Constructor.

Parameters
referencesCan be one of the following inputs: IMP Hierarchy, PMI System/State/Molecule/TempResidue, or a list/set of them
clones_listList of lists of the above
transformsTransforms moving each selection to the first selection
labelLabel for output
strengthThe elastic bond strength
ca_onlyOptionally select so only CAlpha particles are used

Definition at line 1212 of file stereochemistry.py.


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