schrodinger.exceptions module

exception schrodinger.exceptions.FaultySystemFailure

Bases: Exception

Raised when a failure is attributed to a faulty or unreliable system component.

This exception indicates that the failure originated from underlying system issues such as a faulty GPU card rather than by user error, incorrect input, or application logic bugs. It suggests that retrying the operation on a different system might succeed.