Skip to content

Commit

Permalink
compute_y bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ahurta92 committed Oct 24, 2023
1 parent 7b56d9e commit de0b739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/molresponse/FrequencyResponse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ auto FrequencyResponse::update_response(World &world, X_space &chi, XCOperator<d
}
inner_to_json(world, "x_update", response_context.inner(new_chi, new_chi), iter_function_data);

bool compute_Y = r_params.calc_type() == "full";
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 de0b739

Please sign in to comment.