IRC STOP: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 2: Line 2:
{{TAGDEF|IRC_STOP|integer | 20}}
{{TAGDEF|IRC_STOP|integer | 20}}


Description: {{TAG|IRC_STOP}} defines the number of steps taken in the {{TAG|IRC calculations}} in which the energy must monotonously increase before the algorithm terminates. In order to avoid a premature terminations, especially close to transition states., e.g., due to a numerical noise, IRC_STOP should always be greater than 1.
Description: Sets the number of steps in which the energy must monotonously increase before an [[IRC calculations|IRC calculation]] terminates.
 
-----
 
Along the IRC pathway, from a higher energy state, i.e., the transition state or the excited state, towards a lower energy state, i.e., reactants or products, the energy generally decreases. In some cases, the IRC pathway may encounter regions with relatively constant energy (plateaus) or fluctuations due to numerical noise or complex interactions, particularly in the vicinity of transition states.
 
{{TAG|IRC_STOP}} sets the number of time steps with increasing energy, after which the damped-velocity-Verlet algorithm in an [[IRC calculations|IRC calculation]] terminates. In order to avoid a premature termination, especially close to transition states, {{TAG|IRC_STOP}} should always be greater than 1.


== Related tags and articles ==
== Related tags and articles ==
Line 11: Line 17:
{{TAG|IRC_MAXSTEP}},
{{TAG|IRC_MAXSTEP}},
{{TAG|IRC_VNORM0}}
{{TAG|IRC_VNORM0}}
[[Category:INCAR tag]][[Category: Transition states]]

Revision as of 12:15, 12 November 2023

IRC_STOP = integer
Default: IRC_STOP = 20 

Description: Sets the number of steps in which the energy must monotonously increase before an IRC calculation terminates.


Along the IRC pathway, from a higher energy state, i.e., the transition state or the excited state, towards a lower energy state, i.e., reactants or products, the energy generally decreases. In some cases, the IRC pathway may encounter regions with relatively constant energy (plateaus) or fluctuations due to numerical noise or complex interactions, particularly in the vicinity of transition states.

IRC_STOP sets the number of time steps with increasing energy, after which the damped-velocity-Verlet algorithm in an IRC calculation terminates. In order to avoid a premature termination, especially close to transition states, IRC_STOP should always be greater than 1.

Related tags and articles

IRC calculations, IRC_DIRECTION , IRC_DELTA0, IRC_MINSTEP, IRC_MAXSTEP, IRC_VNORM0