From 467e290d64643dc8529b79074c7eac14e564d410 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 16 Sep 2008 13:41:21 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2107 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/pair_write.html | 3 +++ doc/pair_write.txt | 3 +++ 2 files changed, 6 insertions(+) diff --git a/doc/pair_write.html b/doc/pair_write.html index 98600e8533..f392444416 100644 --- a/doc/pair_write.html +++ b/doc/pair_write.html @@ -71,6 +71,9 @@ must be set before this command can be invoked.

Due to how the pairwise force is computed, an inner value > 0.0 must be specified even if the potential has a finite value at r = 0.0.

+

For EAM potentials, the pair_write command only tabulates the +pairwise portion of the potential, not the embedding portion. +

Related commands:

pair_style, pair_coeff diff --git a/doc/pair_write.txt b/doc/pair_write.txt index 88b211054d..29ac26ad8a 100644 --- a/doc/pair_write.txt +++ b/doc/pair_write.txt @@ -68,6 +68,9 @@ must be set before this command can be invoked. Due to how the pairwise force is computed, an inner value > 0.0 must be specified even if the potential has a finite value at r = 0.0. +For EAM potentials, the pair_write command only tabulates the +pairwise portion of the potential, not the embedding portion. + [Related commands:] "pair_style"_pair_style.html, "pair_coeff"_pair_coeff.html