24小时热门版块排行榜    

查看: 2295  |  回复: 14
【有奖交流】积极回复本帖子,参与交流,就有机会分得作者 hcmzj668 的 2 个金币 ,回帖就立即获得 1 个金币,每人有 1 次机会
当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖

hcmzj668

金虫 (初入文坛)


[交流] 怎么基于STEOM-DLPNO-CCSD计算rISC

各位同行们,正常的td-dft计算risc (或isc)已按照orca手册成功,现在想计算基于steom-dlpno-ccsd的risc,不知道步骤和输入文件怎么编写,遂来求助。

手册中写道:"theinput is similar to those discussed above. here esd(isc) should be used on themain input to indicate an intersystem crossing calculation, and the hessians should be provided byiscishessian and iscfshessian for the initial and final states, respectively. please note that the geometryused in the input file should correspond to that of the final state, specified through the iscfshessian flag. the relevantmatrix elements can be computed using any method available in orca.as a simple example, one could compute theexcited singlet and ground triplet geometries and hessians for anthracene usingtd-dft. then, compute the spin-orbit coupling (soc) matrix elements for aspecific triplet spin-sublevel using the same method (see the details below),potentially employing methods like casscf, mrci,steom-ccsd"

即:先得到gs,es和三重态的结构和hessians,然后基于gs结构做steom-dlpno-ccsd下的单线态和三重态的能量以用于dele。
但是,手册中没有给出具体的输入例子,就有点无从下手了,于是产生了如下问题和想法,麻烦各位老师帮忙建议。

1. “gs,es和三重态的结构和hessians”可以用td-dft方法得到,后直接使用?

2. 基于上述得到的gs结构,做steom-dlpno-ccsd计算得到s1和t1的能量,是如下结果不呢?
steom-ccsdresults (singlets)
iroot= 1: 0.109392 au 2.977 ev 24008.9 cm**-1
steom-ccsd results (triplets)
iroot= 1: 0.089216 au 2.428 ev 19580.7 cm**-1
所以dele for risc be : 19580.7 - 24008.9 = -4,428.2 cm-1?


3. 最后,最重要的步骤计算risc:
a)是用手册中提供的例子作为输入文件(td-dft),将上述td-dft得到的s1-t1结构和hessian, steom-dlpno-ccsd得到的能量,写入如下输入文件中来计算?
%tddft
nroots 5
sroot 1
troot 1
trootssl 0 1 -1 #t1的三个亚能级
dosoc
%esd
iscishess "t1.hess"
iscfshess "s1.hess"
dele xxx # 用steom-dlpno-ccsd计算得到的
(应该是3个job,此处省略了)

b)还是直接用td-dft得到的s1-t1结构和hessian,按照steom-dlpno-ccsd的输入文件计算?(这里不会写,尝试着写了如下输入文件,不知道对还是错)
!steom-dlpno-ccsddef2-tzvp def2-tzvp/c def2/j tightscf tightpno esd(isc)
%maxcore 5000
%scf
maxiter 7000
end
%mdci
nroots 3 #如何控制t1的3个亚能级呢?(直接按照手册中的td-dft方式写3个job?)
dorootwise true
othresh 0.001
vthresh 0.001
tcutpnosingles 1e-11
ndav 400
dostoresteom true
dosimpledens false
addl2term true
dtol 1e-5
dotriplet true
steomsoc true
end
%esd
iscishess "t1-opt.hess"
iscfshess "s1-opt.hess"
approxaden true # 这个 keyword会直接去自动获取dele不呢?
usej true
doht false
temp 298.15
%pal nprocs 24
end
* xyzfile s0-opt.xyz 0 1
最后,麻烦各位行家了,祝大家生活愉快,科研顺利。
回复此楼

» 猜你喜欢

» 抢金币啦!回帖就可以得到:

查看全部散金贴

已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

hcmzj668

金虫 (初入文坛)


送红花一朵
引用回帖:
13楼: Originally posted by paramecium86 at 2024-11-26 19:33:33
哦 你的重点是问绝热还是垂直的能量差。我理解得用绝热的。也就是你分别优化出s1和t1结构, 分别算steom-cc得到的s1 和 t1能量。然后再作差。...

好嘞 谢谢您

