Correct pseudopotentials for METAGGA

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


Moderators: Global Moderator, Moderator

Locked
Message
Author
xin_li3
Newbie
Newbie
Posts: 3
Joined: Sun Mar 28, 2021 4:55 am

Correct pseudopotentials for METAGGA

#1 Post by xin_li3 » Tue Jun 07, 2022 7:21 pm

Hello,

I would like to utilize the METAGGA=SCAN setting, but I see on the vaspwiki that I need to be sure my POTCAR files include information on the kinetic energy density of the core-electrons. I tried using the command "grep kinetic POTCAR" to assess whether or not my POTCAR contains this information, and it seems like it may not. From this command, the output is:
Error from kinetic energy argument (eV)
Error from kinetic energy argument (eV)
kinetic energy-density
This is not the output vaspwiki says I should get.

My question is, could you direct me to the correct pseudopotential to download from the vasp portal: https://www.vasp.at/vasp-portal/

If helpful, I have also uploaded the POTCAR I referenced. Thank you for your help.
You do not have the required permissions to view the files attached to this post.

martin.schlipf
Global Moderator
Global Moderator
Posts: 542
Joined: Fri Nov 08, 2019 7:18 am

Re: Correct pseudopotentials for METAGGA

#2 Post by martin.schlipf » Wed Jun 08, 2022 7:01 am

Please use these pseudopotentials
PAW POTCAR files: PBE version 54 (recommend)

The Fe one should have the following identifier
SHA256 = cd5a22d9368cc8b5cc476bea79732366149640da08ac9009b0e1b7fc627eea28
and when you grep kinetic you should get the following output

Code: Select all

   Error from kinetic energy argument (eV)
 kinetic energy density (partial)
 kinetic energy-density
 mkinetic energy-density pseudized

Martin Schlipf
VASP developer


xin_li3
Newbie
Newbie
Posts: 3
Joined: Sun Mar 28, 2021 4:55 am

Re: Correct pseudopotentials for METAGGA

#3 Post by xin_li3 » Wed Jun 08, 2022 7:05 pm

Thank you for your response. I have found and downloaded the recommended POTCARS now. I notice there is an additional PSCTR file associated with each POSCAR, which I have not seen or used before. It seems the information in the PSCTR file is also contained in the POSCAR file. Do you think it is ok if I remove the PSCTR files or do they have some utility? Thank you.

martin.schlipf
Global Moderator
Global Moderator
Posts: 542
Joined: Fri Nov 08, 2019 7:18 am

Re: Correct pseudopotentials for METAGGA

#4 Post by martin.schlipf » Thu Jun 09, 2022 6:23 am

The PSCTR files are not needed for a VASP calculation. There use is to regenerate the POTCAR files, but this is not something a user should typically do.

Martin Schlipf
VASP developer


xin_li3
Newbie
Newbie
Posts: 3
Joined: Sun Mar 28, 2021 4:55 am

Re: Correct pseudopotentials for METAGGA

#5 Post by xin_li3 » Mon Jun 13, 2022 2:36 pm

Something strange seems to have happened after I downloaded the pseudopotentials. It seems like they may have come with some protections, and I am unable to move them into new folders, copy them, rename or delete them despite that they are contained in my home folder. Do you have an idea about what is going on? Thank you.

martin.schlipf
Global Moderator
Global Moderator
Posts: 542
Joined: Fri Nov 08, 2019 7:18 am

Re: Correct pseudopotentials for METAGGA

#6 Post by martin.schlipf » Tue Jun 14, 2022 6:38 am

For your own safety, the pseudopotentials are read-only. In this way, we prevent accidental removal or changes. This applies to the folders containing the pseudopotentials as well, so you cannot create a new file in any of the directories. However, you should be able to copy the pseudopotentials to a different directory or use cat to concatenate two or more of them.
Of course you can also overwrite these safety precautions by chmod if that is really what you want.

Martin Schlipf
VASP developer


Locked