| Trees | Indices | Help | 
 | 
|---|
|  | 
       object --+                    
                |                    
sip.simplewrapper --+                
                    |                
          sip.wrapper --+            
                        |            
     PyQt4.QtCore.QObject --+        
                            |        
            Qt.QtCore.QObject --+    
                                |    
                       BaseSubTab --+
                                    |
                                   SurfacesSubTab
This sub tab class is used for Surfaces property.
| 
 | |||
| 
 | |||
| dict | 
 | ||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| bool | 
 | ||
| bool | 
 | ||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| str | 
 | ||
| dict | 
 | ||
| bool | 
 | ||
| 
 | |||
| tuple | 
 | ||
| tuple | 
 | ||
| Inherited from  Inherited from  Inherited from  Inherited from  Inherited from  | |||
| 
 | |||
| SURFACES_ORBITAL_HOMOMINUS =  | |||
| SURFACES_ORBITAL_LUMOPLUS =  | |||
| MOLECULAR_ORBITALS = OrderedDict([('HOMO-', 'homo-'), ('LUMO+' | |||
| ALPHA_ORBITALS =  | |||
| BETA_ORBITALS =  | |||
| DEFAULT_ORBITAL =  | |||
| collections.OrderedDict | ENERGY_UNIT_METHOD = OrderedDict([('kcal/mol', 4), ('kcal/mol/An OrderedDict of {energy unit method: mmjag keyword value} used to populate 'Energy units' combo box. | ||
| Inherited from  | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 | |||
| 
 This function is called to customize sub tab behavior. It should be reimplemented for any subclass that has custom features. 
 | 
| 
 This function returns dictionary of mmjag keywords for this sub tab. It is only used for tabs that don't have options. 
 | 
| 
 This function restores this sub tab from the keywords dictionary. 
 | 
| 
 This function determines surfaces settings from mmjag keywords. If any of the surface calculations are on return True, otherwise return False. 
 | 
| 
 This function loads orbitals settings from mmjag keywords. 
 | 
| 
 This sub tab needs to be updated when theory level or 'spin unrestricted' toggle state are changed. 
 | 
| 
 Calculate total number of orbitals and return text to display in the label. 
 | 
| 
 This function returns keywords for the given list of orbitals. 
 | 
| 
 This function sets widgets corresponding to a given molecular orbital. Orbital's base and count are parsed from a given value argument, which has format <homo-|lumo+>N. 
 | 
| 
 Set orbital widgets to default values. If 'from' orbital it will be homo-0 and if 'to' orbital it will be lumo+0. 
 | 
| 
 This function splits given orbital value into base ('homo-' or 'lumo+') and an orbital count. It then returns a (base, count) tuple. An exception is raised if value does not have format <homo-|lumo+>N. 
 | 
| 
 Get all mmjag values that need to be set on a per-structure basis dependent on the spin treatment and the spin multiplicity. 
 | 
| 
 | |||
| MOLECULAR_ORBITALS
 | 
| ENERGY_UNIT_METHODAn OrderedDict of {energy unit method: mmjag keyword value} used to populate 'Energy units' combo box.
 
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:40 2016 | http://epydoc.sourceforge.net |