A mixin that verifies that all selected properties can be calculated
for the input entries. The check is done for certain properties that can
not be calculated for entries with spin multiplicity > 1. Classes that
use this mixin must have both "Input" and
"Properties" tabs.
|
setup(self)
Initialize Mixin. |
|
|
bool or tuple
|
|
|
_getWarningText(self,
names,
props)
This function creates a text of warning message that will contain
names of entries with multiplicity > 1 and a list of properties
that can not be calculated for these entries. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|