Navigation : 
        
          
    
   Manual 
    
   Input Variables  
    
  - 
   Atomic Orbitals 
    
  - 
   Calculation Modes 
    
  - 
   ClassicalParticles 
    
  - 
   DFTBPlusInterface 
    
  - 
   Execution 
    
  - 
   Hamiltonian 
    
  - 
   Linear Response 
    
  - 
   Math 
    
  - 
   Maxwell 
    
  - 
   MaxwellStates 
    
  - 
   Mesh 
    
  - 
   Output 
    
  - 
   SCF 
    
  - 
   States 
    
  - 
   System 
    
  - 
   Time-Dependent  
    
  -- 
   Absorbing Boundaries 
    
  -- 
   PhotoElectronSpectrum 
    
  -- 
   Propagation  
      --- ArnoldiOrthogonalization 
      --- InteractionTiming 
      --- IonsConstantVelocity 
      --- IonsTimeDependentDisplacements 
      --- MaxwellAbsorbingBoundaries 
      --- MaxwellBoundaryConditions 
      --- MaxwellTDETRSApprox 
      --- MaxwellTDIntervalSteps 
      --- MaxwellTDOperatorMethod 
      --- MaxwellTDSCFThreshold 
      --- MoveIons 
      --- RecalculateGSDuringEvolution 
      --- TDDynamics 
      --- TDEnergyUpdateIter 
      --- TDExponentialMethod 
      --- TDExpOrder 
      --- TDIonicTimeScale 
      --- TDLanczosTol 
      --- TDMaxSteps 
      --- TDMaxwellKSRelaxationSteps 
      --- TDMaxwellTDRelaxationSteps 
      --- TDPhotonicTimeScale 
      --- TDPropagationTime 
      --- TDPropagator 
      --- TDSCFThreshold 
      --- TDStepsWithSelfConsistency 
      --- TDSystemPropagator 
      --- TDTimeStep 
      --- TemperatureFunction 
      --- Thermostat 
      --- ThermostatMass 
  
    
  -- 
   Response 
    
  -- 
   TD Output 
      -- MaxwellFunctions 
      -- TDExternalFields 
      -- TDFreezeDFTUOccupations 
      -- TDFreezeHXC 
      -- TDFreezeOrbitals 
      -- TDFreezeU 
      -- TDFunctions 
      -- TDGlobalForce 
      -- TDScissor 
  
    
  - 
   Utilities 
    
  - 
   Alphabetic Index 
  
    
   Tutorials 
    
   Developers 
    
   Releases 
         
       
    
    
    MaxwellTDSCFThreshold 
    
    
    
    
MaxwellTDSCFThreshold 
Section  Time-Dependent::Propagation  
Type  float 
Default  1.0e-6 
 
Since the Maxwell-KS propagator is non-linear, each propagation step
should be performed self-consistently.  In practice, for most
purposes this is not necessary, except perhaps in the first
iterations. This variable holds the number of propagation steps
for which the propagation is done self-consistently.
This variable controls the accuracy threshold for the self consistency.
 
    
         
        
        
        
        Source information
        
         
    
    
maxwell/propagator_mxll.F90  : 281
 call  parse_variable ( namespace ,  'MaxwellTDSCFThreshold' ,  CNST ( 1.0e-6 ),  tr % scf_threshold )