ML LHEAT: Difference between revisions

From VASP Wiki
m (Karsai moved page ML FF LHEAT MB to ML LHEAT)
No edit summary
Line 1: Line 1:
{{TAGDEF|ML_FF_LHEAT_MB|[logical]|.FALSE.}}
{{TAGDEF|ML_LHEAT|[logical]|.FALSE.}}


Description: This flag specifies whether the heat flux is calculated or not in the machine learning force field method.
Description: This flag specifies whether the heat flux is calculated or not in the machine learning force field method.
Line 45: Line 45:


== Related Tags and Sections ==
== Related Tags and Sections ==
{{TAG|ML_FF_LMLFF}}, {{TAG|ML_FF_LEATOM_MB}}
{{TAG|ML_LMLFF}}, {{TAG|ML_LEATOM}}


{{sc|ML_FF_LHEAT_MB|Examples|Examples that use this tag}}
{{sc|ML_LHEAT|Examples|Examples that use this tag}}
----
----


[[Category:INCAR]][[Category:Machine Learning]][[Category:Machine Learned Force Fields]][[Category: Alpha]]
[[Category:INCAR]][[Category:Machine Learning]][[Category:Machine Learned Force Fields]][[Category: Alpha]]

Revision as of 08:55, 23 August 2021

ML_LHEAT = [logical]
Default: ML_LHEAT = .FALSE. 

Description: This flag specifies whether the heat flux is calculated or not in the machine learning force field method.


The heat flux within machine learning force fields can is decomposed into atomic contributions written as

where , and denote the position vector, velocity and energy of atom , respectively. The number of atoms in the system is denoted by . The heat flux can be further rewritten as

Using the equation of motions

the heat flux can be simplified to

Finally (in a post-processing step), the thermal conductivity at temperature in the Green-Kubo formalism can be calculated from the correlation of the heat flux as


where and denotes the volume of the system and the Boltzmann constant, respectively.


The heat flux is written to the file ML_HEAT.

Related Tags and Sections

ML_LMLFF, ML_LEATOM

Examples that use this tag