Skip to content

Commit

Permalink
some print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
ahurta92 committed Oct 26, 2023
1 parent 39f5026 commit 57bb31d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/apps/molresponse/ResponseBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1179,6 +1179,7 @@ auto ResponseBase::kain_x_space_update(World &world, const X_space &chi, const X
size_t m = chi.num_states();
size_t n = chi.num_orbitals();
X_space kain_update = chi.copy();
kain_update.set_active(chi.active);
response_matrix update(m);

// compute the norm of the residuals
Expand Down

0 comments on commit 57bb31d

Please sign in to comment.