Package schrodinger :: Package application :: Package jaguar :: Package gui :: Package tabs :: Package sub_tab_widgets :: Module basis_set_widgets :: Class PerAtomBasisRow
[hide private]
[frames] | no frames]

Class PerAtomBasisRow

            object --+    
                     |    
base_widgets.SubTabRow --+
                         |
                        PerAtomBasisRow

Data about a per-atom basis set setting

Instance Methods [hide private]
 
__init__(self, entry_id, title, atom_name, atom_num, basis=None)
x.__init__(...) initializes x; see help(type(x)) for signature
bool
hasValidBasis(self)
Does this row have a valid basis set?

Inherited from base_widgets.SubTabRow: getAtomNums, getAtoms, getStructure

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, entry_id, title, atom_name, atom_num, basis=None)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

hasValidBasis(self)

 

Does this row have a valid basis set?

Returns: bool
True if the specified row has a valid basis. False if the basis is invalid or blank.