10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-03 18:05:59 +02:00

reduced prints in pt2_stoch

This commit is contained in:
Yann Garniron 2018-09-04 14:57:19 +02:00
parent 03b8f353bd
commit 8529a0f3f6
2 changed files with 2 additions and 2 deletions

View File

@ -258,7 +258,7 @@ subroutine pt2_collector(zmq_socket_pull, E, relative_error, absolute_error, pt2
pt2(pt2_stoch_istate) = E0-E+avg
error(pt2_stoch_istate) = eqt
time = omp_get_wtime()
print '(G10.3, 2X, F16.10, 2X, G16.3, 2X, F16.4, A20)', c, avg+E0, eqt, time-time0, ''
if(mod(c,10)==1 .or. n==N_det_generators) print '(G10.3, 2X, F16.10, 2X, G16.3, 2X, F16.4, A20)', c, avg+E0, eqt, time-time0, ''
end if
n += 1
else if(more == 0) then

View File

@ -62,7 +62,7 @@ logical function testTeethBuilding(minF, N)
end function
BEGIN_PROVIDER[ integer, dress_N_cp_max ]
dress_N_cp_max = 32
dress_N_cp_max = 64
END_PROVIDER
BEGIN_PROVIDER[integer, pt2_J, (N_det_generators)]