aenet.geometry.transformations.TransformationABC

class aenet.geometry.transformations.TransformationABC[source]

Abstract base class for all structure transformations.

All transformations must implement apply_transformation which yields transformed AtomicStructure objects.

__init__()

Methods

__init__()

apply_transformation(structure, **kwargs)

Apply transformation to structure.