10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-29 08:24:51 +02:00

merge with scemama master

This commit is contained in:
Yann Garniron 2017-01-18 16:02:29 +01:00
commit 786be9222e
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ program fci_zmq
E_CI_before(1:N_states) = CI_energy(1:N_states)
!call ZMQ_selection(0, pt2)! pour non-stochastic
double precision :: relative_error
relative_error=1.d-2
relative_error=1.d-3
call ZMQ_pt2(pt2,relative_error)
print *, 'Final step'
print *, 'N_det = ', N_det

View File

@ -28,7 +28,7 @@ subroutine run
threshold_selectors = 1.d0
threshold_generators = 1d0
relative_error = 1.d-8
relative_error = 1.d-3
call ZMQ_pt2(pt2, relative_error)
print *, 'Final step'
print *, 'N_det = ', N_det