mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-03 20:54:00 +01:00
Forgot file
This commit is contained in:
parent
23d7794109
commit
6fc08e610d
10
plugins/Perturbation/var_pt2_ratio_provider.irp.f
Normal file
10
plugins/Perturbation/var_pt2_ratio_provider.irp.f
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user