10
1
mirror of https://github.com/pfloos/quack synced 2024-12-22 20:34:46 +01:00

rm more warnings in Davidson

This commit is contained in:
Abdallah Ammar 2024-11-04 19:09:00 +01:00
parent 9090133281
commit 336c67ac3c

View File

@ -616,6 +616,9 @@ subroutine ppLR_davidson_2(ispin, TDA, nC, nO, nR, nOrb, nOO, nVV, lambda, e, eF
if(kernel_name .eq. "rpa") then if(kernel_name .eq. "rpa") then
allocate(rho_tmp(0,0,0))
allocate(Om_tmp(0))
call ppLR_RPA_H_diag(ispin, nOrb, nC, nO, nR, nOO, nVV, lambda, e(1), eF, & call ppLR_RPA_H_diag(ispin, nOrb, nC, nO, nR, nOO, nVV, lambda, e(1), eF, &
ERI(1,1,1,1), H_diag(1)) ERI(1,1,1,1), H_diag(1))