Skip to content

Commit 144cc6d

Browse files
author
lburth
committed
small modif
1 parent fbbfaa7 commit 144cc6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GW/CVS_UGW_self_energy_diag.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ subroutine CVS_UGW_self_energy_diag(eta,nBas,nC,nO,nV,nR,nSt,nCVS,nFC,occupation
5858

5959
! Virtual part of the correlation self-energy
6060

61-
do p=nC(1)+1,nBas-nR(1)
61+
do p=1,nBas
6262
do a=1+nCVS(1),nBas - nO(1)
6363
do m=1,nSt
6464
eps = e(p,1) - e(virtuals(a,1),1) - Om(m)

0 commit comments

Comments
 (0)