【调剂】北京石油化工学院2024年16个专业接受调剂
查看: 459  |  回复: 1
当前主题已经存档。

xirainbow

木虫 (正式写手)

[交流] 【分享】Detail of UNIFIED PSEUDOPOTENTIAL FORMAT

以下内容来自我的博客:http://blog.sina.com.cn/s/blog_5f15ead20100eeqc.html

      All quantities are in atomic Rydberg units: e^2=2, m=1/2, hbar=1. Lengths are in Bohr (0.529177 A), energies in Ry (13.6058 eV) Potentials are multiplied by e so they have the units of energy.

PP_INFO
"generating program" "date, author" "whatever comment you have about the PP" rel "non/scalar/full relativistic calculation"
Any info that may be useful to reconstruct the PP, such as:
"nl, pn, l, occ, Rcut, Rcut US, E pseu" els(1), nns(1), lchi(1), oc(1), rcut(1), rcutus(1), epseu(1) ... els(n), nns(n), lchi(n), oc(n), rcut(n), rcutus(n), epseu(n) rcloc "Local Potential cutoff radius"

rel
rel=0 if calculation is non relativistic
rel=1 if calculation is scalar relativistic
rel=2 if calculation is full relativistic
n  :the number of states used in the generation of the PP
els(i)  :label for i-th pseudo-state (4s, 4p, etc)
nns(i)  :principal quantum number
lchi(i)  :angular momentum (l, not l+1)
oc(i)  :occupancy (non-integer values allowed)
rcut(i)  :matching radius (norm-conserving, NC)
rcutus(i) :matching radius (ultra-soft, US)
epseu(i) :energy of the pseudo-orbital

PP_HEADER

  n        "Version Number"
  psd      "Element"
  US|NC|PAW    "Ultrasoft|Norm conserving|Projector-augmented"
  nlcc     "Nonlinear Core Correction"
  dft      "Exch-Corr"
  zp       "Z valence"
  etotps   "Total Energy"
  ecutwfc, ecutrho     "Suggested Cutoff for wfc and rho"
  lmax     "Max angular momentum component"
  mesh     "Number of points in mesh"
  natwfc, nbeta   "Number of wavefunctions, projectors"
  "Wavefunctions   nl   l   occ"
                 els(1)      lchi(1)      oc(1)
                     ...
                 els(natwfc) lchi(natwfc) oc(natwfc)

n :version number of the UPF file. This document refers to version 0.
psd :element symbol
US|NC|PAW :Specifies if file contains a Vanderbilt Ultrasoft pseudopotential, a Norm Conserving pseudopotential or a Projector-Augmented dataset.
nlcc :if .true. than non-linear core correction is included
dft (character(len=20))  :four space-separated strings identifying the exchange-correlation functional: exch correlations exch-grad.corr. correlations-grad.corr.
zp :valence charge
etotps :total pseudo-valence energy of the pseudopotential, should be equal to total valence for PAW
ecutwfc, ecutrho :suggested cutoff for wavefunctions and charge density, set to 0 if no cutoff is suggested.
lmax :max angular momentum component of atomic charge density
mesh :number of point in radial mesh
natwfc :is the number of atomic (pseudo-)orbitals in section PP_PSWFC and may not coincide with the number of atomic states used in the generation of the PP (n in PP_INFO)
nbeta :number of Kleinman-Bylander projectors (beta functions) included in the pseudopotential
The last lines are the list of atomic pseudo-orbitals included in field PP_PSWFC (not necessarily the same used in the construction of the PP)
els(i):label for the i-th atomic orbital (4s, 4p, etc)
lchi(i) :angular momentum of the i-th atomic orbital (l, not l+1)
oc(i)  :occupancy of the i-th atomic orbital (non-integer values allowed)

PP_MESH

  
     r(1) r(2) ...  r(mesh)
  

  
     rab(1) rab(2) ... rab(mesh)
  


r (mesh) :radial mesh points (a.u.)
rab(mesh) : ; This is the factor required for discrete integration:

PP_NLCC

  rho_atc(1) rho_atc(2) ... rho_atc(mesh)

rho_atc(mesh) : core charge for nonlinear core correction (true charge, not ) .

PP_LOCAL

   vloc(1) vloc(2) ... vloc(mesh)

vloc(mesh) : local potential (Ry a.u.) sampled on the radial grid


PP_NONLOCAL

  
    1 lll(1)   "Beta  L"
    kkbeta(1)
    beta(1,1) beta(2,1) ... beta(kkbeta(1),1)
  

     ...
  
    nbeta lll(nbeta)   "Beta  L"
    kkbeta(nbeta)
    beta(1,nbeta) beta(2,nbeta) ... beta(kkbeta(nbeta),nbeta)
  

  
     nd, "Number of nonzero Dij"
do nb=1,nbeta
   do mb=nb,nbeta
      if (abs (dion (nb, mb) ) > 0) then  
               nb  mb  dion(nb,mb)    "Q_int"
      end if
   end do
end do
  

  
     nqf   "nqf"
     
        rinner(0) rinner(1) ... rinner(2*lmax)
     

do nb=1,nbeta
   do mb=nb,nbeta
           nb  mb  lll(mb)   "i  j  (l)"
           qqq(nb,mb)    "Q_int"
           qfunc(1, nb,mb) qfunc(2, nb,mb) ... qfunc(mesh, nb,mb)
     
           do l=0,2*lmax
              do i=1,nqf
                 qfcoef(i,l,nb,mb)
              end do
           end do
     

        end do
     end do
  


