24小时热门版块排行榜    

查看: 3459  |  回复: 15
当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖

wutongshun

金虫 (正式写手)

[求助] 用高斯09计算的tddft方法优化激发态出现问题如何解决?

用高斯09计算的tddft方法优化激发态
#p opt=maxcyc=300 td(triplets,nstates=6,root=1) b3lyp/genecp
1 3

出错信息是:
You need to solve for more vectors in order to follow this state.
Error termination via Lnk1e in /public1/soft/Gauss09/g09/l914.exe at Tue Apr 26 04:00:18 2011.
请教达人,如何解决?
回复此楼
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

beefly

专家顾问 (职业作家)

地沟油冶炼专家

当用三重态作为参考态的时候,triplet选项无效。Gaussian的U-TDDFT不能计算自旋反转,因此所有激发态也都是三重态,这时候root=1对应T2,参考态才是T1。另外,你只能得到近似的三重态,因为自旋非限制DFT有自旋污染。
beefly《西太平洋大学现代英汉词典》[bi:fli]牛肉一般地
13楼2011-05-19 21:50:46
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
查看全部 16 个回答

lihb734

铁杆木虫 (职业作家)

站在计算化学入门的门槛上

【答案】应助回帖

wutongshun(金币+1): 2011-04-26 12:08:05
这个问题本版回答过多次了。你自己检索能看到更详细的解答。
解决:增大nstates指定的数目
还有,你这个优化的不是T1,而是T2
前途光明,出路难觅!
2楼2011-04-26 11:56:19
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

pwzhou

铁杆木虫 (正式写手)

【答案】应助回帖

wutongshun(金币+1): 2011-04-26 12:40:52
引用回帖:
Originally posted by wutongshun at 2011-04-26 11:48:06:
用高斯09计算的tddft方法优化激发态
#p opt=maxcyc=300 td(triplets,nstates=6,root=1) b3lyp/genecp
1 3

出错信息是:
You need to solve for more vectors in order to follow this state.
Error termi ...

我再把Gaussian公司的回信附上来,希望这是最后一次有人问这个问题,我实在不记得这已经是多少次有人问这一个同样的问题了。问问题之前搜索一下很难吗?

In the case of "No map to state **, you need to resolve more vectors" messages, this is usually an indication that one did not include enough excited states in the TD or CIS calculation. The "States=N" option to the "TD" or "CIS" keywords tells how many excited states to include in an excited state energy calculation. If this is not specified, the default value will be "States=3". The recommended value is to include a minimum of 2 or 3 more states than the state of interest. Thus, if you want to perform a geometry optimization for excited state 5, for example, I would recommend at least using "States=7" or "States=8". The geometry optimization will be done for one excited state M, selected with "Root=M", and one has to make sure that enough states are included in the CIS or TD expansion by having "States=N" where N is larger than M.

It is possible that, at some point during an optimization of an excited state, the order of the excited states changes and the CIS or TD expansion might need to include more states in order to be able to follow correctly the state of interest. This is essentially what that message about including more vectors mean, that is that at that point, the number of states that you originally specified with "States=N" was not enough in order to solve for the state of interest, so a larger number "N" will need to be used for "States=N".

Other times, the problem is that the ground state wavefunction becomes unstable, that is one of the states that was an excited at the initial geometry now becomes lower in energy than the state that was the ground state at the initial geometry. This kind of situation, unfortunately, cannot be modeled properly with single determinant expansions such as CIS or TD, and one would need to use CAS in order to be able to deal with the conical intersection or avoided crossing of states.

Another thing to note is that one should be much more careful with geometry optimizations on excited states than for the ground state. Typically the energy differences among excited states are smaller than between the ground state and the first excited state. Thus, one can afford to perform larger geometry optimization steps when optimizing the ground state than in the case of optimizing an excited state.

A "bad" geometry optimization step in the optimization of the ground state, may take you a bit off track but in following steps the optimization might find the way back and approach the converged structure. In the case of an optimization of an excited state, a "bad" geometry optimization step will also take you off track but, since other electronic states are close in energy, it is possible that at the new geometry the order of the excited states change and now the geometry optimization follows a different electronic state.

