Trees | Indices | Help |
|
---|
|
Workflow and Step classes to aid in running a series of Jaguar jobs.
For each molecule, a Workflow object is established. The Steps the Workflow will run depend on the options chosen. Some Steps depend on other Steps to finish before starting. It is the job of the Workflow to submit jobs when all the required dependencies have finished successfully.
Workflow objects submit jobs to a JobDJ queue.
Copyright Schrodinger, LLC. All rights reserved.
|
|||
JaguarFailedException An exception that is thrown when either reading the Jaguar output file fails for some reason, or a successful reading shows that Jaguar failed. |
|||
RobustSubmissionJob A JobControlJob object that will retry to submit multiple times for fizzled, jobs (if the queue setting is such) but will not attempt to retry a job that died. |
|||
Results A low memory results object - because the driver ends up holding on to results for a long time and can be simultaneously holding results for a large number of calculations, we want to keep the memory footprint of each result low. |
|||
Step Manages the start, monitoring and finish of a single step in a workflow |
|||
FrozenStep A step that does not perform geometry optimization but just runs a calculation at the geometry of the parent step. |
|||
OptStep A step that performs a geometry optimization |
|||
WorkFlow A class to hold the data for and shepherd a single structure through all the jobs required to gather its data. |
|
|||
dict |
|
||
str |
|
||
schrodinger.application.jaguar.output.JaguarOutput |
|
||
schrodinger.structure.Structure |
|
||
|
|||
|
|||
schrodinger.job.queue.JobDJ |
|
||
|
|
|||
__doc__ =
|
|||
_version =
|
|||
UNFINISHED_JOB_STATES =
|
|||
HARTREE_TO_KCAL = 627.5
|
|||
HARTREE_TO_EV = 27.211
|
|||
__package__ =
|
|
Return a dictionary whose keys are keywords and values are keyword values
|
Return a string of keywords specified by keydict
|
Get a JaguarOutput object for the given path
|
Get the output Maestro structure for the jaguar calculation given by path
|
Add the typical jaguar files for a job to the backend so they are returned to the working directory.
|
Print a message to the screen (or the log if running from jobcontrol). All arguments will be joined by a space and printed out. |
Create a JobDJ job with some default values and the given keyword arguments Current defaults:
|
Run all the workflows and return when they are finished. At the end of this function, active_workflows will be empty.
|
|
__doc__
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon May 19 23:04:47 2014 | http://epydoc.sourceforge.net |