|
我想把小分子拉进膜,使用的gromacs2019,在做pull过程中显示:ERROR 1 [file pull.mdp]:
When the maximum distance from a pull group reference atom to other atoms
in the group is larger than 0.5 times half the box size a centrally
placed atom should be chosen as pbcatom. Pull group 2 is larger than that
and does not have a specific atom selected as reference atom.
在gromacs5中用同样的文件就不会报错
这是我的参数:
pull = yes
pull_coord1_type = umbrella
pull_coord1_geometry = distance
pull_ngroups = 2
pull_ncoords = 1
;pull-coord1-vec = 0 0 1
pull_coord1_k = 2000
pull_coord1_rate = -0.0002
pull_coord1_start = yes
pull_coord1_groups = 1 2
pull_group1_name = pull
pull_group2_name = POPC
pull_coord1_dim = N N Y
请问如何修改参数呢,我试了添加pull-group1-pbcatom=0或-1都不行
|
|