schrodinger.application.jaguar.gui.tabs.output_tab module

class schrodinger.application.jaguar.gui.tabs.output_tab.OutputTab(parent, input_selector=None)

Bases: schrodinger.application.jaguar.gui.tabs.base_tab.BaseTab

Output tab for the Jaguar panels.

NAME = 'Output'
HELP_TOPIC = 'JAGUAR_TOPIC_OUTPUT_FOLDER'
UI_MODULES = (<module 'schrodinger.application.jaguar.gui.ui.output_tab_ui' from '/scr/buildbot/savedbuilds/2018-3/NB/build-149/internal/lib/python3.6/site-packages/schrodinger/application/jaguar/gui/ui/output_tab_ui.py'>,)
setup()

Perform tab specific initialization. This function should be defined in subclasses if initialization is needed.

orbitalsChanged(index)

Called when a new item is selected in the “Orbitals” pull-down-menu.

loadSettings(keywords)

Restore the tab from the input file JaguarInput object.

getValueFromItem(item, off_value, on_value)

If the selected item is selected then return the “on_value”, otherwise return the “off_value”.

getMmJagKeywords()

Return a dictionary of mmjag keywords for the current state of the tab.