mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-03 20:54:00 +01:00
Moved threshold_perturbation_pt2
This commit is contained in:
parent
5c56e066fc
commit
b49fd6280d
@ -8,15 +8,3 @@ type: double precision
|
|||||||
doc: Calculated FCI energy + PT2
|
doc: Calculated FCI energy + PT2
|
||||||
interface: ezfio
|
interface: ezfio
|
||||||
|
|
||||||
[threshold_generators_pt2]
|
|
||||||
type: Threshold
|
|
||||||
doc: Thresholds on generators (fraction of the norm) for final PT2 calculation
|
|
||||||
interface: ezfio,provider,ocaml
|
|
||||||
default: 0.999
|
|
||||||
|
|
||||||
[threshold_selectors_pt2]
|
|
||||||
type: Threshold
|
|
||||||
doc: Thresholds on selectors (fraction of the norm) for final PT2 calculation
|
|
||||||
interface: ezfio,provider,ocaml
|
|
||||||
default: 1.
|
|
||||||
|
|
||||||
|
@ -907,7 +907,7 @@ END_PROVIDER
|
|||||||
! Avoid numerical instabilities
|
! Avoid numerical instabilities
|
||||||
f = min(f,2.d0)
|
f = min(f,2.d0)
|
||||||
f = max(f,-2.d0)
|
f = max(f,-2.d0)
|
||||||
f = 1.d0
|
! f = 1.d0
|
||||||
|
|
||||||
norm = norm + f*f *rho_mrcc(i,s)*rho_mrcc(i,s)
|
norm = norm + f*f *rho_mrcc(i,s)*rho_mrcc(i,s)
|
||||||
rho_mrcc(i,s) = f
|
rho_mrcc(i,s) = f
|
||||||
|
@ -18,3 +18,15 @@ doc: The selection process stops when the energy ratio variational/(variational+
|
|||||||
interface: ezfio,provider,ocaml
|
interface: ezfio,provider,ocaml
|
||||||
default: 0.75
|
default: 0.75
|
||||||
|
|
||||||
|
[threshold_generators_pt2]
|
||||||
|
type: Threshold
|
||||||
|
doc: Thresholds on generators (fraction of the norm) for final PT2 calculation
|
||||||
|
interface: ezfio,provider,ocaml
|
||||||
|
default: 0.999
|
||||||
|
|
||||||
|
[threshold_selectors_pt2]
|
||||||
|
type: Threshold
|
||||||
|
doc: Thresholds on selectors (fraction of the norm) for final PT2 calculation
|
||||||
|
interface: ezfio,provider,ocaml
|
||||||
|
default: 1.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user