Package schrodinger :: Package application :: Package jaguar :: Package gui :: Module input_tab_widgets :: Class Basis
[hide private]
[frames] | no frames]

Class Basis

object --+        
         |        
     tuple --+    
             |    
        _Basis --+
                 |
                Basis

Class for representing a basis set. The basis set name, polarization (i.e. *'s), and diffuse (i.e. +'s) are stored separately.

Instance Methods [hide private]
 
__str__(self)
str(x)
 
__nonzero__(self)
This object evaluates as truthy if is non-empty

Inherited from _Basis: __getnewargs__, __getstate__, __repr__

Inherited from _Basis (private): _asdict, _replace

Inherited from tuple: __add__, __contains__, __eq__, __ge__, __getattribute__, __getitem__, __getslice__, __gt__, __hash__, __iter__, __le__, __len__, __lt__, __mul__, __ne__, __rmul__, count, index

Inherited from object: __delattr__, __format__, __init__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Methods [hide private]
 
fromText(cls, text)
Create a Basis object from a string

Inherited from _Basis (private): _make

Static Methods [hide private]

Inherited from _Basis: __new__

Class Variables [hide private]

Inherited from _Basis (private): _fields

Properties [hide private]

Inherited from _Basis: basis, diffuse, polarization

Inherited from object: __class__

Method Details [hide private]

__str__(self)
(Informal representation operator)

 

str(x)

Overrides: object.__str__
(inherited documentation)

fromText(cls, text)
Class Method

 

Create a Basis object from a string

Parameters:
  • text (str) - The full basis set name including *'s and +'s