vibeqc.enumerate_pair_orbits¶
- vibeqc.enumerate_pair_orbits(permutations, *, n_cells)[source]¶
Partition all unordered occupied pairs under supplied generators.
The breadth-first closure makes the result correct whether callers pass the full finite symmetry group or only a generating set. The hard gate verifies that every unordered pair occurs in exactly one orbit. Production uses the private native χ-CCM kernel when it is present; the Python closure remains as the reference path for source checkouts with an older extension.