This might be a simple question. Why here we do not use the I_AO in symmetry orbital basis which has smaller dimension? Is it because there is no way to get symmetry orbital version of ERI tensor?
|
J_ = transform_aotoso(np.einsum("mnls,ls->mn", I_AO, D_AO), transformers_) |
This might be a simple question. Why here we do not use the I_AO in symmetry orbital basis which has smaller dimension? Is it because there is no way to get symmetry orbital version of ERI tensor?
psi4numpy/Self-Consistent-Field/RHF_symmetry.py
Line 178 in 0d2b091