Error reading item 'ISTART' from file INCAR.

Problems running VASP: crashes, internal errors, "wrong" results.


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
handberg
Newbie
Newbie
Posts: 1
Joined: Wed Jul 18, 2007 9:10 pm
License Nr.: 373

Error reading item 'ISTART' from file INCAR.

#1 Post by handberg » Wed Jul 18, 2007 9:33 pm

When I try to run VASP for a simple Si lattice, I get the error message:

vasp.4.6.28 25Jul05 complex
POSCAR found : 1 types and 2 ions
Error reading item 'ISTART' from file INCAR.
Error code was IERR=5 ... . Found N= 0 data.


The INCAR file I am using is as follows:

Code: Select all

      
      1 # Test: tutorial on Si atoms
      2
      3 ISTART = 0          # start from scratch
      4 ICHARG = 2          # 2 if ISTART = 0, else 0
      5 INIWAV = 1          # used when ISTART = 0
      6 NELM = 40           # max of 40 electronic steps
      7 NELMIN = 2          # minimum of 2 electronic steps
      8 NELMDL = -5         # if ISTART = 0, INIWAV = 1
      9 EDIFF = 0.1E-03     # stopping criterion for electronic updates
     10
     11 # recommended minimum setup from VASP 6.2.3
     12 PREC = Normal       # Normal precision
     13 LREAL = .FALSE.     # local coulomb interaction
     14 ENCUT = 300         # cutoff used throughout all calculations
     15 ISMEAR = 0          # 0: Gaussian, 1: Methfessel-Paxton, -5: tetrahed.
     16
     17 # from Denis
     18 ALGOL = fast        # fast algorithm
     19 ISPIN = 1           # spin polarized calculation
     20 LWAVE = .TRUE.      # write wavefunctions
     21 LCHARG = .TRUE.     # write charge densities


The ISTART parameter is first in the file. The file permissions are set so anyone can work with it (777). Any idea what is failing?
Last edited by handberg on Wed Jul 18, 2007 9:33 pm, edited 1 time in total.

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

Error reading item 'ISTART' from file INCAR.

#2 Post by admin » Thu Jul 26, 2007 2:11 pm

hmm, looks strange.
-- Please check whether there may be some "hidden character" in your INCAR file (by typing "strings INCAR").
-- Another possibility may be that you have by error taken the letter O instead of zero (though it does not look like that on my screen)
Last edited by admin on Thu Jul 26, 2007 2:11 pm, edited 1 time in total.

Katrina
Newbie
Newbie
Posts: 1
Joined: Fri Mar 08, 2013 11:06 am

Error reading item 'ISTART' from file INCAR.

#3 Post by Katrina » Fri Mar 08, 2013 11:15 am

havd you got the solution ? I met the same question as yours
Last edited by Katrina on Fri Mar 08, 2013 11:15 am, edited 1 time in total.

lupo
Newbie
Newbie
Posts: 1
Joined: Sun Jun 09, 2013 12:36 pm

Error reading item 'ISTART' from file INCAR.

#4 Post by lupo » Sun Jun 09, 2013 1:06 pm

I had the same error message:
Error reading item 'ISTART' from file INCAR.
Error code was IERR=5 ... . Found N= 0 data.

In my case I found out that it has to do with the empty space between the tag (e.g. INCAR=0) and its comment.
However, when commenting, at least the first sign after a tag must be typed by the space bar and NOT by the tabulator key.

I hope it will help ..
Last edited by lupo on Sun Jun 09, 2013 1:06 pm, edited 1 time in total.

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

Error reading item 'ISTART' from file INCAR.

#5 Post by admin » Mon Jun 10, 2013 12:51 pm

Problems with reading POSCAR file are often caused by hidden (usually unvisible) characters introduced via the "copy and paste" procedure. Try to retype critical lines by hand.
Last edited by admin on Mon Jun 10, 2013 12:51 pm, edited 1 time in total.

Post Reply