Trees | Indices | Help |
|
---|
|
PyQt4.QtGui.QWidget --+ | base_tab.BaseTab --+ | SolventTab --+ | SolvationTab
The Solvation tab, which includes solvent model and gas-phase reference energy
|
|||
|
|||
|
|||
|
|||
dict |
|
||
dict |
|
||
dict |
|
||
dict |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
str |
NAME = "Solvation" The name of the tab |
||
tuple |
UI_MODULES = ui.solvation_solvent_model_ui, ui.solvent_tab_ui, A tuple of ui modules defining the tab widgets. |
||
SHOW_DIELECTRIC = True hash(x) |
|||
SOLVENTS = [Solvent("Water", mm.MMJAG_SOLVENT_WATER, 80.37, 1.
|
|||
SOLVENT_MODELS = OrderedDict([("None", mm.MMJAG_ISOLV_OFF), ("
|
|||
Inherited from |
|
|||
Inherited from |
|
Perform tab specific initialization. This function should be defined in subclasses if initialization is needed.
|
Return all keywords that should be put into the mmjag handle. This function should be defined in subclasses.
|
Get the solvent model keyword
|
Get the dielectric and probe radius keywords if the solvent type is set to "other".
Note: The molecular weight and density options are used to compute the probe radius |
Get the gas phase reference energy keywords
|
Restore tab settings from mmjag keywords. This function should be defined in subclasses.
|
Make sure that the solvent settings are consistent. Issue warnings for any inconsistencies.
|
Load the solvent model and solvent type settings. If solvent model is
not PBF, then a solvent type of water is used regardless of the
|
Load the solvent settings for an "other" solvent
Note: If we load probe radius, we have to clear the molecular weight and density values, since they no longer match the probe radius and will overwrite it the next time calculateProbeRadius() is called. As a result, we only load the probe radius if it's different than what's already in the panel so that we don't unnecessarily clear the molecular weight and density values. |
Load the gas phase reference energy settings
|
|
UI_MODULESA tuple of ui modules defining the tab widgets. These ui modules should be listed top to bottom. Optionally, a tuple of (tab class, attribute name) may be listed instead of a ui file to include a subtab.
|
SOLVENTS
|
SOLVENT_MODELS
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:37 2015 | http://epydoc.sourceforge.net |