IMP logo
IMP Reference Guide  2.7.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 1195 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 
)

Constructor.

Parameters
referencesList of particles for symmetry reference
clones_listList of lists of clone particles
transformsTransforms moving each selection to the first selection
labelLabel for output
strengthThe elastic bond strength

ote You will have to perform an IMP::atom::Selection to get the particles you need. Will check to make sure the numbers match.

Definition at line 1206 of file stereochemistry.py.


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