|
| UCCIntegrals | occ::qm::cc::u_exact_eris (const AOBasis &basis, const MolecularOrbitals &mo, int n_frozen=0, std::size_t memory_budget=(std::size_t(1)<< 30)) |
| | Exact (full AO->MO) spin-blocked integrals.
|
| |
| UCCIntegrals | occ::qm::cc::u_df_eris (const AOBasis &basis, const AOBasis &aux_basis, const MolecularOrbitals &mo, int n_frozen=0, std::size_t memory_budget=(std::size_t(1)<< 30)) |
| | Density-fitted spin-blocked integrals.
|
| |
| UCCIntegrals | occ::qm::cc::u_thc_eris (const AOBasis &basis, const AOBasis &aux_basis, const MolecularOrbitals &mo, const ThcOptions &opts={}, int n_frozen=0, std::size_t memory_budget=(std::size_t(1)<< 30)) |
| | THC spin-blocked integrals: cheap blocks (<= 2 virtuals + ovvv) come from DF, and the three vvvv ladders use cross-spin THC factors (one ISDF point set, per-spin X and three cores Vaa/Vbb/Vab).
|
| |