24小时热门版块排行榜    

查看: 4828  |  回复: 1

菲顶顶

铜虫 (正式写手)

[求助] QE计算声子谱电声耦合系数和临界温度

第一步,scf自洽pw.x

      1  &control
      2     calculation='scf'
      3     restart_mode='from_scratch',
      4     !pseudo_dir='directory where pseudopotentials are stored/',
      5     !outdir='directory where large files are written/'
      6     pseudo_dir='./'
      7     outdir='./tmp'
      8     prefix='PHMgB2'
      9     tstress=.true.
     10     tprnfor=.true.
     11  /
     12  &system
     13     ibrav=0, celldm(1)=1.89, nat=3, ntyp=2, ecutwfc=60,ecutrho=480,
     14     occupations='smearing', smearing='gaussian', degauss=0.01,
     15     la2F=.true.
     16  /
     17  &electrons
     18     diagonalization='david'
     19     conv_thr=1.0d-8
     20     mixing_beta=0.7
     21  /
     22 CELL_PARAMETERS
     23    3.0699288366337654   -0.0000000004270052    0.0000000000036074
     24    1.5349644186324731    2.6586363584606119    0.0000000000024496
     25   -0.0000000000056698   -0.0000000000017806    3.5174059808366489
     26 ATOMIC_SPECIES
     27  Mg  24.3050  Mg.pz-n-vbc.UPF
     28  B   10.811  B.pz-bhs.UPF
     29 ATOMIC_POSITIONS {angstrom}
     30   Mg  -0.0000000050616800  0.0000000000000088  0.0000000000000476
     31   B    0.3333333201942207  0.6666666660819658  0.5000000000000511
     32   B    0.6666666548674568  0.3333333339180254  0.4999999999999015
     33 K_POINTS {automatic}
     34  16 16 16 0 0 0

第二步,疏的k点自洽pw.x
      1  &control
      2     calculation='scf'
      3     restart_mode='from_scratch',
      4     !pseudo_dir='directory where pseudopotentials are stored/',
      5     !outdir='directory where large files are written/'
      6     pseudo_dir='./'
      7     outdir='./tmp'
      8     prefix='PHMgB2'
      9     tstress=.true.
     10     tprnfor=.true.
     11  /
     12  &system
     13     ibrav=0, celldm(1)=1.89, nat=3, ntyp=2, ecutwfc=60,ecutrho=480,
     14     occupations='smearing', smearing='gaussian', degauss=0.01,
     15     !la2F=.true.
     16  /
     17  &electrons
     18     diagonalization='david'
     19     conv_thr=1.0d-8
     20     mixing_beta=0.7
     21  /
     22 CELL_PARAMETERS
     23    3.0699288366337654   -0.0000000004270052    0.0000000000036074
     24    1.5349644186324731    2.6586363584606119    0.0000000000024496
     25   -0.0000000000056698   -0.0000000000017806    3.5174059808366489
     26 ATOMIC_SPECIES
     27  Mg  24.3050  Mg.pz-n-vbc.UPF
     28  B   10.811  B.pz-bhs.UPF
     29 ATOMIC_POSITIONS {angstrom}
     30   Mg  -0.0000000050616800  0.0000000000000088  0.0000000000000476
     31   B    0.3333333201942207  0.6666666660819658  0.5000000000000511
     32   B    0.6666666548674568  0.3333333339180254  0.4999999999999015
     33 K_POINTS {automatic}
     34  8 8 8 0 0 0

第三步,ph.x

      1 Phonons for MgB2
      2  &inputph
      3   tr2_ph=1.0d-14,
      4   amass(1)=24.3050, amass(2)=10.811,
      5   prefix='PHMgB2',
      6   ldisp=.true., trans=.true.
      7   !outdir='directory where large files are written/'
      8   outdir='./tmp',
      9   !elph=.true.
     10   electron_phonon='interpolated'
     11   fildyn='MgB2.dyn',
     12   nq1=4, nq2=4, nq3=4
     13  /
第四步,matydn.x   
      1  &input
      2   asr='simple', amass(1)=24.3050, amass(2)=10.811,
      3   flfrc='PHMgB2.fc', flfrq='PHMgB2.freq', la2F=.true., dos=.false.
      4  /
      5  100
      6    0.0000 0.0000 0.0000 0
      7    0.0000 0.0263 0.0000  0
      8    0.0000 0.0526 0.0000  0
      9    0.0000 0.0789 0.0000  0
     10    0.0000 0.1053 0.0000  0
     ....................
(1)这一步生成的.freq文件用plotband.x处理的时候出现错误,如下:
/vol-th/software/espresso-5.0.2/bin/plotband.x PHMgB2.freq
Reading    9 bands at    100 k-points
Error reading k-point #    1
(2)另外,将生成的.freq.gp文件导入origin作声子谱画出来的图像也不对。
请大神解答是哪里出错了呢

第五步,matydn.x计算lamada   
      1  &input
      2   asr='simple', amass(1)=24.3050, amass(2)=10.811,
      3   flfrc='PHMgB2.fc', flfrq='PHMgB2lamada.freq',
      4   la2F=.true., dos=.true.,
      5   fldos='PHMgB2.dos',
      6   nk1=10, nk2=10,nk3=10,
      7   ndos=50
      8  /

