Skip to content

Commit

Permalink
some printing
Browse files Browse the repository at this point in the history
  • Loading branch information
ahurta92 committed Oct 26, 2023
1 parent fe7c328 commit 1ab5ed1
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 @@ -111,6 +111,7 @@ void FrequencyResponse::iterate(World &world) {
print("k: ", FunctionDefaults<3>::get_k());
print("Chi Norms at start of iteration: ", iter);
print("||X||: ", chi_norms);
print("||f(x)-x||: ", x_residual);
print("<< XI | XJ >>(omega): \n", polar);
print("targets : ||x||", x_residual_target, " ||delta_rho||", density_target);
}
Expand Down

0 comments on commit 1ab5ed1

Please sign in to comment.