Package schrodinger :: Package application :: Package jaguar :: Package gui :: Module theory_tab_widgets :: Class HFExcitedStateWidget
[hide private]
[frames] | no frames]

Class HFExcitedStateWidget

PyQt4.QtGui.QWidget --+    
                      |    
     ExcitedStateWidget --+
                          |
                         HFExcitedStateWidget

This widget differs from the parent only by some text, which is specific to HF theory level.

Instance Methods [hide private]
 
__init__(self, parent)
Initialize widget.

Inherited from ExcitedStateWidget: enableExcitedStatesType, getExcitedState, getMmJagKeywords, loadSettings, populateExcitedStatesType

Class Variables [hide private]
  EXCITED_STATE_TEXT = "Excited state (TDHF)"
  MAXIMUM_ITER_TEXT = "Maximum TDHF iterations:"

Inherited from ExcitedStateWidget: CALCULATION_MODE

Instance Variables [hide private]

Inherited from ExcitedStateWidget: excited_state_changed

Method Details [hide private]

__init__(self, parent)
(Constructor)

 

Initialize widget.

Parameters:
  • parent (QtGui.QObject) - parent of this dialog.
Overrides: ExcitedStateWidget.__init__