When submitting jobs to terachem and it fails because it can't find the GPUs (or maybe any other reason?) a ExternalProgramError was being raised instead of an ExternalProgramExecutionError and no .stdout attribute was available on the exception. Also the ProgramFailure object did not have .stdout. Could be a qcop problem. Noting it here for now.
When submitting jobs to terachem and it fails because it can't find the GPUs (or maybe any other reason?) a
ExternalProgramErrorwas being raised instead of anExternalProgramExecutionErrorand no.stdoutattribute was available on the exception. Also theProgramFailureobject did not have.stdout. Could be aqcopproblem. Noting it here for now.