更新时间:2023-05-27 13:51
IRC/Path是gaussian 09分子理论计算平台下的一种优化过渡态路径的一种实验方法,主要应用于化学计算方面。
IRC/Path的主要做法是首先做出过渡态分子a.out的Gauss模型,用于查看过渡态Reverse to Reactances或者Forward to Products,其间可以任意取300到400个点,对其逐一的做,得到一个路径扫描。操作方法是在SecureCRT模拟平台下输入命令:
[sunquan@Server2 asph1]$ cp 505-503.chk f.chk
[sunquan@Server2 asph1]$ cp f.chk r.chk
[sunquan@Server2 asph1]$ cp 505-503.com f.com
[sunquan@Server2 asph1]$ vi f.com
%nproc=8
%mem=200mw
%chk=f
#n b3lyp/6-31g** irc(rcfc,maxpoints=400,forward)
optcyc=200 iop(5/13=1)
dd
-1 1
~
~
~
~
~
~
~
[sunquan@Server2 asph1]$ cp f.com r.com
[sunquan@Server2 asph1]$ vi r.com
%nproc=8
%mem=200mw
%chk=r
#n b3lyp/6-31g** irc(rcfc,maxpoints=400,reverse)
optcyc=200 iop(5/13=1)
dd
-1 1
~
~
~
~
~
其中f文件用的是forward路径,而r文件是用于reverse路径