24小时热门版块排行榜    

查看: 2834  |  回复: 6

hexin1982

新虫 (小有名气)

[求助] PDOS中如何确定各分轨道 已有1人参与

下面是我计算得到的Fe的3d电子的PDOS
# E (eV)   ldos(E)   pdos(E)    pdos(E)    pdos(E)    pdos(E)    pdos(E)   
-5.000  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00
-4.900  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00
-4.800  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00
-4.700  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00
-4.600  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00
-4.500  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00
-4.400  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00
-4.300  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00
-4.200  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00
-4.100  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00
-4.000  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00
-3.900  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00
-3.800  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00
-3.700  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00
-3.600  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00
-3.500  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00
-3.400  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00
-3.300  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00
-3.200  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00
-3.100  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00
-3.000  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00
-2.900  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00
-2.800  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00
-2.700  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00  0.000E+00
。。。。。。。。。。。。。。。

请问如何分辨这5个PDOS分别属于哪个轨道?这里的Fe原子处于八面体晶场中。
回复此楼
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

hexin1982

新虫 (小有名气)

怪我粗心,这里的给出的数据全为0,后面的不为0的
2楼2016-07-24 21:33:17
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

jpchou

专家顾问 (著名写手)

???@???n???????????????? VASP output files (DOSCAR, EIGENVAL, PROCAR....)
?????????????^??n???
3楼2016-07-25 17:28:33
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

souledge

专家顾问 (著名写手)

【答案】应助回帖

感谢参与,应助指数 +1
在QE的源代码里有提示:
CODE:
  CHARACTER (len=1)  :: l_label(0:3)=(/'s','p','d','f'/)
  CHARACTER (len=7)  :: lm_label(1:7,1:3)=reshape( (/ &
    'z      ','x      ','y      ','       ','       ','       ','       ', &
    'z2     ','xz     ','yz     ','x2-y2  ','xy     ','       ','       ', &
    'z3     ','xz2    ','yz2    ','zx2-zy2','xyz    ','x3-3xy2','3yx2-y3' /), (/7,3/) )

projwfc.x的输出中也有这样的提示:
CODE:
     state # 129: atom  33 (Ti ), wfc  1 (l=0 m= 1)
     state # 130: atom  33 (Ti ), wfc  2 (l=1 m= 1)
     state # 131: atom  33 (Ti ), wfc  2 (l=1 m= 2)
     state # 132: atom  33 (Ti ), wfc  2 (l=1 m= 3)
     state # 133: atom  33 (Ti ), wfc  3 (l=0 m= 1)
     state # 134: atom  33 (Ti ), wfc  4 (l=2 m= 1)
     state # 135: atom  33 (Ti ), wfc  4 (l=2 m= 2)
     state # 136: atom  33 (Ti ), wfc  4 (l=2 m= 3)
     state # 137: atom  33 (Ti ), wfc  4 (l=2 m= 4)
     state # 138: atom  33 (Ti ), wfc  4 (l=2 m= 5)

在PP/Doc中,还有更加详细的文档说明:
CODE:
   ::: Orbital Order
   
      Order of m-components for each l in the output:
      
          1, cos(phi), sin(phi), cos(2*phi), sin(2*phi), .., cos(l*phi), sin(l*phi)
      
      where phi is the polar angle:x=r cos(theta)cos(phi), y=r cos(theta)sin(phi)
      This is determined in file flib/ylmr2.f90 that calculates spherical harmonics.
      
      for l=1:
        1 pz     (m=0)
        2 px     (real combination of m=+/-1 with cosine)
        3 py     (real combination of m=+/-1 with sine)
      
      for l=2:
        1 dz2    (m=0)
        2 dzx    (real combination of m=+/-1 with cosine)
        3 dzy    (real combination of m=+/-1 with sine)
        4 dx2-y2 (real combination of m=+/-2 with cosine)
        5 dxy    (real combination of m=+/-2 with sine)

思想重于技巧,内涵重于表象
4楼2016-07-25 21:45:05
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

souledge

专家顾问 (著名写手)

???????:
3?: Originally posted by jpchou at 2016-07-25 17:28:33
???@???n???????????????? VASP output files (DOSCAR, EIGENVAL, PROCAR....)
?????????????^??n???

