|
使用GMX+CPK2跑QM/MM模拟,在生成GMX-cpk2模拟文件时,报原子没有QMMM原子序数错误。请问各位大神这个错误主要是怎么产生的,如何解决?
错误如下:
[jby@localhost test_water]$ gmx grompp -f md-qmmm.mdp -p topol.top -c md.gro -n index.ndx -o md_qmmm.tpr -maxwarn 10
:-) GROMACS - gmx grompp, 2021.2-dev-UNCHECKED (double precision) (-:
GROMACS is written by:
Andrey Alekseenko Emile Apol Rossen Apostolov
Paul Bauer Herman J.C. Berendsen Par Bjelkmar
Christian Blau Viacheslav Bolnykh Kevin Boyd
Aldert van Buuren Rudi van Drunen Anton Feenstra
Gilles Gouaillardet Alan Gray Gerrit Groenhof
Anca Hamuraru Vincent Hindriksen M. Eric Irrgang
Aleksei Iupinov Christoph Junghans Joe Jordan
Dimitrios Karkoulis Peter Kasson Jiri Kraus
Carsten Kutzner Per Larsson Justin A. Lemkul
Viveca Lindahl Magnus Lundborg Erik Marklund
Pascal Merz Pieter Meulenhoff Teemu Murtola
Szilard Pall Sander Pronk Roland Schulz
Michael Shirts Alexey Shvetsov Alfons Sijbers
Peter Tieleman Jon Vincent Teemu Virolainen
Christian Wennberg Maarten Wolf Artem Zhmurov
and the project leaders:
Mark Abraham, Berk Hess, Erik Lindahl, and David van der Spoel
Copyright (c) 1991-2000, University of Groningen, The Netherlands.
Copyright (c) 2001-2019, The GROMACS development team at
Uppsala University, Stockholm University and
the Royal Institute of Technology, Sweden.
check out http://www.gromacs.org for more information.
GROMACS is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1
of the License, or (at your option) any later version.
GROMACS: gmx grompp, version 2021.2-dev-UNCHECKED (double precision)
Executable: /home/jby/soft/gromacs-2021.2-qmmm/build/bin/gmx_mpi_d
Data prefix: /home/jby/soft/gromacs-2021.2-qmmm (source tree)
Working dir: /home/jby/test_water
Command line:
gmx_mpi_d grompp -f md-qmmm.mdp -p topol.top -c md.gro -n index.ndx -o md_qmmm.tpr -maxwarn 10
WARNING 1 [file md-qmmm.mdp]:
Removing the rotation around the center of mass in a periodic system,
this can lead to artifacts. Only use this on a single (cluster of)
molecules. This cluster should not cross periodic boundaries.
Setting the LD random seed to 528479643
Generated 2556 of the 2556 non-bonded parameter combinations
Generating 1-4 interactions: fudge = 0.5
Generated 2556 of the 2556 1-4 parameter combinations
Excluding 3 bonded neighbours molecule type 'JZ4'
turning H bonds into constraints...
Excluding 2 bonded neighbours molecule type 'SOL'
turning H bonds into constraints...
Number of degrees of freedom in T-Coupling group QMatoms is 53.92
Number of degrees of freedom in T-Coupling group MMatoms is 4062.08
-------------------------------------------------------
Program: gmx grompp, version 2021.2-dev-UNCHECKED
Source file: src/gromacs/applied_forces/qmmm/qmmmtopologypreprocessor.cpp (line 278)
Fatal error:
Atoms 0 does not have atomic number needed for QMMM. Check atomtypes section
in you topology or forcefield.
For more information and tips for troubleshooting, please check the GROMACS
website at http://www.gromacs.org/Documentation/Errors
-------------------------------------------------------
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD
with errorcode 1.
NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
|
|