|
|
各位老师:
大家好!我计算SOC时希望排除0号原子的贡献,用于对比0号原子对SOC的贡献,用SOCOFF出现如下报错:
NOTE: MaxCore=48000 MB was set to SCF,MP2,MDCI,CIPSI,MRCI,RASCI and CIS
=> If you want to overwrite this, your respective input block should be placed after the MaxCore statement
[file orca_tools/Tool-Scanner/qcscan1.cpp, line 106]:
Unknown identifier in CASSCF::REL block line 25 :
Last token : SOCOFF
这是我的输入文件,我的orca版本是最新版的6.1.1
! X2C X2C-SVPall moread # 第1行:计算指令
%pal # 第2行:并行设置
nprocs 10 # 第3行
end # 第4行:正确闭合%pal
%maxcore 48000 # 第5行:单行指令(无end!)
%moinp "SOC.gbw"
%basis
NewGTO Ir "X2C-TZVPall" end
auxc "autoaux"
end
%casscf
nel 20
norb 20
mult 3,1
nroots 3,3
maxiter 1
trafostep ri
ptsettings D4TPre 1e-14 D3TPre=1e-14 casci_approx true d4step fly end
CIStep ICE
rel
dosoc true
SOCOff 0
printlevel 3
end
ci
maxiter 400
maxdim 20
end
end
*xyzfile 1 1 geo.xyz # 第15行:分子坐标文件
请问这个报错该怎么解决?
|
|