“第10届量子化学波函数分析与Multiwfn程序培训班将于5月4-8日于北京举办,这是一次性完整、系统学习波函数分析的各种理论知识和全面掌握强大的Multiwfn波函数分析程序使用的最不可错过的机会!请点击此链接查看详情和报名方式,欢迎参加!

“第18届北京科音分子动力学与GROMACS培训班” 将于5月23-26日于北京举办。这是一次性全面、系统学习分子动力学模拟知识和最流行的分子动力学程序GROMACS的关键机会!报名正在进行中,请点击此链接查看详情,欢迎参加!

计算化学公社

 找回密码 Forget password
 注册 Register
Views: 7913|回复 Reply: 10
打印 Print 上一主题 Last thread 下一主题 Next thread

[Gaussian/gview] How the separate each fragment alone of an IRC task ?

[复制链接 Copy URL]

49

帖子

0

威望

567

eV
积分
616

Level 4 (黑子)

Hi,
I'm computational chemistry PhD student, and this is my first time on the forum. I would like to ask a question about the fragment analysis of a reaction.
Accordig to my researchs i found some tools like Excelautomat 1.3, PyFrag2019 to perform the fragment analysis automatically, but it didn't work for me, and i decided to make the whole work manually.
My question is, how could i separate each fragment alone of an IRC calculation, for example I performed an IRC task of Diels- Alder reaction, and i want to separate the ethylene and butadiene along the IRC.
Note: the program used is Gaussian 09 D.01

My thanks in advance
Maximos


I

676

帖子

1

威望

5508

eV
积分
6204

Level 6 (一方通行)

2#
发表于 Post on 2021-2-1 11:41:01 | 只看该作者 Only view this author
Do you mean you want to separate C2H4 and C4H6 in every structure of the IRC task?
These two points might be helpful:
(1) In a structure every atom has a number (1, 2, ..., N, N is the number of atoms) which does not change diring the whole IRC job. You can just follow the number to know which is the fragment of interest.
(2) Gaussian calculates the density matrix once a structure is given, and the distances are given in the output file (.log or .out). You can write a script (also GView can do this automatically I guess) to judge the bonding situations and then judge which atoms are connected as a part(fragment) while others are not.
现代化学以狄拉克的一句“一切化学问题业已解决”为嚆矢。滥觞于经验主义传统的期望正失去它们的借鉴意义。但面对看似不可达的通往天堂之阶梯,我想循伍德沃德“最好的模型是你底物的对映异构体”的信仰好过过早地振翮。
我们怀揣热忱的灵魂天然被赋予对第一性的追求,不屑于单一坐标的约束,钟情于势能面彼端的芬芳。但

49

帖子

0

威望

567

eV
积分
616

Level 4 (黑子)

3#
 楼主 Author| 发表于 Post on 2021-2-1 14:43:39 | 只看该作者 Only view this author
Dear colleague,
You got me right, that's what i'm looking for, but the problem i don't know how to start. Could you help me, please ?

676

帖子

1

威望

5508

eV
积分
6204

Level 6 (一方通行)

4#
发表于 Post on 2021-2-1 14:52:14 | 只看该作者 Only view this author
maximos 发表于 2021-2-1 14:43
Dear colleague,
You got me right, that's what i'm looking for, but the problem i don't know how to  ...

Load your file into GView and then tick View->Labels:


The labels of atoms are consistent with their sequences in your input file.
In the case above, if you want to follow the C2H4 fragment you just follow the atoms No. 4 5 11 12 13 14 in each structure of the IRC job.


现代化学以狄拉克的一句“一切化学问题业已解决”为嚆矢。滥觞于经验主义传统的期望正失去它们的借鉴意义。但面对看似不可达的通往天堂之阶梯,我想循伍德沃德“最好的模型是你底物的对映异构体”的信仰好过过早地振翮。
我们怀揣热忱的灵魂天然被赋予对第一性的追求,不屑于单一坐标的约束,钟情于势能面彼端的芬芳。但

49

帖子

0

威望

567

eV
积分
616

Level 4 (黑子)

5#
 楼主 Author| 发表于 Post on 2021-2-1 15:03:09 | 只看该作者 Only view this author
Thank you very much for your effort, and about the separation process, How can i do it ? It must be done automatically.

676

帖子

1

威望

5508

eV
积分
6204

Level 6 (一方通行)