第六步,据说是使用lamada.in文件可以直接计算出Tc,论坛里有个例子是:
10  0.12  1    ! emax (something more than highest phonon mode in THz), degauss, smearing method
     8          ! Number of q-points for which EPC is calculated,
     0.0000000  0.0000000  0.0000000   1.00  ! the first q-point, use kpoints.x program to calculate
     -0.2500000 -0.2500000  0.2500000   8.00  ! q-points and their weight
     -0.5000000 -0.5000000  0.5000000   4.00  !
      0.0000000  0.0000000  0.5000000   6.00  ! 4th q-point, qx,qy,qz
     -0.2500000 -0.2500000  0.7500000  24.00  !
     -0.5000000 -0.5000000  1.0000000  12.00  !
      0.0000000  0.0000000  1.0000000   3.00  !
     -0.5000000  0.0000000  1.0000000   6.00  ! the last q-point
elph. 0.000000. 0.000000. 0.000000 ! elph output file names,
elph.-0.250000. 0.250000.-0.250000 ! in the same order as the q-points before  
elph. 0.500000.-0.500000. 0.500000
elph. 0.000000. 0.500000. 0.000000
elph. 0.750000.-0.250000. 0.750000
elph. 0.500000. 0.000000. 0.500000
elph. 0.000000.-1.000000. 0.000000
elph.-0.500000.-1.000000. 0.000000
0.10                     ! \mu the Coloumb coefficient in the modified
                          ! Allen-Dynes formula for T_c (via \omega_log)


我想问的是:
(3)emax 是从第四步的freq文件中读出来的吗? 具体怎么读呢,感觉看不太懂呢,degauss, smearing method 的取值依据是什么呢?
(4)第三到十八行是只写高对称带点不用像第四步那样都写上吗?第十一到十八行和我们通过前面步骤计算得到的哪些elph.文件是一个意思吗?


谢谢大家,大家帮忙看一下。
回复此楼
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

XIHA女王1990

新虫 (小有名气)

请问楼主临街温度算出来了吗

发自小木虫IOS客户端
2楼2016-12-25 18:48:54
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 菲顶顶 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[硕博家园] 售SCI一区T0P文章,我:8.O.55.1.O.54,科目齐全,可+急 +3 gy1nBQXYQJqL 2026-08-29 6/300 2026-08-30 06:22 by ZPa0EcMwuECS
[教师之家] 售SCI一区T0P文章,我:8.O.55.1.O54,科目全,可伽急 +5 ASdOkHsho7FD 2026-08-28 7/350 2026-08-30 06:10 by ZPa0EcMwuECS
[教师之家] 售SCI-T0P文章,我:8O.5.5.1.O.54,科目齐全,可+急 +5 ASdOkHsho7FD 2026-08-28 8/400 2026-08-30 05:48 by ZPa0EcMwuECS
[硕博家园] 售SCI一区T0P文章,我:8.O55.1.O.54,科目全,可十急 +6 ASdOkHsho7FD 2026-08-28 13/650 2026-08-30 05:38 by ZPa0EcMwuECS
[论文投稿] 售SCI文章,我:8O5.5.1.O.54,科目齐全,可+急 +3 G6APbkg8SA6w 2026-08-29 3/150 2026-08-30 02:33 by ZPa0EcMwuECS
[公派出国] 售SCI一区T0P文章,我:8.O.55.1.O54,科目全,可伽急 +4 gy1nBQXYQJqL 2026-08-29 7/350 2026-08-30 01:36 by ZPa0EcMwuECS
[博后之家] 售SCI文章,我:8O.5.5.1O.54,科目全,可十急 +7 ASdOkHsho7FD 2026-08-28 8/400 2026-08-30 01:14 by ZPa0EcMwuECS
[论文投稿] 售SCI一区文章,我:8.O.551.O.5.4,科目全,可伽急 +4 ASdOkHsho7FD 2026-08-28 5/250 2026-08-30 01:03 by ZPa0EcMwuECS
[公派出国] 售SCI一区T0P文章,我:8.O.55.1.O.5.4,科目全,可+急 +4 ASdOkHsho7FD 2026-08-28 5/250 2026-08-30 00:52 by ZPa0EcMwuECS
[基金申请] 面上意见出来了 +8 黄鸟于飞Chao 2026-08-29 16/800 2026-08-29 20:45 by 黄鸟于飞Chao
[基金申请] 有没有仍没收到信息的 +5 德尚中行 2026-08-27 6/300 2026-08-29 18:10 by manplx
[教师之家] 导师吐槽:我怎么摊上了这么个极品研究生! +9 苏东坡二世 2026-08-23 9/450 2026-08-29 14:41 by hustersqt
[基金申请] 2026年叶企孙基金 +4 bud_bud 2026-08-27 7/350 2026-08-29 07:23 by foolishmani
[文学芳草园] 梦想 +3 myrtle 2026-08-26 3/150 2026-08-27 10:01 by angelyueyi
[基金申请] 2026年的国家社科基金项目通讯评审的新规则与新动向、新挑战 +7 process2012 2026-08-23 10/500 2026-08-26 19:23 by hmhminy
[基金申请] 能否退出参与的面上项目解除限项 +23 koalala 2026-08-24 26/1300 2026-08-26 14:29 by 宝贝虫子
[基金申请] 国际合作可查了,中了面上 (EPI+1)(金币+50) +18 Ldrop2023 2026-08-26 18/900 2026-08-26 11:15 by cmrandy
[基金申请] 国合可查了 +3 paperzjh 2026-08-26 3/150 2026-08-26 10:41 by LemmonTr
[基金申请] 如果此刻你正在为国基感到焦虑,不妨来听听这首《基金之外》 +8 scalable 2026-08-24 8/400 2026-08-25 12:52 by jnhyjjm
[基金申请] 没有任何消息-是不是就凉了 +9 图啦图啦 2026-08-24 10/500 2026-08-25 11:59 by 南海小哥
信息提示
请填处理意见