coltonbh / qcop

A package for operating Quantum Chemistry programs using qcio standardized data structures. Compatible with TeraChem, psi4, QChem, NWChem, ORCA, Molpro, geomeTRIC and many more.
MIT License
3 stars 3 forks source link

Added ProgramFailure object to exceptions before raising them in the … #6

Closed coltonbh closed 1 year ago

coltonbh commented 1 year ago

…adapter.compute() method. This enables BigChem to raise exceptions on calculations using qcop but still return all computing context to end users.