__init__(self,
parent=None,
solvents=None,
layout=None,
dielectric=True,
reference=False,
keywords=None,
models=None)
(Constructor)
|
|
Create a EmbeddedSolventWidget object
- Parameters:
parent (QWidget) - The parent widget for this widget
solvents (list) - List of allowed solvents, each item should be a name Solvent
tuple. schrodinger.jaguar.gui.tabs.solvent_tab.ALL_SOLVENTS
for example.
layout (QBoxLayout) - The layout to place this widget into
dielectric (bool) - If True, show the dielectric widgets, if False, do not
reference (bool) - If True, show the reference energy widgets, if False, do not
keywords (dict) - The Jaguar solvent-related key/value pairs that define the
initial widget values
models (dict) - The allowed solvent models. keys are strings displayed to the
user, values are Jaguar keywords. See parent class SOLVENT_MODELS
constant for example. Use an OrderedDict to control the order of
the solvent models in the model combobox
- Overrides:
jaguar.gui.tabs.base_tab.BaseTab.__init__
|