Unable to silence auxiliary prints in psi4.driver.energy

I’m using psi4 to calculate the potential energy of different conformations with:

psi4.driver.energy("wb97x-d/def2-svp", **{"molecule": mol, "return_wfn": False})

The problem is that function outputs a ton of auxilary information which is completely redundant in my case. I was wondering if there is a specific option I can set to silence all the prints?

Try using psi4.core.set_output_file() to send the vast majority of the printing to an output file.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.