计算化学公社

标题: ORCA设置Tight优化问题 [打印本页]

作者
Author:
hzfish    时间: 2017-12-18 17:26
标题: ORCA设置Tight优化问题
希望ORCA进行Tight优化,设置如下:
!opt
%geom
convergence tight
end

结果还是执行Normal优化,输入文件中收敛标准如下:

                       *****************************
                       * Geometry Optimization Run *
                       *****************************

Geometry optimization settings:
Update method            Update   .... BFGS
Choice of coordinates    CoordSys .... Redundant Internals
Initial Hessian          InHess   .... Almoef's Model

Convergence Tolerances:
Energy Change            TolE     ....  5.0000e-06 Eh
Max. Gradient            TolMAXG  ....  3.0000e-04 Eh/bohr
RMS Gradient             TolRMSG  ....  1.0000e-04 Eh/bohr
Max. Displacement        TolMAXD  ....  4.0000e-03 bohr
RMS Displacement         TolRMSD  ....  2.0000e-03 bohr

该设置方法哪里出了问题?

另外!Tightopt则可以进行Tight优化。

谢谢!




作者
Author:
airyang    时间: 2017-12-19 05:40
本帖最后由 airyang 于 2017-12-19 05:42 编辑

按照手册的语法写
(, 下载次数 Times of downloads: 42)

作者
Author:
hzfish    时间: 2017-12-19 09:55
airyang 发表于 2017-12-19 05:40
按照手册的语法写

谢谢回复。
欢迎讨论。
如下是手册说明:
%method RunTyp Opt   # use geometry optimization.
                                      #(equivalent is RunTyp=Geom)
end
# or simply "! Opt" in the keyword line
# details of the optimization are controlled here
%geom
MaxIter 50      # max. number of geometry iterations
                      # (default is 3N (N = number of atoms), at least 50 )
                      # coordinate type control
coordsys redundant           # New redundant internal coords
redundant_old                   # old set of redundant internal
                                         # coords (molecules might explode)
redundant_new                # New set of redundant internal coords
                                        # (includes non-covalent bonds, i.e. H-bonds)
deloc                                # Delocalized internals
cartesian                          # Cartesian coordinates
# keyword for frequently used sets of convergence thresholds
Convergence normal                     # Default
                      loose
                      tight
end

ORCA 4.0.1 Manual P 474 - 477

作者
Author:
sobereva    时间: 2017-12-25 03:55
%geom里可以设TolE、TolRMSG、TolMaxG、TolRMSD、TolMaxD,这些都有默认值,默认对应的是normalopt的情况,或许这些选项的优先级比较高,所以光在%geom里设convergence没用,用%geom得直接把这些改成tightopt对应的
作者
Author:
hzfish    时间: 2017-12-25 10:58
sobereva 发表于 2017-12-25 03:55
%geom里可以设TolE、TolRMSG、TolMaxG、TolRMSD、TolMaxD,这些都有默认值,默认对应的是normalopt的情况, ...

谢谢!
这部分设置ORCA可能没有处理好。直接!tightopt没有问题,在%geom里设置convergene则不起作用,不知道是不是bug。




欢迎光临 计算化学公社 (http://bbs.keinsci.com/) Powered by Discuz! X3.3