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

Class Basis

namedtuple("Basis", ("basis", "polarization", "diffuse")) --+
                                                            |
                                                           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)
 
__nonzero__(self)
This object evaluates as truthy if is non-empty
Class Methods [hide private]
 
fromText(cls, text)
Create a Basis object from a string
Method Details [hide private]

fromText(cls, text)
Class Method

 

Create a Basis object from a string

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