compute_angle

sknano.core.atoms.compute_angle(*atoms, check_operands=True, degrees=False)[source] [edit on github][source]

Compute bond angles.

Parameters:
  • *atoms

    list of Atoms or an Atoms object.

  • check_operands (bool, optional) –
  • degrees (bool, optional) –
Returns:

Return type:

float

Raises: