Difference between revisions of "Eel md last step"
Jump to navigation
Jump to search
(Created page with "<code>eel_md_last_step</code> sets the value of last MD step of a previous run. It is used only in case of restarting a simulation. This value is used while writing data to th...") |
|||
| Line 16: | Line 16: | ||
| 0 | | 0 | ||
| <code>[[eel_E_prev_time]]</code>, <code>[[eel_md_prev_time]]</code> | | <code>[[eel_E_prev_time]]</code>, <code>[[eel_md_prev_time]]</code> | ||
| − | | | + | | If previous run was up to 1000 steps, use 1000 here. |
|} | |} | ||
Revision as of 10:24, 29 March 2024
eel_md_last_step sets the value of last MD step of a previous run. It is used only in case of restarting a simulation. This value is used while writing data to the electronic energy transfer output file.
Summary
| Required/optional | Type | Accepted values | Default | See also | Remarks |
|---|---|---|---|---|---|
| Optional | Integer | 100, 1000, etc. | 0 | eel_E_prev_time, eel_md_prev_time
|
If previous run was up to 1000 steps, use 1000 here. |