aim2dat.strct.ext_manipulation.utils¶
Module to check interatomic distances.
Module Contents¶
- exception aim2dat.strct.ext_manipulation.utils.DistanceThresholdError[source]¶
Bases:
ValueErrorError in case distances between atom sites are too short or too long.
- class args¶
Overview
Methods¶ Exception.with_traceback(tb) –
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.