6#
发表于 Post on 2021-2-1 15:13:58 | 只看该作者 Only view this author
maximos 发表于 2021-2-1 15:03
Thank you very much for your effort, and about the separation process, How can i do it ? It must be  ...

In your output file (.log or .out) you can search "Input orientation", which is followed by the cartesians of the atoms. Based on this you can design your script.
现代化学以狄拉克的一句“一切化学问题业已解决”为嚆矢。滥觞于经验主义传统的期望正失去它们的借鉴意义。但面对看似不可达的通往天堂之阶梯,我想循伍德沃德“最好的模型是你底物的对映异构体”的信仰好过过早地振翮。
我们怀揣热忱的灵魂天然被赋予对第一性的追求,不屑于单一坐标的约束,钟情于势能面彼端的芬芳。但

676

帖子

1

威望

5508

eV
积分
6204

Level 6 (一方通行)

7#
发表于 Post on 2021-2-1 15:21:07 | 只看该作者 Only view this author
本帖最后由 北大-陶豫 于 2021-2-1 15:22 编辑
maximos 发表于 2021-2-1 15:03
Thank you very much for your effort, and about the separation process, How can i do it ? It must be  ...

I have written a script before, which monitors the optimization process of a Gaussian job.
See Converge_Reader.cpp in https://github.com/Tao-Yu-Chem/GaussianScripts/

You can change its code to meet your requirements.

现代化学以狄拉克的一句“一切化学问题业已解决”为嚆矢。滥觞于经验主义传统的期望正失去它们的借鉴意义。但面对看似不可达的通往天堂之阶梯,我想循伍德沃德“最好的模型是你底物的对映异构体”的信仰好过过早地振翮。
我们怀揣热忱的灵魂天然被赋予对第一性的追求,不屑于单一坐标的约束,钟情于势能面彼端的芬芳。但

49

帖子

0

威望

567

eV
积分
616

Level 4 (黑子)

8#
 楼主 Author| 发表于 Post on 2021-2-1 15:31:17 | 只看该作者 Only view this author
Dear Colleague,
Thank you very much for your time and help, i truly appreciate it.
The link that provide is not working. (Not found)

1102

帖子

18

威望

6703

eV
积分
8165

Level 6 (一方通行)

計算化学の社畜

9#
发表于 Post on 2021-2-1 15:35:04 | 只看该作者 Only view this author
本帖最后由 冰释之川 于 2021-2-1 17:29 编辑

How to convert outputs of IRC jobs to the *.xyz trajectory files:
http://sobereva.com/285http://bbs.keinsci.com/thread-850-1-1.html

Convert *.xyz trajectory file to the  separated *.xyz files:
Multiple_XYZ_Split.py (2.13 KB, 下载次数 Times of downloads: 4)

If you have obtained the separated *.xyz files from IRC jobs, you can use this python script to extract coordinates of each fragment
XYZ_Coordinate_Extraction.py (4.51 KB, 下载次数 Times of downloads: 2)





Stand on the shoulders of giants

676

帖子

1

威望

5508

eV
积分
6204

Level 6 (一方通行)

10#
发表于 Post on 2021-2-1 15:44:05 | 只看该作者 Only view this author
maximos 发表于 2021-2-1 15:31
Dear Colleague,
Thank you very much for your time and help, i truly appreciate it.
The link that  ...

Sorry, I don't know why but just copy the link into your browser
现代化学以狄拉克的一句“一切化学问题业已解决”为嚆矢。滥觞于经验主义传统的期望正失去它们的借鉴意义。但面对看似不可达的通往天堂之阶梯,我想循伍德沃德“最好的模型是你底物的对映异构体”的信仰好过过早地振翮。
我们怀揣热忱的灵魂天然被赋予对第一性的追求,不屑于单一坐标的约束,钟情于势能面彼端的芬芳。但

49

帖子

0

威望

567

eV
积分
616

Level 4 (黑子)

11#
 楼主 Author| 发表于 Post on 2021-2-1 21:34:02 | 只看该作者 Only view this author
Dear Colleagues,
Thank you very much for your help, everythings works fine.

本版积分规则 Credits rule

手机版 Mobile version|北京科音自然科学研究中心 Beijing Kein Research Center for Natural Sciences|京公网安备 11010502035419号|计算化学公社 — 北京科音旗下高水平计算化学交流论坛 ( 京ICP备14038949号-1 )|网站地图

GMT+8, 2026-4-22 08:37 , Processed in 0.177648 second(s), 23 queries , Gzip On.

快速回复 返回顶部 返回列表 Return to list