EIGENVALUE file: What are these numbers?

Queries about input and output files, running specific calculations, etc.


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
lahaye
Jr. Member
Jr. Member
Posts: 98
Joined: Fri Apr 14, 2006 5:08 am
Location: Suwon - Korea

EIGENVALUE file: What are these numbers?

#1 Post by lahaye » Mon May 01, 2006 8:43 am

Hello,

Step by step I try to understand the in/output files of VASP.

The guidebook says about the EIGENVALUE file:

Code: Select all

The file EIGENVALUE contains the Kohn-Sham-eigenvalues
for all k-points, at the end of the simulation. For dynamic simulation
(IBRION=0) the eigenvalues on the file are usually that one predicted
for the next step: i.e. the file is compatible with CONTCAR.
For static calculations and relaxations (IBRION=-1,1,2) the eigenvalues
are the solution of KS-equations for the last step.
As an exercise, I have simulated the CO molecule from the on-line
workshop/notes, which produces this EIGENVALUE file:

Code: Select all

    2    2    5    1
  0.2560000E+03  0.8000000E-09  0.8000000E-09  0.8000000E-09  0.5000000E-15
  1.000000000000000E-004
  CAR 
 CO in a box                       
   10    1   10
 
  0.0000000E+00  0.0000000E+00  0.0000000E+00  0.1000000E+01
   1      -28.9436
   2      -13.7661
   3      -11.4387
   4      -11.4387
   5       -8.7734
   6       -1.8803
   7       -1.8803
   8       -0.3114
   9        1.6888
  10        1.8239
Now, I think the two columns of the last 10 lines are the 10
eigenvalues of the system (I suppose I understand that
part correctly). But all the other numbers above do not make sense
at all to me. Can someone help me understand this data?

Thank you.
Rob.
Last edited by lahaye on Mon May 01, 2006 8:43 am, edited 1 time in total.

admin
Administrator
Administrator
Posts: 2921
Joined: Tue Aug 03, 2004 8:18 am
License Nr.: 458

EIGENVALUE file: What are these numbers?

#2 Post by admin » Tue May 02, 2006 10:19 am

the numbers are
1) # of ions , # of ions, the number of loops after which the averaged pair correlation functions and the DOS are written, ISPIN
2) the volume of the cell (in Ã…^3) and the lattice parameters of the box (in m)
3) T
4) the string 'CAR'
5) the header
6) # of electrons, # of k-points, #of bands
7) the k-point and its weight
Last edited by admin on Tue May 02, 2006 10:19 am, edited 1 time in total.

lahaye
Jr. Member
Jr. Member
Posts: 98
Joined: Fri Apr 14, 2006 5:08 am
Location: Suwon - Korea

EIGENVALUE file: What are these numbers?

#3 Post by lahaye » Wed May 03, 2006 1:40 am

Thank you. That helps a lot.
This important information is not in the guidebook. Shouldn't it be added
in the chapter of the EIGENVALUE file?

Code: Select all

the numbers are
[...]
2) the volume of the cell (in Ã…^3) and the lattice parameters of the box (in m) 
In general, I find the VASP input/output not clear (and consistent) in
its choice of units. At least there's no mentioning of it in the guidebook.
I only can guess the default units to be Angstrom and eV at some
places, whereas at other places they appear to be meter and what not.

Wouldn't it be better to have a more consistent policy towards the use
of units, and whereever there's a deviation, print the units explicitly?

Regards,
Rob.
Last edited by lahaye on Wed May 03, 2006 1:40 am, edited 1 time in total.

admin
Administrator
Administrator
Posts: 2921
Joined: Tue Aug 03, 2004 8:18 am
License Nr.: 458

EIGENVALUE file: What are these numbers?

#4 Post by admin » Tue May 09, 2006 9:51 am

VASP uses eV and Ã… as default units.
Last edited by admin on Tue May 09, 2006 9:51 am, edited 1 time in total.

jlbettis
Jr. Member
Jr. Member
Posts: 53
Joined: Thu Mar 11, 2010 1:13 am
Location: Raleigh, NC

EIGENVALUE file: What are these numbers?

#5 Post by jlbettis » Wed May 29, 2013 7:41 am

With respect to Band Structure plots obtained from recomposing the EIGENVALUE file, is the Fermi-level at 0 eV?
Last edited by jlbettis on Wed May 29, 2013 7:41 am, edited 1 time in total.
VASP 5.2.11
Cray XE6

jlbettis
Jr. Member
Jr. Member
Posts: 53
Joined: Thu Mar 11, 2010 1:13 am
Location: Raleigh, NC

EIGENVALUE file: What are these numbers?

#6 Post by jlbettis » Wed May 29, 2013 7:46 am

I believe I should use the Fermi-level obtained from a previously converged SCF run.
Last edited by jlbettis on Wed May 29, 2013 7:46 am, edited 1 time in total.
VASP 5.2.11
Cray XE6

Post Reply