PsiException

exception psi4.driver.PsiException[source]

Bases: Exception

Error class for Psi.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.