Skip to content

Commit

Permalink
compute_y bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ahurta92 committed Jul 1, 2024
1 parent 713c07b commit 3589f5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/apps/molresponse/FrequencyResponse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@ auto FrequencyResponse::update_response(World &world, X_space &chi, XCOperator<d
new_chi = kain_x_space_update(world, chi, new_res, kain_x_space);
}
inner_to_json(world, "x_update", response_context.inner(new_chi, new_chi), iter_function_data);

bool compute_Y = r_params.calc_type() == "full";
x_space_step_restriction(world, chi, new_chi, compute_y, max_rotation);
if (r_params.print_level() >= 1) { molresponse::end_timer(world, "update response", "update", iter_timing); }

Expand Down

0 comments on commit 3589f5b

Please sign in to comment.