24小时热门版块排行榜    

查看: 992  |  回复: 3

zhuswf

新虫 (小有名气)

[交流] Too Small Band Gap of Silicon (~0.65 eV) Calculated by VASP 已有1人参与

Hello VASP users,

I am a beginner in VASP. I tried to redo the Si example. BUT the band gap is ~0.65 eV, which is much smaller than the real value (1.17 eV). I am wondering what I am doing wrong.

The below are the steps I have taken and corresponding inscripts. The pseudo-potential I used is from the folder /paw_pbe/Si. I also used the ultrasoft potential from the folder \pot\Si. But the

band gap is the same. The results are similar to the one that presents on the website (https://wiki.alcf.anl.gov/wparker/index.php/Silicon)

Could you please check my flow chart and see if I did something wrong? How can I get accurate energy calculated by VASP?

Besides, I have another two questions for VASP usage.
1. I can get different Fermi energies from setp #2, #3.1 and #3.2. WHICH one is correct? The one from the SCF calculation? Should I use this value for the next steps (DOS and Band

structure)?
2. What files should I copy to the folder of the next steps for continuation? Just CHGCAR and CHG, or CHGCAR, CHG and WAVECAR, or all the output files? If the ISTART = 0, does it

mean I don't need to use any files from the previous step?

===========================
Step #1: Structure Optimization.
I initially set the lattice constants as 5.5 Angstrom (POSCAR). Then I did several ion steps to get the optimized structure (CONTCAR).

INCAR file:
System = Diamond Si
ISTART = 0
ISMEAR = 1
SIGMA = 0.05
ENCUT = 300.0
NELM = 200
GGA = PE
EDIFF = 1E-06
EDIFFG = -0.02
NPAR = 8
NSW = 50
IBRION = 2
ISIF = 3
ISYM = 1

KPOINTS file:
K-Points
0
Monkhorst Pack
21 21 21
0 0 0

