I get the following error:
psi4.driver.p4util.exceptions.OptimizationConvergenceError: Could not converge geometry optimization in 3 iterations.
core.set_global_option("REFERENCE", "rks")
core.set_global_option("S_TOLERANCE", 1e-9)
set_num_threads(60)
mol.update_geometry()
mol.symmetrize(1e-3)
--> optimize('b3lyp')
mol.print_out()
print_variables()
I have no idea why it’s stopping at this point.
Look forward to your thoughts.
thanks,
Scott