quemb.kbe.mf_interfaces.main.get_mf¶
- quemb.kbe.mf_interfaces.main.get_mf(cell, kpts, *, work_dir=None, backend='pyscf', additional_args=None)¶
Compute the mean-field (SCF) object for a given molecule using the selected backend.
Supports PySCF as the SCF backend.
- Parameters:
- Return type:
- Returns:
The resulting mean-field (KRHF) object from the selected backend.