ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/electrostaticMethodsPaper/electrostaticMethods.tex
Revision: 2629
Committed: Thu Mar 16 03:48:32 2006 UTC (18 years, 5 months ago) by chrisfen
Content type: application/x-tex
File size: 49467 byte(s)
Log Message:
group and rf sections added, adjusted the preview script

File Contents

# User Rev Content
1 chrisfen 2575 %\documentclass[prb,aps,twocolumn,tabularx]{revtex4}
2 gezelter 2617 %\documentclass[aps,prb,preprint]{revtex4}
3     \documentclass[11pt]{article}
4 chrisfen 2575 \usepackage{endfloat}
5     \usepackage{amsmath}
6 chrisfen 2594 \usepackage{amssymb}
7 chrisfen 2575 \usepackage{epsf}
8     \usepackage{times}
9 gezelter 2617 \usepackage{mathptmx}
10 chrisfen 2575 \usepackage{setspace}
11     \usepackage{tabularx}
12     \usepackage{graphicx}
13 chrisfen 2595 \usepackage{booktabs}
14 chrisfen 2605 \usepackage{bibentry}
15     \usepackage{mathrsfs}
16 chrisfen 2575 \usepackage[ref]{overcite}
17     \pagestyle{plain}
18     \pagenumbering{arabic}
19     \oddsidemargin 0.0cm \evensidemargin 0.0cm
20     \topmargin -21pt \headsep 10pt
21     \textheight 9.0in \textwidth 6.5in
22     \brokenpenalty=10000
23     \renewcommand{\baselinestretch}{1.2}
24     \renewcommand\citemid{\ } % no comma in optional reference note
25    
26     \begin{document}
27    
28 gezelter 2617 \title{Is the Ewald Summation necessary? Pairwise alternatives to the accepted standard for long-range electrostatics}
29 chrisfen 2575
30 gezelter 2617 \author{Christopher J. Fennell and J. Daniel Gezelter\footnote{Corresponding author. \ Electronic mail:
31     gezelter@nd.edu} \\
32 chrisfen 2575 Department of Chemistry and Biochemistry\\
33     University of Notre Dame\\
34     Notre Dame, Indiana 46556}
35    
36     \date{\today}
37    
38     \maketitle
39 gezelter 2617 \doublespacing
40    
41 chrisfen 2605 \nobibliography{}
42 chrisfen 2575 \begin{abstract}
43 gezelter 2617 A new method for accumulating electrostatic interactions was derived
44     from the previous efforts described in \bibentry{Wolf99} and
45     \bibentry{Zahn02} as a possible replacement for lattice sum methods in
46     molecular simulations. Comparisons were performed with this and other
47     pairwise electrostatic summation techniques against the smooth
48     particle mesh Ewald (SPME) summation to see how well they reproduce
49     the energetics and dynamics of a variety of simulation types. The
50     newly derived Shifted-Force technique shows a remarkable ability to
51     reproduce the behavior exhibited in simulations using SPME with an
52     $\mathscr{O}(N)$ computational cost, equivalent to merely the
53     real-space portion of the lattice summation.
54 chrisfen 2619
55 chrisfen 2575 \end{abstract}
56    
57 gezelter 2617 \newpage
58    
59 chrisfen 2575 %\narrowtext
60    
61 chrisfen 2620 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
62 chrisfen 2575 % BODY OF TEXT
63 chrisfen 2620 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
64 chrisfen 2575
65     \section{Introduction}
66    
67 gezelter 2617 In molecular simulations, proper accumulation of the electrostatic
68     interactions is considered one of the most essential and
69 chrisfen 2620 computationally demanding tasks. The common molecular mechanics force
70     fields are founded on representation of the atomic sites centered on
71     full or partial charges shielded by Lennard-Jones type interactions.
72     This means that nearly every pair interaction involves an
73     charge-charge calculation. Coupled with $r^{-1}$ decay, the monopole
74     interactions quickly become a burden for molecular systems of all
75     sizes. For example, in small systems, the electrostatic pair
76     interaction may not have decayed appreciably within the box length
77     leading to an effect excluded from the pair interactions within a unit
78     box. In large systems, excessively large cutoffs need to be used to
79     accurately incorporate their effect, and since the computational cost
80     increases proportionally with the cutoff sphere, it quickly becomes an
81     impractical task to perform these calculations.
82 chrisfen 2604
83 chrisfen 2608 \subsection{The Ewald Sum}
84 chrisfen 2604 blah blah blah Ewald Sum Important blah blah blah
85    
86 chrisfen 2610 \begin{figure}
87     \centering
88 gezelter 2617 \includegraphics[width = \linewidth]{./ewaldProgression.pdf}
89     \caption{How the application of the Ewald summation has changed with
90     the increase in computer power. Initially, only small numbers of
91     particles could be studied, and the Ewald sum acted to replicate the
92     unit cell charge distribution out to convergence. Now, much larger
93     systems of charges are investigated with fixed distance cutoffs. The
94     calculated structure factor is used to sum out to great distance, and
95     a surrounding dielectric term is included.}
96 chrisfen 2610 \label{fig:ewaldTime}
97     \end{figure}
98    
99 chrisfen 2608 \subsection{The Wolf and Zahn Methods}
100 gezelter 2617 In a recent paper by Wolf \textit{et al.}, a procedure was outlined
101 gezelter 2624 for the accurate accumulation of electrostatic interactions in an
102 gezelter 2617 efficient pairwise fashion.\cite{Wolf99} Wolf \textit{et al.} observed
103     that the electrostatic interaction is effectively short-ranged in
104     condensed phase systems and that neutralization of the charge
105     contained within the cutoff radius is crucial for potential
106     stability. They devised a pairwise summation method that ensures
107     charge neutrality and gives results similar to those obtained with
108     the Ewald summation. The resulting shifted Coulomb potential
109     (Eq. \ref{eq:WolfPot}) includes image-charges subtracted out through
110     placement on the cutoff sphere and a distance-dependent damping
111     function (identical to that seen in the real-space portion of the
112     Ewald sum) to aid convergence
113 chrisfen 2601 \begin{equation}
114 gezelter 2624 V_{\textrm{Wolf}}(r_{ij})= \frac{q_iq_j \textrm{erfc}(\alpha r_{ij})}{r_{ij}}-\lim_{r_{ij}\rightarrow R_\textrm{c}}\left\{\frac{q_iq_j \textrm{erfc}(\alpha r_{ij})}{r_{ij}}\right\}.
115 chrisfen 2601 \label{eq:WolfPot}
116     \end{equation}
117 gezelter 2617 Eq. (\ref{eq:WolfPot}) is essentially the common form of a shifted
118     potential. However, neutralizing the charge contained within each
119     cutoff sphere requires the placement of a self-image charge on the
120     surface of the cutoff sphere. This additional self-term in the total
121 gezelter 2624 potential enabled Wolf {\it et al.} to obtain excellent estimates of
122 gezelter 2617 Madelung energies for many crystals.
123    
124     In order to use their charge-neutralized potential in molecular
125     dynamics simulations, Wolf \textit{et al.} suggested taking the
126     derivative of this potential prior to evaluation of the limit. This
127     procedure gives an expression for the forces,
128 chrisfen 2601 \begin{equation}
129 gezelter 2624 F_{\textrm{Wolf}}(r_{ij}) = q_i q_j\left\{-\left[\frac{\textrm{erfc}(\alpha r_{ij})}{r^2_{ij}}+\frac{2\alpha}{\pi^{1/2}}\frac{\exp{(-\alpha^2r_{ij}^2)}}{r_{ij}}\right]+\left[\frac{\textrm{erfc}\left(\alpha R_{\textrm{c}}\right)}{R_{\textrm{c}}^2}+\frac{2\alpha}{\pi^{1/2}}\frac{\exp{\left(-\alpha^2R_{\textrm{c}}^2\right)}}{R_{\textrm{c}}}\right]\right\},
130 chrisfen 2601 \label{eq:WolfForces}
131     \end{equation}
132 gezelter 2617 that incorporates both image charges and damping of the electrostatic
133     interaction.
134    
135     More recently, Zahn \textit{et al.} investigated these potential and
136     force expressions for use in simulations involving water.\cite{Zahn02}
137 gezelter 2624 In their work, they pointed out that the forces and derivative of
138     the potential are not commensurate. Attempts to use both
139     Eqs. (\ref{eq:WolfPot}) and (\ref{eq:WolfForces}) together will lead
140     to poor energy conservation. They correctly observed that taking the
141     limit shown in equation (\ref{eq:WolfPot}) {\it after} calculating the
142     derivatives gives forces for a different potential energy function
143     than the one shown in Eq. (\ref{eq:WolfPot}).
144 gezelter 2617
145     Zahn \textit{et al.} proposed a modified form of this ``Wolf summation
146     method'' as a way to use this technique in Molecular Dynamics
147     simulations. Taking the integral of the forces shown in equation
148     \ref{eq:WolfForces}, they proposed a new damped Coulomb
149     potential,
150 chrisfen 2601 \begin{equation}
151 gezelter 2624 V_{\textrm{Zahn}}(r_{ij}) = q_iq_j\left\{\frac{\mathrm{erfc}\left(\alpha r_{ij}\right)}{r_{ij}}-\left[\frac{\mathrm{erfc}\left(\alpha R_\mathrm{c}\right)}{R_\mathrm{c}^2}+\frac{2\alpha}{\pi^{1/2}}\frac{\exp\left(-\alpha^2R_\mathrm{c}^2\right)}{R_\mathrm{c}}\right]\left(r_{ij}-R_\mathrm{c}\right)\right\}.
152 chrisfen 2601 \label{eq:ZahnPot}
153     \end{equation}
154 gezelter 2617 They showed that this potential does fairly well at capturing the
155     structural and dynamic properties of water compared the same
156     properties obtained using the Ewald sum.
157 chrisfen 2601
158 chrisfen 2608 \subsection{Simple Forms for Pairwise Electrostatics}
159    
160 gezelter 2617 The potentials proposed by Wolf \textit{et al.} and Zahn \textit{et
161     al.} are constructed using two different (and separable) computational
162 gezelter 2624 tricks: \begin{enumerate}
163 gezelter 2617 \item shifting through the use of image charges, and
164     \item damping the electrostatic interaction.
165 gezelter 2624 \end{enumerate} Wolf \textit{et al.} treated the
166 gezelter 2617 development of their summation method as a progressive application of
167     these techniques,\cite{Wolf99} while Zahn \textit{et al.} founded
168     their damped Coulomb modification (Eq. (\ref{eq:ZahnPot})) on the
169     post-limit forces (Eq. (\ref{eq:WolfForces})) which were derived using
170     both techniques. It is possible, however, to separate these
171     tricks and study their effects independently.
172    
173     Starting with the original observation that the effective range of the
174     electrostatic interaction in condensed phases is considerably less
175     than $r^{-1}$, either the cutoff sphere neutralization or the
176     distance-dependent damping technique could be used as a foundation for
177     a new pairwise summation method. Wolf \textit{et al.} made the
178     observation that charge neutralization within the cutoff sphere plays
179     a significant role in energy convergence; therefore we will begin our
180     analysis with the various shifted forms that maintain this charge
181     neutralization. We can evaluate the methods of Wolf
182     \textit{et al.} and Zahn \textit{et al.} by considering the standard
183     shifted potential,
184 chrisfen 2601 \begin{equation}
185 gezelter 2624 v_\textrm{SP}(r) = \begin{cases}
186 gezelter 2617 v(r)-v_\textrm{c} &\quad r\leqslant R_\textrm{c} \\ 0 &\quad r >
187     R_\textrm{c}
188     \end{cases},
189     \label{eq:shiftingPotForm}
190     \end{equation}
191     and shifted force,
192     \begin{equation}
193 gezelter 2624 v_\textrm{SF}(r) = \begin{cases}
194     v(r)-v_\textrm{c}-\left(\frac{d v(r)}{d r}\right)_{r=R_\textrm{c}}(r-R_\textrm{c})
195 gezelter 2617 &\quad r\leqslant R_\textrm{c} \\ 0 &\quad r > R_\textrm{c}
196 chrisfen 2601 \end{cases},
197 chrisfen 2612 \label{eq:shiftingForm}
198 chrisfen 2601 \end{equation}
199 gezelter 2617 functions where $v(r)$ is the unshifted form of the potential, and
200     $v_c$ is $v(R_\textrm{c})$. The Shifted Force ({\sc sf}) form ensures
201     that both the potential and the forces goes to zero at the cutoff
202     radius, while the Shifted Potential ({\sc sp}) form only ensures the
203     potential is smooth at the cutoff radius
204     ($R_\textrm{c}$).\cite{Allen87}
205    
206 gezelter 2624 The forces associated with the shifted potential are simply the forces
207     of the unshifted potential itself (when inside the cutoff sphere),
208 chrisfen 2601 \begin{equation}
209 gezelter 2624 F_{\textrm{SP}} = \left( \frac{d v(r)}{dr} \right),
210 chrisfen 2612 \end{equation}
211 gezelter 2624 and are zero outside. Inside the cutoff sphere, the forces associated
212     with the shifted force form can be written,
213 chrisfen 2612 \begin{equation}
214 gezelter 2624 F_{\textrm{SF}} = \left( \frac{d v(r)}{dr} \right) - \left(\frac{d
215     v(r)}{dr} \right)_{r=R_\textrm{c}}.
216     \end{equation}
217    
218     If the potential ($v(r)$) is taken to be the normal Coulomb potential,
219     \begin{equation}
220     v(r) = \frac{q_i q_j}{r},
221     \label{eq:Coulomb}
222     \end{equation}
223     then the Shifted Potential ({\sc sp}) forms will give Wolf {\it et
224     al.}'s undamped prescription:
225     \begin{equation}
226     V_\textrm{SP}(r) =
227     q_iq_j\left(\frac{1}{r}-\frac{1}{R_\textrm{c}}\right) \quad
228     r\leqslant R_\textrm{c},
229     \label{eq:WolfSP}
230     \end{equation}
231     with associated forces,
232     \begin{equation}
233     F_\textrm{SP}(r) = q_iq_j\left(-\frac{1}{r^2}\right) \quad r\leqslant R_\textrm{c}.
234 chrisfen 2612 \label{eq:FWolfSP}
235     \end{equation}
236 gezelter 2624 These forces are identical to the forces of the standard Coulomb
237     interaction, and cutting these off at $R_c$ was addressed by Wolf
238     \textit{et al.} as undesirable. They pointed out that the effect of
239     the image charges is neglected in the forces when this form is
240     used,\cite{Wolf99} thereby eliminating any benefit from the method in
241     molecular dynamics. Additionally, there is a discontinuity in the
242     forces at the cutoff radius which results in energy drift during MD
243     simulations.
244 chrisfen 2612
245 gezelter 2624 The shifted force ({\sc sf}) form using the normal Coulomb potential
246     will give,
247 chrisfen 2612 \begin{equation}
248 gezelter 2624 V_\textrm{SF}(r) = q_iq_j\left[\frac{1}{r}-\frac{1}{R_\textrm{c}}+\left(\frac{1}{R_\textrm{c}^2}\right)(r-R_\textrm{c})\right] \quad r\leqslant R_\textrm{c}.
249 chrisfen 2612 \label{eq:SFPot}
250     \end{equation}
251 gezelter 2624 with associated forces,
252 chrisfen 2612 \begin{equation}
253 gezelter 2624 F_\textrm{SF}(r = q_iq_j\left(-\frac{1}{r^2}+\frac{1}{R_\textrm{c}^2}\right) \quad r\leqslant R_\textrm{c}.
254 chrisfen 2612 \label{eq:SFForces}
255     \end{equation}
256 gezelter 2624 This formulation has the benefits that there are no discontinuities at
257     the cutoff distance, while the neutralizing image charges are present
258     in both the energy and force expressions. It would be simple to add
259     the self-neutralizing term back when computing the total energy of the
260     system, thereby maintaining the agreement with the Madelung energies.
261     A side effect of this treatment is the alteration in the shape of the
262     potential that comes from the derivative term. Thus, a degree of
263     clarity about agreement with the empirical potential is lost in order
264     to gain functionality in dynamics simulations.
265 chrisfen 2612
266 chrisfen 2620 Wolf \textit{et al.} originally discussed the energetics of the
267     shifted Coulomb potential (Eq. \ref{eq:WolfSP}), and they found that
268 gezelter 2624 it was still insufficient for accurate determination of the energy
269     with reasonable cutoff distances. The calculated Madelung energies
270     fluctuate around the expected value with increasing cutoff radius, but
271     the oscillations converge toward the correct value.\cite{Wolf99} A
272     damping function was incorporated to accelerate the convergence; and
273     though alternative functional forms could be
274     used,\cite{Jones56,Heyes81} the complimentary error function was
275     chosen to mirror the effective screening used in the Ewald summation.
276     Incorporating this error function damping into the simple Coulomb
277     potential,
278 chrisfen 2612 \begin{equation}
279 gezelter 2624 v(r) = \frac{\mathrm{erfc}\left(\alpha r\right)}{r},
280 chrisfen 2601 \label{eq:dampCoulomb}
281     \end{equation}
282 chrisfen 2629 the shifted potential (Eq. (\ref{eq:WolfSP})) can be recovered
283     using eq. (\ref{eq:shiftingForm}),
284 chrisfen 2601 \begin{equation}
285 chrisfen 2629 v_{\textrm{DSP}}(r) = q_iq_j\left(\frac{\textrm{erfc}(\alpha r)}{r}-\frac{\textrm{erfc}(\alpha R_\textrm{c})}{R_\textrm{c}}\right) \quad r\leqslant R_\textrm{c},
286 chrisfen 2612 \label{eq:DSPPot}
287 chrisfen 2629 \end{equation}
288 gezelter 2624 with associated forces,
289 chrisfen 2612 \begin{equation}
290 gezelter 2624 f_{\textrm{DSP}}(r) = q_iq_j\left(-\frac{\textrm{erfc}(\alpha r)}{r^2}-\frac{2\alpha}{\pi^{1/2}}\frac{\exp{(-\alpha^2r^2)}}{r}\right) \quad r\leqslant R_\textrm{c}.
291 chrisfen 2612 \label{eq:DSPForces}
292     \end{equation}
293 gezelter 2624 Again, this damped shifted potential suffers from a discontinuity and
294     a lack of the image charges in the forces. To remedy these concerns,
295 chrisfen 2629 one may derive a {\sc sf} variant by including the derivative
296     term in eq. (\ref{eq:shiftingForm}),
297 chrisfen 2612 \begin{equation}
298 chrisfen 2620 \begin{split}
299 gezelter 2624 v_\mathrm{DSF}(r) = q_iq_j\Biggr{[}&\frac{\mathrm{erfc}\left(\alpha r\right)}{r}-\frac{\mathrm{erfc}\left(\alpha R_\mathrm{c}\right)}{R_\mathrm{c}} \\ &\left.+\left(\frac{\mathrm{erfc}\left(\alpha R_\mathrm{c}\right)}{R_\mathrm{c}^2}+\frac{2\alpha}{\pi^{1/2}}\frac{\exp\left(-\alpha^2R_\mathrm{c}^2\right)}{R_\mathrm{c}}\right)\left(r-R_\mathrm{c}\right)\ \right] \quad r\leqslant R_\textrm{c}.
300 chrisfen 2612 \label{eq:DSFPot}
301 chrisfen 2620 \end{split}
302 chrisfen 2612 \end{equation}
303     The derivative of the above potential gives the following forces,
304     \begin{equation}
305 chrisfen 2620 \begin{split}
306 gezelter 2624 f_\mathrm{DSF}(r) = q_iq_j\Biggr{[}&-\left(\frac{\textrm{erfc}(\alpha r)}{r^2}+\frac{2\alpha}{\pi^{1/2}}\frac{\exp{(-\alpha^2r^2)}}{r}\right) \\ &\left.+\left(\frac{\textrm{erfc}(\alpha R_{\textrm{c}})}{R_{\textrm{c}}^2}+\frac{2\alpha}{\pi^{1/2}}\frac{\exp{\left(-\alpha^2R_{\textrm{c}}^2\right)}}{R_{\textrm{c}}}\right)\right] \quad r\leqslant R_\textrm{c}.
307 chrisfen 2612 \label{eq:DSFForces}
308 chrisfen 2620 \end{split}
309 chrisfen 2612 \end{equation}
310 chrisfen 2601
311 chrisfen 2629 This new {\sc sf} potential is similar to equation
312 chrisfen 2620 \ref{eq:ZahnPot} derived by Zahn \textit{et al.}; however, there are
313     two important differences.\cite{Zahn02} First, the $v_\textrm{c}$ term
314 gezelter 2624 from eq. (\ref{eq:shiftingForm}) is equal to
315     eq. (\ref{eq:dampCoulomb}) with $r$ replaced by $R_\textrm{c}$. This
316     term is {\it not} present in the Zahn potential, resulting in a
317     potential discontinuity as particles cross $R_\textrm{c}$. Second,
318     the sign of the derivative portion is different. The missing
319     $v_\textrm{c}$ term would not affect molecular dynamics simulations
320     (although the computed energy would be expected to have sudden jumps
321     as particle distances crossed $R_c$). The sign problem would be a
322     potential source of errors, however. In fact, it introduces a
323     discontinuity in the forces at the cutoff, because the force function
324     is shifted in the wrong direction and doesn't cross zero at
325     $R_\textrm{c}$.
326 chrisfen 2602
327 gezelter 2624 Eqs. (\ref{eq:DSFPot}) and (\ref{eq:DSFForces}) result in an
328     electrostatic summation method that is continuous in both the
329     potential and forces and which incorporates the damping function
330     proposed by Wolf \textit{et al.}\cite{Wolf99} In the rest of this
331     paper, we will evaluate exactly how good these methods ({\sc sp}, {\sc
332     sf}, damping) are at reproducing the correct electrostatic summation
333     performed by the Ewald sum.
334    
335     \subsection{Other alternatives}
336 chrisfen 2629 In addition to the methods described above, we will consider some
337     other techniques that commonly get used in molecular simulations. The
338     simplest of these is group-based cutoffs. Though of little use for
339     non-neutral molecules, collecting atoms into neutral groups takes
340     advantage of the observation that the electrostatic interactions decay
341     faster than those for monopolar pairs.\cite{Steinbach94} When
342     considering these molecules as groups, an orientational aspect is
343     introduced to the interactions. Consequently, as these molecular
344     particles move through $R_\textrm{c}$, the energy will drift upward
345     due to the anisotropy of the net molecular dipole
346     interactions.\cite{Rahman71} To maintain good energy conservation,
347     both the potential and derivative need to be smoothly switched to zero
348     at $R_\textrm{c}$.\cite{Adams79} This is accomplished using a
349     switching function,
350     \begin{equation}
351     S(r) = \begin{cases} 1 &\quad r\leqslant r_\textrm{sw} \\
352     \frac{(R_\textrm{c}+2r-3r_\textrm{sw})(R_\textrm{c}-r)^2}{(R_\textrm{c}-r_\textrm{sw})^3} &\quad r_\textrm{sw}<r\leqslant R_\textrm{c} \\
353     0 &\quad r>R_\textrm{c}
354     \end{cases},
355     \end{equation}
356     where the above form is for a cubic function. If a smooth second
357     derivative is desired, a fifth (or higher) order polynomial can be
358     used.\cite{Andrea83}
359 gezelter 2624
360 chrisfen 2629 Group-based cutoffs neglect the surroundings beyond $R_\textrm{c}$,
361     and to incorporate their effect, a method like Reaction Field ({\sc
362     rf}) can be used. The orignal theory for {\sc rf} was originally
363     developed by Onsager,\cite{Onsager36} and it was applied in
364     simulations for the study of water by Barker and Watts.\cite{Barker73}
365     In application, it is simply an extension of the group-based cutoff
366     method where the net dipole within the cutoff sphere polarizes an
367     external dielectric, which reacts back on the central dipole. The
368     same switching function considerations for group-based cutoffs need to
369     made for {\sc rf}, with the additional prespecification of a
370     dielectric constant.
371 gezelter 2624
372 chrisfen 2608 \section{Methods}
373    
374 chrisfen 2620 In classical molecular mechanics simulations, there are two primary
375     techniques utilized to obtain information about the system of
376     interest: Monte Carlo (MC) and Molecular Dynamics (MD). Both of these
377     techniques utilize pairwise summations of interactions between
378     particle sites, but they use these summations in different ways.
379 chrisfen 2608
380 chrisfen 2620 In MC, the potential energy difference between two subsequent
381     configurations dictates the progression of MC sampling. Going back to
382 gezelter 2624 the origins of this method, the acceptance criterion for the canonical
383     ensemble laid out by Metropolis \textit{et al.} states that a
384     subsequent configuration is accepted if $\Delta E < 0$ or if $\xi <
385     \exp(-\Delta E/kT)$, where $\xi$ is a random number between 0 and
386     1.\cite{Metropolis53} Maintaining the correct $\Delta E$ when using an
387     alternate method for handling the long-range electrostatics will
388     ensure proper sampling from the ensemble.
389 chrisfen 2608
390 gezelter 2624 In MD, the derivative of the potential governs how the system will
391 chrisfen 2620 progress in time. Consequently, the force and torque vectors on each
392 gezelter 2624 body in the system dictate how the system evolves. If the magnitude
393     and direction of these vectors are similar when using alternate
394     electrostatic summation techniques, the dynamics in the short term
395     will be indistinguishable. Because error in MD calculations is
396     cumulative, one should expect greater deviation at longer times,
397     although methods which have large differences in the force and torque
398     vectors will diverge from each other more rapidly.
399 chrisfen 2608
400 chrisfen 2609 \subsection{Monte Carlo and the Energy Gap}\label{sec:MCMethods}
401 gezelter 2624 The pairwise summation techniques (outlined in section
402     \ref{sec:ESMethods}) were evaluated for use in MC simulations by
403     studying the energy differences between conformations. We took the
404     SPME-computed energy difference between two conformations to be the
405     correct behavior. An ideal performance by an alternative method would
406     reproduce these energy differences exactly. Since none of the methods
407     provide exact energy differences, we used linear least squares
408     regressions of the $\Delta E$ values between configurations using SPME
409     against $\Delta E$ values using tested methods provides a quantitative
410     comparison of this agreement. Unitary results for both the
411     correlation and correlation coefficient for these regressions indicate
412     equivalent energetic results between the method under consideration
413     and electrostatics handled using SPME. Sample correlation plots for
414     two alternate methods are shown in Fig. \ref{fig:linearFit}.
415 chrisfen 2608
416 chrisfen 2609 \begin{figure}
417     \centering
418 chrisfen 2619 \includegraphics[width = \linewidth]{./dualLinear.pdf}
419     \caption{Example least squares regressions of the configuration energy differences for SPC/E water systems. The upper plot shows a data set with a poor correlation coefficient ($R^2$), while the lower plot shows a data set with a good correlation coefficient.}
420 chrisfen 2609 \label{fig:linearFit}
421     \end{figure}
422    
423 gezelter 2624 Each system type (detailed in section \ref{sec:RepSims}) was
424     represented using 500 independent configurations. Additionally, we
425     used seven different system types, so each of the alternate
426     (non-Ewald) electrostatic summation methods was evaluated using
427     873,250 configurational energy differences.
428 chrisfen 2609
429 gezelter 2624 Results and discussion for the individual analysis of each of the
430     system types appear in the supporting information, while the
431     cumulative results over all the investigated systems appears below in
432     section \ref{sec:EnergyResults}.
433    
434 chrisfen 2609 \subsection{Molecular Dynamics and the Force and Torque Vectors}\label{sec:MDMethods}
435 gezelter 2624 We evaluated the pairwise methods (outlined in section
436     \ref{sec:ESMethods}) for use in MD simulations by
437     comparing the force and torque vectors with those obtained using the
438     reference Ewald summation (SPME). Both the magnitude and the
439     direction of these vectors on each of the bodies in the system were
440     analyzed. For the magnitude of these vectors, linear least squares
441     regression analyses were performed as described previously for
442     comparing $\Delta E$ values. Instead of a single energy difference
443     between two system configurations, we compared the magnitudes of the
444     forces (and torques) on each molecule in each configuration. For a
445     system of 1000 water molecules and 40 ions, there are 1040 force
446     vectors and 1000 torque vectors. With 500 configurations, this
447     results in 520,000 force and 500,000 torque vector comparisons.
448     Additionally, data from seven different system types was aggregated
449     before the comparison was made.
450 chrisfen 2609
451 gezelter 2624 The {\it directionality} of the force and torque vectors was
452     investigated through measurement of the angle ($\theta$) formed
453     between those computed from the particular method and those from SPME,
454 chrisfen 2610 \begin{equation}
455 gezelter 2624 \theta_f = \cos^{-1} \hat{f}_\textrm{SPME} \cdot \hat{f}_\textrm{Method},
456 chrisfen 2610 \end{equation}
457 gezelter 2624 where $\hat{f}_\textrm{M}$ is the unit vector pointing along the
458     force vector computed using method $M$.
459    
460 chrisfen 2620 Each of these $\theta$ values was accumulated in a distribution
461 gezelter 2624 function, weighted by the area on the unit sphere. Non-linear
462     Gaussian fits were used to measure the width of the resulting
463     distributions.
464 chrisfen 2609
465     \begin{figure}
466     \centering
467 gezelter 2617 \includegraphics[width = \linewidth]{./gaussFit.pdf}
468 chrisfen 2609 \caption{Sample fit of the angular distribution of the force vectors over all of the studied systems. Gaussian fits were used to obtain values for the variance in force and torque vectors used in the following figure.}
469     \label{fig:gaussian}
470     \end{figure}
471    
472 chrisfen 2620 Figure \ref{fig:gaussian} shows an example distribution with applied
473     non-linear fits. The solid line is a Gaussian profile, while the
474     dotted line is a Voigt profile, a convolution of a Gaussian and a
475     Lorentzian. Since this distribution is a measure of angular error
476 gezelter 2624 between two different electrostatic summation methods, there is no
477     {\it a priori} reason for the profile to adhere to any specific shape.
478     Gaussian fits was used to compare all the tested methods. The
479     variance ($\sigma^2$) was extracted from each of these fits and was
480     used to compare distribution widths. Values of $\sigma^2$ near zero
481     indicate vector directions indistinguishable from those calculated
482     when using the reference method (SPME).
483 chrisfen 2609
484 gezelter 2624 \subsection{Short-time Dynamics}
485    
486 chrisfen 2609 \subsection{Long-Time and Collective Motion}\label{sec:LongTimeMethods}
487 chrisfen 2620 Evaluation of the long-time dynamics of charged systems was performed
488     by considering the NaCl crystal system while using a subset of the
489     best performing pairwise methods. The NaCl crystal was chosen to
490     avoid possible complications involving the propagation techniques of
491     orientational motion in molecular systems. To enhance the atomic
492     motion, these crystals were equilibrated at 1000 K, near the
493     experimental $T_m$ for NaCl. Simulations were performed under the
494     microcanonical ensemble, and velocity autocorrelation functions
495     (Eq. \ref{eq:vCorr}) were computed for each of the trajectories,
496 chrisfen 2609 \begin{equation}
497     C_v(t) = \langle v_i(0)\cdot v_i(t)\rangle.
498     \label{eq:vCorr}
499     \end{equation}
500 chrisfen 2620 Velocity autocorrelation functions require detailed short time data
501     and long trajectories for good statistics, thus velocity information
502     was saved every 5 fs over 100 ps trajectories. The power spectrum
503     ($I(\omega)$) is obtained via Fourier transform of the autocorrelation
504     function
505 chrisfen 2609 \begin{equation}
506     I(\omega) = \frac{1}{2\pi}\int^{\infty}_{-\infty}C_v(t)e^{-i\omega t}dt,
507     \label{eq:powerSpec}
508     \end{equation}
509     where the frequency, $\omega=0,\ 1,\ ...,\ N-1$.
510    
511     \subsection{Representative Simulations}\label{sec:RepSims}
512 chrisfen 2620 A variety of common and representative simulations were analyzed to
513     determine the relative effectiveness of the pairwise summation
514     techniques in reproducing the energetics and dynamics exhibited by
515     SPME. The studied systems were as follows:
516 chrisfen 2599 \begin{enumerate}
517 chrisfen 2586 \item Liquid Water
518     \item Crystalline Water (Ice I$_\textrm{c}$)
519 chrisfen 2595 \item NaCl Crystal
520     \item NaCl Melt
521 chrisfen 2599 \item Low Ionic Strength Solution of NaCl in Water
522     \item High Ionic Strength Solution of NaCl in Water
523 chrisfen 2586 \item 6 \AA\ Radius Sphere of Argon in Water
524 chrisfen 2599 \end{enumerate}
525 chrisfen 2620 By utilizing the pairwise techniques (outlined in section
526     \ref{sec:ESMethods}) in systems composed entirely of neutral groups,
527     charged particles, and mixtures of the two, we can comment on possible
528     system dependence and/or universal applicability of the techniques.
529 chrisfen 2586
530 chrisfen 2620 Generation of the system configurations was dependent on the system
531     type. For the solid and liquid water configurations, configuration
532     snapshots were taken at regular intervals from higher temperature 1000
533     SPC/E water molecule trajectories and each equilibrated individually.
534     The solid and liquid NaCl systems consisted of 500 Na+ and 500 Cl-
535     ions and were selected and equilibrated in the same fashion as the
536     water systems. For the low and high ionic strength NaCl solutions, 4
537     and 40 ions were first solvated in a 1000 water molecule boxes
538     respectively. Ion and water positions were then randomly swapped, and
539     the resulting configurations were again equilibrated individually.
540     Finally, for the Argon/Water "charge void" systems, the identities of
541     all the SPC/E waters within 6 \AA\ of the center of the equilibrated
542     water configurations were converted to argon
543     (Fig. \ref{fig:argonSlice}).
544 chrisfen 2586
545     \begin{figure}
546     \centering
547 gezelter 2617 \includegraphics[width = \linewidth]{./slice.pdf}
548 chrisfen 2586 \caption{A slice from the center of a water box used in a charge void simulation. The darkened region represents the boundary sphere within which the water molecules were converted to argon atoms.}
549 chrisfen 2601 \label{fig:argonSlice}
550 chrisfen 2586 \end{figure}
551    
552 chrisfen 2609 \subsection{Electrostatic Summation Methods}\label{sec:ESMethods}
553 chrisfen 2620 Electrostatic summation method comparisons were performed using SPME,
554 chrisfen 2629 the {\sc sp} and {\sc sf} methods - both with damping
555 chrisfen 2620 parameters ($\alpha$) of 0.0, 0.1, 0.2, and 0.3 \AA$^{-1}$ (no, weak,
556     moderate, and strong damping respectively), reaction field with an
557     infinite dielectric constant, and an unmodified cutoff. Group-based
558     cutoffs with a fifth-order polynomial switching function were
559     necessary for the reaction field simulations and were utilized in the
560     SP, SF, and pure cutoff methods for comparison to the standard lack of
561     group-based cutoffs with a hard truncation. The SPME calculations
562     were performed using the TINKER implementation of SPME,\cite{Ponder87}
563     while all other method calculations were performed using the OOPSE
564     molecular mechanics package.\cite{Meineke05}
565 chrisfen 2586
566 chrisfen 2620 These methods were additionally evaluated with three different cutoff
567     radii (9, 12, and 15 \AA) to investigate possible cutoff radius
568     dependence. It should be noted that the damping parameter chosen in
569     SPME, or so called ``Ewald Coefficient", has a significant effect on
570     the energies and forces calculated. Typical molecular mechanics
571     packages default this to a value dependent on the cutoff radius and a
572     tolerance (typically less than $1 \times 10^{-4}$ kcal/mol). Smaller
573     tolerances are typically associated with increased accuracy in the
574     real-space portion of the summation.\cite{Essmann95} The default
575     TINKER tolerance of $1 \times 10^{-8}$ kcal/mol was used in all SPME
576     calculations, resulting in Ewald Coefficients of 0.4200, 0.3119, and
577     0.2476 \AA$^{-1}$ for cutoff radii of 9, 12, and 15 \AA\ respectively.
578 chrisfen 2609
579 chrisfen 2575 \section{Results and Discussion}
580    
581 chrisfen 2609 \subsection{Configuration Energy Differences}\label{sec:EnergyResults}
582 chrisfen 2620 In order to evaluate the performance of the pairwise electrostatic
583     summation methods for Monte Carlo simulations, the energy differences
584     between configurations were compared to the values obtained when using
585     SPME. The results for the subsequent regression analysis are shown in
586     figure \ref{fig:delE}.
587 chrisfen 2590
588     \begin{figure}
589     \centering
590 gezelter 2617 \includegraphics[width=5.5in]{./delEplot.pdf}
591 chrisfen 2608 \caption{Statistical analysis of the quality of configurational energy differences for a given electrostatic method compared with the reference Ewald sum. Results with a value equal to 1 (dashed line) indicate $\Delta E$ values indistinguishable from those obtained using SPME. Different values of the cutoff radius are indicated with different symbols (9\AA\ = circles, 12\AA\ = squares, and 15\AA\ = inverted triangles).}
592 chrisfen 2601 \label{fig:delE}
593 chrisfen 2594 \end{figure}
594    
595 chrisfen 2620 In this figure, it is apparent that it is unreasonable to expect
596     realistic results using an unmodified cutoff. This is not all that
597     surprising since this results in large energy fluctuations as atoms
598     move in and out of the cutoff radius. These fluctuations can be
599     alleviated to some degree by using group based cutoffs with a
600     switching function.\cite{Steinbach94} The Group Switch Cutoff row
601     doesn't show a significant improvement in this plot because the salt
602     and salt solution systems contain non-neutral groups, see the
603     accompanying supporting information for a comparison where all groups
604     are neutral.
605 chrisfen 2594
606 chrisfen 2620 Correcting the resulting charged cutoff sphere is one of the purposes
607     of the damped Coulomb summation proposed by Wolf \textit{et
608     al.},\cite{Wolf99} and this correction indeed improves the results as
609     seen in the Shifted-Potental rows. While the undamped case of this
610     method is a significant improvement over the pure cutoff, it still
611     doesn't correlate that well with SPME. Inclusion of potential damping
612     improves the results, and using an $\alpha$ of 0.2 \AA $^{-1}$ shows
613     an excellent correlation and quality of fit with the SPME results,
614     particularly with a cutoff radius greater than 12 \AA . Use of a
615     larger damping parameter is more helpful for the shortest cutoff
616     shown, but it has a detrimental effect on simulations with larger
617 chrisfen 2629 cutoffs. In the {\sc sf} sets, increasing damping results in
618 chrisfen 2620 progressively poorer correlation. Overall, the undamped case is the
619     best performing set, as the correlation and quality of fits are
620     consistently superior regardless of the cutoff distance. This result
621     is beneficial in that the undamped case is less computationally
622     prohibitive do to the lack of complimentary error function calculation
623     when performing the electrostatic pair interaction. The reaction
624     field results illustrates some of that method's limitations, primarily
625     that it was developed for use in homogenous systems; although it does
626     provide results that are an improvement over those from an unmodified
627     cutoff.
628 chrisfen 2609
629 chrisfen 2608 \subsection{Magnitudes of the Force and Torque Vectors}
630 chrisfen 2599
631 chrisfen 2620 Evaluation of pairwise methods for use in Molecular Dynamics
632     simulations requires consideration of effects on the forces and
633     torques. Investigation of the force and torque vector magnitudes
634     provides a measure of the strength of these values relative to SPME.
635     Figures \ref{fig:frcMag} and \ref{fig:trqMag} respectively show the
636     force and torque vector magnitude regression results for the
637     accumulated analysis over all the system types.
638 chrisfen 2594
639     \begin{figure}
640     \centering
641 gezelter 2617 \includegraphics[width=5.5in]{./frcMagplot.pdf}
642 chrisfen 2608 \caption{Statistical analysis of the quality of the force vector magnitudes for a given electrostatic method compared with the reference Ewald sum. Results with a value equal to 1 (dashed line) indicate force magnitude values indistinguishable from those obtained using SPME. Different values of the cutoff radius are indicated with different symbols (9\AA\ = circles, 12\AA\ = squares, and 15\AA\ = inverted triangles).}
643 chrisfen 2601 \label{fig:frcMag}
644 chrisfen 2594 \end{figure}
645    
646 chrisfen 2620 Figure \ref{fig:frcMag}, for the most part, parallels the results seen
647     in the previous $\Delta E$ section. The unmodified cutoff results are
648     poor, but using group based cutoffs and a switching function provides
649     a improvement much more significant than what was seen with $\Delta
650 chrisfen 2629 E$. Looking at the {\sc sp} sets, the slope and $R^2$
651 chrisfen 2620 improve with the use of damping to an optimal result of 0.2 \AA
652     $^{-1}$ for the 12 and 15 \AA\ cutoffs. Further increases in damping,
653     while beneficial for simulations with a cutoff radius of 9 \AA\ , is
654     detrimental to simulations with larger cutoff radii. The undamped
655 chrisfen 2629 {\sc sf} method gives forces in line with those obtained using
656 chrisfen 2620 SPME, and use of a damping function results in minor improvement. The
657     reaction field results are surprisingly good, considering the poor
658     quality of the fits for the $\Delta E$ results. There is still a
659     considerable degree of scatter in the data, but it correlates well in
660     general. To be fair, we again note that the reaction field
661     calculations do not encompass NaCl crystal and melt systems, so these
662     results are partly biased towards conditions in which the method
663     performs more favorably.
664 chrisfen 2594
665     \begin{figure}
666     \centering
667 gezelter 2617 \includegraphics[width=5.5in]{./trqMagplot.pdf}
668 chrisfen 2608 \caption{Statistical analysis of the quality of the torque vector magnitudes for a given electrostatic method compared with the reference Ewald sum. Results with a value equal to 1 (dashed line) indicate torque magnitude values indistinguishable from those obtained using SPME. Different values of the cutoff radius are indicated with different symbols (9\AA\ = circles, 12\AA\ = squares, and 15\AA\ = inverted triangles).}
669 chrisfen 2601 \label{fig:trqMag}
670 chrisfen 2594 \end{figure}
671    
672 chrisfen 2620 To evaluate the torque vector magnitudes, the data set from which
673     values are drawn is limited to rigid molecules in the systems
674     (i.e. water molecules). In spite of this smaller sampling pool, the
675     torque vector magnitude results in figure \ref{fig:trqMag} are still
676     similar to those seen for the forces; however, they more clearly show
677     the improved behavior that comes with increasing the cutoff radius.
678 chrisfen 2629 Moderate damping is beneficial to the {\sc sp} and helpful
679     yet possibly unnecessary with the {\sc sf} method, and they also
680 chrisfen 2620 show that over-damping adversely effects all cutoff radii rather than
681     showing an improvement for systems with short cutoffs. The reaction
682     field method performs well when calculating the torques, better than
683     the Shifted Force method over this limited data set.
684 chrisfen 2594
685 chrisfen 2608 \subsection{Directionality of the Force and Torque Vectors}
686 chrisfen 2599
687 chrisfen 2620 Having force and torque vectors with magnitudes that are well
688     correlated to SPME is good, but if they are not pointing in the proper
689     direction the results will be incorrect. These vector directions were
690     investigated through measurement of the angle formed between them and
691     those from SPME. The results (Fig. \ref{fig:frcTrqAng}) are compared
692     through the variance ($\sigma^2$) of the Gaussian fits of the angle
693     error distributions of the combined set over all system types.
694 chrisfen 2594
695     \begin{figure}
696     \centering
697 gezelter 2617 \includegraphics[width=5.5in]{./frcTrqAngplot.pdf}
698 chrisfen 2608 \caption{Statistical analysis of the quality of the Gaussian fit of the force and torque vector angular distributions for a given electrostatic method compared with the reference Ewald sum. Results with a variance ($\sigma^2$) equal to zero (dashed line) indicate force and torque directions indistinguishable from those obtained using SPME. Different values of the cutoff radius are indicated with different symbols (9\AA\ = circles, 12\AA\ = squares, and 15\AA\ = inverted triangles).}
699 chrisfen 2601 \label{fig:frcTrqAng}
700 chrisfen 2594 \end{figure}
701    
702 chrisfen 2620 Both the force and torque $\sigma^2$ results from the analysis of the
703     total accumulated system data are tabulated in figure
704     \ref{fig:frcTrqAng}. All of the sets, aside from the over-damped case
705     show the improvement afforded by choosing a longer simulation cutoff.
706     Increasing the cutoff from 9 to 12 \AA\ typically results in a halving
707     of the distribution widths, with a similar improvement going from 12
708 chrisfen 2629 to 15 \AA . The undamped {\sc sf}, Group Based Cutoff, and
709 chrisfen 2620 Reaction Field methods all do equivalently well at capturing the
710     direction of both the force and torque vectors. Using damping
711 chrisfen 2629 improves the angular behavior significantly for the {\sc sp}
712     and moderately for the {\sc sf} methods. Increasing the damping
713 chrisfen 2620 too far is destructive for both methods, particularly to the torque
714     vectors. Again it is important to recognize that the force vectors
715     cover all particles in the systems, while torque vectors are only
716     available for neutral molecular groups. Damping appears to have a
717     more beneficial effect on non-neutral bodies, and this observation is
718     investigated further in the accompanying supporting information.
719 chrisfen 2594
720 chrisfen 2595 \begin{table}[htbp]
721     \centering
722     \caption{Variance ($\sigma^2$) of the force (top set) and torque (bottom set) vector angle difference distributions for the Shifted Potential and Shifted Force methods. Calculations were performed both with (Y) and without (N) group based cutoffs and a switching function. The $\alpha$ values have units of \AA$^{-1}$ and the variance values have units of degrees$^2$.}
723 chrisfen 2599 \begin{tabular}{@{} ccrrrrrrrr @{}}
724 chrisfen 2595 \\
725     \toprule
726     & & \multicolumn{4}{c}{Shifted Potential} & \multicolumn{4}{c}{Shifted Force} \\
727     \cmidrule(lr){3-6}
728     \cmidrule(l){7-10}
729 chrisfen 2599 $R_\textrm{c}$ & Groups & $\alpha = 0$ & $\alpha = 0.1$ & $\alpha = 0.2$ & $\alpha = 0.3$ & $\alpha = 0$ & $\alpha = 0.1$ & $\alpha = 0.2$ & $\alpha = 0.3$\\
730 chrisfen 2595 \midrule
731 chrisfen 2599
732     9 \AA & N & 29.545 & 12.003 & 5.489 & 0.610 & 2.323 & 2.321 & 0.429 & 0.603 \\
733     & \textbf{Y} & \textbf{2.486} & \textbf{2.160} & \textbf{0.667} & \textbf{0.608} & \textbf{1.768} & \textbf{1.766} & \textbf{0.676} & \textbf{0.609} \\
734     12 \AA & N & 19.381 & 3.097 & 0.190 & 0.608 & 0.920 & 0.736 & 0.133 & 0.612 \\
735     & \textbf{Y} & \textbf{0.515} & \textbf{0.288} & \textbf{0.127} & \textbf{0.586} & \textbf{0.308} & \textbf{0.249} & \textbf{0.127} & \textbf{0.586} \\
736     15 \AA & N & 12.700 & 1.196 & 0.123 & 0.601 & 0.339 & 0.160 & 0.123 & 0.601 \\
737     & \textbf{Y} & \textbf{0.228} & \textbf{0.099} & \textbf{0.121} & \textbf{0.598} & \textbf{0.144} & \textbf{0.090} & \textbf{0.121} & \textbf{0.598} \\
738 chrisfen 2594
739 chrisfen 2595 \midrule
740    
741 chrisfen 2599 9 \AA & N & 262.716 & 116.585 & 5.234 & 5.103 & 2.392 & 2.350 & 1.770 & 5.122 \\
742     & \textbf{Y} & \textbf{2.115} & \textbf{1.914} & \textbf{1.878} & \textbf{5.142} & \textbf{2.076} & \textbf{2.039} & \textbf{1.972} & \textbf{5.146} \\
743     12 \AA & N & 129.576 & 25.560 & 1.369 & 5.080 & 0.913 & 0.790 & 1.362 & 5.124 \\
744     & \textbf{Y} & \textbf{0.810} & \textbf{0.685} & \textbf{1.352} & \textbf{5.082} & \textbf{0.765} & \textbf{0.714} & \textbf{1.360} & \textbf{5.082} \\
745     15 \AA & N & 87.275 & 4.473 & 1.271 & 5.000 & 0.372 & 0.312 & 1.271 & 5.000 \\
746     & \textbf{Y} & \textbf{0.282} & \textbf{0.294} & \textbf{1.272} & \textbf{4.999} & \textbf{0.324} & \textbf{0.318} & \textbf{1.272} & \textbf{4.999} \\
747 chrisfen 2595
748     \bottomrule
749     \end{tabular}
750 chrisfen 2601 \label{tab:groupAngle}
751 chrisfen 2595 \end{table}
752    
753 chrisfen 2620 Although not discussed previously, group based cutoffs can be applied
754 chrisfen 2629 to both the {\sc sp} and {\sc sf} methods. Use off a
755 chrisfen 2620 switching function corrects for the discontinuities that arise when
756     atoms of a group exit the cutoff before the group's center of mass.
757     Though there are no significant benefit or drawbacks observed in
758     $\Delta E$ and vector magnitude results when doing this, there is a
759     measurable improvement in the vector angle results. Table
760     \ref{tab:groupAngle} shows the angular variance values obtained using
761     group based cutoffs and a switching function alongside the standard
762     results seen in figure \ref{fig:frcTrqAng} for comparison purposes.
763 chrisfen 2629 The {\sc sp} shows much narrower angular distributions for
764 chrisfen 2620 both the force and torque vectors when using an $\alpha$ of 0.2
765 chrisfen 2629 \AA$^{-1}$ or less, while {\sc sf} shows improvements in the
766 chrisfen 2620 undamped and lightly damped cases. Thus, by calculating the
767     electrostatic interactions in terms of molecular pairs rather than
768     atomic pairs, the direction of the force and torque vectors are
769     determined more accurately.
770 chrisfen 2595
771 chrisfen 2620 One additional trend to recognize in table \ref{tab:groupAngle} is
772 chrisfen 2629 that the $\sigma^2$ values for both {\sc sp} and
773     {\sc sf} converge as $\alpha$ increases, something that is easier
774 chrisfen 2620 to see when using group based cutoffs. Looking back on figures
775     \ref{fig:delE}, \ref{fig:frcMag}, and \ref{fig:trqMag}, show this
776     behavior clearly at large $\alpha$ and cutoff values. The reason for
777     this is that the complimentary error function inserted into the
778     potential weakens the electrostatic interaction as $\alpha$ increases.
779     Thus, at larger values of $\alpha$, both the summation method types
780     progress toward non-interacting functions, so care is required in
781     choosing large damping functions lest one generate an undesirable loss
782     in the pair interaction. Kast \textit{et al.} developed a method for
783     choosing appropriate $\alpha$ values for these types of electrostatic
784     summation methods by fitting to $g(r)$ data, and their methods
785     indicate optimal values of 0.34, 0.25, and 0.16 \AA$^{-1}$ for cutoff
786     values of 9, 12, and 15 \AA\ respectively.\cite{Kast03} These appear
787     to be reasonable choices to obtain proper MC behavior
788     (Fig. \ref{fig:delE}); however, based on these findings, choices this
789     high would introduce error in the molecular torques, particularly for
790     the shorter cutoffs. Based on the above findings, empirical damping
791     up to 0.2 \AA$^{-1}$ proves to be beneficial, but damping is arguably
792 chrisfen 2629 unnecessary when using the {\sc sf} method.
793 chrisfen 2595
794 chrisfen 2608 \subsection{Collective Motion: Power Spectra of NaCl Crystals}
795 chrisfen 2601
796 chrisfen 2629 In the previous studies using a {\sc sf} variant of the damped
797 chrisfen 2620 Wolf coulomb potential, the structure and dynamics of water were
798     investigated rather extensively.\cite{Zahn02,Kast03} Their results
799 chrisfen 2629 indicated that the damped {\sc sf} method results in properties
800 chrisfen 2620 very similar to those obtained when using the Ewald summation.
801     Considering the statistical results shown above, the good performance
802     of this method is not that surprising. Rather than consider the same
803     systems and simply recapitulate their results, we decided to look at
804     the solid state dynamical behavior obtained using the best performing
805     summation methods from the above results.
806 chrisfen 2601
807     \begin{figure}
808     \centering
809 gezelter 2617 \includegraphics[width = \linewidth]{./spectraSquare.pdf}
810 chrisfen 2629 \caption{Power spectra obtained from the velocity auto-correlation functions of NaCl crystals at 1000 K while using SPME, {\sc sf} ($\alpha$ = 0, 0.1, \& 0.2), and {\sc sp} ($\alpha$ = 0.2). Apodization of the correlation functions via a cubic switching function between 40 and 50 ps was used to clear up the spectral noise resulting from data truncation, and had no noticeable effect on peak location or magnitude. The inset shows the frequency region below 100 cm$^{-1}$ to highlight where the spectra begin to differ.}
811 chrisfen 2610 \label{fig:methodPS}
812 chrisfen 2601 \end{figure}
813    
814 chrisfen 2620 Figure \ref{fig:methodPS} shows the power spectra for the NaCl
815     crystals (from averaged Na and Cl ion velocity autocorrelation
816     functions) using the stated electrostatic summation methods. While
817     high frequency peaks of all the spectra overlap, showing the same
818     general features, the low frequency region shows how the summation
819     methods differ. Considering the low-frequency inset (expanded in the
820     upper frame of figure \ref{fig:dampInc}), at frequencies below 100
821     cm$^{-1}$, the correlated motions are blue-shifted when using undamped
822 chrisfen 2629 or weakly damped {\sc sf}. When using moderate damping ($\alpha
823     = 0.2$ \AA$^{-1}$) both the {\sc sf} and {\sc sp}
824 chrisfen 2620 methods give near identical correlated motion behavior as the Ewald
825     method (which has a damping value of 0.3119). The damping acts as a
826     distance dependent Gaussian screening of the point charges for the
827     pairwise summation methods. This weakening of the electrostatic
828     interaction with distance explains why the long-ranged correlated
829     motions are at lower frequencies for the moderately damped methods
830     than for undamped or weakly damped methods. To see this effect more
831     clearly, we show how damping strength affects a simple real-space
832     electrostatic potential,
833 chrisfen 2601 \begin{equation}
834 gezelter 2624 V_\textrm{damped}=\sum^N_i\sum^N_{j\ne i}q_iq_j\left[\frac{\textrm{erfc}({\alpha r})}{r}\right]S(r),
835 chrisfen 2601 \end{equation}
836 chrisfen 2620 where $S(r)$ is a switching function that smoothly zeroes the
837     potential at the cutoff radius. Figure \ref{fig:dampInc} shows how
838     the low frequency motions are dependent on the damping used in the
839     direct electrostatic sum. As the damping increases, the peaks drop to
840     lower frequencies. Incidentally, use of an $\alpha$ of 0.25
841     \AA$^{-1}$ on a simple electrostatic summation results in low
842     frequency correlated dynamics equivalent to a simulation using SPME.
843     When the coefficient lowers to 0.15 \AA$^{-1}$ and below, these peaks
844     shift to higher frequency in exponential fashion. Though not shown,
845     the spectrum for the simple undamped electrostatic potential is
846     blue-shifted such that the lowest frequency peak resides near 325
847 chrisfen 2629 cm$^{-1}$. In light of these results, the undamped {\sc sf}
848 chrisfen 2620 method producing low-lying motion peaks within 10 cm$^{-1}$ of SPME is
849     quite respectable; however, it appears as though moderate damping is
850     required for accurate reproduction of crystal dynamics.
851 chrisfen 2601 \begin{figure}
852     \centering
853 gezelter 2617 \includegraphics[width = \linewidth]{./comboSquare.pdf}
854 chrisfen 2629 \caption{Upper: Zoomed inset from figure \ref{fig:methodPS}. As the damping value for the {\sc sf} potential increases, the low-frequency peaks red-shift. Lower: Low-frequency correlated motions for NaCl crystals at 1000 K when using SPME and a simple damped Coulombic sum with damping coefficients ($\alpha$) ranging from 0.15 to 0.3 \AA$^{-1}$. As $\alpha$ increases, the peaks are red-shifted toward and eventually beyond the values given by SPME. The larger $\alpha$ values weaken the real-space electrostatics, explaining this shift towards less strongly correlated motions in the crystal.}
855 chrisfen 2601 \label{fig:dampInc}
856     \end{figure}
857    
858 chrisfen 2575 \section{Conclusions}
859    
860 chrisfen 2620 This investigation of pairwise electrostatic summation techniques
861     shows that there are viable and more computationally efficient
862     electrostatic summation techniques than the Ewald summation, chiefly
863     methods derived from the damped Coulombic sum originally proposed by
864     Wolf \textit{et al.}\cite{Wolf99,Zahn02} In particular, the
865 chrisfen 2629 {\sc sf} method, reformulated above as eq. (\ref{eq:DSFPot}),
866 chrisfen 2620 shows a remarkable ability to reproduce the energetic and dynamic
867     characteristics exhibited by simulations employing lattice summation
868     techniques. The cumulative energy difference results showed the
869 chrisfen 2629 undamped {\sc sf} and moderately damped {\sc sp} methods
870 chrisfen 2620 produced results nearly identical to SPME. Similarly for the dynamic
871 chrisfen 2629 features, the undamped or moderately damped {\sc sf} and
872     moderately damped {\sc sp} methods produce force and torque
873 chrisfen 2620 vector magnitude and directions very similar to the expected values.
874     These results translate into long-time dynamic behavior equivalent to
875     that produced in simulations using SPME.
876 chrisfen 2604
877 chrisfen 2620 Aside from the computational cost benefit, these techniques have
878     applicability in situations where the use of the Ewald sum can prove
879     problematic. Primary among them is their use in interfacial systems,
880     where the unmodified lattice sum techniques artificially accentuate
881     the periodicity of the system in an undesirable manner. There have
882     been alterations to the standard Ewald techniques, via corrections and
883     reformulations, to compensate for these systems; but the pairwise
884     techniques discussed here require no modifications, making them
885     natural tools to tackle these problems. Additionally, this
886     transferability gives them benefits over other pairwise methods, like
887     reaction field, because estimations of physical properties (e.g. the
888     dielectric constant) are unnecessary.
889 chrisfen 2605
890 chrisfen 2620 We are not suggesting any flaw with the Ewald sum; in fact, it is the
891     standard by which these simple pairwise sums are judged. However,
892     these results do suggest that in the typical simulations performed
893     today, the Ewald summation may no longer be required to obtain the
894     level of accuracy most researcher have come to expect
895 chrisfen 2605
896 chrisfen 2575 \section{Acknowledgments}
897 chrisfen 2594 \newpage
898    
899 gezelter 2617 \bibliographystyle{jcp2}
900 chrisfen 2575 \bibliography{electrostaticMethods}
901    
902    
903     \end{document}