Skip to content

Commit 83e7e41

Browse files
committed
fix pyabacus dav-subspace
1 parent 762d012 commit 83e7e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyabacus/src/hsolver/py_diago_dav_subspace.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class PyDiagoDavSubspace
141141
comm_info
142142
);
143143

144-
return obj->diag(hpsi_func, psi, nbasis, eigenvalue, diag_ethr.data(), scf_type);
144+
return obj->diag(hpsi_func, psi, nbasis, eigenvalue, diag_ethr, scf_type);
145145
}
146146

147147
private:

0 commit comments

Comments
 (0)