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:

hkls (list) – List of Miller indices ([h, k, l])

Returns:

pretty_unique – A dict with unique hkl and multiplicity {hkl: multiplicity}.

Return type:

dict