Skip to content

Commit

Permalink
[fix] turn of problematic ctseg move until fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed Jun 11, 2024
1 parent e3a85d1 commit 45c8de8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/solid_dmft/dmft_tools/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,9 @@ def make_positive_definite(G):
archive['DMFT_input/solver/it_-1'][f'Uloc_dlr_2idx_{self.icrsh}'] = Uloc_dlr_2idx
archive['DMFT_input/solver/it_-1'][f'Uloc_dlr_2idx_prime_{self.icrsh}'] = Uloc_dlr_2idx_prime
mpi.barrier()

# turn of problematic move in ctseg until fixed!
self.triqs_solver_params['move_move_segment'] = False
# Solve the impurity problem for icrsh shell
# *************************************
self.triqs_solver.solve(h_int=self.h_int, chemical_potential=chemical_potential, **self.triqs_solver_params)
Expand Down

0 comments on commit 45c8de8

Please sign in to comment.