11Creating the system
22===================
33
4- To begin this tutorial, select ``Start Tutorial 8 `` from the
5- `` Tutorials `` menu of LAMMPS--GUI and follow the instructions.
6- The editor should display the following content corresponding to **mixing.lmp **:
4+ To begin this tutorial, select ``Start Tutorial 8 `` from the `` Tutorials `` menu
5+ of LAMMPS--GUI and follow the instructions. The editor should display the
6+ following content corresponding to **mixing.lmp **:
77
88.. code-block :: lammps
99
@@ -29,9 +29,13 @@ of the cross coefficients:
2929
3030.. math ::
3131
32- \sigma _{ij} & = & 2 ^{-1 /6 } (\sigma ^6 _i+\sigma _j^6 )^{1 /6 }, ~ \text {and}
32+ \sigma _{ij} = 2 ^{-1 /6 } (\sigma ^6 _i+\sigma _j^6 )^{1 /6 },
3333
34- \epsilon _{ij} & = & \dfrac {2 \sqrt {\epsilon _i \epsilon _j} \sigma ^3 _i \sigma ^3 _j}{\sigma ^6 _i+\sigma _j^6 }.
34+ and
35+
36+ .. math ::
37+
38+ \epsilon _{ij} = \dfrac {2 \sqrt {\epsilon _i \epsilon _j} \sigma ^3 _i \sigma ^3 _j}{\sigma ^6 _i+\sigma _j^6 }.
3539
3640 Let us read the |CNT_data_8 | file, which contains a periodic single-walled
3741CNT. Add the following line to **mixing.lmp **:
@@ -170,7 +174,7 @@ The third reaction uses the prefix ``P-P``,
170174- |P_P_post_mol_8 |,
171175- |P_P_rxnmap_8 |.
172176
173- Here, the file names for each reaction use the abbreviation `M' for monomer and `P'
177+ Here, the file names for each reaction use the abbreviation `` M `` for monomer and `` P ``
174178for polymer.
175179
176180.. |M_M_pre_mol_8 | raw :: html
@@ -275,9 +279,19 @@ based on the atom map **M-M.rxnmap**. Implementation details about each reactio
275279such as the reaction distance cutoffs and the frequency with which to search for
276280reaction sties, are also specified in this command.
277281
278- ADD REACT-final FIGURE: Final configuration.
279- The atoms from the formed polymer named ``c1 ``, ``c2 ``, and
280- ``c3 `` are colored in pink.
282+ .. figure :: figures/REACT-composite-dm.png
283+ :class: only-dark
284+ :alt: Evolution of reacting species
285+
286+ .. figure :: figures/REACT-composite.png
287+ :class: only-light
288+ :alt: Evolution of reacting species
289+
290+ .. container :: figurelegend
291+
292+ Figure: Initial (left) and final (right) configuration.
293+ The atoms from the formed polymer named ``c1 ``, ``c2 ``, and
294+ ``c3 `` are colored in pink.
281295
282296.. admonition :: Note
283297 :class: non-title-info
0 commit comments