Skip to content

Commit 0489fc8

Browse files
committed
deploy: a7fd307
1 parent c276f04 commit 0489fc8

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed
0 Bytes
Binary file not shown.
6 Bytes
Binary file not shown.
6 Bytes
Binary file not shown.

sphinx/build/html/_sources/tutorial4/tutorial.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ tutorials, with the important exception of ``pair_coeff O WALL``,
188188
pairwise interactions were only assigned between atoms of identical
189189
types. By default, LAMMPS calculates the pair coefficients for the
190190
interactions between atoms of different types (i and j) by using
191-
geometric average: :math:`\epsilon_{ij} = (\epsilon_{ii} + \epsilon_{jj})/2`,
192-
:math:`\sigma_{ij} = (\sigma_{ii} + \sigma_{jj})/2`. However, if the default
191+
geometric average: :math:`\epsilon_{ij} = \sqrt{\epsilon_{ii} \epsilon_{jj}}`,
192+
:math:`\sigma_{ij} = \sqrt{\sigma_{ii} \sigma_{jj}}`. However, if the default
193193
value of :math:`5.941\,\text{kcal/mol}` was used for :math:`\epsilon_\text{1-5}`,
194194
the solid walls would be extremely hydrophilic, causing the water
195195
molecules to form dense layers. As a comparison, the water-water energy

sphinx/build/html/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sphinx/build/html/tutorial4/nanosheared-electrolyte.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,8 @@ <h3>System generation<a class="headerlink" href="#system-generation" title="Link
457457
pairwise interactions were only assigned between atoms of identical
458458
types. By default, LAMMPS calculates the pair coefficients for the
459459
interactions between atoms of different types (i and j) by using
460-
geometric average: <span class="math notranslate nohighlight">\(\epsilon_{ij} = (\epsilon_{ii} + \epsilon_{jj})/2\)</span>,
461-
<span class="math notranslate nohighlight">\(\sigma_{ij} = (\sigma_{ii} + \sigma_{jj})/2\)</span>. However, if the default
460+
geometric average: <span class="math notranslate nohighlight">\(\epsilon_{ij} = \sqrt{\epsilon_{ii} \epsilon_{jj}}\)</span>,
461+
<span class="math notranslate nohighlight">\(\sigma_{ij} = \sqrt{\sigma_{ii} \sigma_{jj}}\)</span>. However, if the default
462462
value of <span class="math notranslate nohighlight">\(5.941\,\text{kcal/mol}\)</span> was used for <span class="math notranslate nohighlight">\(\epsilon_\text{1-5}\)</span>,
463463
the solid walls would be extremely hydrophilic, causing the water
464464
molecules to form dense layers. As a comparison, the water-water energy

sphinx/build/html/tutorial4/tutorial.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,8 @@ <h2>System generation<a class="headerlink" href="#system-generation" title="Link
419419
pairwise interactions were only assigned between atoms of identical
420420
types. By default, LAMMPS calculates the pair coefficients for the
421421
interactions between atoms of different types (i and j) by using
422-
geometric average: <span class="math notranslate nohighlight">\(\epsilon_{ij} = (\epsilon_{ii} + \epsilon_{jj})/2\)</span>,
423-
<span class="math notranslate nohighlight">\(\sigma_{ij} = (\sigma_{ii} + \sigma_{jj})/2\)</span>. However, if the default
422+
geometric average: <span class="math notranslate nohighlight">\(\epsilon_{ij} = \sqrt{\epsilon_{ii} \epsilon_{jj}}\)</span>,
423+
<span class="math notranslate nohighlight">\(\sigma_{ij} = \sqrt{\sigma_{ii} \sigma_{jj}}\)</span>. However, if the default
424424
value of <span class="math notranslate nohighlight">\(5.941\,\text{kcal/mol}\)</span> was used for <span class="math notranslate nohighlight">\(\epsilon_\text{1-5}\)</span>,
425425
the solid walls would be extremely hydrophilic, causing the water
426426
molecules to form dense layers. As a comparison, the water-water energy

sphinx/source/tutorial4/tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ tutorials, with the important exception of ``pair_coeff O WALL``,
188188
pairwise interactions were only assigned between atoms of identical
189189
types. By default, LAMMPS calculates the pair coefficients for the
190190
interactions between atoms of different types (i and j) by using
191-
geometric average: :math:`\epsilon_{ij} = (\epsilon_{ii} + \epsilon_{jj})/2`,
192-
:math:`\sigma_{ij} = (\sigma_{ii} + \sigma_{jj})/2`. However, if the default
191+
geometric average: :math:`\epsilon_{ij} = \sqrt{\epsilon_{ii} \epsilon_{jj}}`,
192+
:math:`\sigma_{ij} = \sqrt{\sigma_{ii} \sigma_{jj}}`. However, if the default
193193
value of :math:`5.941\,\text{kcal/mol}` was used for :math:`\epsilon_\text{1-5}`,
194194
the solid walls would be extremely hydrophilic, causing the water
195195
molecules to form dense layers. As a comparison, the water-water energy

0 commit comments

Comments
 (0)