We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbbfaa7 commit 144cc6dCopy full SHA for 144cc6d
src/GW/CVS_UGW_self_energy_diag.f90
@@ -58,7 +58,7 @@ subroutine CVS_UGW_self_energy_diag(eta,nBas,nC,nO,nV,nR,nSt,nCVS,nFC,occupation
58
59
! Virtual part of the correlation self-energy
60
61
- do p=nC(1)+1,nBas-nR(1)
+ do p=1,nBas
62
do a=1+nCVS(1),nBas - nO(1)
63
do m=1,nSt
64
eps = e(p,1) - e(virtuals(a,1),1) - Om(m)
0 commit comments