What is the 2. order in OUTCAR
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 5
- Joined: Tue May 19, 2020 5:35 am
What is the 2. order in OUTCAR
Dear VASP community
In OUTCAR, there is an item called 2. order in () regarding the energy value for each iteration. What is this?
Thank you for advence.
In OUTCAR, there is an item called 2. order in () regarding the energy value for each iteration. What is this?
Thank you for advence.
-
- Administrator
- Posts: 282
- Joined: Mon Sep 24, 2018 9:39 am
Re: What is the 2. order in OUTCAR
Dear Tomoyki Miyata,
please upload a small section of the OUTCAR that contains this line.
please upload a small section of the OUTCAR that contains this line.
-
- Newbie
- Posts: 5
- Joined: Tue May 19, 2020 5:35 am
Re: What is the 2. order in OUTCAR
Dear merzuk.kaltak,
Thanks for your reply.
I attached the picture.
Thanks for your reply.
I attached the picture.
You do not have the required permissions to view the files attached to this post.
-
- Newbie
- Posts: 5
- Joined: Tue May 19, 2020 5:35 am
Re: What is the 2. order in OUTCAR
Dear VASP community,
Since it seems that the image cannot be seen, the relevant part is presented in text.
Since it seems that the image cannot be seen, the relevant part is presented in text.
Code: Select all
eigenvalue-minimisations :214736
total energy-change (2. order) :-0.1459692E+03 (-0.1169722E+03)
number of electron 132.0000000 magnetization 35.9940000
augmentation part 132.0000000 magnetization 35.9940000
-
- Global Moderator
- Posts: 502
- Joined: Mon Nov 04, 2019 12:41 pm
- Contact:
Re: What is the 2. order in OUTCAR
Here is the code that writes that line:
DESUM(N) is the difference in total energy between two different SCF loops.
DESUM1 is the change of the eigenvalues also between two different SCF loops.
Hope this answers your question.
Code: Select all
WRITE(IO%IU6,2440) ICOUEV,DESUM(N),DESUM1
2440 FORMAT(/' eigenvalue-minimisations :',I6,/ &
& ' total energy-change (2. order) :',E14.7,' (',E14.7,')')
DESUM1 is the change of the eigenvalues also between two different SCF loops.
Hope this answers your question.
-
- Newbie
- Posts: 5
- Joined: Tue May 19, 2020 5:35 am
Re: What is the 2. order in OUTCAR
Dear henrique miranda
Thank you so much for the reply.
So, in summary, Does 2. order means change of the eigenvalues also between two different SCF loops ?
Thank you so much for the reply.
So, in summary, Does 2. order means change of the eigenvalues also between two different SCF loops ?