MissingBasisCoverageError

exception openff.qcsubmit.exceptions.MissingBasisCoverageError(message)[source]

The basis set selected does not contain element coverage for all atoms in the dataset.

Parameters

message (str) –

add_note()

Exception.add_note(note) – add a note to the exception

with_traceback()

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