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 
         
       
    
    
    RecalculateGSDuringEvolution 
    
    
    
    
RecalculateGSDuringEvolution 
Section  Time-Dependent::Propagation  
Type  logical 
Default  no 
 
In order to calculate some information about the system along the
evolution (e.g. projection onto the ground-state KS determinant,
projection of the TDKS spin-orbitals onto the ground-state KS
spin-orbitals), the ground-state KS orbitals are needed. If the
ionic potential changes – that is, the ions move – one may want
to recalculate the ground state. You may do this by setting this
variable.
The recalculation is not done every time step, but only every
RestartWriteInterval  time steps.
 
    
         
        
        
        
        Source information
        
         
    
    
td/td.F90  : 328
 call  parse_variable ( namespace ,  'RecalculateGSDuringEvolution' ,  . false .,  td % recalculate_gs )