chemcoord.xyz_functions.interpolate

chemcoord.xyz_functions.interpolate(start, end, N, coord='zmat')[source]

Interpolate between start and end structure.

Parameters:
  • start (Cartesian) – Starting structure.

  • end (Cartesian) – Ending structure.

  • N (int) – Number of structures to interpolate between.

  • coord (Literal['cart', 'zmat']) – Interpolate either in cartesian or zmatrix space.

Return type:

list[Cartesian]