10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-26 15:12:14 +02:00

threshold davidson = thres * 100

This commit is contained in:
Anthony Scemama 2016-12-05 09:28:04 +01:00
parent cc66ed86db
commit ca9d34864b
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ program fci_zmq
pt2 = 1.d0
threshold_davidson_in = threshold_davidson
threshold_davidson = 1.d-5
threshold_davidson = threshold_davidson_in * 100.d0
SOFT_TOUCH threshold_davidson

View File

@ -12,7 +12,7 @@ program fci_zmq
pt2 = 1.d0
threshold_davidson_in = threshold_davidson
threshold_davidson = 1.d-5
threshold_davidson = threshold_davidson_in * 100.d0
SOFT_TOUCH threshold_davidson
if (N_det > N_det_max) then