ConvergenceError¶
-
exception
psi4.driver.ConvergenceError(eqn_description, maxit)[source]¶ Bases:
psi4.driver.p4util.exceptions.PsiExceptionError called for problems with converging and iterative method. Prints error message msg to standard output stream and output file.
-
args¶
-
with_traceback()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-