24小时热门版块排行榜    

查看: 2270  |  回复: 6

子虚乌有5388

木虫 (正式写手)

[交流] 【其他】关于GW(准粒子计算能带结构等)方法的工作 已有6人参与

想做关于准粒子计算能带,激发态,光谱等的工作,大家讨论下,这个算起来是不是很费劲?目前能算准粒子的软件可算多大体系?
另外这方面工作少的原因是不是和计算很耗时间有关系?

谢谢大家指点讨论!
回复此楼
房无一间,地无一亩,身无分文,胸无大志。
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

hedaors

禁虫 (正式写手)

隐清堂主


子虚乌有5388(金币+1):我打算计算光吸收谱 要用到这个 看来只能罢手了 2010-08-02 23:25:50
qasd(金币+1):谢谢 2010-08-03 07:25:41
这个非常耗时。

并不是所有工作都必须要用 gw 近似的,由于计算量太大,所以一般非必须的话都不会算。
2楼2010-08-02 23:24:07
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

sweetwind88

金虫 (著名写手)


子虚乌有5388(金币+1): 2010-08-03 12:45:35
xiaohunhun(金币+1):xiexie 2010-08-05 20:58:48
是非常耗时的事情。
change
3楼2010-08-03 00:09:22
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
4楼2010-08-03 01:15:09
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

子虚乌有5388

木虫 (正式写手)

高手继续发言吧
房无一间,地无一亩,身无分文,胸无大志。
5楼2010-08-03 12:45:58
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

fzx2008

荣誉版主 (著名写手)

优秀版主优秀版主


子虚乌有5388(金币+1): 2010-08-03 22:28:06
xiaohunhun(金币+1):xiexie 2010-08-05 20:57:30
体系稍大点都算不动!
6楼2010-08-03 21:04:40
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

xiaomagh

铁杆木虫 (正式写手)

★ ★
子虚乌有5388(金币+1): 2010-08-08 18:26:05
zzy870720z(金币+2):谢谢分享 2010-08-08 18:47:40
我看到过一个计算的例子 , 贴给大家看看。

-------------------------------------------------------------------------
GW Band Structure Plots
To obtain band structure plots from the GW method, first you have to perform a
DFT calculation. The INCAR file I used for DFT on Si looks like this:
ISTART = 0
ISYM = 0
ICHARG = 2
ISMEAR = 0
SIGMA = 0.1
LORBIT = 11
NSW = 200
IBRION = 2
ISIF = 3
EDIFF = 0.0001
EDIFFG = -0.01

KPOINTS file for the run is:
Monkhorst Pack
0
Gamma
4 4 4
0 0 0

POSCAR file is:
Si
5.38936000000000
0.5000000000000000 0.5000000000000000 0.0000000000000000
0.0000000000000000 0.5000000000000000 0.5000000000000000
0.5000000000000000 0.0000000000000000 0.5000000000000000
2
Direct
0.0000000000000000 0.0000000000000000 0.0000000000000000
0.2500000000000000 0.2500000000000000 0.2500000000000000
POTCAR file is supplied with VASP 5.2, remember to use paw pseudopotentials so that in the band structure calculation the Wigner-Seitz radius for Si need not be directly specified in INCAR.

After this run completes you are ready to perform the HF-type (HSE06)
calculation. Change the INCAR file to:
ISTART = 1
ICHARG = 2
EDIFF = 0.0001
EDIFFG = -0.01
ENCUT = 400
ENAUG = 800
LREAL = .FALSE.
LWAVE = .TRUE.
LCHARG = .TRUE.
NELM = 200
NSW = 0
IBRION = -1
LMAXMIX = 4
ISMEAR = 0
SIGMA = 0.1
NSIM = 4
IALGO = 48
ISYM = 0
LHFCALC = .TRUE.
HFSCREEN = 0.2
ALGO = Damped
TIME = 0.4
ENCUTFOCK = 0
NKRED = 2
AEXX = 0.25

Keep the other files constant for this run (e.g. KPOINTS, POSCAR, POTCAR need not be changed).
Once this run has completed, add to the bottom of the INCAR file from the HSE06 calculation:
LOPTICS = .TRUE.
This step calculates the dielectric matrix Once this run has completed, change ALGO = Damped to ALGO = Gwo and
ICHARG = 2 to ICHARG = 11 and add:
NOMEGA = 50
ENCUTGW = 100
LORBIT = 11
and change the KPOINTS file to:
k-points along high symmetry lines
20 ! 20 intersections
Line-mode
rec
0 0 0 ! gamma
0.5 0.0 0 ! X
0.5 0.0 0 ! X
0.5 0.5 0.0 ! M
0.5 0.5 0.0 ! M
0.0 0.0 0.0 ! gamma
0.0 0.0 0.0 ! gamma
0.5 0.5 0.0 ! M
0.5 0.5 0.0 ! M
0.5 0.5 0.5 ! R
0.5 0.5 0.5 ! R
0.0 0.0 0.0 ! gamma
These values are the points of high symmetry along the lines of high symmetry
within the first Brillouin Zone of the Si unit cell structure in reciprocal space. And that’s it! Once complete you can plot the PROCAR, EIGENVAL, and DOSCAR files from the output of this run as described in the previous posts. The band structure plot produced from the plotting utility is shown below.

---------------------------------------------------------------
7楼2010-08-08 12:35:34
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 子虚乌有5388 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 估计是周四 +3 archvillain 2026-08-18 3/150 2026-08-21 01:48 by jnhyjjm
[基金申请] 基金啊基金 +3 longfie172 2026-08-20 3/150 2026-08-21 00:04 by wuchongjun
[基金申请] 让我中一个面上吧! +8 大萍1987 2026-08-20 10/500 2026-08-20 21:48 by 大萍1987
[基金申请] 只有每年这种时候来逛逛小木虫 +21 yaoyewhu2008 2026-08-20 22/1100 2026-08-20 17:03 by yaoyewhu2008
[基金申请] 放榜前的不淡定 40+3 snowwithsea 2026-08-19 12/600 2026-08-20 15:56 by lfy8008
[基金申请] 今天基金会出结果吗?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
[基金申请] 今天放榜没戏了吧 +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 苦难博士
[基金申请] 朋友圈看到的 +6 wangzilk 2026-08-18 8/400 2026-08-19 10:55 by Haru815
[基金申请] 什么时候开奖? +6 CrisMessi 2026-08-18 6/300 2026-08-19 08:06 by Equinoxhua
[基金申请] 明天放榜? +5 Shxjjxjkx 2026-08-18 5/250 2026-08-18 18:14 by -大大大大大-
[论文投稿] 投稿咨询 +4 wwm09 2026-08-17 6/300 2026-08-18 15:36 by wwm09
[基金申请] 时间戳又变了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
[精细化工] 招聘 金属平磨液,抛光液研发工程师 +3 小天0311 2026-08-14 3/150 2026-08-16 07:31 by H9PLUS
[基金申请] 各位道友,我要去昆明玩几天,回来见。 +7 Tide man 2026-08-14 8/400 2026-08-15 01:11 by arzu_hma
信息提示
请填处理意见