Skip to content

Commit

Permalink
A bit tighter
Browse files Browse the repository at this point in the history
  • Loading branch information
ahurta92 committed Oct 20, 2023
1 parent 5be4dfb commit 579bbff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apps/molresponse/FrequencyResponse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ void FrequencyResponse::iterate(World &world) {
r_params.dconv());//.01 .0001 .1e-5
auto thresh = FunctionDefaults<3>::get_thresh();
auto density_target = dconv * std::max(size_t(5.0), molecule.natom());
const double a_pow{0.573};
const double b_pow{-0.709};
const double a_pow{0.747};
const double b_pow{-0.012};

const double x_relative_target = pow(thresh, a_pow) * pow(10, b_pow);//thresh^a*10^b
Tensor<double> x_relative_residuals((int(m)));
Expand Down

0 comments on commit 579bbff

Please sign in to comment.