24小时热门版块排行榜    

北京石油化工学院2026年研究生招生接收调剂公告
查看: 1295  |  回复: 6
当前主题已经存档。

zhangjing_hust

铁杆木虫 (小有名气)

[交流] 【求助】DFPT计算非线性光学系数如何考虑scissor因子

请教各位大侠,利用abinit的DFPT方法计算非线性光学系数和电光张量时,如何考虑由于DFT低估带隙造成的计算误差,文献中提到可以加入scissor因子来进行修正,请问如何在计算时设置scissor因子部分?假设已知计算的DFT带隙和实验测量的带隙,那么是在计算的脚本里添加参数,还是利用计算的结果直接修正呢?不知道如何处理这个问题,请求大家帮助?
回复此楼

» 猜你喜欢

已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zxzj05

荣誉版主 (著名写手)

★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ...
qasd(金币+2,VIP+0):xiexie~ 1-3 21:02
zhangjing_hust(金币+50,VIP+0):不错,多谢啦.多谢你的指点,我还要多看看说明书,有问题再向你请教. 1-3 22:28
ice_rain(金币+1,VIP+0):xiexie 1-20 12:55
在计算的脚本里添加参数,根据实验值确定scissor shift

LDA/GGA are well known to underestimate the band-gap by up to 100%. In order to get the optical spectrum and
make a realistic comparison with experiments one needs to correct for this. This can be achieved in two ways. The
scissors shift is normally chosen to be the difference between the experimental and theoretical band-gap and is used
to shift the conduction bands only. Another way in which you do not have to rely on experimental data is to
determine the self energy using the GW approach. In this case the opening of the gap due to the GW correction can
be used as scissor shift.
储氢家族欢迎储氢研究者!
2楼2010-01-03 20:48:50
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zhangjing_hust

铁杆木虫 (小有名气)

引用回帖:
Originally posted by zxzj05 at 2010-1-3 20:48:
在计算的脚本里添加参数,根据实验值确定scissor shift

LDA/GGA are well known to underestimate the band-gap by up to 100%. In order to get the optical spectrum and
make a realistic comparison with  ...

你好,还在吗?
可是我的问题还没有解决啊,还要麻烦你,第一个问题: 我在用GW近似作计算的时候,脚本如下:
可是却没有发现输出结果中显示 E^0_gap     
                                           E^GW_gap         
                                           DeltaE^GW_gap   
是不是我的参数bdgw4 设置有问题啊?这个4, 5是Si的例子默认的,我不知道自己的应该设为多少?其它参数也不知道有没有问题?
                  kptgw4                      #k-points
                  0.000    0.000    0.000    # (Gamma)
                 bdgw4       4  5             # calculate GW corrections for bands from 4 to 5
第二个问题是假如用GW近似算出了E^0_gap 和  E^GW_gap怎么利用这个结果进一步在DFPT中进一步调整非线性光学系数和电光系数?多些啦!
还有请你再告诉我下你的qq好吗?我原来和你聊过天的, 现在不知道 哪个是你的号码了.                                      
# Crystalline silicon
# Calculation of the GW correction to the direct band gap in Gamma
# Dataset 1: ground state calculation
# Dataset 2: calculation of the kss file
# Dataset 3: calculation of the screening (epsilon^-1 matrix for W)
# Dataset 4: calculation of the Self-Energy matrix elements (GW corrections)

ndtset      4

kptopt   1            # Option for the automatic generation of k points
ngkpt    4 4 4        # Density of k points

# Dataset1: usual self-consistent ground-state calculation
# Definition of the k-point grid
nkpt1    14
nshiftk1 1
shiftk1   0.0 0.0 0.0
prtden1  1         # Print out density


