mirror of
https://github.com/LCPQ/quantum_package
synced 2025-04-16 13:39:32 +02:00
Removed extra MRCC iteration
This commit is contained in:
parent
af3038f995
commit
39d4186d28
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user