Skip to content

Commit

Permalink
make sure i record the residuals
Browse files Browse the repository at this point in the history
  • Loading branch information
ahurta92 committed Jul 1, 2024
1 parent fefa809 commit fb0ff8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/apps/molresponse/FrequencyResponse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ void FrequencyResponse::iterate(World &world) {

if (r_params.print_level() >= 1) { molresponse::start_timer(world); }
x_residual = copy(new_res.residual_norms);
iter_function_data["x_residuals"] = x_residual;
residuals = new_res.residual.copy();
if (r_params.print_level() >= 1) {
molresponse::end_timer(world, "copy_response_data", "copy_response_data", iter_timing);
Expand Down

0 comments on commit fb0ff8c

Please sign in to comment.