96b8a3ff6eebb2c6c230df4fddd3adb003568b69,qcengine/programs/qchem.py,QChemHarness,build_input,#QChemHarness#Any#Any#Any#,125
Before Change
$end
)
input_file.append("$molecule")
input_file.append(input_model.molecule.to_string("psi4"))
input_file.append("$end")
After Change
input_file.append(f"{k:20s} {v}")
input_file.append("$end\n")
ret = {
"infiles": {
"dispatch.in": "\n".join(input_file)
},
"commands": [which("qchem"), "-nt", str(config.ncores), "dispatch.in", "dispatch.out"],
"scratch_directory": config.scratch_directory,
}
return ret
def parse_output(self, outfiles: Dict[str, str], input_model: "ResultInput") -> "Result":
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: MolSSI/QCEngine
Commit Name: 96b8a3ff6eebb2c6c230df4fddd3adb003568b69
Time: 2019-11-04
Author: malorian@me.com
File Name: qcengine/programs/qchem.py
Class Name: QChemHarness
Method Name: build_input
Project Name: quiltdata/quilt
Commit Name: 328bec45389305696c3b1295f7d5993a85e3fbcc
Time: 2019-09-12
Author: akarve@users.noreply.github.com
File Name: lambdas/shared/t4_lambda_shared/preview.py
Class Name:
Method Name: extract_parquet
Project Name: mlflow/mlflow
Commit Name: a650097f87c8f442d7f81d3024b56f0e81910d06
Time: 2020-01-28
Author: 39497902+dbczumar@users.noreply.github.com
File Name: mlflow/store/db_migrations/versions/cfd24bdc0731_update_run_status_constraint_with_killed.py
Class Name:
Method Name: