seps_to_atomic# tangles.separations.atomic_sets.seps_to_atomic(seps: ndarray, atoms: list[ndarray]) → ndarray# Contract the rows of a matrix to their atoms. Parameters# sepsnp.ndarrayThe separation matrix. atomslist of np.ndarrayThe list of atoms. Returns# np.ndarrayContracted separation matrix.