24小时热门版块排行榜    

查看: 4336  |  回复: 8
当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖

justinzhouke

新虫 (初入文坛)

[交流] PWscf(QE)的结构优化问题 已有3人参与

我在用vc-relax做结构优化的时候,还没有达到应力收敛条件的时候就退出了

     The maximum number of steps has been reached.

这个怎么处理啊。
求大神帮忙。

............
    Forces acting on atoms (Ry/au):

     atom    1 type  1   force =     0.00000000    0.00000000    0.00000000
     atom    2 type  2   force =     0.00000000    0.00000000    0.00000000

     Total force =     0.000000     Total SCF correction =     0.000000


     entering subroutine stress ...

          total   stress  (Ry/bohr**3)                   (kbar)     P=   -0.02
  -0.00000013  -0.00000000   0.00000000         -0.02     -0.00      0.00
   0.00000000  -0.00000013  -0.00000000          0.00     -0.02     -0.00
   0.00000000  -0.00000000  -0.00000013          0.00     -0.00     -0.02


     The maximum number of steps has been reached.

     End of BFGS Geometry Optimization
Begin final coordinates
     new unit-cell volume =    337.13304 a.u.^3 (    49.95796 Ang^3 )

CELL_PARAMETERS (alat= 11.69699086)
   0.000000000   0.472261950   0.472261950
   0.472261950  -0.000000000   0.472261950
   0.472261950   0.472261950  -0.000000000

ATOMIC_POSITIONS (crystal)
In      -0.000000000  -0.000000000   0.000000000
As       0.250000000   0.250000000   0.250000000
End final coordinates
............

输入文件如下:
&control
        calculation = 'vc-relax',
          restart_mode= 'from_scratch',
          pseudo_dir  = './',
          outdir      = './tmp',
        prefix='inas',
        wf_collect = .true.
        tstress = .true.
        tprnfor = .true.
        etot_conv_thr = 1.0D-4
        forc_conv_thr = 1.0D-3
        nstep = 20000
/
&system
    ibrav=  0,
    celldm(1)=11.6969908603;
    nat=  2,
    ntyp= 2,
    ecutwfc =48,
/
&electrons
    electron_maxstep=2500
    mixing_beta = 0.7
    conv_thr =  5.0d-12
/
&IONS
ion_dynamics = 'bfgs'
/
&CELL
cell_dynamics = 'bfgs'
press=0.0
press_conv_thr = 5.0D-4
/
ATOMIC_SPECIES
In  111.818  In.pz-bhs.UPF
As   74.920  As.pz-bhs.UPF

ATOMIC_POSITIONS crystal
In 0.00 0.00 0.00
As 0.25 0.25 0.25
K_POINTS automatic
    9 9 9 0 0 0
CELL_PARAMETERS alat
   0.000000000   0.5   0.5
   0.5  -0.000000000   0.5
   0.5   0.5   0.000000000
回复此楼

» 猜你喜欢

» 本主题相关价值贴推荐,对您同样有帮助:

whoisyourdady
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

liqizuiyang

木虫 (著名写手)


小木虫: 金币+0.5, 给个红包,谢谢回帖
引用回帖:
5楼: Originally posted by justinzhouke at 2015-08-28 11:51:53
我改为0.1后,优化后的结果为:

     Total force =     0.000000     Total SCF correction =     0.000000


     entering subroutine stress ...

          total   stress  (Ry/bohr**3)            ...

为什么要用这么低的压强呢?我见过的文献中有用0.5kBar的。
6楼2015-08-28 13:44:54
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
查看全部 9 个回答

liqizuiyang

木虫 (著名写手)


小木虫: 金币+0.5, 给个红包,谢谢回帖
press_conv_thr = 5.0D-4
===============
0.5巴的压强……这个值低了,难怪不收敛。
默认的是0.5,个人感觉0.1不能再低了。
2楼2015-08-28 09:10:56
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

