![]() |
(git:b77b4be)
|
Module to perform a counterpoise correction (BSSE) More...
Functions/Subroutines | |
subroutine, public | do_bsse_calculation (force_env, globenv) |
Perform an COUNTERPOISE CORRECTION (BSSE) For a 2-body system the correction scheme can be represented as: | |
Module to perform a counterpoise correction (BSSE)
subroutine, public bsse::do_bsse_calculation | ( | type(force_env_type), pointer | force_env, |
type(global_environment_type), pointer | globenv | ||
) |
Perform an COUNTERPOISE CORRECTION (BSSE) For a 2-body system the correction scheme can be represented as:
E_{AB}^{2} = E_{AB}(AB) - E_A(AB) - E_B(AB) [BSSE-corrected interaction energy] E_{AB}^{2,uncorr} = E_{AB}(AB) - E_A(A) - E_B(B) E_{AB}^{CP} = E_{AB}(AB) + [ E_A(A) - E_A(AB) ] + [ E_B(B) - E_B(AB) ] [CP-corrected total energy of AB]
force_env | ... |
globenv | ... |
Definition at line 79 of file bsse.F.