phonon dispersion spectra (DFPT method) VASP 5.3.3 + phonopy 1.10

1. Installation of phonopy

  ubuntu12.04 + python3.5.0

  (1) some pack

      

sudo apt-get install python2.7-dev python-numpy python-matplotlib python-tk python-lxml python-yam

 

     maybe some of them are useless, uhmmmmmm.....even I don't know what they mean.

  (2) phonopy 

      

sudo python setup.py install

 

2. VASP & phonopy, DFPT method

  (1) relax the coordinate with a high accuracy by VASP. We will use the POSCAR, maybe the CONTCAR.

  (2) copy and rename the coordinate file to POSCAR-unitcell

  (3) some command

      

phonopy -d --dim="2 2 2" -c POSCAR-unitcell

mv SPOSCAR POSCAR

 

  (4) now we will calculate force constants of the supercell by VASP

    IMPORTANT: IBRION = 8, NSW = 1, LREAL = .FALSE

    NOTICE:    NO NPAR!

    the INCAR may be such like

          

PREC = Accurate
ENCUT = 500
IBRION = 8 EDIFF = 1.0e-08 IALGO = 38 ISMEAR = 0; SIGMA = 0.1 LREAL = .FALSE. ADDGRID = .TRUE. LWAVE = .FALSE. LCHARG = .FALSE.

 

  (5)after a longtime caculation, we will find the vasprun.xml.

        

phonopy --fc vasprun.xml

 

    we get the FORCE-CONSTANT

    then, we should make a file named xxx.conf(maybe band.conf), which contains some parameters.

        it may like this

ATOM_NAME = Na Cl
DIM = 2 2 2
PRIMITIVE_AXIS = 0.0 0.5 0.5  0.5 0.0 0.5  0.5 0.5 0.0
BAND = 0.0 0.0 0.0  0.5 0.0 0.0  0.5 0.5 0.0  0.0 0.0 0.0  0.5 0.5 0.5
FORCE_CONSTANTS = READ

 

    then, we use this commander

        

phonopy --dim="2 2 2" -c POSCAR-unitcell band.conf

 

    we get the band.yaml, then

bandplot --gnuplot band.yaml > phono.dat

 

  (6)finally, put the phono.dat into origin, matlab, MS excel and etc. 

 

Reference: phonon manual.

转载于:https://www.cnblogs.com/HuaNeedsPills/p/5014013.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值