ML LHEAT: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 13: Line 13:
</math>
</math>


where <math>\mathbf{r}_{i}</math>, <math>\mathbf{v}_{i}</math> and <math>E_{i}</math> denote the position vector, velocity and energy of atom <math>i</math>, respectively.
where <math>\mathbf{r}_{i}</math>, <math>\mathbf{v}_{i}</math> and <math>E_{i}</math> denote the position vector, velocity and energy of atom <math>i</math>, respectively. The heat flux can be further rewritten as


<math>
\mathbf{q}(t) = \sum\limits_{i=1}^{N_{a}} \mathbf{v}_{i} E_{i} + \sum\limits_{i=1}^{N_{a}} \mathbf{r}_{i} \left( m_{i} \mathbf{v}_{i} \cdot \frac{d\mathbf{v}_{i}}{dt} + \sum\limits_{j=1}^{N_{a}} \mathbf{v}_{j} \cdot \Nabla_{j} U_{i} \right).
</math>





Revision as of 07:48, 9 June 2021

ML_FF_LHEAT_MB = [logical]
Default: ML_FF_LHEAT_MB = .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 heat flux can be further rewritten as

Failed to parse (unknown function "\Nabla"): {\displaystyle \mathbf{q}(t) = \sum\limits_{i=1}^{N_{a}} \mathbf{v}_{i} E_{i} + \sum\limits_{i=1}^{N_{a}} \mathbf{r}_{i} \left( m_{i} \mathbf{v}_{i} \cdot \frac{d\mathbf{v}_{i}}{dt} + \sum\limits_{j=1}^{N_{a}} \mathbf{v}_{j} \cdot \Nabla_{j} U_{i} \right). }


The thermal conductivity at temperature in the Green-Kubo formalism is 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_FF_LMLFF, ML_FF_LEATOM_MB

Examples that use this tag