quemb.molbe.eri_sparse_DF.to_numba_input

quemb.molbe.eri_sparse_DF.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. Ensures that the start orbs are contiguos and sorted and the target orbs are sorted (but not necessarily contiguos).

Return type:

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