mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-07 05:53:37 +01:00
added the possibility to introduce a threshold for saving the wave function in cis.irp.f
This commit is contained in:
parent
9fd26ca1c8
commit
1d53e6fda2
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user