Trees | Indices | Help |
|
---|
|
PyQt4.QtGui.QWidget --+ | base_tab.BaseTab --+ | ScfTab
This is the basic SCF tab that is used for majority of tasks.
|
|||
|
|||
|
|||
dict |
|
||
dict |
|
||
dict |
|
||
dict |
|
||
dict |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
str |
NAME = "SCF" The name of the tab |
||
tuple |
UI_MODULES = ui.scf_tab_ui, A tuple of ui modules defining the tab widgets. |
||
str |
HELP_TOPIC = "JAGUAR_TOPIC_SCF_FOLDER" The help topic for the tab |
||
INCLUDE_USE_CONSISTENT_ORBITALS_CB = False hash(x) |
|||
FULLY_ANALYTIC_ACCURACY = "FULLY_ANALYTIC_ACCURACY"
|
|||
ACCURACY_LEVELS = OrderedDict((("Quick", mm.MMJAG_IACC_QUICK,)
|
|||
INITIAL_GUESS_OPTS = OrderedDict((("Atomic overlap", mm.MMJAG_
|
|||
THERMAL_SMEARING_OPTS = OrderedDict((("None", mm.MMJAG_IFDTHER
|
|||
CONVERGENCE_SCHEME_OPTS = OrderedDict((("DIIS", mm.MMJAG_ICONV
|
|||
LOCALIZATION_METHODS = OrderedDict((("None", mm.MMJAG_LOCPOSTV
|
|
|||
Inherited from |
|
Common setup for all SCF tabs.
|
This function is used to enable or disable initial temperature widgets depending on thermal smearing method.
|
Return all keywords that should be put into the mmjag handle. This function should be defined in subclasses.
|
Get the accuracy and initial guess keywords
|
Get keywords from the Convergence criteria frame
|
Get keywords from the Convergence methods frame
|
Get keywords from the Orbitals frame
|
Restore tab settings from mmjag keywords. This function should be defined in subclasses.
|
Load the accuracy and initial guess settings.
|
Load settings into the Convergence criteria frame
|
Load settings into the Convergence methods frame
|
Load settings into the Orbitals frame
|
|
ACCURACY_LEVELS
|
INITIAL_GUESS_OPTS
|
THERMAL_SMEARING_OPTS
|
CONVERGENCE_SCHEME_OPTS
|
LOCALIZATION_METHODS
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:37 2015 | http://epydoc.sourceforge.net |