IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
Wrapper for an IMP.isd.WeightRestraint
More...
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... | |
Public Member Functions inherited from IMP.pmi1.restraints.RestraintBase | |
def | __init__ |
Constructor. More... | |
def | add_to_model |
Add the restraint to the model. More... | |
def | evaluate |
Evaluate the score of the restraint. More... | |
def | get_output |
Get outputs to write to stat files. More... | |
def | get_particles_to_sample |
Get any created particles which should be sampled. More... | |
def | get_restraint |
Get the primary restraint set. More... | |
def | get_restraint_for_rmf |
Get the restraint for visualization in an RMF file. More... | |
def | get_restraint_set |
Get the primary restraint set. More... | |
def | set_label |
Set the unique label used in outputs and particle/restraint names. More... | |
def | set_weight |
Set the weight to apply to all internal restraints. More... | |
def IMP.pmi1.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.