|
|
钟老师,您好。有个建模的问题向您请教,图中是我的目标高分子。
参考您的教程,我分别针对头部单体、中间单体和尾部单体进行了量化计算。
针对上述三部分进行片段切割的命令如下:
ztop.py -f "H;p=Head_C2.top;x=Head_C2.gro;site=H1:21-22;resname=HDM;comment=H as head" --savelib
ztop.py -f "T;p=Tail_C2.top;x=Tail_C2.gro;site=T2:21-20;resname=TLM;comment=T as tail" --savelib
ztop.py -f "M;p=Monomer_C2.top;x=Monomer_C2.gro;site=M11:8-7,M22:28-29;resname=MOM;comment=M as monomer" --savelib
上述命令执行完均无报错,检查片段库内容为:
(ztop) zyyang@zyyang:~/Desktop/Polymer/C2/FF$ ztop.py --loadlib
Generating graph of Head_C2 ... Graph of whole structure generated
Type 1: C17H18N4O7 X 1
Graph generation took 0.007 seconds
Fragment C8H9N2O3 with 1 sites (H1) obtained by breaking bond
H1 cut:21-22(N-C) rm:C9H9N2O4
Generating graph of Monomer_C2 ... Graph of whole structure generated
Type 1: C21H21N5O8 X 1
Graph generation took 0.007 seconds
Fragment C8H8N2O3 with 2 sites (M11,M22) obtained by breaking bond
M11 cut:8-7(C-N) rm:C7H9N2O2
M22 cut:28-29(N-C) rm:C6H4N1O3
Generating graph of Tail_C2 ... Graph of whole structure generated
Type 1: C18H23N5O6 X 1
Graph generation took 0.005 seconds
Fragment C8H9N2O3 with 1 sites (T2) obtained by breaking bond
T2 cut:21-20(C-N) rm:C10H14N3O3
Fragments in the lib:
label formula sites comment
H C8H9N2O3 H1:N2-C2 H as head
M C8H8N2O3 M11:C2-N2, M22:N2-C2 M as monomer
T C8H9N2O3 T2:C2-N2 T as tail
但是我在运行最后生成的命令时:
ztop.py --loadlib -b H[M]10T -o poly_C2.top,poly_C2.pdb
显示:
Fragments in the lib:
label formula sites comment
T C8H9N2O3 T2:C2-N2 T as tail
M C8H8N2O3 M11:C2-N2, M22:N2-C2 M as monomer
H C8H9N2O3 H1:N2-C2 H as head
site-pair to connect is H1-M11, Left site: M22_1
Warning! BOND FORCE CONSTANT discrepancy 400.100 vs 316.820
site-pair to connect is M22_1-M22, Left site: M11_2
site-pair to connect is M11_2-M11, Left site: M22_3
site-pair to connect is M22_3-M22, Left site: M11_4
site-pair to connect is M11_4-M11, Left site: M22_5
site-pair to connect is M22_5-M22, Left site: M11_6
site-pair to connect is M11_6-M11, Left site: M22_7
site-pair to connect is M22_7-M22, Left site: M11_8
site-pair to connect is M11_8-M11, Left site: M22_9
site-pair to connect is M22_9-M22, Left site: M11_10
Error! Could not find site to join
我认为是在构建高分子最后没有位点再去链接尾部单体了,然后我排出尾部单体,运行如下命令:
ztop.py --loadlib -b H[M]10 -o poly_C2.top,poly_C2.pdb
发现生成出来高分子单体方向比较混乱,不是按照H1-M11-M22-M11-M22....这样的顺序连接的,
而是:H1-M11-M22-M22-M11-M11-M22.....这种方式连接的。
请问钟老师这种问题怎么解决呢?我觉得我还是对于site的命名规则理解不够深入,忘老师答疑解惑,谢谢您
|
-
结构图.png
(97.18 KB, 下载次数 Times of downloads: 2)
|