Package schrodinger :: Package application :: Package matsci :: Module guibase
[hide private]
[frames] | no frames]

Module guibase

GUI classes/function shared by multiple Materials Science panels.

Copyright Schrodinger, LLC. All rights reserved.

Classes [hide private]
  MultiJobApp
Subclass of AF2 JobApp that allows launching multiple simultanious jobs.
  MultiDesmondJobApp
Class with functionality for setting up, validating and running multiple Desmond jobs.
  PerStrucConfigDialog
Dialog for configuring jobs that can have CPUs/GPUs per input structure specified.
  PerStrucSingleGpuConfigDialog
Class to configure jobs that can use a single GPU per input structure.
Variables [hide private]
  __doc__ = ...
  maestro = schrodinger.get_maestro()
  DARK_YELLOW = QtGui.QColor(QtCore.Qt.darkYellow)
  PER_STRUC_CPU_LABEL = 'processors per structure'
  PER_STRUC_GPU_LABEL = 'GPUs per structure'
  __package__ = 'schrodinger.application.matsci'
Variables Details [hide private]

__doc__

Value:
"""
GUI classes/function shared by multiple Materials Science panels.

Copyright Schrodinger, LLC. All rights reserved.
"""