schrodinger.application.matsci.jaguar_restart module¶
Utilities for Jaguar restarts.
Copyright Schrodinger, LLC. All rights reserved.
- schrodinger.application.matsci.jaguar_restart.needs_restart(base_name)[source]¶
Return True if the Jaguar job corresponding to the given base name needs to be restarted.
- Parameters
base_name (str) – the base name
- Return type
bool
- Returns
True if the job needs to be restarted
- schrodinger.application.matsci.jaguar_restart.get_existing_files(files=None, patterns=None, base_names=None, base_name_exts=None)[source]¶
Return existing files.
- Parameters
- Return type
set
- Returns
existing files
- schrodinger.application.matsci.jaguar_restart.set_restart_input_files(job_builder, files=None, patterns=None, base_names=None)[source]¶
Among the given files add those that exist to the given job builder.
- Parameters
- schrodinger.application.matsci.jaguar_restart.get_restart_zip_files(base_names=None, base_name_patterns=None)[source]¶
Return the restart zip files.