ML LIB: Difference between revisions
(Created page with "{{DISPLAYTITLE:ML_LIB}} {{TAGDEF|ML_LIB|[logical]}} {{DEF|ML_LIB|.TRUE.|if compiled with VASPml library |.FALSE.|else}} Description: {{TAG|ML_LIB}} enables/disables the use of the VASPml C++ library for machine-learning features. {{Available|6.5.0}} ---- ==First section== == Related tags and articles== {{TAG|ML_LMLFF}}, {{TAG|ML_MODE}} {{sc|ML_LIB|Examples|Examples that use this tag}} == References == <references/> ---- Contents <!-- Link to cat...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:ML_LIB}} | {{DISPLAYTITLE:ML_LIB}} | ||
{{TAGDEF|ML_LIB|[logical]}} | {{TAGDEF|ML_LIB|[logical]}} | ||
{{DEF|ML_LIB|.TRUE.|if compiled with VASPml library |.FALSE.|else}} | {{DEF|ML_LIB|.TRUE.|if compiled with VASPml library (precompiler flag <code>-Dlibvaspml</code>) |.FALSE.|else}} | ||
Description: {{TAG|ML_LIB}} enables/disables the use of the VASPml C++ library for machine-learning features. | Description: {{TAG|ML_LIB}} enables/disables the use of the VASPml C++ library for machine-learning features. |
Revision as of 11:35, 22 January 2025
ML_LIB = [logical]
Default: ML_LIB | = .TRUE. | if compiled with VASPml library (precompiler flag -Dlibvaspml )
|
= .FALSE. | else |
Description: ML_LIB enables/disables the use of the VASPml C++ library for machine-learning features.
Mind: Available as of VASP 6.5.0 |
First section
Related tags and articles
References