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

Class ProvidesBasisMixin

object --+
         |
        ProvidesBasisMixin
Known Subclasses:

A mixin for tabs that allow the user to select a basis set. This mixin is used to find tabs (via basePanel.getTab()) that can provide basis information.

Instance Methods [hide private]
 
basis_changed(...)
str
getBasis(self, mixed_name='Mixed')
Get the currently selected basis.

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

getBasis(self, mixed_name='Mixed')

 

Get the currently selected basis. If more than one basis set is specified, mixed_name will be returned. If the tab does not allow for specifying multiple basis sets, then this argument may be ignored.

Parameters:
  • mixed_name (str) - The name to return if more than one basis set is specified
Returns: str
The currently selected basis