IMP Reference Guide
2.6.1
The Integrative Modeling Platform
|
Create harmonic restraints between the reference and (transformed) clones. More...
Inherits object.
Create harmonic restraints between the reference and (transformed) clones.
ote Wraps IMP::core::TransformedDistancePairScore with an IMP::core::Harmonic
Definition at line 1097 of file stereochemistry.py.
Public Member Functions | |
def | __init__ |
Constructor. More... | |
def IMP.pmi.restraints.stereochemistry.SymmetryRestraint.__init__ | ( | self, | |
references, | |||
clones_list, | |||
transforms, | |||
label = '' , |
|||
strength = 10.0 |
|||
) |
Constructor.
references | List of particles for symmetry reference |
clones_list | List of lists of clone particles |
transforms | Transforms moving each selection to the first selection |
label | Label for output |
strength | The 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 1108 of file stereochemistry.py.