IMP Reference Guide
2.14.0
The Integrative Modeling Platform
|
A Modeller restraint which evaluates an IMP scoring function. More...
Inherits energy_term.
A Modeller restraint which evaluates an IMP scoring function.
This can be used to incorporate IMP Restraints into an existing comparative modeling pipeline, or to use Modeller optimizers or protocols.
Definition at line 375 of file modeller/__init__.py.
Public Member Functions | |
def | __init__ |
Constructor. More... | |
def IMP.modeller.IMPRestraints.__init__ | ( | self, | |
particles, | |||
scoring_function = None |
|||
) |
Constructor.
particles | A list of the IMP atoms (as Particle objects), same order as the Modeller atoms. |
scoring_function | An IMP::ScoringFunction object that will be incorporated into the Modeller score (molpdf). |
Definition at line 385 of file modeller/__init__.py.