24小时热门版块排行榜    

Znn3bq.jpeg
汕头大学海洋科学接受调剂
查看: 4130  |  回复: 10
本帖产生 1 个 1ST强帖 ,点击这里进行查看
当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖

yuhuashi1

铜虫 (初入文坛)

[求助] 请教有关DMOL3的设置问题

1. 用dmol3优化晶胞,想使晶胞的 xyz 轴夹角始终不变该怎么设置呢?help 里面说dmol不支持lattice parameters的固定啊!之前发现“use symmetry”打上勾可以保持xyz夹角不变,现在想请教大家如果不使用对称性,还有其他办法实现整个胞的夹角不变吗?

2. 关于dmol3加电场的问题。一般建立模型后直接run是不是默认没有电场?为什么和我 save files 之后加electric_field 0 0 0 算出来的总能不一样呢?想不通啊!

真诚请教有经验的虫友们,先谢谢大家了!
回复此楼

» 收录本帖的淘帖专辑推荐

Materials Modeling Graphene DFT加电场

» 猜你喜欢

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

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

WJ-MS

新虫 (小有名气)

引用回帖:
1899033楼: Originally posted by zjuer at 2011-07-03 22:36:08:
Opt_Constraint
Purpose
The lines following the Opt_Constraint keyword define constrained internal coordinates (bonds, angles, torsions) in molecules or solids. These internals are held fixed at t ...

想请教一下,modify-constraint 里面不是有一系列的约束选项么,能通过那个来固定吗?
加油!
9楼2012-05-07 10:31:32
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
查看全部 11 个回答

uuv2010

荣誉版主 (职业作家)

优秀版主

★ ★
mazuju028(金币+2): 谢谢交流 2011-07-03 22:47:30
1. 默认就是不优化晶格常数以及夹角的
2. 不知道

» 本帖已获得的红花(最新10朵)

2楼2011-07-03 20:02:32
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

yuhuashi1

铜虫 (初入文坛)

送鲜花一朵
引用回帖:
Originally posted by uuv2010 at 2011-07-03 20:02:32:
1. 默认就是不优化晶格常数以及夹角的
2. 不知道

非常感谢!我计算时只要选中optimize cell,并且不加对称性,最后得到的晶格常数都发生了变化。不知道哪里出了问题
3楼2011-07-03 21:35:13
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zjuer

至尊木虫 (著名写手)

【答案】应助回帖

★ ★ ★
mazuju028(金币+3, 1ST强帖+1): 谢谢交流 2011-07-03 22:49:35
yuhuashi1(金币+10): 非常感谢您的耐心回复!受益匪浅!谢谢~O(∩_∩)O~ 2011-07-04 11:02:15
Opt_Constraint
Purpose
The lines following the Opt_Constraint keyword define constrained internal coordinates (bonds, angles, torsions) in molecules or solids. These internals are held fixed at the values of the initial structure.

Syntax
Opt_Constraint
constraint specifications ...
blank line

Description
For molecular structures the format is:

Opt_Constraint
i j k l





where the integers i, j, k, and l correspond to the numbers of the atoms in the .car file. The following designations are used:

i j 0 0: constrain the bond between atoms i and j
i j k 0: constrain the angle formed by atoms i, j, and k
i j k l: constrain the torsion formed by all 4 atoms.
For periodic structures the format is:

i ia ib ic j ja jb jc k ka kb kc l la lb lc





where i,j,k,l have the same meaning as for molecules, and ia ib ic, etc. indicate which unit cell contains the atom.

These constraints are added automatically when you run via the Materials Studio user interface. Use the Constraints option on the Modify menu to define constraints via the interfaces.

Example
In a molecule to freeze the bond between atoms 5 and 6, the bond between atoms 7 and 8, and the torsion 4-5-6-7 the input is:

Opt_constraint
5  6  0  0
7  8  0  0
4  5  6  7


In a periodic structure, to constrain the bond between atoms 1 and 2 in the same unit cell:

Opt_constraint
1 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0


In a periodic structure, to constrain the bond between atom 3 in one unit cell and the periodic image of atom 4 one cell in the "a" direction:

