mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-04 05:03:54 +01:00
11 lines
269 B
Fortran
11 lines
269 B
Fortran
BEGIN_PROVIDER [ double precision, var_pt2_ratio ]
|
|
implicit none
|
|
BEGIN_DOC
|
|
! The selection process stops when the energy ratio variational/(variational+PT2)
|
|
! is equal to var_pt2_ratio
|
|
END_DOC
|
|
|
|
var_pt2_ratio = correlation_energy_ratio_max
|
|
END_PROVIDER
|
|
|