1
1
Creating the system
2
2
===================
3
3
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 **:
7
7
8
8
.. code-block :: lammps
9
9
@@ -29,9 +29,13 @@ of the cross coefficients:
29
29
30
30
.. math ::
31
31
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 },
33
33
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 }.
35
39
36
40
Let us read the |CNT_data_8 | file, which contains a periodic single-walled
37
41
CNT. Add the following line to **mixing.lmp **:
@@ -170,7 +174,7 @@ The third reaction uses the prefix ``P-P``,
170
174
- |P_P_post_mol_8 |,
171
175
- |P_P_rxnmap_8 |.
172
176
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 ``
174
178
for polymer.
175
179
176
180
.. |M_M_pre_mol_8 | raw :: html
@@ -275,9 +279,19 @@ based on the atom map **M-M.rxnmap**. Implementation details about each reactio
275
279
such as the reaction distance cutoffs and the frequency with which to search for
276
280
reaction sties, are also specified in this command.
277
281
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.
281
295
282
296
.. admonition :: Note
283
297
:class: non-title-info
0 commit comments