justinzhouke

新虫 (初入文坛)

引用回帖:
2楼: Originally posted by liqizuiyang at 2015-08-28 09:10:56
press_conv_thr = 5.0D-4
===============
0.5巴的压强……这个值低了,难怪不收敛。
默认的是0.5,个人感觉0.1不能再低了。

你好,
我把press_conv_thr 改为1.0D-4和1.0D-5后,还是出现

     The maximum number of steps has been reached.

其中1.0D-5的部分输出结果为:

     Forces acting on atoms (Ry/au):

     atom    1 type  1   force =     0.00000000    0.00000000    0.00000000
     atom    2 type  2   force =     0.00000000    0.00000000    0.00000000

     Total force =     0.000000     Total SCF correction =     0.000000


     entering subroutine stress ...

          total   stress  (Ry/bohr**3)                   (kbar)     P=   -0.02
  -0.00000013  -0.00000000   0.00000000         -0.02     -0.00      0.00
   0.00000000  -0.00000013  -0.00000000          0.00     -0.02     -0.00
   0.00000000  -0.00000000  -0.00000013          0.00     -0.00     -0.02


     The maximum number of steps has been reached.
whoisyourdady
3楼2015-08-28 10:47:04
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

liqizuiyang

木虫 (著名写手)


小木虫: 金币+0.5, 给个红包,谢谢回帖
引用回帖:
3楼: Originally posted by justinzhouke at 2015-08-28 10:47:04
你好,
我把press_conv_thr 改为1.0D-4和1.0D-5后,还是出现

     The maximum number of steps has been reached.

其中1.0D-5的部分输出结果为:

     Forces acting on atoms (Ry/au):

     atom   ...

这里的单位是kBar,不是Bar。直接写0.1,不要换算。
4楼2015-08-28 11:18:43
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[博后之家] 售SCI文章,我:8O5.5.1.O.54,科目齐全,可+急 +3 ero8OE6tv9cu 2026-09-02 6/300 2026-09-02 23:59 by rM1TE0WVDIIY
[基金申请] 为什么资助数各大高校都创新高,自己申请怎么就这么难 +14 Kittylucky 2026-08-27 15/750 2026-09-02 19:35 by liumei0601
[基金申请] 科研人应该花精力去思考如何解决问题,而不是去凝练问题 +7 瞬息宇宙 2026-09-01 14/700 2026-09-02 17:33 by ma0526
[基金申请] 基金系统什么内容也没有 30+4 winsaint 2026-08-27 10/500 2026-09-02 11:35 by 大不刘6
[基金申请] 学科评审组评审是指会评吗? +5 瞬息宇宙 2026-08-31 5/250 2026-09-02 10:13 by 雨冰共舞
[基金申请] 面上合作单位盖章 +6 ssyjh 2026-08-27 9/450 2026-09-01 20:01 by huagongfeihu
[基金申请] 面上函评意见出来了,像什么等级? 20+4 Tsingking1 2026-08-27 17/850 2026-09-01 19:51 by 超级无敌华子
[论文投稿] 小白求助 投论文要求的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 尼古拉斯小虫
[基金申请] 基金未中,这种答复是模板吗? +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
[基金申请] 中青基了要发朋友圈吗? +7 349506619 2026-08-28 7/350 2026-08-31 13:39 by 冼亮淀粉酶
[基金申请] 29号明天会评吗 +4 笨笨唐 2026-08-28 4/200 2026-08-31 09:30 by huixian257
[基金申请] 为什么到现在没收到通知? +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
[考博] 找导师 +6 yuanjiabao 2026-08-29 7/350 2026-08-30 14:40 by 生科新手
[基金申请] 我就是申请一个面上项目而已,这评审意见是按照杰青的条件评的吧? +6 gouxfjh 2026-08-28 11/550 2026-08-30 07:57 by gouxfjh
[基金申请] 国自然评审意见 +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
信息提示
请填处理意见