Error reading item 'FERWE' from file INCAR.

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: Moderator, Global Moderator

Post Reply
Message
Author
jeffrey_zom
Newbie
Newbie
Posts: 12
Joined: Thu May 02, 2024 8:34 pm
License Nr.: 22-0246

Error reading item 'FERWE' from file INCAR.

#1 Post by jeffrey_zom » Fri Jun 21, 2024 12:01 pm

Hi,

I'd like to use the FERWE and FERDO tag in the INCAR file to calculate the energy of singlet and triplet excitonic polarons.

for a system containing 640 electrons, the following works for a single k-point calculation:

(singlet)
NBANDS = 640
FERWE = 319*1 0 1 319*1
FERDO = 319*1 1 0 319*1

(triplet)
NBANDS = 640
FERWE = 319*1 1 1 319*1
FERDO = 319*1 0 0 319*1

However, for 4x4x4 k-points, 30 k-points in the IBZ according to the outcar, I receive the error message "Error reading item 'FERWE' from file INCAR."

For this I have repeated for example the string " 319*1 0 1 319*1" 30 times, so:

FERWE = 319*1 0 1 319*1 319*1 0 1 319*1 319*1 0 1 319*1 319*1 0 1 319*1 319*1 0 1 319*1 etc. (30 times total)

The number of bands and the number of kpoints should thereby match with the occupation set by FERWE/FERDO.

What could be the origin of this problem?
I've provided an example of the input files that generates this error in the attachment.

Kind regards,

Jeffrey
You do not have the required permissions to view the files attached to this post.

pedro_melo
Global Moderator
Global Moderator
Posts: 111
Joined: Thu Nov 03, 2022 1:03 pm

Re: Error reading item 'FERWE' from file INCAR.

#2 Post by pedro_melo » Sun Jun 23, 2024 3:31 pm

Dear Jeffrey,

Could you check in your OUTCAR file if the number of bands that VASP is going to use is indeed 640? Keep in mind that this number can change depending on how you set up your job parallelisation. See here wiki/index.php/FERWE.

Kind regards,
Pedro

Post Reply