|
本帖最后由 冰释之川 于 2016-6-3 08:15 编辑
---------------------------- 楼主的输入-----------------------
#p opt=(calcfc,ts,maxcycle=500,noeigentest,tight) freq(noraman) b3pw91/6-31g(d,p) maxdisk=80GB iop(1/8=10) scf=maxcycle=500
-----------------------------------------------------------------
先谈谈令人发指的关键词书写:
(1)opt中的 maxcycle 一般不用设,maxcycle =XXX 很多情况下无助于处理问题;scf=maxcycle 也一样。
(2)freq 在DFT中默认就是 noraman,写它干甚?
(3)为什么要加iop(1/8=10) ? IOp(1/8=N) 在优化的时候以N*0.01 bohr/弧度为最初置信半径,如果优化中不动态更新置信半径,则每一步步长都不会大于这个值(并非是必须等于这个值)。减小其数值有助于解决收敛震荡问题,如果势能面平缓,则应当加大以加快优化速度。默认是30。等价于opt关键词中maxstep选项。【如非必要,不要随意加iop】
下面讲讲正题:
NIJ > Max2 in MMCore.
Error termination via Lnk1e in /vol6/home/hn_zjl/software/Gaussion09/g09B01/l1002.exe
高斯官方给的答复是:
A memory allocation bug for very large systems, which could cause a failure with the message “NIJ > Max2 in MMCore,” was fixed
解决:换G09C01或更新的版本
-----------------建议先删去冗余关键词再开始计算-----------------------
#p b3pw91/6-31g(d,p) opt=(calcfc,ts,noeigentest) freq maxdisk=80GB
--------------------------------------------------------------------------------
Update: 感谢四楼的提醒,加上calcfc
|
评分 Rate
-
查看全部评分 View all ratings
|