ValidationError

exception psi4.driver.ValidationError(msg)[source]

Input specification has problems.

Error message msg directed both to standard output stream and to outfile.

Parameters:

msg (str) – Human readable string describing the exception.

message

Human readable string describing the exception.