IMP logo
IMP Reference Guide  develop.d4e9f3251e,2024/04/26
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.

Note
Wraps IMP::core::TransformedDistancePairScore with an IMP::core::Harmonic
This class is only available in Python.

Definition at line 752 of file restraints/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 763 of file restraints/stereochemistry.py.


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