lll(i)  : angular momentum of projector i
kkbeta(i)  : number of mesh points for projector i (must be .le.mesh )
beta(i)  : projector |\beta_i> (Ry a.u.) multiplied by r
dion(i,j)  : the D_ij factors (Ry^{-1}) of the nonlocal PP:
             V_NL = \sum_{i,j} D_{i,j} |\beta_i><\beta_j|
nqf  : number of expansion coefficients for q_{ij}(may be zero)
rinner(i)  : for r < rinner(i) Q functions are pseudized (not read if nqf=0)
qqq(i,j)  : Q_{ij} = \int q_{ij}(r) d^3r (TO BE VERIFIED)
qfunc  : r^2 q_{ij}(r) for r > rinner(i)
qfcoef  : expansion coefficients of r^2 q_{ij}(r) for r < rinner(i) (not read if nqf=0)

PP_PSWFC

  els(1) lchi(1) oc(1)  "Wavefunction"
  chi(1,1) chi(2,1) ...  chi(mesh,1)
  ..........
  els(natwfc) lchi(natwfc) oc(natwfc)  "Wavefunction"
  chi(1,natwfc) chi(2,natwfc) ... chi(mesh,natwfc)

chi(mesh,i) : i-th radial atomic (pseudo-)orbital (radial part of the KS equation, multiplied by r)
els(natwf), lchi(natwf), oc(natwf) : as in PP_HEADER

PP_RHOATOM

   rho_at(1) rho_at(2) ... rho_at(mesh)

rho_at(mesh) : radial atomic (pseudo-)charge,
This is  times the true charge
回复此楼
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

chenzhao6239

木虫 (正式写手)

引用回帖:
Originally posted by xirainbow at 2009-9-7 11:13:
以下内容来自我的博客:http://blog.sina.com.cn/s/blog_5f15ead20100eeqc.html

      All quantities are in atomic Rydberg units: e^2=2, m=1/2, hbar=1. Lengths are in Bohr (0.529177 A), en ...

呵呵呵
2楼2009-09-07 15:13:11
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 xirainbow 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[教师之家] 发现督导在听课,需要跟TA招呼示意吗?有同学看手机、课件有疏漏算大问题吗? +4 河西夜郎 2024-04-19 4/200 2024-04-20 00:17 by LittleBush
[教师之家] 国内科研环境差导致国内科研水平差的根源 +3 zju2000 2024-04-18 3/150 2024-04-19 21:46 by songwz
[论文投稿] 一审一个审稿人,小修,会怎么样呀? +9 林师妹 2024-04-18 9/450 2024-04-19 20:00 by nono2009
[育儿交流] 小孩7岁,上一年级,不自信,学习较差 10+7 ljaxida 2024-04-16 34/1700 2024-04-19 18:49 by 水可南阳
[教师之家] 某系主任被同校教授举报包养情妇、长期嫖娼 +15 zju2000 2024-04-13 17/850 2024-04-19 18:17 by ZHONGWU_U
[找工作] 事业单位还是大学好? +17 青萍之沫 2024-04-16 18/900 2024-04-19 17:45 by charles-c
[基金申请] 基金和生小孩 +33 Ausy 2024-04-15 35/1750 2024-04-19 16:21 by feng6531
[高分子] 聚酰胺650与环氧树脂e44固化 +3 yindingxin 2024-04-15 3/150 2024-04-19 13:55 by weilingdun
[论文投稿] CCS Chemistry投稿求助 30+3 wfqtriumph 2024-04-17 4/200 2024-04-19 08:56 by Bletilla
[基金申请] 国自然青年基金只有一篇能第一标注,其他都是第二标注能结题吗? 10+4 lice_1987 2024-04-18 6/300 2024-04-19 08:29 by kudofaye
[论文投稿] 投稿求助 5+3 我是洲洲啊 2024-04-17 5/250 2024-04-18 17:13 by topedit
[基金申请] 国家资助博士后BC档出校后资助的概率多大? +3 卡卡罗特哦 2024-04-16 3/150 2024-04-18 12:58 by wolfgangHugh
[考研] 工学322,英语六级求调剂 +3 domax 2024-04-17 10/500 2024-04-17 21:25 by 东方花园小万
[基金申请] 请问教育部人文社科难度大吗 +9 锦衣卫寒战 2024-04-15 14/700 2024-04-16 23:10 by 锦衣卫寒战
[考研] 求调剂 +4 鹿萌月yy 2024-04-15 5/250 2024-04-16 16:16 by chenweiwade
[考研] 329求调剂 +18 王郁洁哈哈哈 2024-04-14 26/1300 2024-04-15 19:10 by mumin1990
[考研] 278求调剂 +4 月亮就蒜 2024-04-13 5/250 2024-04-14 23:03 by 永字号
[考研] 300求调剂 +5 @Xqy668800 2024-04-14 6/300 2024-04-14 23:03 by lincunhui
[考研] 290求调剂 +3 杨yhr 2024-04-14 5/250 2024-04-14 21:50 by coco1981
[考研] 309求调剂 +3 留不住放不下 2024-04-14 6/300 2024-04-14 15:28 by 19902169
信息提示
请填处理意见