quemb.molbe.mbe.storeBE¶ class quemb.molbe.mbe.storeBE(Nocc, hf_veff, hcore, S, C, hf_dm, hf_etot, W, lmo_coeff, enuc, ek, E_core, C_core, P_core, core_veff)¶ Attributes Nocc: int¶ hf_veff: ndarray[Tuple[int, ...], dtype[floating]]¶ hcore: ndarray[Tuple[int, ...], dtype[floating]]¶ S: ndarray[Tuple[int, ...], dtype[floating]]¶ C: ndarray[Tuple[int, ...], dtype[floating]]¶ hf_dm: ndarray[Tuple[int, ...], dtype[floating]]¶ hf_etot: float¶ W: ndarray[Tuple[int, ...], dtype[floating]]¶ lmo_coeff: ndarray[Tuple[int, ...], dtype[floating]]¶ enuc: float¶ ek: float¶ E_core: float¶ C_core: ndarray[Tuple[int, ...], dtype[floating]]¶ P_core: ndarray[Tuple[int, ...], dtype[floating]]¶ core_veff: ndarray[Tuple[int, ...], dtype[floating]]¶ Methods __init__(Nocc, hf_veff, hcore, S, C, hf_dm, ...) Method generated by attrs for class storeBE.