|
本帖最后由 13799725819 于 2024-3-19 17:53 编辑
主要想研究分子中双自由基特征,或者分子中某单原子(氮)上相互垂直的两个轨道中的单电子自旋方向问题,下面进行了三个计算:(输出文件见附件)
1. 对称破缺计算(open shell singlet, OSS)输入文件:
%pal nprocs 12 end
%maxcore 2000
! RI-B2PLYP D3BJ RIJCOSX def2-TZVPD def2/J def2-TZVPD/C ExtremeSCF
%scf
HFTyp UHF
BrokenSym 1,1
end
* xyz 0 1
坐标。。。
*
------
输出文件:(附件:1.out)
<S**2>(High-Spin) = 2.1019
<S**2>(BrokenSym) = 0.3096
E(High-Spin) = -505.006873 Eh(也就是“TOTAL SCF ENERGY”,下同)
E(BrokenSym) = -505.015144 Eh
RI-MP2 CORRELATION ENERGY: -0.479005150 Eh
Dispersion correction -0.003429712
FINAL SINGLE POINT ENERGY -505.497578519065
2. 对称破缺计算,结合波函数稳定性分析(open shell singlet, OSS)输入文件:
%pal nprocs 12 end
%maxcore 2000
! RI-B2PLYP D3BJ RIJCOSX def2-TZVPD def2/J def2-TZVPD/C ExtremeSCF
%scf
HFTyp UHF
BrokenSym 1,1
STABPerform true # default false
STABRestartUHFifUnstable true # restart the UHF-SCF if unstable
STABNRoots 3 # number of eigenpairs sought
STABMaxDim 3 # Davidson expansion space = MaxDim * NRoots
STABMaxIter 100 # maximum number of Davidson iterations
STABNGuess 4096 # size of initial guess matrix: 4096 x 4096
STABDTol 0.0001 # convergence criterion from iteration to iteration
STABRTol 0.0001 # convergence criterion max residual norm
STABlambda +0.5 # mixing parameter
STABORBWIN -1, -1, -1, -1, -1, -1, -1, -1 # defines the donor / acceptor spaces
# 4 parameters for RHF
# 8 paramters for UHF (4 alpha, 4 beta)
# orbital window, -1 refers to automatic determination
STABEWIN -5.0, 5.0 # lower and upper cutoff in Eh for automatic freezing
end
* xyz 0 1
相同坐标。。。
*
------
输出文件:(附件:2.out)
<S**2>(High-Spin) = 2.1019
<S**2>(BrokenSym) = 0.3096
E(High-Spin) = -505.006873 Eh
E(BrokenSym) = -505.015144 Eh
RI-MP2 CORRELATION ENERGY: -0.479005150 Eh
Dispersion correction -0.003429712
FINAL SINGLE POINT ENERGY -505.497578519065
3. 闭壳层单重态(close shell singlet, CSS)计算输入文件:(程序默认计算RHF/RKS)
%pal nprocs 12 end
%maxcore 2000
! RI-B2PLYP D3BJ RIJCOSX def2-TZVPD def2/J def2-TZVPD/C ExtremeSCF
* xyz 0 1
相同坐标。。。
*
------
输出文件:(附件:3.out)
Total Energy : -505.01302386 Eh(也就是“TOTAL SCF ENERGY”)
RI-MP2 CORRELATION ENERGY: -0.492645753 Eh
Dispersion correction -0.003429712
FINAL SINGLE POINT ENERGY -505.509099325939
ORCA5.0.3计算的OSS能量值比CSS高了 7.23 kcal/mol。
*******************************
下面使用G09.D01进行计算:(R/U)B2PLYPD3(BJ)/def2-TZVPD
close shell singlet:
SCF Done: E(RB2PLYPD3) = -505.016241133 A.U. after 17 cycles
E2(B2PLYPD3) = -0.4926741699D+00 E(B2PLYPD3) = -0.50550891530248D+03
输出文件总结部分@:
HF=-505.0162411\MP2=-505.5089153
比ORCA5.0.3计算的结果大了:0.12 kcal/mol
open shell singlet:
SCF Done: E(UB2PLYPD3) = -505.018047107 A.U. after 28 cycles
<S**2>= 0.3688
E2(B2PLYPD3) = -0.4844192704D+00 E(B2PLYPD3) = -0.50550246637785D+03
输出文件总结部分@:
HF=-505.0180471\MP2=-505.5024664
比ORCA5.0.3计算的结果大了:-3.07 kcal/mol
G09.D01计算的OSS能量值比CSS高了 4.05 kcal/mol。
|
-
-
1.out
194.28 KB, 下载次数 Times of downloads: 4
-
-
2.out
215.47 KB, 下载次数 Times of downloads: 1
-
-
3.out
65.94 KB, 下载次数 Times of downloads: 1
|