Skip to content

Commit

Permalink
...EJB
Browse files Browse the repository at this point in the history
  • Loading branch information
ebylaska committed Nov 18, 2024
1 parent e63839a commit 80b0d4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Nwpw/nwpwlib/D3dB/Pneb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2786,6 +2786,7 @@ void Pneb::g_project_out_filled_above(double *psi, const int ms, const int k, do
int indx = 2*PGrid::npack(1)*ka + ishift;
double w = -PGrid::cc_pack_dot(1,psi+indx,Horb);
PGrid::cc_pack_daxpy(1,w,psi+indx,Horb);
std::cout << "project_above k=" << k << " ka=" << ka << " w=" << w << std::endl;
}
}

Expand Down

0 comments on commit 80b0d4b

Please sign in to comment.