mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-23 21:03:56 +01:00
reduced prints in pt2_stoch
This commit is contained in:
parent
03b8f353bd
commit
8529a0f3f6
@ -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
|
||||
|
@ -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)]
|
||||
|
Loading…
Reference in New Issue
Block a user