计算化学公社

标题: orca寻找过渡态 [打印本页]

作者
Author:
dingliping1108    时间: 2016-4-27 10:30
标题: orca寻找过渡态
请教各位老师,用orca寻找到过渡态之后,但是没有IRC计算,需要像高斯一样计算其他类似IRC的吗?下面这个帖子是论坛里提到关于orca网站上提到IRC的,但是Google打不开。https://sites.google.com/site/or ... tion-coordinate-irc


作者
Author:
fhh2626    时间: 2016-4-27 10:51
Tutorial: Intrinsic Reaction Coordinate (IRC)
Based on Martin Krupicka's forum post.

The Intrinsic Reaction Coordinate (IRC) method is useful to confirm that a located saddlepoint lies on the minimum energy path between 2 assumed minima (instead of it being a saddlepoint for something else). The IRC method is not directly available in ORCA as a simple keyword (yet) but an approximate IRC method can be used as follows.

1. Do a saddlepoint optimization using the eigenvalue-following TS method (OptTS keyword; see usage in Geometry optimizations and in Tutorial: Transition State Optimization ).

2. Confirm that the located saddlepoint corresponds to a 1st order saddlepoint by a frequency calculation (only 1 imaginary frequency should be found).

3. Create a XYZ animation of the imaginary mode using orca_pltvib (using either the filename.hess file of the frequency job or the frequency job outputfile). The imaginary frequency is usually mode number 6 (for non-linear molecules). orca_pltvib will create a 20 frame file (called filename.v006.xyz or something) of the saddlepoint mode that can be visualized using VMD for example.  
orca_pltvib filename.hess 6
orca_pltvib filename.out 6

4. In the filename.v006.xyz file, locate 2 frames that are on either "side" of the saddlepoint geometry (note that the saddlepoint geometry appears first and last in the file).

5. Perform a geometry optimization of each frame above. Since you want to make sure that the geometry optimization takes only steps proportional to the negative of the gradient, towards the nearest minimum, it's a good idea to force ORCA to do a Steepest descent optimization. The following input forces use of the unit Hessian and disables Hessian update which effectively turns the Quasi-Newton algorithm into a Steepest descent algorithm:

! Opt
%geom
inhess unit
update noupdate
step qn
end  

6. Confirm that the 2 located minima from the optimizations above, correspond to your previously located minima.
作者
Author:
liyuanhe211    时间: 2016-4-28 00:48
http://bbs.keinsci.com/forum.php ... &highlight=orca




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