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

Removed extra MRCC iteration

This commit is contained in:
Anthony Scemama 2016-03-31 11:51:25 +02:00
parent af3038f995
commit 39d4186d28

View File

@ -18,7 +18,6 @@ subroutine run
E_new = 0.d0
delta_E = 1.d0
iteration = 0
call diagonalize_ci_dressed(lambda)
lambda = 1.d0
do while (delta_E > thresh_mrcc)
iteration += 1