What is the 2. order in OUTCAR

Question on input files/tags, interpreting output, etc.

Please check whether the answer to your question is given in the VASP online manual or has been discussed in this forum previously!

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
tomoyuki_miyata
Newbie
Newbie
Posts: 5
Joined: Tue May 19, 2020 5:35 am

What is the 2. order in OUTCAR

#1 Post by tomoyuki_miyata » Thu Aug 27, 2020 7:26 am

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.

merzuk.kaltak
Administrator
Administrator
Posts: 277
Joined: Mon Sep 24, 2018 9:39 am

Re: What is the 2. order in OUTCAR

#2 Post by merzuk.kaltak » Tue Sep 01, 2020 7:51 am

Dear Tomoyki Miyata,

please upload a small section of the OUTCAR that contains this line.

tomoyuki_miyata
Newbie
Newbie
Posts: 5
Joined: Tue May 19, 2020 5:35 am

Re: What is the 2. order in OUTCAR

#3 Post by tomoyuki_miyata » Tue Sep 01, 2020 9:56 am

Dear merzuk.kaltak,

Thanks for your reply.
I attached the picture.
Screen Shot 2020-09-01 at 18.50.01.png
You do not have the required permissions to view the files attached to this post.

tomoyuki_miyata
Newbie
Newbie
Posts: 5
Joined: Tue May 19, 2020 5:35 am

Re: What is the 2. order in OUTCAR

#4 Post by tomoyuki_miyata » Thu Sep 03, 2020 11:09 am

Dear VASP community,

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

henrique_miranda
Global Moderator
Global Moderator
Posts: 414
Joined: Mon Nov 04, 2019 12:41 pm
Contact:

Re: What is the 2. order in OUTCAR

#5 Post by henrique_miranda » Fri Oct 02, 2020 10:34 am

Here is the code that writes that line:

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,')')
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.

tomoyuki_miyata
Newbie
Newbie
Posts: 5
Joined: Tue May 19, 2020 5:35 am

Re: What is the 2. order in OUTCAR

#6 Post by tomoyuki_miyata » Wed Oct 07, 2020 3:58 am

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 ?

Post Reply