Skip to content

Commit

Permalink
fix wrong dimension of gemm_op in rotate_wf
Browse files Browse the repository at this point in the history
  • Loading branch information
Cstandardlib committed Jan 6, 2025
1 parent 14c3693 commit fe19e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/module_hsolver/diago_bpcg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ void DiagoBPCG<T, Device>::rotate_wf(
gemm_op()(this->ctx,
'N',
'N',
this->n_dim, //m
this->n_basis, //m
this->n_band, //n
this->n_band, //k
this->one, //1.0
Expand Down

0 comments on commit fe19e07

Please sign in to comment.