question about FERWE and FERDO

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
ava

question about FERWE and FERDO

#1 Post by ava » Fri Mar 02, 2012 11:31 pm

Dear all,

My system has 348 electrons and 190 bands (only 1 k-point) and I'm trying to constrain the occupancies of the orbitals by using FERWE and FERDO tags. The problem is that VASP (version 4.6) gives the Error:

vasp.4.6.35 3Apr08 gamma-only
POSCAR found : 3 types and 90 ions
LDA part: xc-table for Ceperly-Alder, standard interpolation
POSCAR, INCAR and KPOINTS ok, starting setup
WARNING: wrap around errors must be expected
FFT: planning ... 1
reading WAVECAR
Error reading item 'FERWE' from file INCAR.


I tried different sintaxes (as was discussed earlier in this forum), but the error still persists. One variant is explicit:
ISMEAR = -2
NBANDS = 190
ISPIN = 2
FERWE = 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
FERDO = 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

The other, more compact one:
ISMEAR = -2
NBANDS = 190
ISPIN = 2
FERWE = 173*1 1 0 15*0
FERDO = 173*1 0 1 15*0

Both variants lead to that error.

I also tried smaller system (carbon atom with only 8 bands, as was suggested on this forum) - that smaller problem worked well.

How should I specify my input for such bigger system so the vasp would understand all correctly?

Thank you in advance!
Last edited by ava on Fri Mar 02, 2012 11:31 pm, edited 1 time in total.

wlyim
Newbie
Newbie
Posts: 7
Joined: Fri Sep 23, 2005 3:17 pm
Location: Singapore
Contact:

question about FERWE and FERDO

#2 Post by wlyim » Tue Mar 13, 2012 5:34 pm

Usually I use real number to indicate the occupation. In your second option, should it read (?):

FERWE = 174*1.00 16*0
FERDO = 173*1.00 1*0.00 1*1.00 15*0.00

Hope it works.
Last edited by wlyim on Tue Mar 13, 2012 5:34 pm, edited 1 time in total.

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

question about FERWE and FERDO

#3 Post by admin » Wed Mar 14, 2012 4:38 pm

When using long lines keep in mind that the length of the line is limited to 255 characters. Cf. the discussion to long lines:
http://cms.mpi.univie.ac.at/vasp-forum/ ... .php?3.833
Compact writing of FERWE and FERDO as suggested above (both integer and real) should work.
Last edited by admin on Wed Mar 14, 2012 4:38 pm, edited 1 time in total.

Post Reply