Hello, I want to test the effect of electric field on NEB barrier between 2 monolayer structures of MoS2. For that, first I am doing a geometry relaxation of the 2 structures in the presence of Efield. Following is my INCAR file for geometry relaxation.
Code: Select all
SYSTEM = 2H-MoS2
ISTART=0
ENCUT=600
ALGO=Fast
IBRION=2
ISIF=3
NSW=800
EDIFF=1.0e-05
ISYM=0
LREAL=.FALSE.
ISMEAR=0
SIGMA=0.1
PREC=Med
ADDGRID=.TRUE.
NWRITE=1
LCHARG=.FALSE.
LWAVE=.FALSE.
EFIELD_PEAD = 0.0 0.0 0.8
LCALCEPS=.FALSE.
and below INCAR file for NEB:
Code: Select all
SYSTEM = Ge136
#PREC = Medium
PREC = Normal
ISTART=0
ISYM = 0
#IOPT = 3
IBRION = 3
#IBRION = 0
POTIM = 0.1
#POTIM = 0
NSW = 100
ISIF = 3
#NELMIN = 5
#NELM = 400
#NELMIN = 4
EDIFF = 1.0e-05
EDIFFG = -0.01
#ENCUT = 400.0
ENCUT = 600
#ICHARG = 2
LWAVE = .False.
LCHARG = .False.
IALGO = 48
ALGO = Fast
LREAL = .FALSE.
EFIELD_PEAD = 0.0 0.0 0.8
LCALCEPS=.FALSE.
ISMEAR = 0
SIGMA = 0.1
IMAGES= 8
SPRING= -5.0
ICHAIN= 0
LCLIMB = .TRUE.
I am not getting any energy changes when I relax the structures in the presence of Efield as compared to their energies when relaxed without any Efield, which should not be the case. Is this the correct settings for calculations in the presence of Electric field? I am trying to apply a Efield of 0.8V/nm, however, EFIELD_PEAD tag has units of ev/Ang. Do I also need to multiply 0.8 with 1.6E-19 in the INCAR file?