Skip to content

Commit 0197961

Browse files
Fix: ace
1 parent eb57368 commit 0197961

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/source_pw/module_pwdft/operator_pw/op_exx_pw.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -432,10 +432,10 @@ void OperatorEXXPW<T, Device>::construct_ace() const
432432

433433
lapack_potrf()(lo, nbands, L_ace, nbands);
434434

435-
// // expand for-loop
436-
// for (int i = 0; i < nbands; ++i) {
437-
// setmem_complex_op()(L_ace + i * nbands, 0, i);
438-
// }
435+
// expand for-loop
436+
for (int i = 0; i < nbands; ++i) {
437+
setmem_complex_op()(L_ace + i * nbands, 0, i);
438+
}
439439

440440
// L_ace inv in place
441441
char non = 'N';

0 commit comments

Comments
 (0)