Skip to content

Commit

Permalink
checking frequencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ahurta92 committed Jul 1, 2024
1 parent 11f2d70 commit 131b214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/molresponse/ResponseBase.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ class Context {
XData load_x_space(World &world, const std::string &filename, const ResponseParameters &r_params,
double omega_state) const {
if (load_x_space_strategy_) {
return load_x_space_strategy_->load_x_space(world, filename, r_params, 0);
return load_x_space_strategy_->load_x_space(world, filename, r_params, omega_state);
} else {
throw madness::MadnessException("Load X Space Strategy isn't set", "Need to set a strategy", 2, 455,
"inner", "ResponseBase.hpp");
Expand Down

0 comments on commit 131b214

Please sign in to comment.