aim2dat.strct.strct_validation

Validate structure input parameters.

Module Contents

exception aim2dat.strct.strct_validation.SamePositionsError[source]

Bases: ValueError

Error raised when two or more atom sites share the same position.

class args

Overview

Methods

with_traceback()

Exception.with_traceback(tb) –

with_traceback()

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