From 442fe41291157f1d277e1d6f2c983aef5986be71 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 6 Dec 2013 22:32:40 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11096 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/read_restart.txt | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/doc/read_restart.txt b/doc/read_restart.txt index dd0a293dab..974294982c 100644 --- a/doc/read_restart.txt +++ b/doc/read_restart.txt @@ -102,14 +102,18 @@ script that reads the restart file, though you can redefine settings after the restart file is read. One exception is that some pair styles do not store their info in -restart files. The doc pages for individual pair styles note if this -is the case. This is also true of bond_style hybrid (and angle_style, -dihedral_style, improper_style hybrid). +restart files. Typically these are many-body potentials which read +their parameters from separate files; you need to re-specify the "pair +style"_pair_style.html and "pair coeff"_pair_coeff.html commands in +your restart input script. The doc pages for individual pair styles +note if this is the case. This is also true of bond_style hybrid (and +angle_style, dihedral_style, improper_style hybrid). -All settings made by the "pair_modify"_pair_modify.html command, -such as the shift and tail settings, are stored in the restart file -with the pair style. The one exception is the "pair_modify -compute"_pair_modify.html setting is not stored. +All settings made by the "pair_modify"_pair_modify.html command, such +as the shift and tail settings, are stored in the restart file with +the pair style. The one exception is the "pair_modify +compute"_pair_modify.html setting is not stored, since it is typically +only used for debugging purposes. Information about "kspace_style"_kspace_style.html settings are not stored in the restart file. Hence if you wish to use an Ewald or PPPM