Dear VASP developers and users,
I have learned that the energy of charged system should use NELECT and some correction keywords. I am calculating an adsorption model with a charged molecule and the neutral 3D material (It's not cubic and I use unit cell) using vasp-6.5.0. I got a positive binding energy (1.1 eV) and very small interaction energy (-0.08 eV) which is abnormal for me. I also check the interaction energy using Gaussian16 (same structure as unit cell, PBE0/def2SVP-D3(BJ)) and it shows a much more negative energy (-5.7 eV).
For the charged system, I use "NELECT" and "LMONO=.T.". Therefore, my question is what may be the reason that I got these energy results and what I can do make it more accurate.
Thank you for your time and looking forward to your reply.
The INCAR file (this is for optimization, and I deleted the Ionic part for interaction energy):
#starting parameters
ISTART = 0
ICHARG = 2
LWAVE = .TRUE.
LCHARG = .TRUE.
NPAR = 4
#electronic SCF
LREAL = auto
PREC = Accurate
ADDGRID = .TRUE.
ALGO = All
ENCUT = 520
ISMEAR = 0
SIGMA = 0.01
EDIFF = 1E-5
NELM = 500
NELMIN = 6
ISPIN = 1
ISYM = 0
IVDW = 12
# charged system
NELECT = 408
LMONO = .TRUE.
# Ionic
EDIFFG = -0.01
IBRION = 2
POTIM = 0.2
NSW = 500
ISIF = 2