[ 发自手机版 https://muchong.com/3g ]
14楼2024-11-26 22:40:43
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
查看全部 15 个回答

hcmzj668(金币+1): 谢谢参与
ORCA用ECD方式算RISC。这个计算需要方法支持解析梯度(Hessian)那基本就限定住了TD方式。然后如你第一种方式所说那就自己算了STEOM下的DELE和SOC 填到输入文件里就可以了。近似当做是在STEOM-DLPNO-CC方式下的RISC了。
2楼2024-11-25 13:53:13
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

hcmzj668

金虫 (初入文坛)


引用回帖:
2楼: originally posted by paramecium86 at 2024-11-25 13:53:13
orca用ecd方式算risc。这个计算需要方法支持解析梯度(hessian)那基本就限定住了td方式。然后如你第一种方式所说那就自己算了steom下的dele和soc 填到输入文件里就可以了。近似当做是在steom-dlpno-cc方式下的risc ...

好嘞,谢谢版主大人的回复。

版主大人,关于能量,这里找得对吗?
基于上述得到的gs结构,做steom-dlpno-ccsd计算得到s1和t1的能量,是如下结果不呢?

steom-ccsdresults (singlets)
iroot= 1: 0.109392 au 2.977 ev 24008.9 cm**-1
steom-ccsd results (triplets)
iroot= 1: 0.089216 au 2.428 ev 19580.7 cm**-1

所以DELE for risc be : 19580.7 - 24008.9 = -4,428.2 cm-1?
3楼2024-11-25 14:27:07
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
引用回帖:
3楼: Originally posted by hcmzj668 at 2024-11-25 01:27:07
好嘞,谢谢版主大人的回复。

版主大人,关于能量,这里找得对吗?
基于上述得到的gs结构,做steom-dlpno-ccsd计算得到s1和t1的能量,是如下结果不呢?

steom-ccsdresults (singlets)
iroot= 1: 0.109 ...

这个没啥问题的。
11楼2024-11-26 11:53:04
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
提示: 如果您在30分钟内回复过其他散金贴,则可能无法领取此贴金币
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考博] 欢迎申博同学联系 +3 天道酬勤2026686 2026-03-10 5/250 2026-03-14 23:19 by 17520222914
[考研] 梁成伟老师课题组欢迎你的加入 +5 一鸭鸭哟 2026-03-14 6/300 2026-03-14 22:29 by lllllcsjsj
[考研] 268求调剂 +5 一定有学上- 2026-03-14 6/300 2026-03-14 22:20 by 运气yunqi
[基金申请] NSFC申报书里申请人简历中代表性论著还需要在申报书最后的附件里面再上传一遍吗 20+5 NSFC2026我来了 2026-03-10 12/600 2026-03-14 17:42 by pyaop2016
[考研] 085701环境工程专硕求调剂 +9 幼稚园大班打手 2026-03-08 9/450 2026-03-14 04:17 by JourneyLucky
[考研] 一志愿哈工大材料 初试成绩323 +3 手机用户 2026-03-08 3/150 2026-03-14 03:27 by JourneyLucky
[考研] 一志愿天大化工专调剂总分338 +3 蔡大美女 2026-03-08 3/150 2026-03-14 03:12 by JourneyLucky
[考研] 296求调剂 +5 Xinyu Wu311 2026-03-09 5/250 2026-03-14 03:05 by JourneyLucky
[考研] 一志愿天大化工(085600)调剂总分338 +6 蔡大美女 2026-03-09 6/300 2026-03-14 02:46 by JourneyLucky
[考研] 求调剂 +5 一定有学上- 2026-03-12 5/250 2026-03-13 18:31 by ms629
[考研] 0703化学求调剂 +7 绿豆芹菜汤 2026-03-12 7/350 2026-03-13 17:25 by njzyff
[考研] 290求调剂 +7 ADT 2026-03-12 7/350 2026-03-13 15:17 by JourneyLucky
[考研] 求调剂 +3 程雨杭 2026-03-12 3/150 2026-03-13 15:06 by JourneyLucky
[考研] 085600材料与化工 309分请求调剂 +7 dtdxzxx 2026-03-12 8/400 2026-03-13 14:43 by jxchenghu
[考研] 282分材料专业求调剂院校 +18 枫桥ZL 2026-03-09 25/1250 2026-03-13 10:47 by 白夜悠长
[考研] 296求调剂 +3 大口吃饭 身体健 2026-03-13 3/150 2026-03-13 10:31 by 学员8dgXkO
[考研] 283求调剂,材料、化工皆可 +8 苏打水7777 2026-03-11 10/500 2026-03-13 09:06 by Linda Hu
[考研] 420求调剂 +4 莫向外求11 2026-03-10 6/300 2026-03-12 14:41 by ruiyingmiao
[考研] 290求调剂 +3 柯淮然 2026-03-10 8/400 2026-03-11 13:48 by 柯淮然
[基金申请] 提交后的基金本子,已让学校撤回了,可否换口子提交 +3 dut_pfx 2026-03-10 3/150 2026-03-11 08:38 by kudofaye
信息提示
请填处理意见