pub fn compute_eris_gpu(
ctx: &GpuContext,
basis: &BasisSet,
) -> Result<TwoElectronIntegrals, String>Expand description
Compute two-electron integrals on the GPU.
Returns TwoElectronIntegrals with the full symmetrized tensor,
or an error if GPU dispatch fails. Falls back to CPU if the
basis is too small to benefit from GPU.