openforcefield / openff-qcsubmit

Automated tools for submitting molecules to QCFractal
https://openff-qcsubmit.readthedocs.io/en/latest/index.html
MIT License
26 stars 4 forks source link

QCEngine tasks #154

Closed jthorton closed 3 years ago

jthorton commented 3 years ago

Description

This PR adds the to_tasks method to datasets allowing them to be converted to QCEngine inputs as an alternative to QCFractal inputs. So far we support single-point calculations and optimizations until torsiondrives are supported in QCEngine.

I have also reworked some QC attributes like SCF maxiter into the QC spec out of the dataset in preparation for the split of QCSpec into MMSpec and MLSpec so that the validation is more precise.

Todos

Notable points that this PR has either accomplished or will accomplish.

Questions

Status

codecov[bot] commented 3 years ago

Codecov Report

Merging #154 (31ffed6) into master (d963905) will increase coverage by 0.02%. The diff coverage is 97.22%.