Skip to content

Commit 8cfb4c9

Browse files
committed
fix typos
1 parent 8382659 commit 8cfb4c9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

python/pyabacus/src/hsolver/py_hsolver.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ void bind_hsolver(py::module& m)
5757
The maximum number of iterations.
5858
need_subspace : bool
5959
Whether to use the subspace function.
60-
is_occupied : list[bool]
61-
A list of boolean values indicating whether the band is occupied,
62-
meaning that the corresponding eigenvalue is to be calculated.
60+
diag_ethr : List[float] | None, optional
61+
The list of thresholds of bands, by default None.
6362
scf_type : bool
6463
Whether to use the SCF type, which is used to determine the
6564
convergence criterion.

0 commit comments

Comments
 (0)