Output: CONTCAR, CHG, CHGCAR (for the next step #2)

=====================================================
Step #2: SCF Calculation (Run self-consistently to get the charge density)
I changed the CONTCAR file to POSCAR file for input structure. The k-point file is the same as above.

INCAR file:
System = Diamond Si
ISTART = 0
ISMEAR = 0
SIGMA = 0.05
ENCUT = 300.0
NELM = 200
GGA = PE
EDIFF = 1E-06
EDIFFG = -0.02
NPAR = 8
ISYM = 1

Output: CHG, CHGCAR, WAVECAR (for the next steps #3.1-DOS and #3.2-Band Structure) (Is it right? What files should I copy to the next step for continuation?)
Fermi energy: 5.83091414 eV (read by the file DOSCAR. It wil be used for the next steps.) (We also can get different Fermi energies from step #3.1 and #3.2. Which one is the correct Fermi

energy?)

=================================================
Step #3.1: Non-SCF Calculation (DOS)
I used the accurate charge density files from the previous step #2 for DOS.The k-point file is the same as above.

INCAR file:
System = Diamond Si
ISTART = 1
ICHARG = 11
ISMEAR = -5
SIGMA = 0.05
ENCUT = 300.0
NELM = 200
GGA = PE
EDIFF = 1E-06
EDIFFG = -0.02
NPAR = 8
ISYM = 1

Output: DOSCAR file --> DOS curve

=================================================
Step #3.2: Non-SCF Calculation (Band Structure)
I used the accurate charge density files from the previous step #2. The k-point file is different with a line mode.

INCAR file:
System = Diamond Si
ISTART = 1
ICHARG = 11
ISMEAR = 0
SIGMA = 0.05
ENCUT = 300.0
NELM = 200
GGA = PE
EDIFF = 1E-06
EDIFFG = -0.02
NPAR = 8
ISYM = 1

KPOINTS file:
K-Points for FCC Bandstructure G-X-W-K-G-L-U-W-L-K|U-X
10
line
reciprocal
0.000 0.000 0.000  ! G
0.000 0.500 0.500  ! X

0.000 0.500 0.500  ! X
0.250 0.750 0.500  ! W

0.250 0.750 0.500  ! W
0.375 0.750 0.375  ! K

0.375 0.750 0.375  ! K
0.000 0.000 0.000  ! G

0.000 0.000 0.000  ! G
0.500 0.500 0.500  ! L

0.500 0.500 0.500  ! L
0.250 0.625 0.625  ! U

0.250 0.625 0.625  ! U
0.250 0.750 0.500  ! W

0.250 0.750 0.500  ! W
0.500 0.500 0.500  ! L

0.500 0.500 0.500  ! L
0.375 0.750 0.375  ! K

0.250 0.625 0.625  ! U
0.000 0.500 0.500  ! X

Output: EIGENVAL file --> Band Structure

================================

Thank you for your attention. If you have any suggestions or corrections, I will very appreciate that.

Best,
Wenpeng Zhu
回复此楼

» 猜你喜欢

» 本主题相关价值贴推荐,对您同样有帮助:

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

wekow

禁虫 (小有名气)

★ ★
小木虫: 金币+0.5, 给个红包,谢谢回帖
identation: 金币+1, 谢谢交流 2013-12-03 15:16:50
本帖内容被屏蔽

2楼2013-12-02 17:32:56
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zhuswf

新虫 (小有名气)

引用回帖:
2楼: Originally posted by wekow at 2013-12-02 17:32:56
dft不能很好处理激发态,低估能隙很正常。如果需要得到和实验接近的结果,对于vasp,推荐尝试gw,杂化泛函,或者加U。3种方法,计算依次降低,可靠度同样依次降低。

非常感谢您的回复。
我现在在学习如何使用HSE06方法,如果有问题,可能还需要请教您。

另外请问每一步计算需要上一步的什么文件?
WAVECAR还是CHGCAR?还是两个都要?或者还需要其他文件?
如果ISTART=0,是不是就不需要上一步的文件了?
再次感谢!
3楼2013-12-03 01:01:53
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

wekow

禁虫 (小有名气)


小木虫: 金币+0.5, 给个红包,谢谢回帖
本帖内容被屏蔽

4楼2013-12-03 13:12:14
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 zhuswf 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 言之凿凿,8月21号(明天)放榜 +13 医学老男孩 2026-08-20 15/750 2026-08-20 15:19 by chengyan1220
[基金申请] 时间戳又变了 +3 wuchongjun 2026-08-20 4/200 2026-08-20 15:18 by felixwseu
[基金申请] 时间戳变了,能看出什么问题? +17 基诺咪客 2026-08-17 21/1050 2026-08-20 14:54 by 昝占全2025
[基金申请] 重要消息,中午系统在维护 +11 yuleib84 2026-08-18 12/600 2026-08-20 11:09 by xskun
[基金申请] 哪位老哥知道今年的国自然具体哪一天放榜? +16 Ldrop2023 2026-08-13 20/1000 2026-08-20 11:07 by xskun
[基金申请] 只有每年这种时候来逛逛小木虫 +21 yaoyewhu2008 2026-08-20 21/1050 2026-08-20 10:37 by Vivilian
[基金申请] 今天基金会出结果吗?20260819 +14 kkkl_v 2026-08-19 15/750 2026-08-20 08:21 by sunzitan
[基金申请] filecode,4个jtjc了 +11 ziyangfang 2026-08-19 13/650 2026-08-19 21:28 by aasahr
[教师之家] 为什么余额宝的年化利率越来越低?主要原因有哪些? +5 瞬息宇宙 2026-08-15 5/250 2026-08-19 20:23 by super2002521
[基金申请] 今天放榜没戏了吧 +4 yuleib84 2026-08-19 5/250 2026-08-19 19:52 by hhs666
[基金申请] 今天放榜吗? +14 布布和一二 2026-08-19 15/750 2026-08-19 18:07 by gltch
[基金申请] filecode=后面第一个是大写字母 +10 wangze12014 2026-08-14 12/600 2026-08-19 16:56 by 苦难博士
[基金申请] 2027广东省杰青 +4 奶牛小黑 2026-08-15 10/500 2026-08-19 11:02 by wanfengnew
[基金申请] 明天放榜? +5 Shxjjxjkx 2026-08-18 5/250 2026-08-18 18:14 by -大大大大大-
[基金申请] 时间戳又变了8-15 +14 archvillain 2026-08-15 26/1300 2026-08-18 13:37 by phantomgost
[基金申请] 今天维护系统维护 祝所有人 高中 +8 gjjjzhong 2026-08-18 9/450 2026-08-18 13:01 by 家与远方
[基金申请] 93BebMhtakh前后11位开头都是大写 +4 且听虎啸 2026-08-17 5/250 2026-08-18 00:49 by 蔡棒棒菂
[基金申请] 感觉是下周放榜了 +6 angus9576 2026-08-17 11/550 2026-08-17 23:57 by angus9576
[基金申请] 今天系统多次维护,明天很可能放榜! +8 zju2000 2026-08-16 9/450 2026-08-17 12:20 by lmz0216
[基金申请] 各位道友,我要去昆明玩几天,回来见。 +7 Tide man 2026-08-14 8/400 2026-08-15 01:11 by arzu_hma
信息提示
请填处理意见