mirror of
https://github.com/pfloos/quack
synced 2025-05-06 15:14:55 +02:00
plot self energy
This commit is contained in:
parent
8e057060e6
commit
0cc85b40b0
@ -43,7 +43,7 @@ subroutine RG0W0(dotest,doACFDT,exchange_kernel,doXBS,dophBSE,dophBSE2,TDA_W,TDA
|
||||
! Local variables
|
||||
|
||||
logical :: print_W = .false.
|
||||
logical :: plot_self = .false.
|
||||
logical :: plot_self = .true.
|
||||
logical :: dRPA_W
|
||||
integer :: isp_W
|
||||
double precision :: flow
|
||||
@ -151,7 +151,7 @@ subroutine RG0W0(dotest,doACFDT,exchange_kernel,doXBS,dophBSE,dophBSE2,TDA_W,TDA
|
||||
|
||||
! Plot self-energy, renormalization factor, and spectral function
|
||||
|
||||
if(plot_self) call RGW_plot_self_energy(nOrb,eta,nC,nO,nV,nR,nS,eHF,eHF,Om,rho)
|
||||
if(plot_self) call RGW_plot_self_energy(nOrb,eta,nC,nO,nV,nR,nS,eHF,eGW,Om,rho)
|
||||
|
||||
! Cumulant expansion
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user