Package schrodinger :: Package application :: Package jaguar :: Package gui :: Package tabs :: Module scf_tab :: Class ScfTabConsistentOrbitals
[hide private]
[frames] | no frames]

Class ScfTabConsistentOrbitals

PyQt4.QtGui.QWidget --+        
                      |        
       base_tab.BaseTab --+    
                          |    
                     ScfTab --+
                              |
                             ScfTabConsistentOrbitals

This tab is used for SPE and Optimizations tasks and includes the "Use consistent orbital sets when all input structures are isomers" check box

Instance Methods [hide private]
 
isUseConsistentOrbitalsChecked(self)
 
reset(self)
Reset the tab to its original state.

Inherited from ScfTab: getAccuracyAndInitialGuessKeywords, getConvergenceCriteriaKeywords, getConvergenceMethodsKeywords, getMmJagKeywords, getOrbitalsKeywords, loadAccuracyAndInitialGuessSettings, loadConvergenceCriteriaSettings, loadConvergenceMethodsSettings, loadOrbitalsSettings, loadSettings, setup, thermalSmearingChanged

Inherited from base_tab.BaseTab: __init__, activate, deactivate, error, getDefaultKeywords, loadPerAtomSettings, saveSettings, validate, warning

Inherited from base_tab.BaseTab (private): _populateUi

Class Variables [hide private]
  INCLUDE_USE_CONSISTENT_ORBITALS_CB = True
hash(x)

Inherited from ScfTab: ACCURACY_LEVELS, CONVERGENCE_SCHEME_OPTS, FULLY_ANALYTIC_ACCURACY, HELP_TOPIC, INITIAL_GUESS_OPTS, LOCALIZATION_METHODS, NAME, THERMAL_SMEARING_OPTS, UI_MODULES

Instance Variables [hide private]

Inherited from base_tab.BaseTab: input_selector, task_name, ui

Method Details [hide private]

reset(self)

 

Reset the tab to its original state. Note that this function is only necessary for settings that are not stored in the mmjag handle. For mmjag settings, reset will be carried out using loadSettings with a default schrodinger.application.jaguar.input.JaguarInput object. This function should only be defined in subclasses if there are any settings that cannot be reset via loadSettings.

Overrides: base_tab.BaseTab.reset
(inherited documentation)