4
1
mirror of https://github.com/pfloos/quack synced 2024-07-25 12:17:35 +02:00

fix bug in regularized self energy

This commit is contained in:
Pierre-Francois Loos 2022-01-06 22:13:45 +01:00
parent baff46e4db
commit c93ae70805

View File

@ -1,4 +1,4 @@
subroutine unrestricted_self_energy_correlation(eta,nBas,nC,nO,nV,nR,nSt,e,Omega,rho,SigC,EcGM)
subroutine unrestricted_regularized_self_energy_correlation(eta,nBas,nC,nO,nV,nR,nSt,e,Omega,rho,SigC,EcGM)
! Compute diagonal of the correlation part of the self-energy
@ -130,4 +130,4 @@ subroutine unrestricted_self_energy_correlation(eta,nBas,nC,nO,nV,nR,nSt,e,Omega
end do
end do
end subroutine unrestricted_self_energy_correlation
end subroutine unrestricted_regularized_self_energy_correlation