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 8382659 commit 8cfb4c9Copy full SHA for 8cfb4c9
python/pyabacus/src/hsolver/py_hsolver.cpp
@@ -57,9 +57,8 @@ void bind_hsolver(py::module& m)
57
The maximum number of iterations.
58
need_subspace : bool
59
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.
+ diag_ethr : List[float] | None, optional
+ The list of thresholds of bands, by default None.
63
scf_type : bool
64
Whether to use the SCF type, which is used to determine the
65
convergence criterion.
0 commit comments