We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc8e8d commit c1394c4Copy full SHA for c1394c4
source/module_hamilt/ks_pw/veff_pw.cpp
@@ -48,8 +48,8 @@ void Veff<OperatorPW>::act
48
{
49
wfcpw->recip2real(tmpsi_in, porter, ik);
50
// NOTICE: when MPI threads are larger than number of Z grids
51
- // veff would contain nothing, and nothing should be do in real space
52
- // but the 3DFFT can not be skipped, it will cause stuck
+ // veff would contain nothing, and nothing should be done in real space
+ // but the 3DFFT can not be skipped, it will cause hanging
53
if(this->veff->nc != 0)
54
55
const double* current_veff = &(this->veff[0](current_spin, 0));
0 commit comments