24小时热门版块排行榜    

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

119243775

银虫 (小有名气)

[求助] 固定键长优化问题 已有1人参与

以下是我的输入文件:
# opt freq b3lyp/6-311g(d)

8  opt freq

0 2
C                  3.37538290   -2.18669659    0.43613873
C                  2.60945190   -3.19091159   -0.38390827
C                  1.32866110   -3.45438941   -0.35546373
C                  0.26657710   -2.82744941    0.50884027
C                 -0.81602090   -2.09852441   -0.31121573
C                 -1.94417990   -1.52506441    0.55535427
.......
H                 -4.62124090   -1.04063741    1.18501127
H                 -3.72620190    0.46048159    1.36839827
H                 -4.76195790    1.34589159   -0.74300473
H                 -5.63931690   -0.16193241   -0.94249273
H                 -6.85430290    0.25558259    1.22843127
H                 -5.93372390    1.74330459    1.47119727
H                 -7.73965390    0.30775759   -1.09144673

2 3 1.3079 f
我要固定23键长优化,如上,怎么优化后23双键还是变长了,是我的输入文件写的有错误么??
回复此楼

» 猜你喜欢

» 本主题相关价值贴推荐,对您同样有帮助:

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

zhouwohua

银虫 (小有名气)

【答案】应助回帖

感谢参与,应助指数 +1
查高斯说明书关键字opt里面的modredundant。也就是冗余坐标修改。
f是冻结坐标,还有其他很多用途,复制英文说明书如下:

ModRedundant
Add, delete or modify redundant internal coordinate definitions (including scan and constraint information). This option requires a separate input section following the geometry specification. When used in conjunction with QST2 or QST3, a ModRedundant input section must follow each geometry specification. AddRedundant is synonymous with ModRedundant.

Lines in a ModRedundant input section use the following syntax:

[Type] N1 [N2 [N3 [N4]]] [[+=]value] [A | F] [[min] max]]
[Type] N1 [N2 [N3 [N4]]] [[+=]value] B [[min] max]]
[Type] N1 [N2 [N3 [N4]]] K|R [[min] max]]
[Type] N1 [N2 [N3 [N4]]] [[+=]value] D [[min] max]]
[Type] N1 [N2 [N3 [N4]]] [[+=]value] H diag-elem [[min] max]]
[Type] N1 [N2 [N3 [N4]]] [[+=]value] S nsteps stepsize [[min] max]]
N1, N2, N3 and N4 are atom numbers or wildcards (discussed below). Atom numbering begins at 1, and any dummy atoms are not counted. Value specifies a new value for the specified coordinate, and +=value increments the coordinate by value. If omitted, the current value is unchanged.

The atom numbers and coordinate value are followed by a one-character code letter indicating the coordinate modification to be performed; the action code is sometimes followed by additional required parameters as indicated above. If no action code is included, the default action is to add the specified coordinate. These are the available action codes:

A                  Activate the coordinate for optimization if it has been frozen.
F                  Freeze the coordinate in the optimization.
B                  Add the coordinate and build all related coordinates.
K                  Remove the coordinate and kill all related coordinates containing this coordinate.
R                  Remove the coordinate from the definition list (but not the related coordinates).
D                  Calculate numerical second derivatives for the row and column of the initial Hessian for this coordinate.
H                  Change the diagonal element for this coordinate in the initial Hessian to diag-elem.
S                  Perform a relaxed potential energy surface scan. Set the initial value of this coordinate to value (or its current value), and increment the coordinate by stepsize a total of nsteps times, performing an optimization from each resulting starting geometry.
An asterisk (*) in the place of an atom number indicates a wildcard. Min and max then define a range (or maximum value if min is not given) for coordinate specifications containing wildcards. The action specified by the action code is taken only if the value of the coordinate is in the range.

Here are some examples of wildcard use:

*                  All atoms specified by Cartesian coordinates
* *                  All defined bonds
3 *                  All defined bonds with atom 3
* * *                  All defined valence angles
* 4 *                  All defined valence angles around atom 4
* * * *                  All defined dihedral angles
* 3 4 *                  All defined dihedral angles around the bond connecting atoms 3 and 4
By default, the coordinate type is determined from the number of atoms specified: Cartesian coordinates for 1 atom, bond stretch for 2 atoms, valence angle for 3 atoms and dihedral angle for 4 atoms. Optionally, type can be used to designate these and additional coordinate types:

X                  Cartesian coordinates. In this case, value, min and max are interpreted as the X, Y and Z coordinates (respectively).
B                  Bond length
A                  Valence angle
D                  Dihedral angle
L                  Linear bend specified by three atoms (if N4 is -1) or by four atoms, where the fourth atom is used to determine the 2 orthogonal directions of the linear bend. In this case, value, min and max are each pairs of numbers, specifying the two orthogonal bending components.
O                  Out-of-plane bending coordinate for a center (N1) and three connected atoms.
See the examples later in this section for illustrations of the use of ModRedundant.

