ML OUTPUT MODE: Difference between revisions
(Created page with "{{DISPLAYTITLE:ML_OUTPUT_MODE}} {{TAGDEF|ML_OUTPUT_MODE|[integer]|1} Description: This tag decides the output verbosity of the molecular-dynamics calculation using machine le...") |
No edit summary |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:ML_OUTPUT_MODE}} | {{DISPLAYTITLE:ML_OUTPUT_MODE}} | ||
{{TAGDEF|ML_OUTPUT_MODE|[integer]|1} | {{TAGDEF|ML_OUTPUT_MODE|[integer]|1}} | ||
Description: This tag | Description: This tag allows to disable certain file output which helps to increase performance in molecular-dynamics simulations with machine-learned force fields in prediction-only mode ({{TAGO|ML_MODE|run}}). | ||
{{NB|mind|This tag is only available as of VASP.6.4.0.}} | |||
---- | ---- | ||
The following options exist for this tag: | This tag is useful in combination with {{TAG|ML_OUTBLOCK}} to further reduce per-time-step calculations and file output. The following options exist for this tag: | ||
*{{ | *{{TAGO|ML_OUTPUT_MODE|1}}: '''Normal operation''', output is written as usual in ab-initio molecular-dynamics simulations. | ||
*{{ | *{{TAGO|ML_OUTPUT_MODE|0}}: '''Reduced file output mode''', in contrast to normal operation the following changes apply: | ||
** Pair-correlation functions are not computed. | |||
** No output to {{FILE|PCDAT}} file. | |||
** No <code>pair_correlation</code> output section in {{FILE|vaspout.h5}}. | |||
** No <code>structure</code>, <code>varray name="forces"</code> and <code>varray name="stress"</code> output sections in {{FILE|vasprun.xml}}. | |||
== Related tags and articles == | == Related tags and articles == | ||
{{TAG|ML_LMLFF}}, {{TAG| | {{TAG|ML_LMLFF}}, {{TAG|ML_MODE}}, {{TAG|ML_LFAST}}, {{TAG|ML_IERR}}, {{TAG|ML_OUTBLOCK}} | ||
---- | ---- | ||
[[Category:INCAR tag]][[Category:Machine-learned force fields | [[Category:INCAR tag]][[Category:Machine-learned force fields]] |
Latest revision as of 15:40, 20 March 2024
ML_OUTPUT_MODE = [integer]
Default: ML_OUTPUT_MODE = 1
Description: This tag allows to disable certain file output which helps to increase performance in molecular-dynamics simulations with machine-learned force fields in prediction-only mode (ML_MODE = run
).
Mind: This tag is only available as of VASP.6.4.0. |
This tag is useful in combination with ML_OUTBLOCK to further reduce per-time-step calculations and file output. The following options exist for this tag:
ML_OUTPUT_MODE = 1
: Normal operation, output is written as usual in ab-initio molecular-dynamics simulations.ML_OUTPUT_MODE = 0
: Reduced file output mode, in contrast to normal operation the following changes apply:- Pair-correlation functions are not computed.
- No output to PCDAT file.
- No
pair_correlation
output section in vaspout.h5. - No
structure
,varray name="forces"
andvarray name="stress"
output sections in vasprun.xml.
Related tags and articles
ML_LMLFF, ML_MODE, ML_LFAST, ML_IERR, ML_OUTBLOCK