feos.dft.State.is_stable¶
- State.is_stable(tol=None, verbosity=None)¶
Performs a stability analysis and returns whether the state is stable
- Parameters:
max_iter (int, optional) – The maximum number of iterations.
tol (float, optional) – The solution tolerance.
verbosity (Verbosity, optional) – The verbosity.
- Return type:
bool