Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Back to top
View this page

feos.DFTSolver

class feos.DFTSolver(verbosity=None)

Settings for the DFT solver.

Parameters:

verbosity (Verbosity, optional) – The verbosity level of the solver. Defaults to Verbosity.None.

Return type:

DFTSolver

Methods

__init__()

anderson_mixing([log, max_iter, tol, ...])

Add Anderson mixing to the solver object.

newton([log, max_iter, max_iter_gmres, tol])

Add Newton solver to the solver object.

picard_iteration([log, max_iter, tol, ...])

Add a picard iteration to the solver object.

Attributes

default