24小时热门版块排行榜    

查看: 820  |  回复: 0

hhwj340

银虫 (初入文坛)

[交流] 【求助】Ni的声子计算

我想计算Ni的声子谱。
第一步,先做了结构优化计算,输入文件如下:

# Ni fcc structure with two atoms per unit cell

#Ni is a ferromagnatic material
#spin definition
nsppol  2
nspden  2
spinat   0.0 0.0   4.0

prtdos   1  
prtden   1


#Structure optimize
optcell  1
ionmov   2
ntime    15
dilatmx  1.05
tolmxf   1.0e-6
ecutsm   0.5

#######################################################
#Common data
acell    3*6.65184
rprim    0.0   0.5  0.5
         0.5   0.0  0.5
         0.5   0.5  0.0

ntypat   1
znucl    28

   
natom    1
typat    1

xred     0.0  0.0  0.0
        

ixc      11

occopt   3  
tsmear   0.01
nband    10

kptopt   1
ngkpt    8 8 8
nshiftk  4
shiftk   0.5 0.5 0.5
         0.5 0.0 0.0
         0.0 0.5 0.0
         0.0 0.0 0.5
   
ecut     60.0
tolvrs   1.0d-18
iscf     5
nstep    70


diemac   12
计算得到的结果是:acell=6.73,查阅文献的结果是:6.65.
下面计算声子,
第一步,先做了,GS 计算,输入文件是:

# Ni fcc structure with two atoms per unit cell

#Ni is a ferromagnatic material
#spin definition
nsppol  2
nspden  2
spinat   0.0 0.0   4.0

prtdos   1  
prtden   1


#Structure optimize
#optcell  1
#ionmov   2
#ntime    15
#dilatmx  1.05
#tolmxf   1.0e-6
ecutsm    0.5

#######################################################
#Common data
acell    3*6.65
rprim    0.0   0.5  0.5
         0.5   0.0  0.5
         0.5   0.5  0.0

ntypat   1
znucl    28

   
natom    1
typat    1

xred     0.0  0.0  0.0
        

ixc      11

occopt   3  
tsmear   0.01
nband    10

kptopt   1
ngkpt    8 8 8
nshiftk  4
shiftk   0.5 0.5 0.5
         0.5 0.0 0.0
         0.0 0.5 0.0
         0.0 0.0 0.5
   
ecut     50
tolvrs   1.0d-18
iscf     5
nstep    70


diemac   12
计算得到WFK文件,以上两步计算都没有问题,no warning and no comment.
第二步计算Gamma点的声子。
输入文件如下,

# Crystalline Ni : computation of the second drivative of the total energy
#

#Ni is a ferromagnatic material
#spin definition
  nsppol   2
  nspden   2
  spinat   0.0  0.0  4.0



#Response-function calculatio, with q=0
  rfphon   1            # Will consider phonon-type perturbation
rfatpol   1 1          # all the  atoms wiil be displaced
   rfdir   1 1 1        # Along the first reduced coordinate axis
    nqpt   1            # One wavevector is to be considered
     qpt   0 0 0        # This wavevector is q=0 (Gamma)
  kptopt   2            # Automatic generation of k points, taking
                        # into account the time-reversal symmetry only
  tolvrs   1.0d-8       # SCF stopping criterion
    iscf   5            # Self-consistent calculation, using algorithm 5
  irdwfk   1            # Read the ground-state wavefunctions

#########################################################################
#common input variables

#Definition of the unit cell
acell 3*6.65   
rprim  0.0  0.5  0.5   # In lessons 1 and 2, these primitive vectors
       0.5  0.0  0.5   # (to be scaled by acell) were 1 0 0  0 1 0  0 0 1
       0.5  0.5  0.0   # that is, the default.

#Definition of the atom types
ntypat 1          # There is only one type of atom
znucl  28         # The keyword "znucl" refers to the atomic number of the
                  # possible type(s) of atom. The pseudopotential(s)
                  # mentioned in the "files" file must correspond
                  # to the type(s) of atom. Here, the only type is Silicon.
                        

#Definition of the atoms
natom 1           # There are two atoms
typat 1           # They both are of type 1, that is, Silicon.
xred              # This keyword indicate that the location of the atoms
                  # will follow, one triplet of number for each atom
   0.0  0.0  0.0  # Triplet giving the REDUCED coordinate of atom 1.
                  # Triplet giving the REDUCED coordinate of atom 2.
                  # Note the use of fractions (remember the limited
                  # interpreter capabilities of ABINIT)

#Definition of the planewave basis set
ecut  50.0         # Maximal kinetic energy cut-off, in Hartree

#Definition of the k-point grid

