quemb.molbe.solver.solve_mp2

quemb.molbe.solver.solve_mp2(mf, frozen=None, mo_coeff=None, mo_occ=None, mo_energy=None)

Perform an MP2 (2nd order Moller-Plesset perturbation theory) calculation.

This function sets up and runs an MP2 calculation using the provided mean-field object. It returns the MP2 object after the calculation.

Parameters:
Return type:

RMP2

Returns:

The MP2 object after running the calculation.