What is the meaning of stress in vasprun.xml?
Posted: Thu Jun 15, 2023 8:56 am
Hi,
After self consistent calculation, I execute and it showed
If I execute, it showed .
So I want to validate the RMSE in stress after the MLFF training. Does it mean I should use the latter stress to calculate the RMSE in stress? Also, which three stress tensors represent the x vector tensor? Hope you can help me. I will be very thankful.
After self consistent calculation, I execute
Code: Select all
grep stress OUTCAR
Code: Select all
ISIF = 2 stress and relaxation
PSTRESS= 0.0 pullay stress
external pressure = -8.47 kB Pullay stress = 0.00 kB
If I execute
Code: Select all
grep -A 3 stress vasprun.xml
Code: Select all
<varray name="stress" >
<v> -4.30818341 -1.82140260 0.28450240 </v>
<v> -1.82140258 -10.40841356 -0.47652276 </v>
<v> 0.28450223 -0.47652268 -10.68000587 </v>
So I want to validate the RMSE in stress after the MLFF training. Does it mean I should use the latter stress to calculate the RMSE in stress? Also, which three stress tensors represent the x vector tensor? Hope you can help me. I will be very thankful.