Skip to content

Fixed mixing rule tutorial 4 #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/sphinx/source/tutorial4/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ tutorials, with the important exception of ``pair_coeff O WALL``,
pairwise interactions were only assigned between atoms of identical
types. By default, LAMMPS calculates the pair coefficients for the
interactions between atoms of different types (i and j) by using
geometric average: :math:`\epsilon_{ij} = (\epsilon_{ii} + \epsilon_{jj})/2`,
:math:`\sigma_{ij} = (\sigma_{ii} + \sigma_{jj})/2`. However, if the default
geometric average: :math:`\epsilon_{ij} = \sqrt{\epsilon_{ii} \epsilon_{jj}}`,
:math:`\sigma_{ij} = \sqrt{\sigma_{ii} \sigma_{jj}}`. However, if the default
value of :math:`5.941\,\text{kcal/mol}` was used for :math:`\epsilon_\text{1-5}`,
the solid walls would be extremely hydrophilic, causing the water
molecules to form dense layers. As a comparison, the water-water energy
Expand Down
Loading