?????QE (Quantum-Espresso) ???????????VASP??
思想重于技巧,内涵重于表象
5楼2016-07-25 21:46:56
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

hexin1982

新虫 (小有名气)

引用回帖:
5楼: Originally posted by souledge at 2016-07-25 21:46:56
这个是QE (Quantum-Espresso) 的输出,不是VASP的...

谢谢回复,我弄清楚了,就是被这个m困扰。
   for l=2:
        1 dz2    (m=0)
        2 dzx    (real combination of m=+/-1 with cosine)
        3 dzy    (real combination of m=+/-1 with sine)
        4 dx2-y2 (real combination of m=+/-2 with cosine)
        5 dxy    (real combination of m=+/-2 with sine)
这前面的12345用m来表示,与磁量子数弄混了。
6楼2016-07-25 21:59:57
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zhywind200

铜虫 (正式写手)

你这个是什么软件算的?

发自小木虫Android客户端
7楼2016-07-29 08:35:35
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 hexin1982 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 学科评审组评审是指会评吗? +4 瞬息宇宙 2026-08-31 4/200 2026-09-01 14:58 by jiaoxg
[基金申请] 面上合作单位盖章 +5 ssyjh 2026-08-27 8/400 2026-09-01 12:58 by ssyjh
[论文投稿] 小白求助 投论文要求的highlights应该如何写 5+3 l1963982152 2026-08-29 4/200 2026-09-01 09:04 by 北京莱茵编辑
[基金申请] 麻烦专家们看看评委们的意见(F口面上) +7 gdd2018 2026-08-28 12/600 2026-09-01 08:32 by 尼古拉斯小虫
[基金申请] 国社科又开始会评了,不知道这次命运如何 +7 雨打竹帘 2026-08-30 11/550 2026-08-31 23:16 by hittle2008
[基金申请] 投票:  有多少人是今天查系统知道结果的? +17 爱看书的可乐 2026-08-26 19/950 2026-08-31 21:30 by xiangy672
[基金申请] 基金未中,这种答复是模板吗? +6 zhaosm1982 2026-08-27 7/350 2026-08-31 21:18 by qdxxmc
[基金申请] 面上意见出来了 +12 黄鸟于飞Chao 2026-08-29 23/1150 2026-08-31 18:57 by 黄鸟于飞Chao
[基金申请] 能否申诉? +7 echo8914667 2026-08-30 8/400 2026-08-31 17:00 by yihongxu
[基金申请] 29号明天会评吗 +4 笨笨唐 2026-08-28 4/200 2026-08-31 09:30 by huixian257
[基金申请] 基金不中,共勉 +12 eulota 2026-08-26 12/600 2026-08-31 08:42 by ZJTJZ
[基金申请] 为什么到现在没收到通知? +5 tannykie 2026-08-29 5/250 2026-08-30 21:05 by purplejack
[基金申请] 有没有仍没收到信息的 +7 德尚中行 2026-08-27 8/400 2026-08-30 20:52 by purplejack
[基金申请] 国自然评审意见 +13 wangmingqi 2026-08-28 19/950 2026-08-29 10:22 by Poppy1104
[基金申请] 2026年叶企孙基金 +4 bud_bud 2026-08-27 7/350 2026-08-29 07:23 by foolishmani
[基金申请] 看板上这么多中的,有点像50人群里49个人都是骗子的那种感觉…… +5 a089 2026-08-26 6/300 2026-08-27 14:05 by jonewore
[基金申请] 出来了 +9 trojank 2026-08-26 9/450 2026-08-26 14:25 by 宝贝虫子
[基金申请] 国合里面能看到了 +7 一怀馨秋 2026-08-26 7/350 2026-08-26 11:23 by zhaosm1982
[基金申请] 国际合作可查了,中了面上 (EPI+1)(金币+50) +18 Ldrop2023 2026-08-26 18/900 2026-08-26 11:15 by cmrandy
[基金申请] 项目信息和经费信息在系统里都可以看到了 +6 wittyboy 2026-08-26 14/700 2026-08-26 10:55 by wittyboy
信息提示
请填处理意见