vibeqc.pair_wigner_seitz_representatives¶ vibeqc.pair_wigner_seitz_representatives(system, mesh, centre_a_bohr, centre_b_bohr, *, tolerance=1e-12)[source]¶ Wigner–Seitz representatives for translations of centre B about A. Parameters: system (vibeqc._vibeqc_core.PeriodicSystem) mesh (int | Sequence[int]) centre_a_bohr (Sequence[float]) centre_b_bohr (Sequence[float]) tolerance (float) Return type: tuple[WignerSeitzRepresentative, …]