24小时热门版块排行榜    

查看: 5099  |  回复: 5

justinzhouke

新虫 (初入文坛)

[交流] 石墨烯声子谱Gamma点附近虚频,怎么处理 已有4人参与

计算石墨烯的声子谱,计算发现Gamma点附近出现虚频(如下)。不知道怎么处理。

  1   0.000000       0.0000    0.0000    0.0000  879.5294 1560.4160 1560.4160
  2   0.022223      -3.7499   41.7646   65.5168  879.2473 1559.8164 1561.6153
  3   0.044447      -6.5222   83.4849  130.6515  878.3968 1557.9969 1565.0765
  4   0.066670      -6.7089  125.1109  195.0346  876.9649 1554.9026 1570.4069
  5   0.088893       6.6043  166.5984  258.3457  874.9310 1550.4615 1577.0073
  6   0.111117      17.6058  207.9030  320.3191  872.2675 1544.6098 1584.1435
  7   0.133340      29.2947  248.9746  380.7432  868.9412 1537.3218 1591.0273

基本设置包括PP,是按照论文里面来的(PHYSICAL REVIEW B 80, 033406 2009)。
我做过ecut和q-mesh的收敛性测试,q-mesh在16的时候就收敛了。Ecut是55Ry收敛。


In the present analysis, we take advantage of the PWSCF
package of the QUANTUM-ESPRESSO distribution13 to model
the characteristic graphene lattice dynamics. Specifically,
an ultrasoft pseudopotential in the local-density
approximation14 is used with a plane-wave expansion up to
55 Ry and 32x32x1 Monkhorst-Pack meshes adopted for
Brillouin-zone sampling with 0.02 Ry Fermi-Dirac smearing
in the electronic occupation. The calculation also employs
the theoretical lattice parameter a=2.46 Å, which is in excellent
agreement with the experimental value at 300 K. For
bilayer graphene, the Bernal stacking is considered with the
interlayer distance set to the theoretical minimum of
3.36 Å.

输入文件
Gra.scf.in:  
1  &control
  2         calculation = 'scf',
  3         restart_mode= 'from_scratch',
  4         pseudo_dir  = '/home/xuzp/bin/lib/pwscf_pot',
  5         outdir      = './tmp',
  6         prefix='graphene',
  7         !disk_io     = 'none',
  8         tstress = .true.
  9         tprnfor = .true.
10         wf_collect=.true.
11 /
12 &system
13     ibrav           = 4
14     celldm(1)       = 4.64873
15     celldm(3)       = 8.13
16     nat             = 2
17     ntyp            = 1
18     ecutwfc         = 55
19     ecutrho         = 550
20     occupations     = 'smearing'
21     smearing        = 'fd'
22     degauss         = 0.02
23 /
24 &electrons
25     diagonalization = 'david'
26     mixing_beta     = 0.7
27     conv_thr        = 1.0d-10
28 /
29 ATOMIC_SPECIES
30   C  12.01078 C.pbe-rrkjus.UPF  !C.pz-vbc.UPF
31 ATOMIC_POSITIONS crystal
32   C   0.6666666666666667   0.3333333333333333   0.5000000000000000
33   C   0.3333333333333333   0.6666666666666667   0.5000000000000000
34 K_POINTS automatic
35 32 32 1 0 0 0

Gra.ph.in:
  1 phonon for graphene
  2 &inputph
  3         tr2_ph          =1.0d-18,
  4         prefix          ='graphene',
  5         epsil           =.false.,
  6         amass(1)        =12.01078,
  7         outdir          = './tmp',
  8         fildyn='graphene.dynG',
  9         !elph=.false.,
10         !trans=.true.,
11         ldisp=.true.
12         nq1=6, nq2=6, nq3=1
13 /
回复此楼

» 猜你喜欢

» 本主题相关商家推荐: (我也要在这里推广)

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

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

KalaShayminS

铁杆木虫 (著名写手)


小木虫: 金币+0.5, 给个红包,谢谢回帖
声子计算总是需要先结构优化,达到足够高的精度,否则由于计算条件略有区别(赝势等)会产生虚频。
2楼2015-05-05 14:32:33
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

lchchl

铜虫 (小有名气)


小木虫: 金币+0.5, 给个红包,谢谢回帖
Gamma点附近的一点虚频,也许改一下声学声子求和规则就可以消除了。
为什么小木虫每天都是扣四个金币!!!!!!
3楼2015-05-18 15:10:06
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

