mirror of
https://github.com/pfloos/quack
synced 2025-01-03 01:55:57 +01:00
bug in ufGW and ufG0W0
This commit is contained in:
parent
78cefb5759
commit
6515773839
@ -1,2 +1,2 @@
|
||||
1 1 1 1 5.
|
||||
2 2 2 2 5.
|
||||
1 1 1 1 1.
|
||||
2 2 2 2 1.
|
||||
|
@ -54,7 +54,7 @@ subroutine ufG0W0(nBas,nC,nO,nV,nR,nS,ENuc,ERHF,ERI,eHF)
|
||||
|
||||
! Dimension of the supermatrix
|
||||
|
||||
n2h1p = nO*nO*nS
|
||||
n2h1p = nO*nO*nV
|
||||
n2p1h = nV*nV*nO
|
||||
nH = 1 + n2h1p + n2p1h
|
||||
|
||||
|
@ -49,7 +49,7 @@ subroutine ufGW(nBas,nC,nO,nV,nR,nS,ENuc,ERHF,ERI,eHF)
|
||||
|
||||
! Dimension of the supermatrix
|
||||
|
||||
n2h1p = nO*nO*nS
|
||||
n2h1p = nO*nO*nV
|
||||
n2p1h = nV*nV*nO
|
||||
nH = nBas + n2h1p + n2p1h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user