atomic_sets#

tangles.separations.atomic_sets.atomic_sets(seps: ndarray) list[ndarray]#

Find the atomic sets for a separation array.

Parameters#

sepsnp.ndarray

Separation array.

Returns#

list of np.ndarray

A list of atomic sets, encoded by the row indices of the elements contained in the atomic set.