PREC = Accurate
ISYM = 0
ISTART = 0
ICHARG = 2
IALGO = 48
NCORE = 6
NPAR = 6
#Electronic Relaxation
ENCUT = 600.00 eV
EDIFF = 1.0E-5
#Ionic relaxation
EDIFFG = -1.0E-3
IBRION=6; PHON_NSTRUCT=-1; NFREE=2
POTIM = 0.01
NSW = 1
ISIF = 2
ISMEAR = -5
SIGMA = 0.1
LWAVE = FALSE
LREAL = Auto
------------------------------------------------------------
Only found DYNMAT file after the calculation.
Does it need some post-processing to get it?
Where is the DYNMATFULL file? (vasp6.1.1)
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 1
- Joined: Mon Dec 02, 2019 3:13 pm
-
- Global Moderator
- Posts: 460
- Joined: Mon Nov 04, 2019 12:44 pm
Re: Where is the DYNMATFULL file? (vasp6.1.1)
You correctly set PHON_NSTRUCT<0, but you also need to set:
PHON_LMC=.TRUE.
You need to do this because the routine calculating DYNMATFULL is within an "if" clause by PHON_LMC.
PHON_LMC=.TRUE.
You need to do this because the routine calculating DYNMATFULL is within an "if" clause by PHON_LMC.