Package schrodinger :: Package application :: Package jaguar :: Package gui :: Module base_panel
[hide private]
[frames] | no frames]

Module base_panel

Classes [hide private]
  BaseJaguarPanel
A base class for all Jaguar GUIs.
  StandardStatusMixin
A mixin that will add the standard Jaguar status bar text to a Jaguar panel.
  TaskStatusMixin
A mixin that will add the task name to the status bar text.
  PropertiesMixin
A mixin that will send updates the Properties tab whenever the relevant settings in the "Theory" or "Molecule" tab change.
  NoInputTabJobMixin
A mixin that will add the standard Jaguar job running and writing behavior.
  ReadEditMixin
A mixin for panels that should include Read...
  MultiStructureMixin
A mixin for panels that contain a MultiStructureTab.
  InputTabMixin
A mixin for panels that use the Input tab.
  InputTabJobMixin
A mixin for panels that use the Input tab and launch "standard" Jaguar jobs (i.e.
  InputMultiplicityMixin
Base class for any mixin that needs to get list of entries with spin multiplicities greater than one.
  PropertiesValidatorMixin
A mixin that verifies that all selected properties can be calculated for the input entries.
  ExcitedStateValidatorMixin
A mixin that verifies that there are no input structures with spin multiplicity greater than one when excited state toggle is set in theory tab.
  UseConsistentOrbitalsMixin
A mixin for panels where the SCF tab contains a "Use consistent orbitals" checkbox.
  CoordinateDialog
This dialog allows user to select corrective action when the same coordinate is found in the lists of scans and constraints.
  MarkerMixin
A mixin for panels that want markers displayed only when certain tabs are active.
  CoordinateMarkerMixin
A mixin for marking constraints from the Scan or Optimization tabs.
  OptimizationTabMarkerMixin
A mixin for marking constraints from the Optimization tab
  ScanTabMarkerMixin
A mixin for marking constraints from the Scan tab
  MultiStructurePanelMarkerMixin
A mixin for panels that contain a MultiStructureTab and an Optimization Tab.
  OptimizationAndScanMixin
A mixin that receives updates from Scan and Optimization tabs when new coordinate is added.
  SubTabMixin
A mixin for panels that contain an InputTab with sub-tabs.
  AutomaticJobnameMixin
A mixin that automatically generates the jobname using the current panel settings.
  StandardPanel
A convenience class for standard Jaguar panels that:
  StandardPanelNoInputTab
A convenience class for standard Jaguar panels that use a "Molecule" tab (with a basis selector) in place of an "Input" tab.
  MultiStructurePanel
A convenience class for standard Jaguar panels that use a MultiStructureTab.
Variables [hide private]
  maestro = schrodinger.get_maestro()