Skip to content

Commit

Permalink
[fix] cthyb measure_chi was not passed into solve params since 3.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed Jan 8, 2025
1 parent 650ff75 commit 1b588f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/solid_dmft/dmft_tools/solvers/cthyb_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ def solve(self, **kwargs):
else:
assert 'random_seed' not in self.triqs_solver_params

# pass measure_O_tau which is prepared late in dmft cycle and only ready now
if self.solver_params['measure_chi'] is not None:
self.triqs_solver_params['measure_O_tau'] = self.solver_params['measure_O_tau']

if self.solver_params['delta_interface']:
self.triqs_solver.Delta_tau << self.Delta_time
self.triqs_solver_params['h_loc0'] = self.Hloc_0
Expand Down

0 comments on commit 1b588f0

Please sign in to comment.