@@ -3979,12 +3979,12 @@ \subsection{Tutorial 8: Reactive Molecular Dynamics}
39793979The goal of this tutorial is to create a system made of
39803980carbon nanotubes embedded in a polymer melt made in nylon-6,6. The
39813981REACTER protocol is used to simulate the polymerization of nylon, and the formation
3982- of water is followed in time.
3982+ of water molecules is followed in time \cite { gissinger2020reacter , gissinger2024molecular } .
39833983
39843984\subsubsection {Creating the system }
39853985
39863986The first step of the tutorial is to mix small carbon nanotubes
3987- with the initial, unreacted, polymer molecules: hexamethylenediamine and adipic
3987+ with the initial, unreacted, molecules: hexamethylenediamine and adipic
39883988acid. Create a new input file, call it \textit {mixing.lmp },
39893989and copy the following lines into it:
39903990{\normalsize
@@ -4003,11 +4003,14 @@ \subsubsection{Creating the system}
40034003special_bonds lj/coul 0 0 1
40044004\end {verbatim }
40054005}
4006- The \textit {class2 } styles compute a 6/9 Lennard-Jones \cite {sun1998compass }.
4006+ The \textit {class2 } styles compute a 6/9 Lennard-Jones \cite {sun1998compass }.
4007+ In contrast with reaxff and airebo, a \textit {classical } force field is used here.
40074008The \textit {class2 } bonds, angles, dihedrals, and impropers are used as
40084009well, see the documention for a description of their respective potentials.
4009- The \textit {mix sixthpower } imposes a different mixing rule for the parameters
4010- as compared to the previous tutorials.
4010+ The \textit {mix sixthpower } imposes a different mixing rule for the calculation
4011+ of the cross coefficients as compared to the previous tutorials:
4012+ $ \sigma _{ij} = ( 0.5 (\sigma ^6 _i+\sigma _j^6 ))^{1/6}$ , and
4013+ $ \epsilon _{ij} = (2 \sqrt {\epsilon _i \epsilon _j} \sigma ^3 _i \sigma ^3 _j) / (\sigma ^6 _i+\sigma _j^6 )$ .
40114014
40124015Let us read the data file containing the unreacted nylon molecules, and
40134016replicate it in all directions of the space. Add the folloxing lines
@@ -4046,7 +4049,7 @@ \subsubsection{Creating the system}
40464049\end {verbatim }
40474050}
40484051Then, let us output images of the system using \textit {dump image },
4049- and perform an equilibration of system using \textit {fix npt }
4052+ and perform an equilibration of system using \textit {fix npt }:
40504053{\normalsize
40514054\begin {verbatim }
40524055dump mydmp all image 1000 dump.mixing.*.ppm type &
@@ -4084,6 +4087,12 @@ \subsubsection{Creating the system}
40844087with an imposed pressure of 1000\, atm, and then with an imposed
40854088pressure of 1\, atm.
40864089
4090+ \subsubsection {Atom maps and molecule templates }
4091+
4092+ The REACTER protocol requires an \textit {atom map } to be provided by the user.
4093+ This map contains information about the reaction mechanism, the atoms that are
4094+ the initiators to the reaction, as well as distance cutoffs. Pre-reaction and
4095+ post-reaction molecule templates must also be provided.
40874096
40884097\section* {Author Contributions }
40894098% S.G. to update
0 commit comments