Skip to content

Commit

Permalink
Update impurity_trace.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ec147 authored Jul 29, 2024
1 parent dcdc085 commit 66a0a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c++/triqs_cthyb/impurity_trace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ namespace triqs_cthyb {
for (bl = 0; bl < n_bl; ++bl) { // sum over all blocks

// stopping criterion
if ((bl > 0) && (bound_cumul[bl] <= std::abs(full_trace) * epsilon) && !(meas_den && time_invariance)) break;
if ((bl > 0) && (bound_cumul[bl] <= std::abs(full_trace) * epsilon) && !(meas_den && time_invariance)) break;

int block_index = to_sort_lnorm_b[bl].second; // index in original (unsorted) order

Expand Down

0 comments on commit 66a0a24

Please sign in to comment.