This is not only a problem because the optimization could be pursuing a different state than the one you were interested in, but also because, if several of these changes occur during a geometry optimization, it may even be hopeless to continue with the optimization because the gradient information and the estimated hessian could be useless (since not all the previous points in the geometry optimization where points from the same potential energy surface).

As a first measure to increase the reliability of the geometry optimization of excited states, I recommend to reduce the maximum allowed step size during geometry optimizations. Try "Opt=(MaxStep=10)" to set this value to 0.10 Bohr, or a smaller value if you still have problems. The default value is typically 0.30 Bohr. Reducing the maximum allowed step size will result in the geometry optimization taking more steps to reach convergence than with the default value. This will be true obviously for well-behaved geometry optimizations, but for problematic cases it will be the other way around, i.e. it will take fewer steps (and may even be impossible with the default step size) because it will be easier for the optimizer to follow a particular electronic state if the changes from step to step are not very drastic.
3楼2011-04-26 12:02:55
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

wutongshun

金虫 (正式写手)

引用回帖:
Originally posted by lihb734 at 2011-04-26 11:56:19:
这个问题本版回答过多次了。你自己检索能看到更详细的解答。
解决:增大nstates指定的数目
还有,你这个优化的不是T1,而是T2

怎么不是T1了?
root=1,就是T1态
我要优化的是最低激发三重态
所以自选多重=3,用的是td(triplets)
4楼2011-04-26 12:09:21
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 0856求调剂 +4 zhn03 2026-03-25 5/250 2026-03-25 22:42 by 418490947
[考研] 085600 材料与化工 329分求调剂 +7 Mr. Z 2026-03-25 7/350 2026-03-25 22:32 by 544594351
[考研] 316求调剂 +8 梁茜雯 2026-03-19 8/400 2026-03-25 20:33 by 热情沙漠
[考研] 生物技术与工程 +3 1294608413 2026-03-25 4/200 2026-03-25 18:02 by 1294608413
[考研] 一志愿 西北大学 ,070300化学学硕,总分287,双非一本,求调剂。 +4 晨昏线与星海 2026-03-20 4/200 2026-03-25 10:16 by allen-yin
[考研] 求调剂 一志愿 本科 北科大 化学 343 +4 13831862839 2026-03-24 5/250 2026-03-25 09:47 by 无际的草原
[考研] 318求调剂 +3 plum李子 2026-03-23 3/150 2026-03-25 09:42 by 雾散后相遇lc
[考研] 340求调剂 +5 话梅糖111 2026-03-24 5/250 2026-03-25 06:53 by ilovexiaobin
[考研] 食品专硕 一志愿双一流 328 +3 xiaom99 2026-03-21 4/200 2026-03-24 21:20 by lailaisimei
[考博] 26申博自荐 +3 whh869393 2026-03-24 3/150 2026-03-24 09:55 by 21018060
[考研] 石河子大学(211、双一流)硕博研究生长期招生公告 +3 李子目 2026-03-22 3/150 2026-03-22 21:01 by 怎么释怀
[考研] 求调剂一志愿海大,0703化学学硕304分,有大创项目,四级已过 +6 幸运哩哩 2026-03-22 10/500 2026-03-22 20:10 by edmund7
[考研] 一志愿中南化学(0703)总分337求调剂 +9 niko- 2026-03-19 10/500 2026-03-22 16:08 by ColorlessPI
[考研] 298求调剂一志愿211 +3 上岸6666@ 2026-03-20 3/150 2026-03-22 15:50 by ColorlessPI
[考研] 311求调剂 +3 26研0 2026-03-20 3/150 2026-03-22 14:46 by ColorlessPI
[考研] 求调剂 +5 Zhangbod 2026-03-21 7/350 2026-03-22 13:13 by Zhangbod
[考研] 一志愿华中科技大学071000,求调剂 +4 沿岸有贝壳6 2026-03-21 4/200 2026-03-22 07:21 by ilovexiaobin
[考研] 085600材料与化工306 +4 z1z2z3879 2026-03-21 4/200 2026-03-21 23:44 by ms629
[考研] 初试 317 +7 半拉月丙 2026-03-20 7/350 2026-03-21 22:26 by peike
[考研] 0703化学调剂 +4 妮妮ninicgb 2026-03-21 4/200 2026-03-21 18:39 by 学员8dgXkO
信息提示
请填处理意见