参考:http://www.gaussian.com/g_tech/g_ur/k_opt.htm
学无止境;天天学习;努力向上。
6楼2013-04-25 11:30:33
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
查看全部 8 个回答

marson

银虫 (正式写手)

【答案】应助回帖

感谢参与,应助指数 +1
1 2  
------------------------------------------------------------------------------------------------------         
H                  8          B1            6           A1              5          D1              0
C                  8          1.37799260    6           124.70865303    5           -4.12539422    0
---------------------------------------------------------------------------------------------------------------------
H                 23          1.00050631   17            16.68701160    8         -155.71635627    0

   B1             1.05124005 s 30 0.07
   B2             2.75995368
   A1           124.70865303
   A2           112.41559023
   D1          -174.16210499
   D2           171.86013008
思想有多远,我们就能走多远~
2楼2013-04-24 21:28:48
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

marson

银虫 (正式写手)

【答案】应助回帖

不知LZ能看懂不,你要固定2、3原子的键长的话,应该将2、3键长在内坐标那一块儿用字母B来代替,然后对应的角度及二面角用A、D来代替,然后在下面类似我上面的,B对应你想要固定的键长值,加 f;然后A、D输入相应的值~我上面的例子是scan的,fix键长类似的~
思想有多远,我们就能走多远~
3楼2013-04-24 21:33:09
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

119243775

银虫 (小有名气)

引用回帖:
3楼: Originally posted by marson at 2013-04-24 21:33:09
不知LZ能看懂不,你要固定2、3原子的键长的话,应该将2、3键长在内坐标那一块儿用字母B来代替,然后对应的角度及二面角用A、D来代替,然后在下面类似我上面的,B对应你想要固定的键长值,加 f;然后A、D输入相应的值 ...

我知道您说的,但这种坐标格式也能进行固定优化吧?难道不行?
4楼2013-04-24 21:43:57
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 2026年叶企孙基金 +3 bud_bud 2026-08-27 6/300 2026-08-28 11:53 by bud_bud
[基金申请] 国自然面上复盘~欢迎讨论 (金币+5) +12 晴天加油 2026-08-26 13/650 2026-08-28 11:32 by skyjudy
[基金申请] 基金系统什么内容也没有 30+4 winsaint 2026-08-27 9/450 2026-08-28 11:06 by maolC
[基金申请] 面上合作单位盖章 +5 ssyjh 2026-08-27 5/250 2026-08-27 20:50 by gdfollow
[教师之家] 导师吐槽:我怎么摊上了这么个极品研究生! +7 苏东坡二世 2026-08-23 7/350 2026-08-27 18:14 by 瞬息宇宙
[基金申请] 基金不中,共勉 +10 eulota 2026-08-26 10/500 2026-08-27 17:23 by lqllinqiaoli
[基金申请] 看板上这么多中的,有点像50人群里49个人都是骗子的那种感觉…… +5 a089 2026-08-26 6/300 2026-08-27 14:05 by jonewore
[文学芳草园] 梦想 +3 myrtle 2026-08-26 3/150 2026-08-27 10:01 by angelyueyi
[基金申请] 2026年的国家社科基金项目通讯评审的新规则与新动向、新挑战 +7 process2012 2026-08-23 10/500 2026-08-26 19:23 by hmhminy
[基金申请] 2026国自然函评费到账 +22 羊腰板 2026-08-21 25/1250 2026-08-26 15:00 by zuocuiping
[基金申请] 为什么国自然不能直接公布 +4 bjdxyxy 2026-08-26 4/200 2026-08-26 13:12 by qingmu1201
[基金申请] 国际合作可查了,中了面上 (EPI+1)(金币+50) +18 Ldrop2023 2026-08-26 18/900 2026-08-26 11:15 by cmrandy
[基金申请] 系统进不去 +4 yanglien 2026-08-26 5/250 2026-08-26 11:10 by wenfengw83
[基金申请] 国合可查了 +3 paperzjh 2026-08-26 3/150 2026-08-26 10:41 by LemmonTr
[基金申请] 国合现在查不到了吗? +10 chengyan1220 2026-08-24 20/1000 2026-08-26 08:57 by peasantsprig
[基金申请] 在坚冰还盖着北海的时候,我看到了怒放的梅花。 (金币+10) +6 ziyangfang 2026-08-25 9/450 2026-08-25 20:26 by huagongfeihu
[基金申请] 明天应该可查了!? +6 chengyan1220 2026-08-23 6/300 2026-08-25 19:45 by zfd97
[基金申请] 某些机构,以效率低为荣,以效率低作为存在感 +9 yuleib84 2026-08-25 10/500 2026-08-25 17:14 by alexon
[基金申请] 建议基金发布提前给出明确的时间点 +13 kulium 2026-08-21 16/800 2026-08-24 16:27 by superceng
[教师之家] 跳槽后在研项目怎么办? +5 简单化xn 2026-08-22 10/500 2026-08-23 12:38 by 简单化xn
信息提示
请填处理意见