IMP Reference Guide
2.14.0
The Integrative Modeling Platform
|
Restraint for anchoring a particle to a specific coordinate. More...
Inherits RestraintBase.
Restraint for anchoring a particle to a specific coordinate.
Definition at line 243 of file restraints/basic.py.
Public Member Functions | |
def | __init__ |
Setup distance restraint. More... | |
def IMP.pmi.restraints.basic.DistanceToPointRestraint.__init__ | ( | self, | |
root_hier, | |||
tuple_selection, | |||
anchor_point = IMP.algebra.Vector3D(0, 0 , |
|||
radius = 10.0 , |
|||
kappa = 10.0 , |
|||
resolution = 1.0 , |
|||
weight = 1.0 , |
|||
label = None |
|||
) |
Setup distance restraint.
root_hier | The hierarchy to select from |
tuple_selection | (resnum, resnum, molecule name, copy number (=0)) |
anchor_point | Point to which to restrain particle (IMP.algebra.Vector3D object) |
radius | Size of the tolerance length |
kappa | The harmonic parameter |
resolution | For selecting a particle |
weight | Weight of restraint |
label | A unique label to be used in outputs and particle/restraint names |
Definition at line 258 of file restraints/basic.py.