This sub tab class is used for Vibrational property.
|
setup(self)
This function is called to customize sub tab behavior. |
|
|
dict
|
getMmJagKeywords(self,
checked)
This function returns dictionary of mmjag keywords for this sub tab. |
|
|
|
_getBasicKeywords(self)
This function returns mmjag keywords for the basic options. |
|
|
|
_getScalingKeywords(self)
This function returns mmjag keywords for scaling options. |
|
|
|
_getThermochemistryKeywords(self)
This function returns mmjag keywords for thermochemistry options. |
|
|
|
_getDefaultKeywords(self)
This function returns default keywords. |
|
|
|
loadSettings(self,
keywords)
This function restores this sub tab from the keywords dictionary. |
|
|
|
_loadBasicSettings(self,
keywords)
This function loads basic settings from mmjag. |
|
|
|
_loadScalingSettings(self,
keywords)
This function loads scaling settings from mmjag. |
|
|
|
_loadThermochemistrySettings(self,
keywords)
This function loads thermochemistry settings from mmjag. |
|
|
|
theoryUpdated(self,
theory_level,
dft_functional,
spin_treatment,
basis)
This slot is called when basis set is changed in Molecule tab. |
|
|
Inherited from BaseSubTab :
__init__
|