magicmonk

至尊木虫 (著名写手)


小木虫: 金币+0.5, 给个红包,谢谢回帖
引用回帖:
3楼: Originally posted by lchchl at 2015-05-18 15:10:06
Gamma点附近的一点虚频,也许改一下声学声子求和规则就可以消除了。

此话怎讲,求详细说明求和规则
我们最深的恐惧不是我们能力不够,我们最深的恐惧是能力超越了极限。
4楼2015-05-18 15:33:50
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

lchchl

铜虫 (小有名气)


小木虫: 金币+0.5, 给个红包,谢谢回帖
引用回帖:
4楼: Originally posted by magicmonk at 2015-05-18 15:33:50
此话怎讲,求详细说明求和规则...

有个参数叫zasr,这个是控制求和规则的,印象中可以设置的求和规则包括,no,simple,crystal等。
为什么小木虫每天都是扣四个金币!!!!!!
5楼2015-05-18 19:44:30
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

三叶虫的脚印

新虫 (初入文坛)


小木虫: 金币+0.5, 给个红包,谢谢回帖
楼主你好。请问你Gamma点的虚频消掉了吗?我最近计算声子谱时也出现了相同的问题。Gamma点处总是有3个小虚频。。
6楼2016-12-22 20:17:47
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 justinzhouke 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 基金未中,这种答复是模板吗? +4 zhaosm1982 2026-08-27 4/200 2026-08-27 10:53 by chengyan1220
[基金申请] 看板上这么多中的,有点像50人群里49个人都是骗子的那种感觉…… +4 a089 2026-08-26 5/250 2026-08-27 09:24 by Howard28
[基金申请] 基金不中,共勉 +7 eulota 2026-08-26 7/350 2026-08-27 09:02 by hsding2026
[基金申请] 为什么 国际(地区)合作与交流项目 没有放榜? 10+3 majunge000 2026-08-26 11/550 2026-08-27 08:42 by 北京莱茵编辑
[硕博家园] 售SCI一区T0P文章,我:8.O.55.1.O.54,科目齐全,可+急 +3 LIbGuocjEEYw 2026-08-26 4/200 2026-08-27 02:01 by Ie9AyIAvGbvs
[基金申请] 我不理解! +15 Edward_pc 2026-08-26 23/1150 2026-08-26 20:34 by zzuzxg
[基金申请] 怎么查啊 +5 huang1991js 2026-08-26 5/250 2026-08-26 16:09 by Equinoxhua
[基金申请] 能否退出参与的面上项目解除限项 +23 koalala 2026-08-24 26/1300 2026-08-26 14:29 by 宝贝虫子
[基金申请] 哪位高人中了,把查询到的截图贴出来让我看看,让我长长见识 +4 yuleib84 2026-08-26 5/250 2026-08-26 13:40 by yuleib84
[基金申请] 国合里面能看到了 +7 一怀馨秋 2026-08-26 7/350 2026-08-26 11:23 by zhaosm1982
[基金申请] 国际合作可查了,中了面上 +18 Ldrop2023 2026-08-26 18/900 2026-08-26 11:15 by cmrandy
[基金申请] 系统进不去 +4 yanglien 2026-08-26 5/250 2026-08-26 11:10 by wenfengw83
[基金申请] 国合可查了 +3 paperzjh 2026-08-26 3/150 2026-08-26 10:41 by LemmonTr
[基金申请] 今天务委会开完了,明天出结果吗 +19 angus9576 2026-08-25 23/1150 2026-08-26 10:03 by zp519
[基金申请] 国合现在查不到了吗? +10 chengyan1220 2026-08-24 20/1000 2026-08-26 08:57 by peasantsprig
[基金申请] 明天应该可查了!? +6 chengyan1220 2026-08-23 6/300 2026-08-25 19:45 by zfd97
[基金申请] 我面上完蛋了 +13 且听虎啸 2026-08-20 14/700 2026-08-25 09:10 by mrkang
[基金申请] 建议基金发布提前给出明确的时间点 +13 kulium 2026-08-21 16/800 2026-08-24 16:27 by superceng
[教师之家] 跳槽后在研项目怎么办? +5 简单化xn 2026-08-22 10/500 2026-08-23 12:38 by 简单化xn
[基金申请] 时间戳又变了 +13 wuchongjun 2026-08-20 19/950 2026-08-21 17:21 by 紫杉醇
信息提示
请填处理意见