10
1
mirror of https://github.com/pfloos/quack synced 2024-08-24 21:21:46 +02:00

saving work

This commit is contained in:
Antoine Marie 2024-07-04 15:32:38 +02:00
parent a972877eac
commit 74149ca15b
2 changed files with 1 additions and 2 deletions

View File

@ -106,7 +106,6 @@ subroutine GW_ppBSE_dynamic_kernel_D(ispin,eta,nBas,nC,nO,nV,nR,nS,nOO,lambda,eG
kl = kl + 1
do m=1,nS
dem = - OmBSE + eGW(k) - Om(m) + eGW(j)
num = rho(i,k,m)*rho(j,l,m)

View File

@ -121,7 +121,7 @@ subroutine GW_ppBSE_dynamic_perturbation(ispin,dTDA,eta,nBas,nC,nO,nV,nR,nS,nOO,
call GW_ppBSE_dynamic_kernel_D(ispin,eta,nBas,nC,nO,nV,nR,nS,nOO,1d0,eGW,OmRPA,rho_RPA,Om2(ij),KD_dyn,ZD_dyn)
Z2_dyn(kl) = + dot_product(Y2(:,ij),matmul(ZD_dyn,Y2(:,ij)))
Z2_dyn(kl) = dot_product(Y2(:,ij),matmul(ZD_dyn,Y2(:,ij)))
Om2_dyn(kl) = - dot_product(Y2(:,ij),matmul(KD_dyn - KD_sta,Y2(:,ij)))
else