interpolated#

AtomMapping.interpolated(
self: AtomMapping,
interpolation_factor: SupportsFloat | SupportsIndex,
) AtomMapping#

Return a mapping along the transformation pathway from the ideal parent to the mapped child atom position

Parameters:

interpolation_factor (float) – Interpolation factor. The value 0.0 corresponds to the ideal parent sites; and the value 1.0 corresponds to the mapped child sites (the child sites rigidly rotated to align with the ideal parent lattice).

Returns:

interpolated_atom_mapping – Interpolated atom mapping

Return type:

AtomMapping