Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit c2cbe39

Browse files
committed
Fixed ddcc1a5
1 parent 7874116 commit c2cbe39

20 files changed

Lines changed: 258 additions & 258 deletions

plugins/CAS_SD_ZMQ/cassd_zmq.irp.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ program cassd_zmq
132132
enddo
133133
print *, 'Max excitation degree in the CAS :', exc_max
134134

135-
if(do_pt2_end)then
135+
if(do_pt2)then
136136
print*,'Last iteration only to compute the PT2'
137137
threshold_selectors = max(threshold_selectors,threshold_selectors_pt2)
138138
threshold_generators = max(threshold_generators,threshold_generators_pt2)

plugins/DDCI_selected/EZFIO.cfg

Lines changed: 0 additions & 4 deletions
This file was deleted.

plugins/DDCI_selected/H_apply.irp.f

Lines changed: 0 additions & 16 deletions
This file was deleted.

plugins/DDCI_selected/NEEDED_CHILDREN_MODULES

Lines changed: 0 additions & 1 deletion
This file was deleted.

plugins/DDCI_selected/README.rst

Lines changed: 0 additions & 130 deletions
This file was deleted.

plugins/DDCI_selected/ddci.irp.f

Lines changed: 0 additions & 77 deletions
This file was deleted.
-112 KB
Binary file not shown.

plugins/Full_CI_ZMQ/fci_zmq.irp.f

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,20 @@ program fci_zmq
139139
enddo
140140
endif
141141

142+
if (N_det < N_det_max) then
143+
threshold_davidson = threshold_davidson_in
144+
call diagonalize_CI
145+
call save_wavefunction
146+
call ezfio_set_full_ci_zmq_energy(CI_energy(1))
147+
endif
148+
142149
if (do_pt2) then
143150
pt2 = 0.d0
144151
if (N_states == 1) then
145152
threshold_selectors = 1.d0
146153
threshold_generators = 1d0
147154
SOFT_TOUCH threshold_selectors threshold_generators
148-
call ZMQ_pt2(CI_energy, pt2,relative_error) ! Stochastic PT2
155+
call ZMQ_pt2(CI_energy, pt2, relative_error) ! Stochastic PT2
149156
threshold_selectors = threshold_selectors_save
150157
threshold_generators = threshold_generators_save
151158
SOFT_TOUCH threshold_selectors threshold_generators
@@ -155,15 +162,7 @@ program fci_zmq
155162
SOFT_TOUCH threshold_selectors threshold_generators
156163
call ZMQ_selection(0, pt2) ! Deterministic PT2
157164
endif
158-
endif
159-
160-
if (N_det < N_det_max) then
161-
threshold_davidson = threshold_davidson_in
162-
call diagonalize_CI
163-
call save_wavefunction
164-
call ezfio_set_full_ci_zmq_energy(CI_energy(1))
165-
call ezfio_set_full_ci_zmq_energy_pt2(CI_energy(1)+pt2(1))
166-
165+
call ezfio_set_full_ci_zmq_energy_pt2(CI_energy(1)+pt2(1))
167166
endif
168167

169168

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

plugins/Selectors_CASSD/README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
===============
2+
Selectors_CASSD
3+
===============
4+
5+
Needed Modules
6+
==============
7+
.. Do not edit this section It was auto-generated
8+
.. by the `update_README.py` script.
9+
Documentation
10+
=============
11+
.. Do not edit this section It was auto-generated
12+
.. by the `update_README.py` script.

0 commit comments

Comments
 (0)