Opt_constraint
3 0 0 0 4 1 0 0 0 0 0 0 0 0 0 0


To include a second constraint in the above example use:

Opt_constraint
3  0 0 0 4 1 0 0 0 0 0 0 0 0 0 0
2 -1 0 0 3 0 0 0 4 0 1 0 0 0 0 0


This constrains the angle, including the periodic image of atom 2 in the cell in the "-a" direction, atom number 3 in the reference cell, and the periodic image of atom number 4 in the "+b" direction.

将构XYZ三边的四个原子的相互角度固定可能实现你的目的。

2、加电场需要手动加关键词
electric_field
Purpose
The electric_field keyword allows you to specify the value of the external electric field used in the calculation. The field is described in terms of three cartesian components.

Syntax
electric_field value_in_X value_in_Y value_in_Z

command keyword  values  default  meaning  
electric_field  real real real  0.0 0.0 0.0  The x, y and z components of the electric field applied to the system.  

Example
This example is for electric field with strength 0.05 a.u. applied in the Z direction only:

electric_field  0.000 0.000 0.0500

» 本帖已获得的红花(最新10朵)

4楼2011-07-03 22:36:08
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 本科211,报考085601-310分 +16 ararak 2026-04-13 16/800 2026-04-14 14:55 by Delta2012
[考研] 考研调剂 +13 长弓傲 2026-04-13 14/700 2026-04-14 14:44 by zs92450
[考研] 297求调剂 +23 ORCHID1 2026-04-10 26/1300 2026-04-14 13:52 by 陈皮皮
[考研] 求调剂 +12 璃茉一定上岸 2026-04-10 13/650 2026-04-14 00:08 by Equinoxhua
[考研] 297工科,求调剂? +13 河南农业大学-能 2026-04-12 13/650 2026-04-13 14:12 by dingyanbo1
[考研] 生物学调剂,一志愿西南大学348,Top期刊一区二作、二区三作,三等奖学金三次 +5 candyyyi 2026-04-09 5/250 2026-04-13 09:02 by 可淡不可忘
[考研] 本科南方医科大学 一志愿985 药学学硕284分 求调剂 +5 弱水听文 2026-04-09 5/250 2026-04-12 13:16 by shengxi123
[考研] 电气专硕320求调剂 +6 小麻子111 2026-04-10 6/300 2026-04-12 10:54 by lemon6009
[考研] 0854调剂 +12 长弓傲 2026-04-09 13/650 2026-04-12 09:56 by 逆水乘风
[考研] 材料工程日语考生求调剂 +7 0856?调剂 2026-04-10 7/350 2026-04-11 21:33 by 蓝云思雨
[考研] 303求调剂 +14 SereinQ 2026-04-10 15/750 2026-04-11 20:43 by 蓝云思雨
[考研] 283求调剂 +22 那个噜子 2026-04-09 22/1100 2026-04-11 10:41 by 逆水乘风
[考研] 288求调剂 +15 代fish 2026-04-09 16/800 2026-04-11 10:26 by wwj2530616
[考研] 22408调剂求助 +7 毂12 2026-04-09 9/450 2026-04-11 09:23 by 哦哦123
[考研] 求调剂 材料与工程 324分 专硕 +19 翩翩一书生 2026-04-10 21/1050 2026-04-10 11:41 by wp06
[考研] 085601初试330分找调剂 +10 流心奶黄包l 2026-04-09 10/500 2026-04-10 08:14 by Sammy2
[考研] 复试调剂,一志愿郑州大学材料与化工289分 +31 硕星赴 2026-04-08 31/1550 2026-04-09 16:54 by Delta2012
[考研] 083200 初试305分 求调剂 暂不考虑跨专业 +15 Claireyyyy 2026-04-09 15/750 2026-04-09 16:11 by zhuimr
[考研] 0860004 求调剂 309分 +6 Yin DY 2026-04-09 6/300 2026-04-09 10:19 by 啊李999
[考研] 二次调剂求老师收留 +3 笑笑袁 2026-04-08 3/150 2026-04-08 23:50 by 醉在风里
信息提示
请填处理意见