Skip to content

Commit

Permalink
print statements for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ahurta92 committed Jul 1, 2024
1 parent 748725a commit 307b4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/molresponse/response_functions.h
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ namespace madness {
// Mimicing standard madness calls with these 3
void zero() {
auto &world = x[0][0].world();
for (auto&i:active) { x[i] = zero_functions<double, 3>(world, num_orbitals, false); }
for (int i =0;i<num_states;i++ ) { x[i] = zero_functions<double, 3>(world, num_orbitals, false); }
}

void compress_rf() {
Expand Down

0 comments on commit 307b4c2

Please sign in to comment.