Skip to content

Commit fe19e07

Browse files
committed
fix wrong dimension of gemm_op in rotate_wf
1 parent 14c3693 commit fe19e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_hsolver/diago_bpcg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ void DiagoBPCG<T, Device>::rotate_wf(
224224
gemm_op()(this->ctx,
225225
'N',
226226
'N',
227-
this->n_dim, //m
227+
this->n_basis, //m
228228
this->n_band, //n
229229
this->n_band, //k
230230
this->one, //1.0

0 commit comments

Comments
 (0)