schrodinger.application.matsci.qexsd.qespresso.exceptions module

This module contain exception classes for Quantum Espresso package.

exception schrodinger.application.matsci.qexsd.qespresso.exceptions.QEspressoError

Bases: Exception

__init__(*args, **kwargs)
args
with_traceback()

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

exception schrodinger.application.matsci.qexsd.qespresso.exceptions.ConfigError(message)

Bases: schrodinger.application.matsci.qexsd.qespresso.exceptions.QEspressoError

This exception is raised when there are errors with the validation of a XML configuration.

__init__(message)
args
with_traceback()

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