From 83488629757b5c7a0450748177ab7d7e16365daa Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Mon, 12 Dec 2016 14:22:24 +0100 Subject: [PATCH] More applications of H in fci_zmq --- plugins/CAS_SD_ZMQ/cassd_zmq.irp.f | 4 ++-- plugins/Full_CI_ZMQ/fci_zmq.irp.f | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/CAS_SD_ZMQ/cassd_zmq.irp.f b/plugins/CAS_SD_ZMQ/cassd_zmq.irp.f index 758527bc..881f74c3 100644 --- a/plugins/CAS_SD_ZMQ/cassd_zmq.irp.f +++ b/plugins/CAS_SD_ZMQ/cassd_zmq.irp.f @@ -68,8 +68,8 @@ program fci_zmq call ezfio_set_cas_sd_zmq_energy(CI_energy(1)) n_det_before = N_det - to_select = 3*N_det - to_select = max(256-to_select, to_select) + to_select = 2*N_det + to_select = max(64-to_select, to_select) to_select = min(to_select,N_det_max-n_det_before) call ZMQ_selection(to_select, pt2) diff --git a/plugins/Full_CI_ZMQ/fci_zmq.irp.f b/plugins/Full_CI_ZMQ/fci_zmq.irp.f index f629e7bc..ae0d7989 100644 --- a/plugins/Full_CI_ZMQ/fci_zmq.irp.f +++ b/plugins/Full_CI_ZMQ/fci_zmq.irp.f @@ -68,8 +68,8 @@ program fci_zmq call ezfio_set_full_ci_zmq_energy(CI_energy(1)) n_det_before = N_det - to_select = 3*N_det - to_select = max(1024-to_select, to_select) + to_select = 2*N_det + to_select = max(64-to_select, to_select) to_select = min(to_select, N_det_max-n_det_before) call ZMQ_selection(to_select, pt2)