Navigation :
Manual
Input Variables
-
Atomic Orbitals
-
Calculation Modes
-
ClassicalParticles
-
DFTBPlusInterface
-
Execution
-
Hamiltonian
-
Linear Response
--
Casida
--
KdotP
--
Polarizabilities
--
SCF in LR calculations
--- LRConvAbsDens
--- LRConvRelDens
--- LRMaximumIter
--- LRTolAdaptiveFactor
--- LRTolIterWindow
--- LRTolScheme
--
Solver
--
Static Polarization
--
Sternheimer
--
Vibrational Modes
-- MagneticGaugeCorrection
-- ResponseMethod
-
Math
-
Maxwell
-
MaxwellStates
-
Mesh
-
Output
-
SCF
-
States
-
System
-
Time-Dependent
-
Utilities
-
Alphabetic Index
Tutorials
Developers
Releases
LRConvRelDens
LRConvRelDens
Section Linear Response::SCF in LR calculations
Type float
Default 0.0
The tolerance in the relative variation of the density response, to determine if
the SCF for linear response is converged.
$\varepsilon = \frac{1}{N_{\rm elec}}$ LRConvAbsDens .
A zero value means do not use this criterion.
Source information
hamiltonian/scf_tol.F90 : 111
call parse_variable ( namespace , 'LRConvRelDens' , M_ZERO , this % conv_rel_dens )