ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/oopsePaper/EmpericalEnergy.tex
(Generate patch)

Comparing trunk/oopsePaper/EmpericalEnergy.tex (file contents):
Revision 965 by mmeineke, Mon Jan 19 21:03:47 2004 UTC vs.
Revision 966 by mmeineke, Mon Jan 19 21:44:47 2004 UTC

# Line 1 | Line 1
1  
2 < \section{\label{sec:empericalEnergy}The Emperical Energy Functions}
2 > \section{\label{sec:empiricalEnergy}The Empirical Energy Functions}
3  
4   \subsection{\label{sec:atomsMolecules}Atoms, Molecules and Rigid Bodies}
5  
6 < The basic unit of an {\sc oopse} simulation is the atom. The parameters
7 < describing the atom are generalized to make the atom as flexible a
8 < representation as possible. They may represent specific atoms of an
9 < element, or be used for collections of atoms such as a methyl
10 < group. The atoms are also capable of having a directional component
11 < associated with them, often in the form of a dipole. Charges on atoms
12 < are not currently suported by {\sc oopse}.
6 > The basic unit of an {\sc oopse} simulation is the atom. The
7 > parameters describing the atom are generalized to make the atom as
8 > flexible a representation as possible. They may represent specific
9 > atoms of an element, or be used for collections of atoms such as
10 > methyl and carbonyl groups. The atoms are also capable of having
11 > directional components associated with them (\emph{e.g.}~permanent
12 > dipoles). Charges on atoms are not currently supported by {\sc oopse}.
13  
14 < \begin{lstlisting}[caption={[Specifier for molecules and atoms] An example specifing the simple Ar molecule},label=sch:AtmMole]
14 > \begin{lstlisting}[caption={[Specifier for molecules and atoms] An example specifying the simple Ar molecule},label=sch:AtmMole]
15   molecule{
16    name = "Ar";
17    nAtoms = 1;
# Line 79 | Line 79 | on this choice can be found in Sec.~\ref{sec:integrate
79  
80   \subsection{\label{sec:LJPot}The Lennard Jones Potential}
81  
82 < The most basic force field implemented in OOPSE is the Lennard-Jones
82 > The most basic force field implemented in {\sc oopse} is the Lennard-Jones
83   potential. The Lennard-Jones potential. Which mimics the Van der Waals
84 < interaction at long distances, and uses an emperical repulsion at
84 > interaction at long distances, and uses an empirical repulsion at
85   short distances. The Lennard-Jones potential is given by:
86   \begin{equation}
87   V_{\text{LJ}}(r_{ij}) =
# Line 97 | Line 97 | evaluation can become computationally expensive for la
97  
98   Because this potential is calculated between all pairs, the force
99   evaluation can become computationally expensive for large systems. To
100 < keep the pair evaluation to a manegable number, OOPSE employs a
100 > keep the pair evaluation to a manageable number, {\sc oopse} employs a
101   cut-off radius.\cite{allen87:csl} The cutoff radius is set to be
102   $2.5\sigma_{ii}$, where $\sigma_{ii}$ is the largest Lennard-Jones length
103   parameter in the system. Truncating the calculation at
# Line 145 | Line 145 | illustrated by the dark grey atom in Fig.~\ref{fig:lip
145   phosphatidylcholine.\cite{Cevc87} Additionally, a Lennard-Jones site
146   is located at the pseudoatom's center of mass. The model is
147   illustrated by the dark grey atom in Fig.~\ref{fig:lipidModel}. The water model we use to complement the dipoles of the lipids is out
148 < repaarameterization of the soft sticky dipole (SSD) model of Ichiye
148 > reparameterization of the soft sticky dipole (SSD) model of Ichiye
149   \emph{et al.}\cite{liu96:new_model}
150  
151   \begin{figure}
# Line 224 | Line 224 | $j$, $k$, and $l$ (again, see Fig.~\ref{fig:lipidModel
224   \end{equation}
225   Here $\phi_{ijkl}$ is the angle defined by four bonded neighbors $i$,
226   $j$, $k$, and $l$ (again, see Fig.~\ref{fig:lipidModel}). For
227 < computaional efficency, the torsion potential has been recast after
227 > computational efficiency, the torsion potential has been recast after
228   the method of CHARMM\cite{charmm1983} whereby the angle series is
229   converted to a power series of the form:
230   \begin{equation}
# Line 279 | Line 279 | $\boldsymbol{\Omega}_i$.
279   $\boldsymbol{\Omega}_i$.
280  
281  
282 < \subsection{\label{sec:SSD}The {\sc DUFF} Water Models: SSD/E and SSD/RF}
282 > \subsection{\label{sec:SSD}The {\sc duff} Water Models: SSD/E and SSD/RF}
283  
284   In the interest of computational efficiency, the default solvent used
285   by {\sc oopse} is the extended Soft Sticky Dipole (SSD/E) water
# Line 384 | Line 384 | Embedded Atom Method\cite{Daw84,FBD86,johnson89,Lu97}(
384   describes the interaction of the positively charged metal core ions
385   with one another. A particular potential description called the
386   Embedded Atom Method\cite{Daw84,FBD86,johnson89,Lu97}({\sc eam}) that has
387 < particularly wide adoption has been selected for inclusion in OOPSE. A
387 > particularly wide adoption has been selected for inclusion in {\sc oopse}. A
388   good review of {\sc eam} and other metallic potential formulations was done
389   by Voter.\cite{voter}
390  
# Line 397 | Line 397 | positively-charged core ion $i$ into a linear superpos
397  
398   where $F_{i} $ is the embedding function that equates the energy required to embed a
399   positively-charged core ion $i$ into a linear superposition of
400 < sperically averaged atomic electron densities given by
400 > spherically averaged atomic electron densities given by
401   $\rho_{i}$.  $\phi_{ij}$ is a primarily repulsive pairwise interaction
402   between atoms $i$ and $j$. In the original formulation of
403   {\sc eam} cite{Daw84}, $\phi_{ij}$ was an entirely repulsive term, however
# Line 423 | Line 423 | orthorhombic and parallelepiped are the available peri
423   simulation box is large enough to avoid "feeling" the symmetries of
424   the periodic lattice, surface effects can be ignored. Cubic,
425   orthorhombic and parallelepiped are the available periodic cells In
426 < OOPSE. We use a matrix to describe the property of the simulation
426 > {\sc oopse}. We use a matrix to describe the property of the simulation
427   box. Therefore, both the size and shape of the simulation box can be
428   changed during the simulation. The transformation from box space
429   vector $\mathbf{s}$ to its corresponding real space vector

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines