From 71928fcd9692b2e11e83bb787de13a503da3ec89 Mon Sep 17 00:00:00 2001 From: athomps Date: Thu, 3 Oct 2013 22:30:54 +0000 Subject: [PATCH] Added kmax/ewald keyword git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10856 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/kspace_modify.html | 4 ++-- doc/kspace_modify.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/kspace_modify.html b/doc/kspace_modify.html index f88f28af01..ae0882b77f 100644 --- a/doc/kspace_modify.html +++ b/doc/kspace_modify.html @@ -226,8 +226,8 @@ option. Support for those PPPM variants will be added later.

The kmax/ewald keyword sets the number of kspace vectors in each dimension for kspace style ewald. The three values must -be positive integers. Values for kx,ky,kz of -0,0,0 unset the option. When this option is not +be positive integers, or else (0,0,0), which unsets the option. +When this option is not set, the Ewald sum scheme chooses its own kspace vectors, consistent with the user-specified accuracy and pairwise cutoff. In any case, diff --git a/doc/kspace_modify.txt b/doc/kspace_modify.txt index bf97e1c66d..52ed127570 100644 --- a/doc/kspace_modify.txt +++ b/doc/kspace_modify.txt @@ -220,8 +220,8 @@ option. Support for those PPPM variants will be added later. The {kmax/ewald} keyword sets the number of kspace vectors in each dimension for kspace style {ewald}. The three values must -be positive integers. Values for kx,ky,kz of -0,0,0 unset the option. When this option is not +be positive integers, or else (0,0,0), which unsets the option. +When this option is not set, the Ewald sum scheme chooses its own kspace vectors, consistent with the user-specified accuracy and pairwise cutoff. In any case,