get_unique_families# diffsims.utils.sim_utils.get_unique_families(hkls)[source]# Returns unique families of Miller indices, which must be permutations of each other. Parameters: hklslistList of Miller indices ([h, k, l]) Returns: pretty_uniquedictA dict with unique hkl and multiplicity {hkl: multiplicity}.