10
1
mirror of https://github.com/pfloos/quack synced 2025-05-06 15:14:55 +02:00

plot self energy

This commit is contained in:
Loris Burth 2025-04-07 13:51:39 +02:00
parent 8e057060e6
commit 0cc85b40b0

View File

@ -43,7 +43,7 @@ subroutine RG0W0(dotest,doACFDT,exchange_kernel,doXBS,dophBSE,dophBSE2,TDA_W,TDA
! Local variables ! Local variables
logical :: print_W = .false. logical :: print_W = .false.
logical :: plot_self = .false. logical :: plot_self = .true.
logical :: dRPA_W logical :: dRPA_W
integer :: isp_W integer :: isp_W
double precision :: flow 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 ! 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 ! Cumulant expansion