IMP Reference Guide
2.20.0
The Integrative Modeling Platform
|
A class to create an excluded volume restraint for a set of particles at a given resolution. More...
Inherits RestraintBase.
A class to create an excluded volume restraint for a set of particles at a given resolution.
Can be initialized as a bipartite restraint between two sets of particles.
Perhaps passing selection_tuples with (PMI_object, resolution)
Definition at line 148 of file restraints/stereochemistry.py.
Public Member Functions | |
def | __init__ |
Constructor. More... | |
def IMP.pmi.restraints.stereochemistry.ExcludedVolumeSphere.__init__ | ( | self, | |
included_objects, | |||
other_objects = None , |
|||
resolution = 1000 , |
|||
kappa = 1.0 , |
|||
label = None |
|||
) |
Constructor.
included_objects | Can be one of the following inputs: IMP Hierarchy, PMI System/State/Molecule/TempResidue, or a list/set of them |
other_objects | Initializes a bipartite restraint between included_objects and other_objects Same format as included_objects |
resolution | The resolution particles at which to impose the restraint. By default, the coarsest particles will be chosen. If a number is chosen, for each particle, the closest resolution will be used (see IMP.atom.Selection). |
kappa | Restraint strength |
Definition at line 161 of file restraints/stereochemistry.py.