IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
Wrapper for an IMP.isd.WeightRestraint
More...
Inherits RestraintBase.
Wrapper for an IMP.isd.WeightRestraint
Definition at line 11 of file restraints/parameters.py.
Public Member Functions | |
def | __init__ |
Create restraint on weight parameter. More... | |
def IMP.pmi.restraints.parameters.WeightRestraint.__init__ | ( | self, | |
w, | |||
lower, | |||
upper, | |||
kappa, | |||
label = None , |
|||
weight = 1.0 |
|||
) |
Create restraint on weight parameter.
w | IMP.isd.Weight particle |
lower | Lower bound on weight restraint |
upper | Upper bound on weight restraint |
kappa | Strength of restraint |
label | A unique label to be used in outputs |
weight | The weight to apply to all internal restraints |
Definition at line 19 of file restraints/parameters.py.