QPOINTS file for phonon calculations in VASP

Question on input files/tags, interpreting output, etc.

Please check whether the answer to your question is given in the VASP online manual or has been discussed in this forum previously!

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
farah_shahzadi
Newbie
Newbie
Posts: 11
Joined: Sun Mar 03, 2024 8:33 am

QPOINTS file for phonon calculations in VASP

#1 Post by farah_shahzadi » Thu Mar 28, 2024 4:51 pm

How to construct a QPOINTS file for phonon calculations in VASP, and when is it employed instead of KPOINTS during a VASP standard run for phonon calculations? Could anyone also provide the preferred format style for specifying q-points in the QPOINTS file?

martin.schlipf
Global Moderator
Global Moderator
Posts: 495
Joined: Fri Nov 08, 2019 7:18 am

Re: QPOINTS file for phonon calculations in VASP

#2 Post by martin.schlipf » Thu Mar 28, 2024 5:04 pm

The QPOINTS file has the same format as the KPOINTS file. You can use it for interpolating phonon spectra for band structure and DOS.

farah_shahzadi
Newbie
Newbie
Posts: 11
Joined: Sun Mar 03, 2024 8:33 am

Re: QPOINTS file for phonon calculations in VASP

#3 Post by farah_shahzadi » Fri Mar 29, 2024 7:45 am

But i am confused there are two formats for KPOINTS one has regular mesh and other has k points along high symmetry lines used for bands structure.which format should i use?

martin.schlipf
Global Moderator
Global Moderator
Posts: 495
Joined: Fri Nov 08, 2019 7:18 am

Re: QPOINTS file for phonon calculations in VASP

#4 Post by martin.schlipf » Fri Mar 29, 2024 7:54 am

That depends what you want to do. For a phonon DOS you would use a regular mesh, for a phonon band structure the line mode.

farah_shahzadi
Newbie
Newbie
Posts: 11
Joined: Sun Mar 03, 2024 8:33 am

Re: QPOINTS file for phonon calculations in VASP

#5 Post by farah_shahzadi » Fri Mar 29, 2024 10:36 am

ok I've encountered an issue while attempting to run VASP calculations for phonon band structures. I have prepared the following input files: QPOINTS, INCAR, POSCAR, POTCAR, and KPOINTS. However, when I execute vasp_std, it fails to run. What could be the issue? Could you please review the format of my input files and provide guidance on what might be causing the problem?"
INCAR File
ISTART = 0 ; ICHARG=2
PREC = Accurate
ENCUT = 520
IBRION = 8
NSW = 1
EDIFF = 1.0e-08
NELM = 100
ISMEAR = 1 ; SIGMA = 0.005
NELMIN = 8
ALGO=Fast
LREAL = .FALSE.
ADDGRID = .TRUE.
LWAVE = .FALSE.
LCHARG = .FALSE.
LASPH = .TRUE.
NWRITE = 3
LEPSILON = True
LPHON_READ_FORCE_CONSTANTS = True
LPHON_DISPERSION = True

KPOINTS file
Auto
0
Gamma
16 16 1
0.0 0.0 0.0
QPOINTS File
K-Path Generated by VASPKIT.
20
Line-Mode
Reciprocal
0.0000000000 0.0000000000 0.0000000000 GAMMA
0.5000000000 0.0000000000 0.0000000000 M

0.5000000000 0.0000000000 0.0000000000 M
0.3333333333 0.3333333333 0.0000000000 K

0.3333333333 0.3333333333 0.0000000000 K
0.0000000000 0.0000000000 0.0000000000 GAMMA

martin.schlipf
Global Moderator
Global Moderator
Posts: 495
Joined: Fri Nov 08, 2019 7:18 am

Re: QPOINTS file for phonon calculations in VASP

#6 Post by martin.schlipf » Tue Apr 02, 2024 9:10 am

Please provide a complete set of input files including the structure. You can also try a simpler system to make the code run faster so that it is easier to try different things. One important thing, you don't specify vaspin.h5 as one of your input files. These are required for phonon band structures. You can also work on the phonon tutorials and make sure that your workflow is correct by reproducing this exemplary results.

Post Reply