mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-03 18:16:12 +01:00
merge with scemama master
This commit is contained in:
commit
786be9222e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user