10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-02 11:25:26 +02:00

Removed extra diagonalization

This commit is contained in:
Anthony Scemama 2018-10-02 23:03:44 +02:00
parent d2e3ed360c
commit d3c74ae300

View File

@ -21,8 +21,10 @@ program fci_zmq
threshold_davidson = threshold_davidson_in * 100.d0
SOFT_TOUCH threshold_davidson
call diagonalize_CI
call save_wavefunction
if (N_det < N_states) then
call diagonalize_CI
call save_wavefunction
endif
call ezfio_has_hartree_fock_energy(has)
if (has) then