10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-26 15:12:19 +02:00

added the possibility to introduce a threshold for saving the wave function in cis.irp.f

This commit is contained in:
Emmanuel Giner 2021-09-28 11:53:34 +02:00
parent 9fd26ca1c8
commit 1d53e6fda2
2 changed files with 7 additions and 1 deletions

View File

@ -79,6 +79,6 @@ subroutine run
call ezfio_set_cis_energy(CI_energy)
psi_coef = ci_eigenvectors
SOFT_TOUCH psi_coef
call save_wavefunction_truncated(1.d-12)
call save_wavefunction_truncated(threshold_save_wf)
end

View File

@ -136,3 +136,9 @@ doc: If |true|, discard any Slater determinants with an interaction smaller than
interface: ezfio,provider,ocaml
default: False
[threshold_save_wf]
type: Threshold
doc: Threshold on the coefficients of the wave function when saving it into the ezfio
interface: ezfio,provider,ocaml
default: 1.e-14