24小时热门版块排行榜    

查看: 4827  |  回复: 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一区文章,我:8.O.55.1.O.54,科目齐全,可伽急 +4 G6APbkg8SA6w 2026-08-29 5/250 2026-08-30 02:40 by ZPa0EcMwuECS
[论文投稿] 售SCI文章,我:8O5.5.1.O.54,科目齐全,可+急 +3 G6APbkg8SA6w 2026-08-29 3/150 2026-08-30 02:33 by ZPa0EcMwuECS
[论文投稿] 售SCI一区文章,我:8.O.551.O.5.4,科目全,可伽急 +4 gy1nBQXYQJqL 2026-08-29 4/200 2026-08-30 02:09 by ZPa0EcMwuECS
[考研] 售SCI一区T0P文章,我:8.O.55.1.O.54,科目齐全,可+急 +3 gy1nBQXYQJqL 2026-08-29 3/150 2026-08-30 01:58 by ZPa0EcMwuECS
[找工作] 售SCI一区T0P文章,我:8O.55.1.O.54,科目全,可伽急 +3 gy1nBQXYQJqL 2026-08-29 6/300 2026-08-30 01:36 by ZPa0EcMwuECS
[公派出国] 售SCI一区T0P文章,我:8.O.55.1.O54,科目全,可伽急 +4 gy1nBQXYQJqL 2026-08-29 7/350 2026-08-30 01:36 by ZPa0EcMwuECS
[考博] 售SCI-T0P文章,我:8O.5.5.1.O.54,科目齐全,可+急 +3 gy1nBQXYQJqL 2026-08-29 4/200 2026-08-30 01:34 by ZPa0EcMwuECS
[公派出国] 售SCI文章,我:8O.5.5.1O.54,科目全,可十急 +5 ASdOkHsho7FD 2026-08-28 7/350 2026-08-30 01:12 by ZPa0EcMwuECS
[找工作] 售SCI文章,我:8O5.5.1.O.54,科目齐全,可+急 +5 ASdOkHsho7FD 2026-08-28 7/350 2026-08-30 00:52 by ZPa0EcMwuECS
[硕博家园] 售SCI一区T0P文章,我:8.O55.1.O.54,科目全,可十急 +6 ASdOkHsho7FD 2026-08-28 12/600 2026-08-30 00:31 by ZPa0EcMwuECS
[基金申请] 中青基了要发朋友圈吗? +4 349506619 2026-08-28 4/200 2026-08-29 22:41 by alongwaytogo
[基金申请] 我就是申请一个面上项目而已,这评审意见是按照杰青的条件评的吧? +6 gouxfjh 2026-08-28 9/450 2026-08-29 09:59 by jklily
[教师之家] 售SCI-T0P文章,我:8O.5.5.1.O.54,科目齐全,可+急 +4 ASdOkHsho7FD 2026-08-28 7/350 2026-08-29 09:26 by G6APbkg8SA6w
[基金申请] 基金系统什么内容也没有 30+4 winsaint 2026-08-27 9/450 2026-08-28 11:06 by maolC
[基金申请] 怎么查啊 +6 huang1991js 2026-08-26 6/300 2026-08-28 08:42 by winsaint
[基金申请] 哪位高人中了,把查询到的截图贴出来让我看看,让我长长见识 +5 yuleib84 2026-08-26 6/300 2026-08-28 00:02 by yudaoqian88
[基金申请] 看板上这么多中的,有点像50人群里49个人都是骗子的那种感觉…… +5 a089 2026-08-26 6/300 2026-08-27 14:05 by jonewore
[基金申请] 国合里面能看到了 +7 一怀馨秋 2026-08-26 7/350 2026-08-26 11:23 by zhaosm1982
[基金申请] 今天务委会开完了,明天出结果吗 +19 angus9576 2026-08-25 23/1150 2026-08-26 10:03 by zp519
[基金申请] 某些机构,以效率低为荣,以效率低作为存在感 +9 yuleib84 2026-08-25 10/500 2026-08-25 17:14 by alexon
信息提示
请填处理意见