mirror of
https://github.com/pfloos/quack
synced 2025-05-06 15:14:55 +02:00
typo fix
This commit is contained in:
parent
32c0efb45c
commit
0130c68d4e
@ -104,7 +104,7 @@ subroutine complex_cRG0W0(dotest,doACFDT,exchange_kernel,doXBS,dophBSE,dophBSE2,
|
|||||||
! Memory allocation
|
! Memory allocation
|
||||||
|
|
||||||
allocate(Aph(nS,nS),Bph(nS,nS),Re_SigC(nOrb),Im_SigC(nOrb),Re_Z(nOrb),Im_Z(nOrb),Om(nS),XpY(nS,nS),XmY(nS,nS),rho(nOrb,nOrb,nS), &
|
allocate(Aph(nS,nS),Bph(nS,nS),Re_SigC(nOrb),Im_SigC(nOrb),Re_Z(nOrb),Im_Z(nOrb),Om(nS),XpY(nS,nS),XmY(nS,nS),rho(nOrb,nOrb,nS), &
|
||||||
Re_eGW(nOrb),Im_eGW(nOrb),Re_eGWlin(nOrb),Im_eGWlin(nOrb),Re_eHF(nOrb),Im_eHF(nOrb),)
|
Re_eGW(nOrb),Im_eGW(nOrb),Re_eGWlin(nOrb),Im_eGWlin(nOrb),Re_eHF(nOrb),Im_eHF(nOrb))
|
||||||
Re_eHF(:) = real(eHF(:))
|
Re_eHF(:) = real(eHF(:))
|
||||||
Im_eHF(:) = aimag(eHF(:))
|
Im_eHF(:) = aimag(eHF(:))
|
||||||
!-------------------!
|
!-------------------!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user