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

Class MultipoleSubTab

       object --+                
                |                
sip.simplewrapper --+            
                    |            
          sip.wrapper --+        
                        |        
     PyQt4.QtCore.QObject --+    
                            |    
                   BaseSubTab --+
                                |
                               MultipoleSubTab

This sub tab class is used for Multipole property.

Instance Methods [hide private]
dict
getMmJagKeywords(self, checked)
This function returns dictionary of mmjag keywords for this sub tab.
 
loadSettings(self, keywords)
This function restores this sub tab from the keywords dictionary.
 
theoryUpdated(self, theory_level, dft_functional, spin_treatment, basis)
FIXME

Inherited from BaseSubTab: __init__, setup

Inherited from PyQt4.QtCore.QObject: __getattr__, blockSignals, childEvent, children, connect, connectNotify, customEvent, deleteLater, destroyed, disconnect, disconnectNotify, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, emit, event, eventFilter, findChild, findChildren, inherits, installEventFilter, isWidgetType, killTimer, metaObject, moveToThread, objectName, parent, property, pyqtConfigure, receivers, removeEventFilter, sender, senderSignalIndex, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, timerEvent, tr, trUtf8

Inherited from sip.simplewrapper: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from PyQt4.QtCore.QObject: staticMetaObject

Instance Variables [hide private]

Inherited from BaseSubTab: row_id, spin, theory_level, ui

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

getMmJagKeywords(self, checked)

 

This function returns dictionary of mmjag keywords for this sub tab. It is only used for tabs that don't have options.

Parameters:
  • checked - True if property row is 'checked'
Returns: dict
mmjag keywords dictionary
Overrides: BaseSubTab.getMmJagKeywords
(inherited documentation)

loadSettings(self, keywords)

 

This function restores this sub tab from the keywords dictionary.

Parameters:
  • keywords - mmjag keywrods dictionary
Overrides: BaseSubTab.loadSettings
(inherited documentation)

theoryUpdated(self, theory_level, dft_functional, spin_treatment, basis)

 

FIXME

Parameters:
  • theory - The current level of theory. Must be one of "DFT", "HF" or "LMP2"
  • dft_functional - If c{theory} is "DFT", the currently selected functional level. If theory is not "DFT" or if the user has not specified a functional level, should be None.
  • spin_unrestricted - Whether the spin-unrestricted check box is checked in the theory tab. If theory is "LMP2", should be None.
  • basis - The currently selected basis set without the polarization or diffuse levels (i.e. "6-31G" rather than "6-31G**+")
Overrides: BaseSubTab.theoryUpdated