Hi all,
I have the following problem.
I am using the following INCAR file to relax my structure
NCORE = 8
Startparameter for this Run:
NWRITE = 1 (LPETIM=F write-flag & time)
ISTART = 0 !0=new, 1=wave, 2=same cutoff&latt (1&2 need WAVECAR
# ICHARG = 0 !0=charge from wave, 1=charge from CHGCAR, 2=atom
# ISPIN = 2
LWAVE = .FALSE. (TRUE-Write WAVECAR, FALSE-not)
LCHARG = .FALSE. (TRUE-Write CHGCAR and CHG, FALSE-not)
GGA = PE
Electronic Relaxation
ENCUT = 525.0
PREC = Accurate !Medium=default, Low, High; affects ENMAX, mesh, pspot
EDIFF = 1E-8 !energy stopping-criterion for electr. iterations
EDIFFG = -0.00001 !force stopping-criterion for geometry steps
Ionic Relaxation
NSW = 700 !max number of geometry steps
NELM = 200
NELMDL = -12
IBRION = 1 !ionic relax: 0-MD 1-quasi-New (RMM-DIIS for NEB)
ISIF = 2 !(0:force=y stress=n ions=y shape=n volume=n,
# 1:f=y s=diag i=y s=n v=n, 4:f=y s=y i=y s=y v=n, 5:f=y s=y i=n s=y v=n)
ISYM = 1 !1=use symmetry, 0 = no symmetry
POTIM = .6 !initial time step for geo-opt (increase for soft sys)
Afterwards I have used following INCAR for DFPT and used PHONOPY to calculate total DOS(density of states)
PREC=Accurate
ENCUT = 520
IBRION =8
EDIFF=1.0e-8
IALGO=38
ISMEAR=0; SIGMA=0.1
LREAL = .FALSE.
ADDGRID=.TRUE.
LWAVE=.FALSE.
LCHARG=.FALSE.
I have 2 different structure one structure is giving me positive frequency and other is giving me negative frequency and negative frequencies are not allowed in PHONON DOS.
What should I do to get the positive frequency in DOS curve (I think forces are well converged up to 0.00001ev).
I am attaching my phonon DOS curve also.
Please suggest me what to do to avoid negative frequency in DOS curve.
Thanks