Skip to content

Commit 1756601

Browse files
committed
Fix typo
1 parent 1fe330e commit 1756601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyabacus/src/hsolver/py_diago_cg.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class PyDiagoCG
145145
std::copy(hpsi_ptr, hpsi_ptr + nvec * ld_psi, hpsi_out.data<std::complex<double>>());
146146
};
147147

148-
auto subspace_func = [ha](const ct::Tensor& psi_in, ct::Tensor& psi_out, const bool S_orth) { /*do nothing*/ };
148+
auto subspace_func = [](const ct::Tensor& psi_in, ct::Tensor& psi_out, const bool S_orth) { /*do nothing*/ };
149149

150150
auto spsi_func = [this] (const ct::Tensor& psi_in, ct::Tensor& spsi_out) {
151151
const auto ndim = psi_in.shape().ndim();

0 commit comments

Comments
 (0)