def ao2mo(self, mo_coeff=None): ao2mofn = _gen_ao2mofn(self._scf) return mp2._make_eris(self, mo_coeff, ao2mofn, self.verbose)
def ao2mo(self, mo_coeff=None): ao2mofn = _gen_ao2mofn(self._scf) eris = mp2._make_eris(self, mo_coeff, ao2mofn, self.verbose) return eris