internal_coord.split_coordinates

internal_coord.split_coordinates(coordinate_type: str, coordinates: dict[str, float]) Generator[CoordinateData, None, None][source]

generate CoordinateData object of each coordinate value

Parameters:
  • coordinate_type (str) – type of coordinate, for example cartesian, dihedral angle, bond angle or bond length

  • coordinates (dict[str, float]) – dictionary of coordinate identifiers and values

Yields:

CoordinateData – Object for protein structure coordinates