Function getGroupedDiastereotopicAtomIDs

  • This function groups the diasterotopic atomIds of the molecule based on equivalence of atoms. The output object contains a set of chemically equivalent atoms(element.atoms) and the groups of magnetically equivalent atoms (element.magneticGroups)

    Parameters

    • molecule: Molecule
    • Optional options: {
          atomLabel: undefined | string;
      } = {}
      • atomLabel: undefined | string

        Select atoms of the given atomLabel. By default it returns all the explicit atoms in the molecule

    Returns any[]