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

set the threshold_cycle to 1e-10 by default

This commit is contained in:
eginer 2023-03-29 15:47:59 +02:00
parent 436b881580
commit 6d7d7ccfb4
2 changed files with 2 additions and 1 deletions

View File

@ -57,6 +57,7 @@ BEGIN_PROVIDER [double precision, ao_two_e_tc_tot, (ao_num, ao_num, ao_num, ao_n
PROVIDE ao_tc_sym_two_e_pot_in_map
!!! TODO :: OPENMP
do j = 1, ao_num
do l = 1, ao_num
do i = 1, ao_num

View File

@ -50,7 +50,7 @@ default: 1.e-5
type: Threshold
doc: Thresholds to cycle the integrals with the envelop
interface: ezfio,provider,ocaml
default: 1.e-15
default: 1.e-10
[max_it_dav]
type: integer