ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/nivsRnemd/nivsRnemd.tex
Revision: 3567
Committed: Tue Mar 9 22:09:38 2010 UTC (14 years, 3 months ago) by skuang
Content type: application/x-tex
File size: 22520 byte(s)
Log Message:
add thermalGrad plot.

File Contents

# Content
1 \documentclass[11pt]{article}
2 \usepackage{amsmath}
3 \usepackage{amssymb}
4 \usepackage{setspace}
5 \usepackage{endfloat}
6 \usepackage{caption}
7 %\usepackage{tabularx}
8 \usepackage{graphicx}
9 %\usepackage{booktabs}
10 %\usepackage{bibentry}
11 %\usepackage{mathrsfs}
12 \usepackage[ref]{overcite}
13 \pagestyle{plain} \pagenumbering{arabic} \oddsidemargin 0.0cm
14 \evensidemargin 0.0cm \topmargin -21pt \headsep 10pt \textheight
15 9.0in \textwidth 6.5in \brokenpenalty=10000
16
17 % double space list of tables and figures
18 \AtBeginDelayedFloats{\renewcommand{\baselinestretch}{1.66}}
19 \setlength{\abovecaptionskip}{20 pt}
20 \setlength{\belowcaptionskip}{30 pt}
21
22 \renewcommand\citemid{\ } % no comma in optional referenc note
23
24 \begin{document}
25
26 \title{A gentler approach to RNEMD: Non-isotropic Velocity Scaling for computing Thermal Conductivity and Shear Viscosity}
27
28 \author{Shenyu Kuang and J. Daniel
29 Gezelter\footnote{Corresponding author. \ Electronic mail: gezelter@nd.edu} \\
30 Department of Chemistry and Biochemistry,\\
31 University of Notre Dame\\
32 Notre Dame, Indiana 46556}
33
34 \date{\today}
35
36 \maketitle
37
38 \begin{doublespace}
39
40 \begin{abstract}
41
42 \end{abstract}
43
44 \newpage
45
46 %\narrowtext
47
48 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
49 % BODY OF TEXT
50 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
51
52
53
54 \section{Introduction}
55 The original formulation of Reverse Non-equilibrium Molecular Dynamics
56 (RNEMD) obtains transport coefficients (thermal conductivity and shear
57 viscosity) in a fluid by imposing an artificial momentum flux between
58 two thin parallel slabs of material that are spatially separated in
59 the simulation cell.\cite{MullerPlathe:1997xw,ISI:000080382700030} The
60 artificial flux is typically created by periodically ``swapping'' either
61 the entire momentum vector $\vec{p}$ or single components of this
62 vector ($p_x$) between molecules in each of the two slabs. If the two
63 slabs are separated along the z coordinate, the imposed flux is either
64 directional ($j_z(p_x)$) or isotropic ($J_z$), and the response of a
65 simulated system to the imposed momentum flux will typically be a
66 velocity or thermal gradient. The transport coefficients (shear
67 viscosity and thermal conductivity) are easily obtained by assuming
68 linear response of the system,
69 \begin{eqnarray}
70 j_z(p_x) & = & -\eta \frac{\partial v_x}{\partial z}\\
71 J & = & \lambda \frac{\partial T}{\partial z}
72 \end{eqnarray}
73 RNEMD has been widely used to provide computational estimates of thermal
74 conductivities and shear viscosities in a wide range of materials,
75 from liquid copper to monatomic liquids to molecular fluids
76 (e.g. ionic liquids).\cite{ISI:000246190100032}
77
78 RNEMD is preferable in many ways to the forward NEMD methods because
79 it imposes what is typically difficult to measure (a flux or stress)
80 and it is typically much easier to compute momentum gradients or
81 strains (the response). For similar reasons, RNEMD is also preferable
82 to slowly-converging equilibrium methods for measuring thermal
83 conductivity and shear viscosity (using Green-Kubo relations or the
84 Helfand moment approach of Viscardy {\it et
85 al.}\cite{Viscardy:2007bh,Viscardy:2007lq}) because these rely on
86 computing difficult to measure quantities.
87
88 Another attractive feature of RNEMD is that it conserves both total
89 linear momentum and total energy during the swaps (as long as the two
90 molecules have the same identity), so the swapped configurations are
91 typically samples from the same manifold of states in the
92 microcanonical ensemble.
93
94 Recently, Tenney and Maginn\cite{ISI:000273472300004} have discovered
95 some problems with the original RNEMD swap technique. Notably, large
96 momentum fluxes (equivalent to frequent momentum swaps between the
97 slabs) can result in ``notched'', ``peaked'' and generally non-thermal momentum
98 distributions in the two slabs, as well as non-linear thermal and
99 velocity distributions along the direction of the imposed flux ($z$).
100 Tenney and Maginn obtained reasonable limits on imposed flux and
101 self-adjusting metrics for retaining the usability of the method.
102
103 In this paper, we develop and test a method for non-isotropic velocity
104 scaling (NIVS-RNEMD) which retains the desirable features of RNEMD
105 (conservation of linear momentum and total energy, compatibility with
106 periodic boundary conditions) while establishing true thermal
107 distributions in each of the two slabs. In the next section, we
108 develop the method for determining the scaling constraints. We then
109 test the method on both single component, multi-component, and
110 non-isotropic mixtures and show that it is capable of providing
111 reasonable estimates of the thermal conductivity and shear viscosity
112 in these cases.
113
114 \section{Methodology}
115 We retain the basic idea of Muller-Plathe's RNEMD method; the periodic
116 system is partitioned into a series of thin slabs along a particular
117 axis ($z$). One of the slabs at the end of the periodic box is
118 designated the ``hot'' slab, while the slab in the center of the box
119 is designated the ``cold'' slab. The artificial momentum flux will be
120 established by transferring momentum from the cold slab and into the
121 hot slab.
122
123 Rather than using momentum swaps, we use a series of velocity scaling
124 moves. For molecules $\{i\}$ located within the cold slab,
125 \begin{equation}
126 \vec{v}_i \leftarrow \left( \begin{array}{ccc}
127 x & 0 & 0 \\
128 0 & y & 0 \\
129 0 & 0 & z \\
130 \end{array} \right) \cdot \vec{v}_i
131 \end{equation}
132 where ${x, y, z}$ are a set of 3 scaling variables for each of the
133 three directions in the system. Likewise, the molecules $\{j\}$
134 located in the hot slab will see a concomitant scaling of velocities,
135 \begin{equation}
136 \vec{v}_j \leftarrow \left( \begin{array}{ccc}
137 x^\prime & 0 & 0 \\
138 0 & y^\prime & 0 \\
139 0 & 0 & z^\prime \\
140 \end{array} \right) \cdot \vec{v}_j
141 \end{equation}
142
143 Conservation of linear momentum in each of the three directions
144 ($\alpha = x,y,z$) ties the values of the hot and cold bin scaling
145 parameters together:
146 \begin{equation}
147 P_h^\alpha + P_c^\alpha = \alpha^\prime P_h^\alpha + \alpha P_c^\alpha
148 \end{equation}
149 where
150 \begin{eqnarray}
151 P_c^\alpha & = & \sum_{i = 1}^{N_c} m_i \left[\vec{v}_i\right]_\alpha \\
152 P_h^\alpha & = & \sum_{j = 1}^{N_h} m_j \left[\vec{v}_j\right]_\alpha
153 \label{eq:momentumdef}
154 \end{eqnarray}
155 Therefore, for each of the three directions, the hot scaling
156 parameters are a simple function of the cold scaling parameters and
157 the instantaneous linear momentum in each of the two slabs.
158 \begin{equation}
159 \alpha^\prime = 1 + (1 - \alpha) p_\alpha
160 \label{eq:hotcoldscaling}
161 \end{equation}
162 where
163 \begin{equation}
164 p_\alpha = \frac{P_c^\alpha}{P_h^\alpha}
165 \end{equation}
166 for convenience.
167
168 Conservation of total energy also places constraints on the scaling:
169 \begin{equation}
170 \sum_{\alpha = x,y,z} K_h^\alpha + K_c^\alpha = \sum_{\alpha = x,y,z}
171 \left(\alpha^\prime\right)^2 K_h^\alpha + \alpha^2 K_c^\alpha
172 \end{equation}
173 where the kinetic energies, $K_h^\alpha$ and $K_c^\alpha$, are computed
174 for each of the three directions in a similar manner to the linear momenta
175 (Eq. \ref{eq:momentumdef}). Substituting in the expressions for the
176 hot scaling parameters ($\alpha^\prime$) from Eq. (\ref{eq:hotcoldscaling}),
177 we obtain the {\it constraint ellipsoid equation}:
178 \begin{equation}
179 \sum_{\alpha = x,y,z} a_\alpha \alpha^2 + b_\alpha \alpha + c_\alpha = 0
180 \label{eq:constraintEllipsoid}
181 \end{equation}
182 where the constants are obtained from the instantaneous values of the
183 linear momenta and kinetic energies for the hot and cold slabs,
184 \begin{eqnarray}
185 a_\alpha & = &\left(K_c^\alpha + K_h^\alpha
186 \left(p_\alpha\right)^2\right) \\
187 b_\alpha & = & -2 K_h^\alpha p_\alpha \left( 1 + p_\alpha\right) \\
188 c_\alpha & = & K_h^\alpha p_\alpha^2 + 2 K_h^\alpha p_\alpha - K_c^\alpha
189 \label{eq:constraintEllipsoidConsts}
190 \end{eqnarray}
191 This ellipsoid equation defines the set of cold slab scaling
192 parameters which can be applied while preserving both linear momentum
193 in all three directions as well as kinetic energy.
194
195 The goal of using velocity scaling variables is to transfer linear
196 momentum or kinetic energy from the cold slab to the hot slab. If the
197 hot and cold slabs are separated along the z-axis, the energy flux is
198 given simply by the decrease in kinetic energy of the cold bin:
199 \begin{equation}
200 (1-x^2) K_c^x + (1-y^2) K_c^y + (1-z^2) K_c^z = J_z\Delta t
201 \end{equation}
202 The expression for the energy flux can be re-written as another
203 ellipsoid centered on $(x,y,z) = 0$:
204 \begin{equation}
205 x^2 K_c^x + y^2 K_c^y + z^2 K_c^z = K_c^x + K_c^y + K_c^z - J_z\Delta t
206 \label{eq:fluxEllipsoid}
207 \end{equation}
208 The spatial extent of the {\it flux ellipsoid equation} is governed
209 both by a targetted value, $J_z$ as well as the instantaneous values of the
210 kinetic energy components in the cold bin.
211
212 To satisfy an energetic flux as well as the conservation constraints,
213 it is sufficient to determine the points ${x,y,z}$ which lie on both
214 the constraint ellipsoid (Eq. \ref{eq:constraintEllipsoid}) and the
215 flux ellipsoid (Eq. \ref{eq:fluxEllipsoid}), i.e. the intersection of
216 the two ellipsoids in 3-dimensional space.
217
218 One may also define momentum flux (say along the x-direction) as:
219 \begin{equation}
220 (1-x) P_c^x = j_z(p_x)\Delta t
221 \label{eq:fluxPlane}
222 \end{equation}
223 The above {\it flux equation} is essentially a plane which is
224 perpendicular to the x-axis, with its position governed both by a
225 targetted value, $j_z(p_x)$ as well as the instantaneous value of the
226 momentum along the x-direction.
227
228 Similarly, to satisfy a momentum flux as well as the conservation
229 constraints, it is sufficient to determine the points ${x,y,z}$ which
230 lie on both the constraint ellipsoid (Eq. \ref{eq:constraintEllipsoid})
231 and the flux plane (Eq. \ref{eq:fluxPlane}), i.e. the intersection of
232 an ellipsoid and a plane in 3-dimensional space.
233
234 To summarize, by solving respective equation sets, one can determine
235 possible sets of scaling variables for cold slab. And corresponding
236 sets of scaling variables for hot slab can be determine as well.
237
238 The following problem will be choosing an optimal set of scaling
239 variables among the possible sets. Although this method is inherently
240 non-isotropic, the goal is still to maintain the system as isotropic
241 as possible. Under this consideration, one would like the kinetic
242 energies in different directions could become as close as each other
243 after each scaling. Simultaneously, one would also like each scaling
244 as gentle as possible, i.e. ${x,y,z \rightarrow 1}$, in order to avoid
245 large perturbation to the system. Therefore, one approach to obtain the
246 scaling variables would be constructing an criteria function, with
247 constraints as above equation sets, and solving the function's minimum
248 by method like Lagrange multipliers.
249
250 In order to save computation time, we have a different approach to a
251 relatively good set of scaling variables with much less calculation
252 than above. Here is the detail of our simplification of the problem.
253
254 In the case of kinetic energy transfer, we impose another constraint
255 ${x = y}$, into the equation sets. Consequently, there are two
256 variables left. And now one only needs to solve a set of two {\it
257 ellipses equations}. This problem would be transformed into solving
258 one quartic equation for one of the two variables. There are known
259 generic methods that solve real roots of quartic equations. Then one
260 can determine the other variable and obtain sets of scaling
261 variables. Among these sets, one can apply the above criteria to
262 choose the best set, while much faster with only a few sets to choose.
263
264 In the case of momentum flux transfer, we impose another constraint to
265 set the kinetic energy transfer as zero. In another word, we apply
266 Eq. \ref{eq:fluxEllipsoid} and let ${J_z = 0}$. After that, with one
267 variable fixed by Eq. \ref{eq:fluxPlane}, one now have a similar set
268 of equations on the above kinetic energy transfer problem. Therefore,
269 an approach similar to the above would be sufficient for this as well.
270
271 \section{Computational Details}
272 Our simulation consists of a series of systems. All of these
273 simulations were run with the OpenMD simulation software
274 package\cite{Meineke:2005gd} integrated with RNEMD methods.
275
276 A Lennard-Jones fluid system was built and tested first. In order to
277 compare our method with swapping RNEMD, a series of simulations were
278 performed to calculate the shear viscosity and thermal conductivity of
279 argon. 2592 atoms were in a orthorhombic cell, which was ${10.06\sigma
280 \times 10.06\sigma \times 30.18\sigma}$ by size. The reduced density
281 ${\rho^* = \rho\sigma^3}$ was thus 0.85, which enabled direct
282 comparison between our results and others. These simulations used
283 velocity Verlet algorithm with reduced timestep ${\tau^* =
284 4.6\times10^{-4}}$.
285
286 For shear viscosity calculation, the reduced temperature was ${T^* =
287 k_B T/\varepsilon = 0.72}$. Simulations were first equilibrated in canonical
288 ensemble (NVT), then equilibrated in microcanonical ensemble
289 (NVE). Establishing and stablizing momentum gradient were followed
290 also in NVE ensemble. For the swapping part, Muller-Plathe's algorithm was
291 adopted.\cite{ISI:000080382700030} The simulation box was under
292 periodic boundary condition, and devided into ${N = 20}$ slabs. In each swap,
293 the top slab ${(n = 1)}$ exchange the most negative $x$ momentum with the
294 most positive $x$ momentum in the center slab ${(n = N/2 + 1)}$. Referred
295 to Tenney {\it et al.}\cite{ISI:000273472300004}, a series of swapping
296 frequency were chosen. According to each result from swapping
297 RNEMD, scaling RNEMD simulations were run with the target momentum
298 flux set to produce a similar momentum flux and shear
299 rate. Furthermore, various scaling frequencies can be tested for one
300 single swapping rate. To compare the performance between swapping and
301 scaling method, temperatures of different dimensions in all the slabs
302 were observed. Most of the simulations include $10^5$ steps of
303 equilibration without imposing momentum flux, $10^5$ steps of
304 stablization with imposing momentum transfer, and $10^6$ steps of data
305 collection under RNEMD. For relatively high momentum flux simulations,
306 ${5\times10^5}$ step data collection is sufficient. For some low momentum
307 flux simulations, ${2\times10^6}$ steps were necessary.
308
309 After each simulation, the shear viscosity was calculated in reduced
310 unit. The momentum flux was calculated with total unphysical
311 transferred momentum ${P_x}$ and data collection time $t$:
312 \begin{equation}
313 j_z(p_x) = \frac{P_x}{2 t L_x L_y}
314 \end{equation}
315 And the velocity gradient ${\langle \partial v_x /\partial z \rangle}$
316 can be obtained by a linear regression of the velocity profile. From
317 the shear viscosity $\eta$ calculated with the above parameters, one
318 can further convert it into reduced unit ${\eta^* = \eta \sigma^2
319 (\varepsilon m)^{-1/2}}$.
320
321 For thermal conductivity calculation, simulations were first run under
322 reduced temperature ${T^* = 0.72}$ in NVE ensemble. Muller-Plathe's
323 algorithm was adopted in the swapping method. Under identical
324 simulation box parameters, in each swap, the top slab exchange the
325 molecule with least kinetic energy with the molecule in the center
326 slab with most kinetic energy, unless this ``coldest'' molecule in the
327 ``hot'' slab is still ``hotter'' than the ``hottest'' molecule in the ``cold''
328 slab. According to swapping RNEMD results, target energy flux for
329 scaling RNEMD simulations can be set. Also, various scaling
330 frequencies can be tested for one target energy flux. To compare the
331 performance between swapping and scaling method, distributions of
332 velocity and speed in different slabs were observed.
333
334 For each swapping rate, thermal conductivity was calculated in reduced
335 unit. The energy flux was calculated similarly to the momentum flux,
336 with total unphysical transferred energy ${E_{total}}$ and data collection
337 time $t$:
338 \begin{equation}
339 J_z = \frac{E_{total}}{2 t L_x L_y}
340 \end{equation}
341 And the temperature gradient ${\langle\partial T/\partial z\rangle}$
342 can be obtained by a linear regression of the temperature
343 profile. From the thermal conductivity $\lambda$ calculated, one can
344 further convert it into reduced unit ${\lambda^*=\lambda \sigma^2
345 m^{1/2} k_B^{-1}\varepsilon^{-1/2}}$.
346
347 Another series of our simulation is to calculate the interfacial
348 thermal conductivity of a Au/H${_2}$O system. Respective calculations of
349 water (SPC/E) and gold (QSC) thermal conductivity were performed and
350 compared with current results to ensure the validity of
351 NIVS-RNEMD. After that, the mixture system was simulated.
352
353 \section{Results And Discussion}
354 \subsection{Shear Viscosity}
355 Our calculations (Table \ref{shearRate}) shows that scale RNEMD method
356 produced comparable shear viscosity to swap RNEMD method. In Table
357 \ref{shearRate}, the names of the calculated samples are devided into
358 two parts. The first number refers to total slabs in one simulation
359 box. The second number refers to the swapping interval in swap method, or
360 in scale method the equilvalent swapping interval that the same
361 momentum flux would theoretically result in swap method. All the scale
362 method results were from simulations that had a scaling interval of 10
363 time steps. The average molecular momentum gradients of these samples
364 are shown in Figure \ref{shearGrad}.
365
366 \begin{table*}
367 \begin{minipage}{\linewidth}
368 \begin{center}
369
370 \caption{Calculation results for shear viscosity of Lennard-Jones
371 fluid at ${T^* = 0.72}$ and ${\rho^* = 0.85}$, with swap and scale
372 methods at various momentum exchange rates. Results in reduced
373 unit. Errors of calculations in parentheses. }
374
375 \begin{tabular}{ccc}
376 \hline
377 Series & $\eta^*_{swap}$ & $\eta^*_{scale}$\\
378 \hline
379 20-500 & 3.64(0.05) & 3.76(0.09)\\
380 20-1000 & 3.52(0.16) & 3.66(0.06)\\
381 20-2000 & 3.72(0.05) & 3.32(0.18)\\
382 20-2500 & 3.42(0.06) & 3.43(0.08)\\
383 \hline
384 \end{tabular}
385 \label{shearRate}
386 \end{center}
387 \end{minipage}
388 \end{table*}
389
390 \begin{figure}
391 \includegraphics[width=\linewidth]{shearGrad}
392 \caption{Average momentum gradients of shear viscosity simulations}
393 \label{shearGrad}
394 \end{figure}
395
396 \begin{figure}
397 \includegraphics[width=\linewidth]{shearTempScale}
398 \caption{Temperature profile for scaling RNEMD simulation.}
399 \label{shearTempScale}
400 \end{figure}
401 However, observations of temperatures along three dimensions show that
402 inhomogeneity occurs in scaling RNEMD simulations, particularly in the
403 two slabs which were scaled. Figure \ref{shearTempScale} indicate that with
404 relatively large imposed momentum flux, the temperature difference among $x$
405 and the other two dimensions was significant. This would result from the
406 algorithm of scaling method. From Eq. \ref{eq:fluxPlane}, after
407 momentum gradient is set up, $P_c^x$ would be roughly stable
408 ($<0$). Consequently, scaling factor $x$ would most probably larger
409 than 1. Therefore, the kinetic energy in $x$-dimension $K_c^x$ would
410 keep increase after most scaling steps. And if there is not enough time
411 for the kinetic energy to exchange among different dimensions and
412 different slabs, the system would finally build up temperature
413 (kinetic energy) difference among the three dimensions. Also, between
414 $y$ and $z$ dimensions in the scaled slabs, temperatures of $z$-axis
415 are closer to neighbor slabs. This is due to momentum transfer along
416 $z$ dimension between slabs.
417
418 Although results between scaling and swapping methods are comparable,
419 the inherent temperature inhomogeneity even in relatively low imposed
420 exchange momentum flux simulations makes scaling RNEMD method less
421 attractive than swapping RNEMD in shear viscosity calculation.
422
423 \subsection{Thermal Conductivity}
424
425 Our thermal conductivity calculations also show that scaling method results
426 agree with swapping method. Table \ref{thermal} lists our simulation
427 results with similar manner we used in shear viscosity
428 calculation. All the data reported from scaling method were obtained
429 by simulations of 10-step exchange frequency, and the target exchange
430 kinetic energy were set to produce equivalent kinetic energy flux as
431 in swapping method. Figure \ref{thermalGrad} exhibits similar thermal
432 gradients of respective similar kinetic energy flux.
433
434 \begin{table*}
435 \begin{minipage}{\linewidth}
436 \begin{center}
437
438 \caption{Calculation results for thermal conductivity of Lennard-Jones
439 fluid at ${\langle T^* \rangle = 0.72}$ and ${\rho^* = 0.85}$, with
440 swap and scale methods at various kinetic energy exchange rates. Results
441 in reduced unit. Errors of calculations in parentheses.}
442
443 \begin{tabular}{ccc}
444 \hline
445 Series & $\lambda^*_{swap}$ & $\lambda^*_{scale}$\\
446 \hline
447 20-250 & 7.03(0.34) & 7.30(0.10)\\
448 20-500 & 7.03(0.14) & 6.95(0.09)\\
449 20-1000 & 6.91(0.42) & 7.19(0.07)\\
450 20-2000 & 7.52(0.15) & 7.19(0.28)\\
451 \hline
452 \end{tabular}
453 \label{thermal}
454 \end{center}
455 \end{minipage}
456 \end{table*}
457
458 \begin{figure}
459 \includegraphics[width=\linewidth]{thermalGrad}
460 \caption{Temperature gradients of thermal conductivity simulations}
461 \label{thermalGrad}
462 \end{figure}
463
464 During these simulations, molecule velocities were recorded in 1000 of
465 all the snapshots. These velocity data were used to produce histograms
466 of velocity and speed distribution in different slabs. From these
467 histograms, it is observed that with increasing unphysical kinetic
468 energy flux, speed and velocity distribution of molecules in slabs
469 where swapping occured could deviate from Maxwell-Boltzmann
470 distribution. Figure \ref{histSwap} indicates how these distributions
471 deviate from ideal condition. In high temperature slabs, probability
472 density in low speed is confidently smaller than ideal distribution;
473 in low temperature slabs, probability density in high speed is smaller
474 than ideal. This phenomenon is observable even in our relatively low
475 swpping rate simulations. And this deviation could also leads to
476 deviation of distribution of velocity in various dimensions. One
477 feature of these deviated distribution is that in high temperature
478 slab, the ideal Gaussian peak was changed into a relatively flat
479 plateau; while in low temperature slab, that peak appears sharper.
480
481 \begin{figure}
482 \includegraphics[width=\linewidth]{histSwap}
483 \caption{Speed distribution for thermal conductivity using swapping RNEMD.}
484 \label{histSwap}
485 \end{figure}
486
487 \subsection{Interfaciel Thermal Conductivity}
488
489 \section{Acknowledgments}
490 Support for this project was provided by the National Science
491 Foundation under grant CHE-0848243. Computational time was provided by
492 the Center for Research Computing (CRC) at the University of Notre
493 Dame. \newpage
494
495 \bibliographystyle{jcp2}
496 \bibliography{nivsRnemd}
497 \end{doublespace}
498 \end{document}
499