|
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.
|
bool
|
|
dict
|
|
str
|
|
schrodinger.application.jaguar.output.JaguarOutput
|
|
schrodinger.structure.Structure
|
|
schrodinger.structure.Structure
|
get_jaguar_out_mae(path)
Get the output Maestro structure for the jaguar calculation given by
path |
|
|
|
add_jaguar_files_to_jc_backend(base_name,
backend=None,
spm=False,
others=None,
restart=True)
Add the typical jaguar files for a job to the backend so they are
returned to the working directory. |
|
|
jobclass
|
create_job(options,
filename,
jobclass=RobustSubmissionJob)
Create a job of class jobclass that will run the Jaguar input file
filename with options |
|
|
schrodinger.job.queue.JobDJ
|
create_queue(options=None,
host=None,
**kwargs)
Create a JobDJ job with some default values and the given keyword
arguments Current defaults: |
|
|
|
run_workflows(jobq,
active_workflows,
writer)
Run all the workflows and return when they are finished. |
|
|