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

Propagate `print_stdout` to subprograms. #14

Closed coltonbh closed 7 months ago

coltonbh commented 8 months ago

Run compute(..., print_stdout=True) using DualProgramInput and the stdout of the subprogram, e.g., terachem when using geometric as an optimizer, does not print its stdout to the terminal.

coltonbh commented 7 months ago

Closed by #17