Trees | Indices | Help |
|
---|
|
|
|||
Basis Class for representing a basis set. |
|||
ProjEntry A class for accessing data about a project table row and the associated structure |
|||
InputEntriesColumns Column constants for the selected entries table |
|||
InputEntriesModel The data model for the input entries table |
|||
InputEntriesProxyModel The proxy model for sorting the input entries table |
|||
InputEntriesView The view for the input entries table |
|||
WorkspaceInclusionDelegate A delegate for representing workspace inclusion as it is shown in the project table. |
|||
CommitMultipleDelegate A delegate where Ctrl+Enter will cause the value to be committed to all selected rows. |
|||
BlankableSpinBoxDelegate A spin box delegate. |
|||
BlankableSpinBox A spin box that allows the empty string as an acceptable value |
|||
BasisSetDelegate A delegate for selecting a basis set using a BasisSelectorLineEdit. |
|||
ProjectTableButton A button with a project table logo. |
|||
UseFromCombo A combo box that allows the user to select the source for the project table: either included entries or selected entries. |
|
|||
maestro = schrodinger.get_maestro()
|
|||
UseFrom = enum.Enum("UseFrom", ("included", "selected"))
|
|||
_Basis = namedtuple("Basis", ("basis", "polarization", "diffus
|
|||
ProjEntryTuple = namedtuple("ProjEntryTuple", ("entry_id", "st A simplified class for storing data about a project table row and the associated structure. |
|
_Basis
|
ProjEntryTupleA simplified class for storing data about a project table row and the associated structure. Unlike ProjEntry, ProjEntryTuple contains data about the basis set even for structures using the default basis.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:16 2015 | http://epydoc.sourceforge.net |