Skip to content

Commit

Permalink
Update solver_core.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ec147 authored Jul 25, 2024
1 parent d83e076 commit e707023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c++/triqs_cthyb/solver_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ namespace triqs_cthyb {
std::cout << "Average sign: " << _average_sign << std::endl;
std::cout << "Average order: " << _average_order << std::endl;
std::cout << "Auto-correlation time: " << _auto_corr_time << std::endl;
std::cout << "Average update time: " << _update_time << std::endl;
std::cout << "Average update time: " << _update_time << std::endl;
}

// Copy local (real or complex) G_tau back to complex G_tau
Expand Down

0 comments on commit e707023

Please sign in to comment.