24小时热门版块排行榜    

查看: 4810  |  回复: 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的回帖
相关版块跳转 我要订阅楼主 菲顶顶 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 应该是93bebmhtak前后十一个字符比较关键 +16 Lanmanbaby 2026-08-09 25/1250 2026-08-11 15:51 by 医学老男孩
[基金申请] 为什么网上很多人说本周 12号出结果 +6 瞬息宇宙 2026-08-10 6/300 2026-08-11 13:19 by JACS/Angew
[基金申请] 帮忙看看fileCode +6 wwncly 2026-08-10 12/600 2026-08-11 13:01 by wwncly
[基金申请] 奇怪,两个人的filecode固定段从头到尾一模一样 +5 布布和一二 2026-08-10 6/300 2026-08-11 10:15 by 医学老男孩
[基金申请] filecode +9 documentary 2026-08-10 9/450 2026-08-11 10:08 by wk7465
[基金申请] 基金中了 +15 laoda193707 2026-08-06 15/750 2026-08-11 00:11 by jiafei2190
[基金申请] 关于代码变化问题,想知道的进来 +17 且听虎啸 2026-08-07 24/1200 2026-08-10 18:35 by zhangduo2008
[基金申请] 静等基金结果 +5 gjjjzhong 2026-08-10 16/800 2026-08-10 17:19 by Tide man
[基金申请] 国自然结果 +4 Vierhys 2026-08-10 8/400 2026-08-10 15:06 by Vierhys
[基金申请] 好奇怪的filecode +4 布布和一二 2026-08-08 5/250 2026-08-10 14:20 by 冰心玉壶晴
[基金申请] 2026国自然放榜时间 +9 布布和一二 2026-08-08 9/450 2026-08-10 11:22 by xxxx2020
[基金申请] 这样的filecode谁见过 +11 布布和一二 2026-08-08 22/1100 2026-08-10 11:10 by wmfsnow
[基金申请] filecode与中标关系的预测 +5 布布和一二 2026-08-07 5/250 2026-08-09 16:15 by 袁向阳007
[基金申请] fileCode有新解读? +10 Tide man 2026-08-08 18/900 2026-08-09 12:55 by 仁砚薪传
[基金申请] 关于filecode,很负责任的告诉大家 +6 爱看书的可乐 2026-08-08 7/350 2026-08-08 22:13 by a_niu
[基金申请] 关于豆爷回答的JTJC与%2F数量 +5 yang182083 2026-08-06 7/350 2026-08-08 18:29 by zhanghaozhu
[基金申请] 关于filecode +4 布布和一二 2026-08-07 7/350 2026-08-07 22:55 by zhanghaozhu
[基金申请] filecode +8 布布和一二 2026-08-06 11/550 2026-08-06 20:41 by tangpu318
[基金申请] 影响面上的因素 +8 布布和一二 2026-08-05 11/550 2026-08-06 10:41 by 宝贝虫子
[基金申请] 好消息?这个有何含义??? +8 Tide man 2026-08-05 10/500 2026-08-05 16:14 by xmuxiaoyu
信息提示
请填处理意见