ngkpt 8 8 8        # This is a 8x8x8 grid based on the primitive vectors
nshiftk 4          # of the reciprocal space (that form a BCC lattice !),
                   # repeated four times, with different shifts :
shiftk 0.5 0.5 0.5
       0.5 0.0 0.0
       0.0 0.5 0.0
       0.0 0.0 0.5
                  # In cartesian coordinates, this grid is simple cubic, and
                  # actually corresponds to the
                  # so-called 4x4x4 Monkhorst-Pack grid

ixc    11
  

occopt 3
tsmear 0.05
nband  10
#Definition of the SCF procedure
nstep  80          # Maximal number of SCF cycles

                  
diemac 12.0        # Although this is not mandatory, it is worth to
                   # precondition the SCF cycle. The model dielectric
                   # function used as the standard preconditioner
                   # is described in the "dielng" input variable section.
                   # Here, we follow the prescription for bulk silicon.
问题就来了,得不到合理的结果,
而且log中有一大堆这样的WARNING:
cgwf3.F90:701:WARNING
New trial energy at line 4 = -8.174248E+02
is higher than former: -8.174248E+02
得到Gamma点声子竟然为:
Phonon wavevector (reduced coordinates) : 0.00000 0.00000 0.00000
Phonon energies in Hartree :
-3.212615E-03 -3.212615E-03 -3.212615E-03
Phonon frequencies in cm-1 :
- -7.050876E+02 -7.050876E+02 -7.050876E+02
有哪位达人能够帮我啊?告诉我问题出在哪里?
计算中所使用的赝势,可以在这里下载: http://www.sas.upenn.edu/rappegroup/htd ... p_gga.html
回复此楼
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

智能机器人

Robot (super robot)

我们都爱小木虫

相关版块跳转 我要订阅楼主 hhwj340 的主题更新
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 在坚冰还盖着北海的时候,我看到了怒放的梅花。 +3 ziyangfang 2026-08-25 3/150 2026-08-25 13:14 by huagongfeihu
[基金申请] 人气不行了 +11 fansofjerry 2026-08-21 11/550 2026-08-25 11:04 by 孤独的英雄6
[基金申请] 2026国自然函评费到账 +19 羊腰板 2026-08-21 22/1100 2026-08-25 10:38 by popular289
[基金申请] 今天基金会出结果吗?20260819 +17 kkkl_v 2026-08-19 18/900 2026-08-25 09:41 by windflowerwy
[基金申请] 我面上完蛋了 +13 且听虎啸 2026-08-20 14/700 2026-08-25 09:10 by mrkang
[基金申请] 范进中举一文的中心思想 +7 炎黄贵胄 2026-08-22 8/400 2026-08-25 08:48 by ZJTJZ
[基金申请] 明天应该可查了!? +5 chengyan1220 2026-08-23 5/250 2026-08-24 23:28 by 我4大白菜
[基金申请] filecode,4个jtjc了 +14 ziyangfang 2026-08-19 17/850 2026-08-24 18:37 by 哈哈蛤?
[基金申请] 建议基金发布提前给出明确的时间点 +13 kulium 2026-08-21 16/800 2026-08-24 16:27 by superceng
[基金申请] 今日不放榜?网传国自然预计 8 月 27 日可查结果 +17 医学老男孩 2026-08-20 21/1050 2026-08-24 14:21 by refreshing11
[基金申请] 放榜前的不淡定 20+4 snowwithsea 2026-08-19 17/850 2026-08-24 10:20 by echo8914667
[教师之家] 跳槽后在研项目怎么办? +5 简单化xn 2026-08-22 10/500 2026-08-23 12:38 by 简单化xn
[基金申请] 今天放榜吗? +15 布布和一二 2026-08-19 16/800 2026-08-23 09:55 by 张春生
[基金申请] 时间戳今天,20号变了 +5 archvillain 2026-08-20 5/250 2026-08-22 06:12 by hui_daxiao
[基金申请] 看来今天不会放榜了? +8 chengyan1220 2026-08-21 11/550 2026-08-21 17:52 by dcqxinyang
[基金申请] 时间戳又变了 +13 wuchongjun 2026-08-20 19/950 2026-08-21 17:21 by 紫杉醇
[基金申请] 今天放榜没戏了吧 +9 yuleib84 2026-08-19 11/550 2026-08-21 10:06 by gltch
[基金申请] 基金啊基金 +4 longfie172 2026-08-20 4/200 2026-08-21 08:58 by mark mao
[基金申请] 重要消息,中午系统在维护 +11 yuleib84 2026-08-18 12/600 2026-08-20 11:09 by xskun
[基金申请] 明天放榜? +5 Shxjjxjkx 2026-08-18 5/250 2026-08-18 18:14 by -大大大大大-
信息提示
请填处理意见