Difference between revisions of "Eel freq out"

From TurboGAP
Jump to navigation Jump to search
(Created page with "<code>eel_freq_out</code> sets the interval of MD steps at which the electronic energy loss (EEL) data will be written to output file named as 'ElectronicEnergyLoss.txt'. Firs...")
 
Line 14: Line 14:
 
| Optional
 
| Optional
 
| Integer
 
| Integer
| Positive integer.
+
| Positive integer
 
| 1
 
| 1
 
| <code>[[electronic_stopping]]</code>, <code>[[eel_cut]]</code>, <code>[[estop_filename]]</code>
 
| <code>[[electronic_stopping]]</code>, <code>[[eel_cut]]</code>, <code>[[estop_filename]]</code>
 
| If EEL at every step is required use 1, otherwise use larger interval if cumulative EEL is sufficient.
 
| If EEL at every step is required use 1, otherwise use larger interval if cumulative EEL is sufficient.
 
|}
 
|}

Revision as of 08:43, 27 September 2023

eel_freq_out sets the interval of MD steps at which the electronic energy loss (EEL) data will be written to output file named as 'ElectronicEnergyLoss.txt'. First line in the output will have names of columns and in the following lines there will be three columns of data: time in fs units, EEL in the present MD step in eV units, cumulative EEL till the present MD time in eV units.

Summary

Summary for adaptive_time keyword
Required/optional Type Accepted values Default See also Remarks
Optional Integer Positive integer 1 electronic_stopping, eel_cut, estop_filename If EEL at every step is required use 1, otherwise use larger interval if cumulative EEL is sufficient.