quemb.molbe.sparse_2el_integral.to_numba_input

quemb.molbe.sparse_2el_integral.to_numba_input(exch_reachable)

Convert the reachable orbitals to a list of numpy arrays.

This contains the same information but is a far more efficient layout for numba.

Return type:

List[ndarray[tuple[int], dtype[TypeVar(_T_orb_idx, bound= NewType(OrbitalIdx, integer))]]]