|
|
报错信息的指示很明确,就是复制一下pull coordinates:
- pull = yes ; The reaction coordinate (RC) is defined using pull coordinates.
- pull-ngroups = 4 ; The number of atom groups needed to define the pull coordinate.
- pull-ncoords = 2 ; Number of pull coordinates.
- pull-nstxout = 10000 ; Step interval to output the coordinate values to the pullx.xvg.
- pull-nstfout = 10000 ; Step interval to output the applied force (skip here).
-
- pull-group1-name = Li ; Name of pull group 1 corresponding to an entry in an index file.
- pull-group2-name = SO3 ; Same, but for group 2.
- pull-group3-name = Li ; Name of pull group 1 corresponding to an entry in an index file.
- pull-group4-name = SO3 ; Same, but for group 2.
-
- pull-coord1-groups = 1 2 ; Which groups define coordinate 1? Here, groups 1 and 2.
- pull-coord1-geometry = distance ; How is the coordinate defined? Here by the COM distance.
- pull-coord1-dim = Y N N
- pull-coord1-start = yes
- pull-coord1-type = external-potential ; Apply the bias using an external module.
- pull-coord1-potential-provider = AWH ; The external module is called AWH!
- pull-coord2-groups = 3 4 ; Which groups define coordinate 1? Here, groups 1 and 2.
- pull-coord2-geometry = distance ; How is the coordinate defined? Here by the COM distance.
- pull-coord2-dim = N Y N
- pull-coord2-start = yes
- pull-coord2-type = external-potential ; Apply the bias using an external module.
- pull-coord2-potential-provider = AWH ; The external module is called AWH!
复制代码
不确定改得对不对,你可以试试看能不能跑起来。 |
|