feos.dft.DFTSolver.newton¶
- DFTSolver.newton(log=None, max_iter=None, max_iter_gmres=None, tol=None)¶
Add Newton solver to the solver object.
- Parameters:
log (bool, optional) – Iterate the logarithm of the density profile Defaults to False.
max_iter (int, optional) – The maximum number of iterations. Defaults to 50.
max_iter_gmres (int, optional) – The maximum number of iterations for the GMRES solver. Defaults to 200.
tol (float, optional) – The tolerance. Defaults to 1e-11.
- Return type: