Package schrodinger :: Package application :: Package desmond :: Package mdpose :: Module mdposejob
[hide private]
[frames] | no frames]

Module mdposejob

Description: A module to handle running different MD Application related jobs.

Copyright Schrodinger, LLC. All rights reserved.

Classes [hide private]
  MDSimulation
Variables [hide private]
  __doc__ = ...
  DEFAULT_MSJ = '\ntask {\n set_family = {\n desmond = {\n ...
  __package__ = 'schrodinger.application.desmond.mdpose'
Variables Details [hide private]

__doc__

Value:
"""

Description: A module to handle running different MD Application relat\
ed jobs.

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

DEFAULT_MSJ

Value:
'''
task {
  set_family = {
     desmond = {
        checkpt = false
     }
  }
  task = "desmond:regular"
...