atomic_sets# tangles.separations.atomic_sets.atomic_sets(seps: ndarray) → list[ndarray]# Find the atomic sets for a separation array. Parameters# sepsnp.ndarraySeparation array. Returns# list of np.ndarrayA list of atomic sets, encoded by the row indices of the elements contained in the atomic set.