Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed May 20, 2024
1 parent ec673e2 commit e8c5f7a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions python/solid_dmft/dmft_tools/results_to_archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ def _compile_information(sum_k, general_params, solver_params, solvers, map_imp_
write_to_h5['G_time_dlr_{}'.format(icrsh)] = solvers[icrsh].G_time_dlr
write_to_h5['Sigma_dlr_{}'.format(icrsh)] = solvers[icrsh].Sigma_dlr

# if solver_params['measure_G_iw']:
# write_to_h5['Gimp_freq_direct_{}'.format(icrsh)] = solvers[icrsh].G_iw_direct

if solver_type_per_imp[icrsh] == 'ctint' and solver_params[isolvsec]['measure_histogram']:
write_to_h5['pert_order_imp_{}'.format(icrsh)] = solvers[icrsh].perturbation_order

Expand Down
3 changes: 0 additions & 3 deletions python/solid_dmft/dmft_tools/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1115,9 +1115,6 @@ def set_Gs_from_G_l():
if self.solver_params['measure_chi'] is not None:
self.O_time = self.triqs_solver.O_tau

# if self.solver_params['measure_G_iw']:
# self.G_iw_direct = self.triqs_solver.G_iw_direct

return

def _ctint_postprocessing(self):
Expand Down

0 comments on commit e8c5f7a

Please sign in to comment.