Question regarding MBJ functional?

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


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
bikash.patra
Newbie
Newbie
Posts: 10
Joined: Thu Jun 23, 2022 6:02 am

Question regarding MBJ functional?

#1 Post by bikash.patra » Mon Jun 26, 2023 1:34 pm

Dear all,

In the case of MBJ calculation, let's say I have specified in my input file the following two lines.
GGA = PE
METAGGA= MBJ

Does this mean the exchange-correlation energy functional is taken from PBE?


With regards,
Bikash.

fabien_tran1
Global Moderator
Global Moderator
Posts: 418
Joined: Mon Sep 13, 2021 11:02 am

Re: Question regarding MBJ functional?

#2 Post by fabien_tran1 » Mon Jun 26, 2023 2:08 pm

Hi,

In general, it does not make sense to specify both GGA and METAGGA tags simultaneously in INCAR, because METAGGA will be used and GGA ignored. So, Either GGA or METAGGA should be used. Actually, since vasp.6.4.0 the simultaneous use of GGA and METAGGA leads to a stop of the calculation.

When METAGGA=MBJ is chosen, the xc energy functional is LDA and this can not be changed because this is hard coded. The LDA call is "CALL CORPBE ..." (only the LDA component of PBE is considered) in the block "ELSEIF (ID_METAGGA==30)" in metagga.F.

Post Reply