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 1fe330e commit 1756601Copy full SHA for 1756601
python/pyabacus/src/hsolver/py_diago_cg.hpp
@@ -145,7 +145,7 @@ class PyDiagoCG
145
std::copy(hpsi_ptr, hpsi_ptr + nvec * ld_psi, hpsi_out.data<std::complex<double>>());
146
};
147
148
- auto subspace_func = [ha](const ct::Tensor& psi_in, ct::Tensor& psi_out, const bool S_orth) { /*do nothing*/ };
+ auto subspace_func = [](const ct::Tensor& psi_in, ct::Tensor& psi_out, const bool S_orth) { /*do nothing*/ };
149
150
auto spsi_func = [this] (const ct::Tensor& psi_in, ct::Tensor& spsi_out) {
151
const auto ndim = psi_in.shape().ndim();
0 commit comments