Skip to content

Commit

Permalink
more printing removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ahurta92 committed Dec 14, 2023
1 parent ea98cd5 commit 9ee8c9f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/apps/molresponse/FrequencyResponse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,9 +447,6 @@ auto QuadraticResponse::setup_XBC(World &world) -> std::pair<X_space, X_space> {
auto xb = to_response_matrix(x_data[1].first.copy());
auto xc = to_response_matrix(x_data[2].first.copy());

print("x_data norms x", x_data[1].first.x.norm2());
print("x_data norms y", x_data[1].first.y.norm2());

// create new response matrices to hold the organized data
auto XB = create_response_matrix(6, r_params.num_orbitals());
auto XC = create_response_matrix(6, r_params.num_orbitals());
Expand Down

0 comments on commit 9ee8c9f

Please sign in to comment.