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?