diff --git a/python/solid_dmft/dmft_tools/solver.py b/python/solid_dmft/dmft_tools/solver.py index 57395b24..2cf272d2 100755 --- a/python/solid_dmft/dmft_tools/solver.py +++ b/python/solid_dmft/dmft_tools/solver.py @@ -956,6 +956,7 @@ def _hubbardI_postprocessing(self): self.Sigma_freq << self.triqs_solver.Sigma_iw self.G0_freq << self.triqs_solver.G0_iw self.G0_Refreq << self.triqs_solver.G0_w + self.G_freq << make_hermitian(self.triqs_solver.G_iw) self.G_freq_unsym << self.triqs_solver.G_iw self.sum_k.symm_deg_gf(self.G_freq, ish=self.icrsh) self.G_freq << self.G_freq diff --git a/test/python/svo_hubbardI_basic/ref.h5 b/test/python/svo_hubbardI_basic/ref.h5 index d83e2b65..bfce8113 100644 Binary files a/test/python/svo_hubbardI_basic/ref.h5 and b/test/python/svo_hubbardI_basic/ref.h5 differ