quemb.molbe.helper.get_scfObj¶
- quemb.molbe.helper.get_scfObj(h1, Eri, nocc, dm0=None)¶
Initialize and run a restricted Hartree-Fock (RHF) calculation.
This function sets up an SCF (Self-Consistent Field) object using the provided one-electron Hamiltonian, electron repulsion integrals, and number of occupied orbitals. It then runs the SCF procedure, optionally using an initial density matrix.
- Parameters:
- Returns:
mf_ – The SCF object after running the Hartree-Fock calculation.
- Return type: