Navigation : Manual Input Variables - Atomic Orbitals - Calculation Modes - ClassicalParticles - DFTBPlusInterface - Execution - Hamiltonian - Linear Response - Math -- RootSolver --- RootSolver --- RootSolverAbsTolerance --- RootSolverMaxIter --- RootSolverRelTolerance -- SPARSKIT - Maxwell - MaxwellStates - Mesh - Output - SCF - States - System - Time-Dependent - Utilities - Alphabetic Index Tutorials Developers Releases RootSolver A - B - C - D - E - F - G - H - I - K - L - M - N - O - P - Q - R - S - T - U - V - W - X RootSolver Name RootSolver Section Math::RootSolver Type integer Default root_newton Specifies what kind of root solver will be used. Options: root_newton: Newton method. RootSolverAbsTolerance Name RootSolverAbsTolerance Section Math::RootSolver Type float Default 1e-8 Relative tolerance for the root-finding process. RootSolverMaxIter Name RootSolverMaxIter Section Math::RootSolver Type integer Default 100 In case of an iterative root solver, this variable determines the maximum number of iteration steps. RootSolverRelTolerance Name RootSolverRelTolerance Section Math::RootSolver Type float Default 1e-8 Relative tolerance for the root-finding process.