mirror of
https://github.com/pfloos/quack
synced 2024-12-22 20:34:46 +01:00
looking for wrong sign
This commit is contained in:
parent
719de655cc
commit
a972877eac
@ -55,6 +55,7 @@ subroutine GW_ppBSE_dynamic_kernel_C(ispin,eta,nBas,nC,nO,nV,nR,nS,nVV,lambda,eG
|
|||||||
cd = cd + 1
|
cd = cd + 1
|
||||||
|
|
||||||
do m=1,nS
|
do m=1,nS
|
||||||
|
|
||||||
dem = OmBSE - eGW(c) - Om(m) - eGW(b)
|
dem = OmBSE - eGW(c) - Om(m) - eGW(b)
|
||||||
num = rho(a,c,m)*rho(b,d,m)
|
num = rho(a,c,m)*rho(b,d,m)
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ subroutine GW_ppBSE_dynamic_perturbation(ispin,dTDA,eta,nBas,nC,nO,nV,nR,nS,nOO,
|
|||||||
integer :: ab,ij,kl
|
integer :: ab,ij,kl
|
||||||
|
|
||||||
integer :: maxOO = 10
|
integer :: maxOO = 10
|
||||||
integer :: maxVV = 10
|
integer :: maxVV = 0
|
||||||
|
|
||||||
double precision,allocatable :: Om1_dyn(:)
|
double precision,allocatable :: Om1_dyn(:)
|
||||||
double precision,allocatable :: Om2_dyn(:)
|
double precision,allocatable :: Om2_dyn(:)
|
||||||
|
Loading…
Reference in New Issue
Block a user