IMP Reference Guide
2.20.2
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 1193 of file /restraints/stereochemistry.py.
Public Member Functions | |
def | __init__ |
Constructor. More... | |
def IMP.pmi1.restraints.stereochemistry.SymmetryRestraint.__init__ | ( | self, | |
references, | |||
clones_list, | |||
transforms, | |||
label = '' , |
|||
strength = 10.0 , |
|||
ca_only = False |
|||
) |
Constructor.
references | Can be one of the following inputs: IMP Hierarchy, PMI System/State/Molecule/TempResidue, or a list/set of them |
clones_list | List of lists of the above |
transforms | Transforms moving each selection to the first selection |
label | Label for output |
strength | The elastic bond strength |
ca_only | Optionally select so only CAlpha particles are used |
Definition at line 1202 of file /restraints/stereochemistry.py.