小舟Ferry分享 http://blog.sciencenet.cn/u/DonarF1

博文

vasp+GW+BSE

已有 14859 次阅读 2015-2-27 09:30 |个人分类:vasp|系统分类:科研笔记| VASP, bse

主要参考以下博文

http://cms.mpi.univie.ac.at/wiki/index.php/Bandstructure_of_SrVO3_in_GW#The_dielectric_function


http://blog.sciencenet.cn/blog-1460330-807089.html 


step1


ALGO = Exact

NBANDS  = 64

LOPTICS = .TRUE.

NEDOS = 2000

## you might try

#LPEAD = .TRUE.


ISMEAR =  0

SIGMA  =  0.05

GGA    = PE

NPAR=4


step2:

## Frequency dependent dielectric tensor including

## local field effects within the RPA (default) or

## including changes in the DFT xc-potential (LRPA=.FALSE.).

## N.B.: beware one first has to have done a

## calculation with ALGO=Exact and LOPTICS=.TRUE.

## and a reasonable number of virtual states (see above)

ALGO = GW0 ; LSPECTRAL = .TRUE. ; NOMEGA = 50

#LRPA = .FALSE.

## be sure to take the same number of bands as for

## the LOPTICS=.TRUE. calculation, otherwise the

## WAVEDER file is not read correctly

NBANDS = 64


step3



## Frequency dependent dielectric tensor including

## local field effects within the RPA (default) or

## including changes in the DFT xc-potential (LRPA=.FALSE.).

## N.B.: beware one first has to have done a

## calculation with ALGO=Exact and LOPTICS=.TRUE.

## and a reasonable number of virtual states (see above)

#ALGO = GW0 ; LSPECTRAL = .TRUE. ; NOMEGA = 50

#LRPA = .FALSE.

## be sure to take the same number of bands as for

## the LOPTICS=.TRUE. calculation, otherwise the

## WAVEDER file is not read correctly

NBANDS = 64


#bse


ALGO=BSE

NOMEGA=72

ENCUTGW  = 500

NBANDSO  = 4

NBANDSV  = 4

LSPECTRAL = .TRUE.



附相关参数说明:(from http://blog.sciencenet.cn/blog-1460330-807089.html )

GW

NOMEGA= integer ! spcifies the number of frequency grid points

NOMEGA= integer ! spcifies the number of frequency points along real axis


default: NOMEGA= 50  NOMEGA= NOMEGA for GW。


NOMEGA的取值一般为50-100之间,且必须为CPU核心数数整数倍,

同时NBANDS也必须为CPU核心数整数倍。

如果不是的话,vasp会随机产生波函数,补成整数倍,这些随机产生的波函数会导致结果出现很大误差。


NEDOS  !number of energy points 可决定介电函数的取值密度

默认NEDOS=2000, 在OUTCAR里介电函数的取值密度是 能量范围除以2000

                在vasprun.xml里有10倍精细度的介电函数


NBANDSGW=   !determines how many QP energies are calculated and updated in GW calculations.

This value usually needs to be increased somewhat for partially or fully selfconsistent calculations. Very accurate results are only obtained when NBANDSGW  approaches NBANDS, although this dramatically increases the computational requirements.



BSE

ALGO=BSE

用GW算介电常数,一般是结合BSE一起计算的,算完BSE后在vasprun.xml中有一个精细的介电矩阵。

NBANDSO = 4 ! number of bands for electron-hole treatment (occupied)

NBANDSV = 6 ! number of bands for electron-hole treatment (virtual)

OMEGAMAX=6 ! max frequency



yunhailiseu:

when vasp reports:

————————————————————————————

“BSE diagnonalizing matrix (****)

BSE calculating oscillator strength”

————————————————————————————

the whole calculation is almost over.

And if no error message is given after that, the job just finished sucessfully .


The BSE  oscillator strength and dielectric tensor is written in vasprun.xml, not OUTCAR。

————————————————————————————

<dielectricfunction>

<imag>

 <array>

  <dimension dim="1">gridpoints</dimension>

  <field>energy</field>

  <field>xx</field>

  <field>yy</field>

  <field>zz</field>

  <field>xy</field>

  <field>yz</field>

  <field>zx</field>

  <set>

   <r>     0.0000     0.2951     0.2951     0.0068     0.0000     0.0000     0.0000 </r>

   <r>     0.0120     0.2952     0.2952     0.0068     0.0000     0.0000     0.0000 </r>

   <r>     0.0239     0.2952     0.2952     0.0068     0.0000     0.0000     0.0000 </r>

   <r>     0.0359     0.2953     0.2953     0.0068     0.0000     0.0000     0.0000 </r>

————————————————————————————    

Then in the following BSE calculation the excitation energies can be determined ( in vasprun.xml just before the dielectric tensor, together with transition matrix elements ).

If one exciton has a corresponding excitation energy lower than Eg, it is a bound exciton(束缚激子).

And if the excitation energy is larger than Eg, it is a resonant exciton(共振激子).

The type of exciton may also be determined from absorption spectrum.

Nano Lett. 2010, 10, 426-431, Nano Lett. 2007, 7, 3112-3115 and PRB 83, 085405 (2011).




https://wap.sciencenet.cn/blog-100989-870444.html

上一篇:uspex使用经验
下一篇:installation of QE-hlrn
收藏 IP: 94.217.145.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...
扫一扫,分享此博文

全部作者的其他最新博文

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-30 00:52

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部