forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15423 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
7326f88521
commit
56502c7c09
|
@ -134,8 +134,8 @@
|
|||
|
||||
<H1></H1><div class="section" id="lammps-documentation">
|
||||
<h1>LAMMPS Documentation</h1>
|
||||
<div class="section" id="jul-2016-version">
|
||||
<h2>30 Jul 2016 version</h2>
|
||||
<div class="section" id="aug-2016-version">
|
||||
<h2>1 Aug 2016 version</h2>
|
||||
</div>
|
||||
<div class="section" id="version-info">
|
||||
<h2>Version info:</h2>
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
LAMMPS Documentation
|
||||
====================
|
||||
|
||||
30 Jul 2016 version
|
||||
-------------------
|
||||
1 Aug 2016 version
|
||||
------------------
|
||||
|
||||
Version info:
|
||||
-------------
|
||||
|
|
|
@ -228,7 +228,7 @@ see the doc page for individual styles to see which potentials support
|
|||
these options. If N is non-zero, a table of length 2^N is
|
||||
pre-computed for forces and energies, which can shrink their
|
||||
computational cost by up to a factor of 2. The table is indexed via a
|
||||
bit-mapping technique <a class="reference internal" href="#wolff"><span class="std std-ref">(Wolff)</span></a> and a linear interpolation is
|
||||
bit-mapping technique <a class="reference internal" href="pair_table_rx.html#wolff"><span class="std std-ref">(Wolff)</span></a> and a linear interpolation is
|
||||
performed between adjacent table values. In our experiments with
|
||||
different table styles (lookup, linear, spline), this method typically
|
||||
gave the best performance in terms of speed and accuracy.</p>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
|||
<!-- HTML_ONLY -->
|
||||
<HEAD>
|
||||
<TITLE>LAMMPS Users Manual</TITLE>
|
||||
<META NAME="docnumber" CONTENT="30 Jul 2016 version">
|
||||
<META NAME="docnumber" CONTENT="1 Aug 2016 version">
|
||||
<META NAME="author" CONTENT="http://lammps.sandia.gov - Sandia National Laboratories">
|
||||
<META NAME="copyright" CONTENT="Copyright (2003) Sandia Corporation. This software and manual is distributed under the GNU General Public License.">
|
||||
</HEAD>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<H1></H1>
|
||||
|
||||
LAMMPS Documentation :c,h3
|
||||
30 Jul 2016 version :c,h4
|
||||
1 Aug 2016 version :c,h4
|
||||
|
||||
Version info: :h4
|
||||
|
||||
|
|
Loading…
Reference in New Issue