schrodinger.application.desmond.starter.generator.common module¶
-
schrodinger.application.desmond.starter.generator.common.prepare_files_and_command_for_restart(args: schrodinger.application.desmond.starter.ui.cmdline.BaseArgs) → Optional[List[str]]¶ Using the parse command line arguments, read the checkpoint, prepare the files needed for restarting and return the command to restart the job.
Returns
Noneif the multisim stage could not be found.Parameters: args – Command line arguments.