Navigation : 
        
          
    
   Manual 
    
   Input Variables  
    
  - 
   Atomic Orbitals 
    
  - 
   Calculation Modes 
    
  - 
   ClassicalParticles 
    
  - 
   DFTBPlusInterface 
    
  - 
   Execution 
    
  - 
   Hamiltonian 
    
  - 
   Linear Response 
    
  - 
   Math 
    
  - 
   Maxwell 
    
  - 
   MaxwellStates 
    
  - 
   Mesh 
    
  - 
   Output 
    
  - 
   SCF  
    
  -- 
   Convergence 
    
  -- 
   Eigensolver 
    
  -- 
   LCAO 
    
  -- 
   Mixing  
      --- MixField 
      --- Mixing 
      --- MixingPreconditioner 
      --- MixingResidual 
      --- MixingRestart 
      --- MixingScheme 
      --- MixInterval 
      --- MixNumberSteps 
  
    
  -- 
   RDMFT 
      -- SCFCalculateDipole 
      -- SCFCalculateForces 
      -- SCFCalculatePartialCharges 
      -- SCFCalculateStress 
      -- SCFinLCAO 
  
    
  - 
   States 
    
  - 
   System 
    
  - 
   Time-Dependent 
    
  - 
   Utilities 
    
  - 
   Alphabetic Index 
  
    
   Tutorials 
    
   Developers 
    
   Releases 
         
       
    
    
    MixingRestart 
    
    
    
    
MixingRestart 
Section  SCF::Mixing  
Type  integer 
Default  20 
 
In the Broyden and Bowler_Gillan schemes, the mixing is restarted after
the number of iterations given by this variable.
Set this to zero to disable restarting the mixing.
 
    
         
        
        
        
        Source information
        
         
    
    
scf/mix.F90  : 275
 call  parse_variable ( namespace ,  trim ( prefix ) // 'MixingRestart' ,  20 ,  smix % ns_restart )