# Dataset2: calculation of kss file
# Definition of k-points
nkpt2    14            # A set of 19 k-points containing Gamma
nshiftk2  1
shiftk2   0.0 0.0 0.0
istwfk2  19*1                    # Option needed for Gamma
iscf2    -2             # Non self-consistent calculation
getden2  -1             # Read previous density file
nband2   80
nbandkss2 400        # Number of bands to store in KSS file

# Dataset3: Calculation of the screening (epsilon^-1 matrix)
optdriver3  3        # Screening calculation
getkss3     -1       # Obtain KSS file from previous dataset
nband3      160       # Bands to be used in the screening calculation
ecutwfn3    8      # Planewaves to be used to represent the wavefunctions
ecuteps3    8      # Dimension of the screening matrix
ppmfrq3    16.7 eV  # Imaginary frequency where to calculate the screening
nshiftk3  1
shiftk3   0.0 0.0 0.0
istwfk3  19*1                    

# Dataset4: Calculation of the Self-Energy matrix elements (GW corrections)
optdriver4  4        # Self-Energy calculation
getkss4     -2       # Obtain KSS file from dataset 1
getscr4     -1       # Obtain SCR file from previous dataset
nband4      250      # Bands to be used in the Self-Energy calculation
ecutwfn4    10.0      # Planewaves to be used to represent the wavefunctions
ecutsigx4   12.0      # Dimension of the G sum in Sigma_x
                     # (the dimension in Sigma_c is controlled by npweps)
nkptgw4      1                # number of k-point where to calculate the GW correction
kptgw4                       # k-points
  0.000    0.000    0.000    # (Gamma)
bdgw4       16  17             # calculate GW corrections for bands from 4 to 5

nshiftk4  1
shiftk4   0.0 0.0 0.0
istwfk4  19*1                    

# Data common to the three different datasets

# Definition of the unit cell: fcc
acell   3*11.0072
angdeg  55.619183  55.619183  55.619183


#Definition atomic positions and types
#*************************************
  ntypat 3               # There are three types of atom
znucl 8  30  50        # The keyword "znucl" refers to the atomic number of the
                       # possible type(s) of atom. The pseudopotential(s)
                       # mentioned in the "files" file must correspond
                       # to the type(s) of atom. Here, type 1 is the Aluminum,
                       # type 2 is the Arsenic.

#Definition of the atoms
natom 10               
typat 6*1 2*2 2*3
xred                    
                  
                        
                  0.101055   0.399953  -0.287941   
                 -0.287941   0.101055   0.399953   
                  0.399953  -0.287941   0.101055   
                  0.899953   0.601055   0.212059   
                  0.601055   0.212059   0.899953   
                  0.212059   0.899953   0.601055   
                  0.283968   0.283968   0.283968   
                  0.783968   0.783968   0.783968   
                  0.001565   0.001565   0.001565   
                  0.501565   0.501565   0.501565

# Definition of the planewave basis set (at convergence 16 Rydberg 8 Hartree)
ecut 30          # Maximal kinetic energy cut-off, in Hartree

# Use only symmorphic operations
symmorphi 0

# Definition of the SCF procedure
nstep   1000        # Maximal number of SCF cycles
                  # Here, we follow the prescription for bulk silicon.
tolwfr  1.0d-9   

# This line added when defaults were changed (v5.3) to keep the previous, old behaviour
  iscf 5
3楼2010-01-03 21:52:22
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zhangjing_hust

铁杆木虫 (小有名气)

引用回帖:
Originally posted by zxzj05 at 2010-1-3 20:48:
在计算的脚本里添加参数,根据实验值确定scissor shift

LDA/GGA are well known to underestimate the band-gap by up to 100%. In order to get the optical spectrum and
make a realistic comparison with  ...

哦 不好意思
我找到你的qq了,易水寒.
4楼2010-01-03 21:57:05
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

mailoliver

金虫 (小有名气)

