From c93ae70805e9a9dac98c9364c6bb55c0c2e1f010 Mon Sep 17 00:00:00 2001 From: Pierre-Francois Loos Date: Thu, 6 Jan 2022 22:13:45 +0100 Subject: [PATCH] fix bug in regularized self energy --- src/GW/unrestricted_regularized_self_energy_correlation.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GW/unrestricted_regularized_self_energy_correlation.f90 b/src/GW/unrestricted_regularized_self_energy_correlation.f90 index 9553e84..8c28dbc 100644 --- a/src/GW/unrestricted_regularized_self_energy_correlation.f90 +++ b/src/GW/unrestricted_regularized_self_energy_correlation.f90 @@ -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