forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11096 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
6bfbfa78f4
commit
442fe41291
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue