Navigation :
Manual
Input Variables
-
Atomic Orbitals
-
Calculation Modes
-
ClassicalParticles
-
DFTBPlusInterface
-
Execution
-
Hamiltonian
-
Linear Response
-
Math
-
Maxwell
-
MaxwellStates
-
Mesh
-
Output
-
SCF
--
Convergence
--- ConvAbsDens
--- ConvAbsEv
--- ConvEigenError
--- ConvEnergy
--- ConvRelDens
--- ConvRelEv
--- MaximumIter
--- MaximumIterBerry
--
Eigensolver
--
LCAO
--
Mixing
--
RDMFT
-- SCFCalculateDipole
-- SCFCalculateForces
-- SCFCalculatePartialCharges
-- SCFCalculateStress
-- SCFinLCAO
-
States
-
System
-
Time-Dependent
-
Utilities
-
Alphabetic Index
Tutorials
Developers
Releases
MaximumIterBerry
MaximumIterBerry
Section SCF::Convergence
Type integer
Default 10
Maximum number of iterations for the Berry potential, within each SCF iteration.
Only applies if a StaticElectricField is applied in a periodic direction.
The code will move on to the next SCF iteration even if convergence
has not been achieved. -1 means unlimited.
Source information
hamiltonian/berry.F90 : 77
call parse_variable ( namespace , 'MaximumIterBerry' , 10 , this % max_iter_berry )