IMP logo
IMP Reference Guide  develop.e004443c3b,2024/04/25
The Integrative Modeling Platform
IMP.pmi1.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 1193 of file /restraints/stereochemistry.py.

Public Member Functions

def __init__
 Constructor. More...
 

Constructor & Destructor Documentation

def IMP.pmi1.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 1202 of file /restraints/stereochemistry.py.


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