(git:6a2e663)
mp2_laplace Module Reference

Routines to calculate MP2 energy with laplace approach. More...

Functions/Subroutines

subroutine, public calc_fm_mat_s_laplace (fm_mat_S, homo, virtual, Eigenval, dajquad)
 ... More...
 
subroutine, public sos_mp2_postprocessing (fm_mat_Q, Erpa, tau_wjquad)
 ... More...
 

Detailed Description

Routines to calculate MP2 energy with laplace approach.

History
11.2012 created [Mauro Del Ben]

Function/Subroutine Documentation

◆ calc_fm_mat_s_laplace()

subroutine, public mp2_laplace::calc_fm_mat_s_laplace ( type(cp_fm_type), intent(in)  fm_mat_S,
integer, intent(in)  homo,
integer, intent(in)  virtual,
real(kind=dp), dimension(:), intent(in)  Eigenval,
real(kind=dp), intent(in)  dajquad 
)

...

Parameters
fm_mat_S...
homo...
virtual...
Eigenval...
dajquad...

Definition at line 38 of file mp2_laplace.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ sos_mp2_postprocessing()

subroutine, public mp2_laplace::sos_mp2_postprocessing ( type(cp_fm_type), dimension(:), intent(in)  fm_mat_Q,
real(kind=dp), intent(inout)  Erpa,
real(kind=dp), intent(in)  tau_wjquad 
)

...

Parameters
fm_mat_Q...
Erpa...
tau_wjquad...

Definition at line 80 of file mp2_laplace.F.

Here is the call graph for this function: