Skip to content

Commit

Permalink
[fix] critical bug in hubbardI interface
Browse files Browse the repository at this point in the history
G_imp_iw was not stored correctly
  • Loading branch information
the-hampel committed Aug 2, 2023
1 parent fad5984 commit ec595cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/solid_dmft/dmft_tools/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified test/python/svo_hubbardI_basic/ref.h5
Binary file not shown.

0 comments on commit ec595cc

Please sign in to comment.