Class to create excluded volumes for a given PhaseHypothesis.
|
|
__init__(self,
base_hypothesis)
Initialize by creating a temp copy of the base hypothesis. |
|
|
|
|
_getSettings(self,
settings_inputconfig)
Initialize the class, updating the PhaseHypothesisInputConfig mode,
validating the settings, and creating a member namedtuple. |
|
|
|
str
|
|
|
phase.PhpExclVol
|
|
|
phase.PhpExclVol
|
createExcludedVolumeClash(self,
active_sts,
inactive_sts,
settings)
Runs the excluded volume clash creation for a given set of active and
inactive structures. |
|
|
|
phase.PhpExclVol
|
|
|
phase.PhpExclVol
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|