|
|
已解决:
在官网的文档里有提示:
Tips and tricks
Database files
The share/top directory of a GROMACS installation contains numerous plain-text helper files with the .dat file extension. Some of the command-line tools (see Command-line reference) refer to these, and each tool documents which files it uses, and how they are used.
If you need to modify these files (e.g. to introduce new atom types with VDW radii into vdwradii.dat), you can copy the file from your installation directory into your working directory, and the GROMACS tools will automatically load the copy from your working directory rather than the standard one. To suppress all the standard definitions, use an empty file in the working directory. |
|