★ ★
小木虫(金币+0.5):给个红包,谢谢回帖交流
zdhlover(金币+1):谢谢,鼓励新虫,欢迎常来交流讨论 1-22 02:51
同学你用的赝势是什么啊?ECUT好像小了。我记得有Zn的系统ABINIT算得不准,你先算准ZnO再说吧。
5楼2010-01-19 16:05:37
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zhangjing_hust

铁杆木虫 (小有名气)

引用回帖:
Originally posted by mailoliver at 2010-1-19 16:05:
同学你用的赝势是什么啊?ECUT好像小了。我记得有Zn的系统ABINIT算得不准,你先算准ZnO再说吧。

我用的是Norm-conserving赝势,我也感觉计算的结果不太准.一般你算的时候ecut去多少啊?我再试试吧,多谢了.
6楼2010-01-22 13:10:06
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

mailoliver

金虫 (小有名气)

★ ★
小木虫(金币+0.5):给个红包,谢谢回帖交流
ice_rain(金币+1):xiexie~ 1-23 16:54
ECUT的值是通过收敛性试验得到的。不同的体系ECUT不同,即使相同的体系用不同的赝势ECUT也不同。一般我选用的收敛性条件是:1.0*10-6eV/atom。
7楼2010-01-22 23:02:51
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 zhangjing_hust 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 285求调剂 +7 AZMK 2026-04-05 12/600 2026-04-07 00:18 by AZMK
[考研] 08600生物与医药-327 +9 18755400796 2026-04-05 9/450 2026-04-06 22:35 by 52305043001
[考研] 297分083200求助 +9 aekx 2026-04-05 9/450 2026-04-06 20:57 by flysky1234
[考研] 一志愿哈工大,初试329,求环境科学与工程调剂! +6 余未辛 2026-04-06 6/300 2026-04-06 20:51 by lbsjt
[考研] 化学357分,考研调剂 +11 .Starry. 2026-04-04 12/600 2026-04-06 06:28 by houyaoxu
[考研] 262求调剂 +7 天下第一文 2026-04-04 8/400 2026-04-05 21:31 by 激流勇渡
[考研] 348求调剂 +3 车厘子zzz 2026-04-05 3/150 2026-04-05 20:30 by 啵啵啵0119
[考研] 327求调剂 +4 拾光任染 2026-04-05 4/200 2026-04-05 20:16 by 南航~万老师
[考研] 生物与医药调剂 +4 十七sa 2026-04-05 4/200 2026-04-05 20:05 by lys0704
[考研] 298求调剂 +3 manman511 2026-04-05 3/150 2026-04-05 18:09 by kk112233
[考研] 调剂 +8 熊二想上岸 2026-04-04 8/400 2026-04-05 05:27 by houyaoxu
[考研] 333求调剂 +9 阿科逸 2026-03-31 9/450 2026-04-04 18:25 by macy2011
[考研] 材料专业383求调剂 +8 郭阳阳阳成 2026-04-03 8/400 2026-04-04 10:29 by Rednal.
[考研] 材料调剂 +11 吴棂颖! 2026-04-03 11/550 2026-04-04 09:56 by 小小树2024
[考研] 一志愿双非085502,267分,过四级求调剂 +3 再忙也要吃饭啊 2026-04-03 3/150 2026-04-04 05:03 by gswylq
[考研] 工科 267求调剂 +5 wanwan00 2026-04-02 7/350 2026-04-03 14:14 by zhangdingwa
[考研] 309求调剂 +14 呆菇不是戴夫 2026-04-02 14/700 2026-04-03 09:42 by 蓝云思雨
[考研] 298求B区调剂 +4 zzz,,r 2026-04-02 5/250 2026-04-02 12:17 by 土木硕士招生
[考研] 286求调剂 +5 Sa67890. 2026-04-01 7/350 2026-04-01 19:50 by 6781022
[考研] 【调剂】一志愿厦大生物与医药调剂 +3 Echo虾米 2026-03-31 3/150 2026-04-01 08:40 by JourneyLucky
信息提示
请填处理意见