Difference between revisions of "Adapt tstep interval"

From TurboGAP
Jump to navigation Jump to search
(Created page with "<code>adapt_tstep_interval</code> sets the interval of MD steps at which the adaptive time algorithm will be called to check if the current time-step is according to the speci...")
 
Line 4: Line 4:
  
 
{| class="wikitable"
 
{| class="wikitable"
|+ Summary for <code>adaptive_time</code> keyword
+
|+ Summary for <code>adapt_tstep_interval</code> keyword
 
! style="text-align:left;"| Required/optional
 
! style="text-align:left;"| Required/optional
 
! style="text-align:left;"| Type
 
! style="text-align:left;"| Type

Revision as of 09:48, 27 September 2023

adapt_tstep_interval sets the interval of MD steps at which the adaptive time algorithm will be called to check if the current time-step is according to the specified maximum allowed displacement adapt_xmax and maximum allowed energy transfer adapt_emax per time-step criteria.

Summary

Summary for adapt_tstep_interval keyword
Required/optional Type Accepted values Default See also Remarks
Required Integer Any integer 1 adaptive_time, adapt_tmin, adapt_tmax, adapt_xmax, adapt_emax Optimum interval which is neither too frequent nor too infrequent should be used.