diff --git a/doc/displace_atoms.html b/doc/displace_atoms.html index 727f55007..86c82fbf2 100644 --- a/doc/displace_atoms.html +++ b/doc/displace_atoms.html @@ -1,323 +1,327 @@ <!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>displace_atoms command — LAMMPS documentation</title> <link rel="stylesheet" href="_static/css/theme.css" type="text/css" /> <link rel="stylesheet" href="_static/sphinxcontrib-images/LightBox2/lightbox2/css/lightbox.css" type="text/css" /> <link rel="top" title="LAMMPS documentation" href="index.html"/> <script src="_static/js/modernizr.min.js"></script> </head> <body class="wy-body-for-nav" role="document"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-nav-search"> <a href="Manual.html" class="icon icon-home"> LAMMPS </a> <div role="search"> <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul> <li class="toctree-l1"><a class="reference internal" href="Section_intro.html">1. Introduction</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_start.html">2. Getting Started</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_commands.html">3. Commands</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_packages.html">4. Packages</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_accelerate.html">5. Accelerating LAMMPS performance</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_howto.html">6. How-to discussions</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_example.html">7. Example problems</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_perf.html">8. Performance & scalability</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_tools.html">9. Additional tools</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_modify.html">10. Modifying & extending LAMMPS</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_python.html">11. Python interface to LAMMPS</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_errors.html">12. Errors</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_history.html">13. Future and history</a></li> </ul> </div> </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="Manual.html">LAMMPS</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="Manual.html">Docs</a> »</li> <li>displace_atoms command</li> <li class="wy-breadcrumbs-aside"> <a href="http://lammps.sandia.gov">Website</a> <a href="Section_commands.html#comm">Commands</a> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <div class="section" id="displace-atoms-command"> <span id="index-0"></span><h1>displace_atoms command<a class="headerlink" href="#displace-atoms-command" title="Permalink to this headline">¶</a></h1> <div class="section" id="syntax"> <h2>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> <div class="highlight-python"><div class="highlight"><pre>displace_atoms group-ID style args keyword value ... </pre></div> </div> <ul class="simple"> <li>group-ID = ID of group of atoms to displace</li> <li>style = <em>move</em> or <em>ramp</em> or <em>random</em> or <em>rotate</em></li> </ul> <pre class="literal-block"> <em>move</em> args = delx dely delz delx,dely,delz = distance to displace in each dimension (distance units) any of delx,dely,delz can be a variable (see below) <em>ramp</em> args = ddim dlo dhi dim clo chi ddim = <em>x</em> or <em>y</em> or <em>z</em> dlo,dhi = displacement distance between dlo and dhi (distance units) dim = <em>x</em> or <em>y</em> or <em>z</em> clo,chi = lower and upper bound of domain to displace (distance units) <em>random</em> args = dx dy dz seed dx,dy,dz = random displacement magnitude in each dimension (distance units) seed = random # seed (positive integer) <em>rotate</em> args = Px Py Pz Rx Ry Rz theta Px,Py,Pz = origin point of axis of rotation (distance units) Rx,Ry,Rz = axis of rotation vector theta = angle of rotation (degrees) </pre> <ul class="simple"> <li>zero or more keyword/value pairs may be appended</li> </ul> <pre class="literal-block"> keyword = <em>units</em> value = <em>box</em> or <em>lattice</em> </pre> </div> <div class="section" id="examples"> <h2>Examples<a class="headerlink" href="#examples" title="Permalink to this headline">¶</a></h2> <div class="highlight-python"><div class="highlight"><pre>displace_atoms top move 0 -5 0 units box displace_atoms flow ramp x 0.0 5.0 y 2.0 20.5 </pre></div> </div> </div> <div class="section" id="description"> <h2>Description<a class="headerlink" href="#description" title="Permalink to this headline">¶</a></h2> <p>Displace a group of atoms. This can be used to move atoms a large distance before beginning a simulation or to randomize atoms initially on a lattice. For example, in a shear simulation, an initial strain can be imposed on the system. Or two groups of atoms can be brought into closer proximity.</p> <p>The <em>move</em> style displaces the group of atoms by the specified 3d displacement vector. Any of the 3 quantities defining the vector components can be specified as an equal-style or atom-style <a class="reference internal" href="variable.html"><em>variable</em></a>. If the value is a variable, it should be specified as v_name, where name is the variable name. In this case, the variable will be evaluated, and its value(s) used for the displacement(s). The scale factor implied by the <em>units</em> keyword will also be applied to the variable result.</p> <p>Equal-style variables can specify formulas with various mathematical functions, and include <a class="reference internal" href="thermo_style.html"><em>thermo_style</em></a> command keywords for the simulation box parameters and timestep and elapsed time. Atom-style variables can specify the same formulas as equal-style variables but can also include per-atom values, such as atom coordinates or per-atom values read from a file. Note that if the variable references other <a class="reference internal" href="compute.html"><em>compute</em></a> or <a class="reference internal" href="fix.html"><em>fix</em></a> commands, those values must be up-to-date for the current timestep. See the “Variable Accuracy” section of the <a class="reference internal" href="variable.html"><em>variable</em></a> doc page for more details.</p> <p>The <em>ramp</em> style displaces atoms a variable amount in one dimension depending on the atom’s coordinate in a (possibly) different dimension. For example, the second example command displaces atoms in the x-direction an amount between 0.0 and 5.0 distance units. Each atom’s displacement depends on the fractional distance its y coordinate is between 2.0 and 20.5. Atoms with y-coordinates outside those bounds will be moved the minimum (0.0) or maximum (5.0) amount.</p> <p>The <em>random</em> style independently moves each atom in the group by a random displacement, uniformly sampled from a value between -dx and +dx in the x dimension, and similarly for y and z. Random numbers are used in such a way that the displacement of a particular atom is the same, regardless of how many processors are being used.</p> <p>The <em>rotate</em> style rotates each atom in the group by the angle <em>theta</em> around a rotation axis <em>R</em> = (Rx,Ry,Rz) that goes thru a point <em>P</em> = (Px,Py,Pz). The direction of rotation for the atoms around the rotation axis is consistent with the right-hand rule: if your -right-hand’s thumb points along <em>R</em>, then your fingers wrap around the +right-hand thumb points along <em>R</em>, then your fingers wrap around the axis in the direction of positive theta.</p> +<p>If the defined <a class="reference internal" href="atom_style.html"><em>atom_style</em></a> assigns an orientation to +each atom (<a class="reference internal" href="atom_style.html"><em>atom styles</em></a> ellipsoid, line, tri, body), +then that property is also updated appropriately to correspond to the +atom’s rotation.</p> <p>Distance units for displacements and the origin point of the <em>rotate</em> style are determined by the setting of <em>box</em> or <em>lattice</em> for the <em>units</em> keyword. <em>Box</em> means distance units as defined by the <a class="reference internal" href="units.html"><em>units</em></a> command - e.g. Angstroms for <em>real</em> units. <em>Lattice</em> means distance units are in lattice spacings. The <a class="reference internal" href="lattice.html"><em>lattice</em></a> command must have been previously used to define the lattice spacing.</p> <hr class="docutils" /> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">Care should be taken not to move atoms on top of other atoms. After the move, atoms are remapped into the periodic simulation box if needed, and any shrink-wrap boundary conditions (see the <a class="reference internal" href="boundary.html"><em>boundary</em></a> command) are enforced which may change the box size. Other than this effect, this command does not change the size or shape of the simulation box. See the <a class="reference internal" href="change_box.html"><em>change_box</em></a> command if that effect is desired.</p> </div> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">Atoms can be moved arbitrarily long distances by this command. If the simulation box is non-periodic and shrink-wrapped (see the <a class="reference internal" href="boundary.html"><em>boundary</em></a> command), this can change its size or shape. This is not a problem, except that the mapping of processors to the simulation box is not changed by this command from its initial 3d configuration; see the <a class="reference internal" href="processors.html"><em>processors</em></a> command. Thus, if the box size/shape changes dramatically, the mapping of processors to the simulation box may not end up as optimal as the initial mapping attempted to be.</p> </div> </div> <hr class="docutils" /> <div class="section" id="restrictions"> <h2>Restrictions<a class="headerlink" href="#restrictions" title="Permalink to this headline">¶</a></h2> <p>You cannot rotate around any rotation vector except the z-axis for a 2d simulation.</p> </div> <div class="section" id="related-commands"> <h2>Related commands<a class="headerlink" href="#related-commands" title="Permalink to this headline">¶</a></h2> <p><a class="reference internal" href="lattice.html"><em>lattice</em></a>, <a class="reference internal" href="change_box.html"><em>change_box</em></a>, <a class="reference internal" href="fix_move.html"><em>fix_move</em></a></p> </div> <div class="section" id="default"> <h2>Default<a class="headerlink" href="#default" title="Permalink to this headline">¶</a></h2> <p>The option defaults are units = lattice.</p> </div> </div> </div> </div> <footer> <hr/> <div role="contentinfo"> <p> © Copyright 2013 Sandia Corporation. </p> </div> Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. </footer> </div> </div> </section> </div> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT:'./', VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/javascript" src="_static/sphinxcontrib-images/LightBox2/lightbox2/js/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="_static/sphinxcontrib-images/LightBox2/lightbox2/js/lightbox.min.js"></script> <script type="text/javascript" src="_static/sphinxcontrib-images/LightBox2/lightbox2-customize/jquery-noconflict.js"></script> <script type="text/javascript" src="_static/js/theme.js"></script> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.StickyNav.enable(); }); </script> </body> </html> \ No newline at end of file diff --git a/doc/displace_atoms.txt b/doc/displace_atoms.txt index 3bb1f1a2d..2df01ccf6 100644 --- a/doc/displace_atoms.txt +++ b/doc/displace_atoms.txt @@ -1,134 +1,139 @@ "LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c :link(lws,http://lammps.sandia.gov) :link(ld,Manual.html) :link(lc,Section_commands.html#comm) :line displace_atoms command :h3 [Syntax:] displace_atoms group-ID style args keyword value ... :pre group-ID = ID of group of atoms to displace :ulb,l style = {move} or {ramp} or {random} or {rotate} :l {move} args = delx dely delz delx,dely,delz = distance to displace in each dimension (distance units) any of delx,dely,delz can be a variable (see below) {ramp} args = ddim dlo dhi dim clo chi ddim = {x} or {y} or {z} dlo,dhi = displacement distance between dlo and dhi (distance units) dim = {x} or {y} or {z} clo,chi = lower and upper bound of domain to displace (distance units) {random} args = dx dy dz seed dx,dy,dz = random displacement magnitude in each dimension (distance units) seed = random # seed (positive integer) {rotate} args = Px Py Pz Rx Ry Rz theta Px,Py,Pz = origin point of axis of rotation (distance units) Rx,Ry,Rz = axis of rotation vector theta = angle of rotation (degrees) :pre zero or more keyword/value pairs may be appended :l keyword = {units} value = {box} or {lattice} :pre :ule [Examples:] displace_atoms top move 0 -5 0 units box displace_atoms flow ramp x 0.0 5.0 y 2.0 20.5 :pre [Description:] Displace a group of atoms. This can be used to move atoms a large distance before beginning a simulation or to randomize atoms initially on a lattice. For example, in a shear simulation, an initial strain can be imposed on the system. Or two groups of atoms can be brought into closer proximity. The {move} style displaces the group of atoms by the specified 3d displacement vector. Any of the 3 quantities defining the vector components can be specified as an equal-style or atom-style "variable"_variable.html. If the value is a variable, it should be specified as v_name, where name is the variable name. In this case, the variable will be evaluated, and its value(s) used for the displacement(s). The scale factor implied by the {units} keyword will also be applied to the variable result. Equal-style variables can specify formulas with various mathematical functions, and include "thermo_style"_thermo_style.html command keywords for the simulation box parameters and timestep and elapsed time. Atom-style variables can specify the same formulas as equal-style variables but can also include per-atom values, such as atom coordinates or per-atom values read from a file. Note that if the variable references other "compute"_compute.html or "fix"_fix.html commands, those values must be up-to-date for the current timestep. See the "Variable Accuracy" section of the "variable"_variable.html doc page for more details. The {ramp} style displaces atoms a variable amount in one dimension depending on the atom's coordinate in a (possibly) different dimension. For example, the second example command displaces atoms in the x-direction an amount between 0.0 and 5.0 distance units. Each atom's displacement depends on the fractional distance its y coordinate is between 2.0 and 20.5. Atoms with y-coordinates outside those bounds will be moved the minimum (0.0) or maximum (5.0) amount. The {random} style independently moves each atom in the group by a random displacement, uniformly sampled from a value between -dx and +dx in the x dimension, and similarly for y and z. Random numbers are used in such a way that the displacement of a particular atom is the same, regardless of how many processors are being used. The {rotate} style rotates each atom in the group by the angle {theta} around a rotation axis {R} = (Rx,Ry,Rz) that goes thru a point {P} = (Px,Py,Pz). The direction of rotation for the atoms around the rotation axis is consistent with the right-hand rule: if your -right-hand's thumb points along {R}, then your fingers wrap around the +right-hand thumb points along {R}, then your fingers wrap around the axis in the direction of positive theta. +If the defined "atom_style"_atom_style.html assigns an orientation to +each atom ("atom styles"_atom_style.html ellipsoid, line, tri, body), +then that property is also updated appropriately to correspond to the +atom's rotation. + Distance units for displacements and the origin point of the {rotate} style are determined by the setting of {box} or {lattice} for the {units} keyword. {Box} means distance units as defined by the "units"_units.html command - e.g. Angstroms for {real} units. {Lattice} means distance units are in lattice spacings. The "lattice"_lattice.html command must have been previously used to define the lattice spacing. :line NOTE: Care should be taken not to move atoms on top of other atoms. After the move, atoms are remapped into the periodic simulation box if needed, and any shrink-wrap boundary conditions (see the "boundary"_boundary.html command) are enforced which may change the box size. Other than this effect, this command does not change the size or shape of the simulation box. See the "change_box"_change_box.html command if that effect is desired. NOTE: Atoms can be moved arbitrarily long distances by this command. If the simulation box is non-periodic and shrink-wrapped (see the "boundary"_boundary.html command), this can change its size or shape. This is not a problem, except that the mapping of processors to the simulation box is not changed by this command from its initial 3d configuration; see the "processors"_processors.html command. Thus, if the box size/shape changes dramatically, the mapping of processors to the simulation box may not end up as optimal as the initial mapping attempted to be. :line [Restrictions:] You cannot rotate around any rotation vector except the z-axis for a 2d simulation. [Related commands:] "lattice"_lattice.html, "change_box"_change_box.html, "fix_move"_fix_move.html [Default:] The option defaults are units = lattice. diff --git a/doc/dump_image.html b/doc/dump_image.html index 8a2f4a918..05e17d0ac 100644 --- a/doc/dump_image.html +++ b/doc/dump_image.html @@ -1,727 +1,774 @@ <!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>dump image command — LAMMPS documentation</title> <link rel="stylesheet" href="_static/css/theme.css" type="text/css" /> <link rel="stylesheet" href="_static/sphinxcontrib-images/LightBox2/lightbox2/css/lightbox.css" type="text/css" /> <link rel="top" title="LAMMPS documentation" href="index.html"/> <script src="_static/js/modernizr.min.js"></script> </head> <body class="wy-body-for-nav" role="document"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-nav-search"> <a href="Manual.html" class="icon icon-home"> LAMMPS </a> <div role="search"> <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul> <li class="toctree-l1"><a class="reference internal" href="Section_intro.html">1. Introduction</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_start.html">2. Getting Started</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_commands.html">3. Commands</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_packages.html">4. Packages</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_accelerate.html">5. Accelerating LAMMPS performance</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_howto.html">6. How-to discussions</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_example.html">7. Example problems</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_perf.html">8. Performance & scalability</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_tools.html">9. Additional tools</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_modify.html">10. Modifying & extending LAMMPS</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_python.html">11. Python interface to LAMMPS</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_errors.html">12. Errors</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_history.html">13. Future and history</a></li> </ul> </div> </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="Manual.html">LAMMPS</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="Manual.html">Docs</a> »</li> <li>dump image command</li> <li class="wy-breadcrumbs-aside"> <a href="http://lammps.sandia.gov">Website</a> <a href="Section_commands.html#comm">Commands</a> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <div class="section" id="dump-image-command"> <span id="index-0"></span><h1>dump image command<a class="headerlink" href="#dump-image-command" title="Permalink to this headline">¶</a></h1> </div> <div class="section" id="dump-movie-command"> <h1>dump movie command<a class="headerlink" href="#dump-movie-command" title="Permalink to this headline">¶</a></h1> <div class="section" id="syntax"> <h2>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> <div class="highlight-python"><div class="highlight"><pre>dump ID group-ID style N file color diameter keyword value ... </pre></div> </div> <ul class="simple"> <li>ID = user-assigned name for the dump</li> <li>group-ID = ID of the group of atoms to be imaged</li> <li>style = <em>image</em> or <em>movie</em> = style of dump command (other styles <em>atom</em> or <em>cfg</em> or <em>dcd</em> or <em>xtc</em> or <em>xyz</em> or <em>local</em> or <em>custom</em> are discussed on the <a class="reference internal" href="dump.html"><em>dump</em></a> doc page)</li> <li>N = dump every this many timesteps</li> <li>file = name of file to write image to</li> <li>color = atom attribute that determines color of each atom</li> <li>diameter = atom attribute that determines size of each atom</li> <li>zero or more keyword/value pairs may be appended</li> -<li>keyword = <em>adiam</em> or <em>atom</em> or <em>body</em> or <em>bond</em> or <em>size</em> or <em>view</em> or <em>center</em> or <em>up</em> or <em>zoom</em> or <em>persp</em> or <em>box</em> or <em>axes</em> or <em>subbox</em> or <em>shiny</em> or <em>ssao</em></li> +<li>keyword = <em>atom</em> or <em>adiam</em> or <em>bond</em> or <em>line</em> or <em>tri</em> or <em>body</em> or <em>size</em> or <em>view</em> or <em>center</em> or <em>up</em> or <em>zoom</em> or <em>persp</em> or <em>box</em> or <em>axes</em> or <em>subbox</em> or <em>shiny</em> or <em>ssao</em></li> </ul> <pre class="literal-block"> -<em>adiam</em> value = number = numeric value for atom diameter (distance units) <em>atom</em> = yes/no = do or do not draw atoms -<em>body</em> = yes/no bflag1 bflag2 - yes/no = do or do not draw atoms as bodies - bflag1,bflag2 = 2 numeric flags to affect how bodies are drawn +<em>adiam</em> size = numeric value for atom diameter (distance units) <em>bond</em> values = color width = color and width of bonds color = <em>atom</em> or <em>type</em> or <em>none</em> width = number or <em>atom</em> or <em>type</em> or <em>none</em> number = numeric value for bond width (distance units) +<em>line</em> = color width + color = <em>type</em> + width = numeric value for line width (distance units) +<em>tri</em> = color + color = <em>type</em> +<em>body</em> = color bflag1 bflag2 + color = <em>type</em> + bflag1,bflag2 = 2 numeric flags to affect how bodies are drawn <em>size</em> values = width height = size of images width = width of image in # of pixels height = height of image in # of pixels <em>view</em> values = theta phi = view of simulation box theta = view angle from +z axis (degrees) phi = azimuthal view angle (degrees) theta or phi can be a variable (see below) <em>center</em> values = flag Cx Cy Cz = center point of image flag = "s" for static, "d" for dynamic Cx,Cy,Cz = center point of image as fraction of box dimension (0.5 = center of box) Cx,Cy,Cz can be variables (see below) <em>up</em> values = Ux Uy Uz = direction that is "up" in image Ux,Uy,Uz = components of up vector Ux,Uy,Uz can be variables (see below) <em>zoom</em> value = zfactor = size that simulation box appears in image zfactor = scale image size by factor > 1 to enlarge, factor < 1 to shrink zfactor can be a variable (see below) <em>persp</em> value = pfactor = amount of "perspective" in image pfactor = amount of perspective (0 = none, < 1 = some, > 1 = highly skewed) pfactor can be a variable (see below) <em>box</em> values = yes/no diam = draw outline of simulation box yes/no = do or do not draw simulation box lines diam = diameter of box lines as fraction of shortest box length <em>axes</em> values = yes/no length diam = draw xyz axes yes/no = do or do not draw xyz axes lines next to simulation box length = length of axes lines as fraction of respective box lengths diam = diameter of axes lines as fraction of shortest box length <em>subbox</em> values = yes/no diam = draw outline of processor sub-domains yes/no = do or do not draw sub-domain lines diam = diameter of sub-domain lines as fraction of shortest box length <em>shiny</em> value = sfactor = shinyness of spheres and cylinders sfactor = shinyness of spheres and cylinders from 0.0 to 1.0 <em>ssao</em> value = yes/no seed dfactor = SSAO depth shading yes/no = turn depth shading on/off seed = random # seed (positive integer) dfactor = strength of shading from 0.0 to 1.0 </pre> </div> <div class="section" id="examples"> <h2>Examples<a class="headerlink" href="#examples" title="Permalink to this headline">¶</a></h2> <div class="highlight-python"><div class="highlight"><pre>dump d0 all image 100 dump.*.jpg type type dump d1 mobile image 500 snap.*.png element element ssao yes 4539 0.6 dump d2 all image 200 img-*.ppm type type zoom 2.5 adiam 1.5 size 1280 720 dump m0 all movie 1000 movie.mpg type type size 640 480 dump m1 all movie 1000 movie.avi type type size 640 480 dump m2 all movie 100 movie.m4v type type zoom 1.8 adiam v_value size 1280 720 </pre></div> </div> </div> <div class="section" id="description"> <h2>Description<a class="headerlink" href="#description" title="Permalink to this headline">¶</a></h2> <p>Dump a high-quality rendered image of the atom configuration every N timesteps and save the images either as a sequence of JPEG or PNG or PPM files, or as a single movie file. The options for this command as well as the <a class="reference internal" href="dump_modify.html"><em>dump_modify</em></a> command control what is included in the image or movie and how it appears. A series of such images can easily be manually converted into an animated movie of your simulation or the process can be automated without writing the intermediate files using the dump movie style; see further details below. Other dump styles store snapshots of numerical data asociated with atoms in various formats, as discussed on the <a class="reference internal" href="dump.html"><em>dump</em></a> doc page.</p> <p>Note that a set of images or a movie can be made after a simulation has been run, using the <a class="reference internal" href="rerun.html"><em>rerun</em></a> command to read snapshots from an existing dump file, and using these dump commands in the rerun script to generate the images/movie.</p> <p>Here are two sample images, rendered as 1024x1024 JPEG files. Click to see the full-size images:</p> <DIV ALIGN=center><a data-lightbox="group-default" href="_images/dump1.jpg" class="" title="" data-title="" ><img src="_images/dump1.jpg" class="" width="25%" height="auto" alt=""/> </a><a data-lightbox="group-default" href="_images/dump2.jpg" class="" title="" data-title="" ><img src="_images/dump2.jpg" class="" width="25%" height="auto" alt=""/> </a></DIV><p>Only atoms in the specified group are rendered in the image. The <a class="reference internal" href="dump_modify.html"><em>dump_modify region and thresh</em></a> commands can also alter what atoms are included in the image. The filename suffix determines whether a JPEG, PNG, or PPM file is created with the <em>image</em> dump style. If the suffix is ”.jpg” or ”.jpeg”, then a JPEG format file is created, if the suffix is ”.png”, then a PNG format is created, else a PPM (aka NETPBM) format file is created. The JPEG and PNG files are binary; PPM has a text mode header followed by binary data. JPEG images have lossy compression; PNG has lossless compression; and PPM files are uncompressed but can be compressed with gzip, if LAMMPS has been compiled with -DLAMMPS_GZIP and a ”.gz” suffix is used.</p> <p>Similarly, the format of the resulting movie is chosen with the <em>movie</em> dump style. This is handled by the underlying FFmpeg converter and thus details have to be looked up in the FFmpeg documentation. Typical examples are: .avi, .mpg, .m4v, .mp4, .mkv, .flv, .mov, .gif Additional settings of the movie compression like bitrate and framerate can be set using the <a class="reference internal" href="dump_modify.html"><em>dump_modify</em></a> command.</p> <p>To write out JPEG and PNG format files, you must build LAMMPS with support for the corresponding JPEG or PNG library. To convert images into movies, LAMMPS has to be compiled with the -DLAMMPS_FFMPEG flag. See <a class="reference internal" href="Section_start.html#start-2-4"><span>this section</span></a> of the manual for instructions on how to do this.</p> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">Because periodic boundary conditions are enforced only on timesteps when neighbor lists are rebuilt, the coordinates of an atom in the image may be slightly outside the simulation box.</p> </div> <hr class="docutils" /> <p>Dumps are performed on timesteps that are a multiple of N (including timestep 0) and on the last timestep of a minimization if the minimization converges. Note that this means a dump will not be performed on the initial timestep after the dump command is invoked, if the current timestep is not a multiple of N. This behavior can be changed via the <a class="reference internal" href="dump_modify.html"><em>dump_modify first</em></a> command, which can be useful if the dump command is invoked after a minimization ended on an arbitrary timestep. N can be changed between runs by using the <a class="reference internal" href="dump_modify.html"><em>dump_modify every</em></a> command.</p> <p>Dump <em>image</em> filenames must contain a wildcard character “*”, so that one image file per snapshot is written. The “*” character is replaced with the timestep value. For example, tmp.dump.*.jpg becomes tmp.dump.0.jpg, tmp.dump.10000.jpg, tmp.dump.20000.jpg, etc. Note that the <a class="reference internal" href="dump_modify.html"><em>dump_modify pad</em></a> command can be used to insure all timestep numbers are the same length (e.g. 00010), which can make it easier to convert a series of images into a movie in the correct ordering.</p> <p>Dump <em>movie</em> filenames on the other hand, must not have any wildcard character since only one file combining all images into a single movie will be written by the movie encoder.</p> <hr class="docutils" /> <p>The <em>color</em> and <em>diameter</em> settings determine the color and size of atoms rendered in the image. They can be any atom attribute defined for the <a class="reference internal" href="dump.html"><em>dump custom</em></a> command, including <em>type</em> and <em>element</em>. This includes per-atom quantities calculated by a <a class="reference internal" href="compute.html"><em>compute</em></a>, <a class="reference internal" href="fix.html"><em>fix</em></a>, or <a class="reference internal" href="variable.html"><em>variable</em></a>, which are prefixed by “<a href="#id9"><span class="problematic" id="id10">c_</span></a>”, “<a href="#id11"><span class="problematic" id="id12">f_</span></a>”, or “<a href="#id13"><span class="problematic" id="id14">v_</span></a>” respectively. Note that the <em>diameter</em> setting can be overridden with a numeric value applied to all atoms by the optional <em>adiam</em> keyword.</p> <p>If <em>type</em> is specified for the <em>color</em> setting, then the color of each atom is determined by its atom type. By default the mapping of types to colors is as follows:</p> <ul class="simple"> <li>type 1 = red</li> <li>type 2 = green</li> <li>type 3 = blue</li> <li>type 4 = yellow</li> <li>type 5 = aqua</li> <li>type 6 = cyan</li> </ul> <p>and repeats itself for types > 6. This mapping can be changed by the <a class="reference internal" href="dump_modify.html"><em>dump_modify acolor</em></a> command.</p> <p>If <em>type</em> is specified for the <em>diameter</em> setting then the diameter of each atom is determined by its atom type. By default all types have diameter 1.0. This mapping can be changed by the <a class="reference internal" href="dump_modify.html"><em>dump_modify adiam</em></a> command.</p> <p>If <em>element</em> is specified for the <em>color</em> and/or <em>diameter</em> setting, then the color and/or diameter of each atom is determined by which element it is, which in turn is specified by the element-to-type mapping specified by the “dump_modify element” command. By default every atom type is C (carbon). Every element has a color and diameter associated with it, which is the same as the colors and sizes used by the <a class="reference external" href="http://mt.seas.upenn.edu/Archive/Graphics/A">AtomEye</a> visualization package.</p> <p>If other atom attributes are used for the <em>color</em> or <em>diameter</em> settings, they are interpreted in the following way.</p> <p>If “vx”, for example, is used as the <em>color</em> setting, then the color of the atom will depend on the x-component of its velocity. The association of a per-atom value with a specific color is determined by a “color map”, which can be specified via the <a class="reference internal" href="dump_modify.html"><em>dump_modify</em></a> command. The basic idea is that the atom-attribute will be within a range of values, and every value within the range is mapped to a specific color. Depending on how the color map is defined, that mapping can take place via interpolation so that a value of -3.2 is halfway between “red” and “blue”, or discretely so that the value of -3.2 is “orange”.</p> <p>If “vx”, for example, is used as the <em>diameter</em> setting, then the atom will be rendered using the x-component of its velocity as the diameter. If the per-atom value <= 0.0, them the atom will not be drawn. Note that finite-size spherical particles, as defined by <a class="reference internal" href="atom_style.html"><em>atom_style sphere</em></a> define a per-particle radius or diameter, which can be used as the <em>diameter</em> setting.</p> <hr class="docutils" /> <p>The various kewords listed above control how the image is rendered. As listed below, all of the keywords have defaults, most of which you will likely not need to change. The <a class="reference internal" href="dump_modify.html"><em>dump modify</em></a> also has options specific to the dump image style, particularly for assigning colors to atoms, bonds, and other image features.</p> <hr class="docutils" /> -<p>The <em>adiam</em> keyword allows you to override the <em>diameter</em> setting to a -per-atom attribute with a specified numeric value. All atoms will be -drawn with that diameter, e.g. 1.5, which is in whatever distance -<a class="reference internal" href="units.html"><em>units</em></a> the input script defines, e.g. Angstroms.</p> -<p>The <em>atom</em> keyword allow you to turn off the drawing of all atoms, -if the specified value is <em>no</em>.</p> -<p>The <em>body</em> keyword can be used when <a class="reference internal" href="atom_style.html"><em>atom_style body</em></a> -is used to define body particles with internal state -(e.g. sub-particles). The <a class="reference internal" href="body.html"><em>body</em></a> doc page descibes the body -styles LAMMPS currently supports, and provides more details as to the -kind of body particles they represent and how they are drawn by this -dump image command. For all the body styles, individual atoms can be -either a body particle or a usual point (non-body) particle. If the -<em>body</em> keyword is set to <em>yes</em>, then atoms which are body particles -are drawn by the method defined by the body style. Non-body particles -the same way they would be if the <em>body</em> keyword is <em>no</em>, i.e. as -spheres. The <em>bflag1</em> and <em>bflag2</em> settings are numerical values -which are passed to the body style to affect how the drawing of a body -particle is done. See the <a class="reference internal" href="body.html"><em>body</em></a> doc page for a description -of what these parameters mean for each body style.</p> +<p>The <em>atom</em> keyword allow you to turn off the drawing of all atoms, if +the specified value is <em>no</em>. Note that this will not turn off the +drawing of particles that are represented as lines, triangles, or +bodies, as discussed below. These particles can be drawn separately +if the <em>line</em>, <em>tri</em>, or <em>body</em> keywords are used.</p> +<p>The <em>adiam</em> keyword allows you to override the <em>diameter</em> setting to +set a single numeric <em>size</em>. All atoms will be drawn with that +diameter, e.g. 1.5, which is in whatever distance <a class="reference internal" href="units.html"><em>units</em></a> +the input script defines, e.g. Angstroms.</p> <p>The <em>bond</em> keyword allows to you to alter how bonds are drawn. A bond is only drawn if both atoms in the bond are being drawn due to being in the specified group and due to other selection criteria (e.g. region, threshhold settings of the <a class="reference internal" href="dump_modify.html"><em>dump_modify</em></a> command). By default, bonds are drawn if they are defined in the input data file as read by the <a class="reference internal" href="read_data.html"><em>read_data</em></a> command. Using <em>none</em> for both the bond <em>color</em> and <em>width</em> value will turn off the drawing of all bonds.</p> <p>If <em>atom</em> is specified for the bond <em>color</em> value, then each bond is drawn in 2 halves, with the color of each half being the color of the atom at that end of the bond.</p> <p>If <em>type</em> is specified for the <em>color</em> value, then the color of each bond is determined by its bond type. By default the mapping of bond types to colors is as follows:</p> <ul class="simple"> <li>type 1 = red</li> <li>type 2 = green</li> <li>type 3 = blue</li> <li>type 4 = yellow</li> <li>type 5 = aqua</li> <li>type 6 = cyan</li> </ul> <p>and repeats itself for bond types > 6. This mapping can be changed by the <a class="reference internal" href="dump_modify.html"><em>dump_modify bcolor</em></a> command.</p> <p>The bond <em>width</em> value can be a numeric value or <em>atom</em> or <em>type</em> (or <em>none</em> as indicated above).</p> <p>If a numeric value is specified, then all bonds will be drawn as cylinders with that diameter, e.g. 1.0, which is in whatever distance <a class="reference internal" href="units.html"><em>units</em></a> the input script defines, e.g. Angstroms.</p> <p>If <em>atom</em> is specified for the <em>width</em> value, then each bond will be drawn with a width corresponding to the minimum diameter of the 2 atoms in the bond.</p> <p>If <em>type</em> is specified for the <em>width</em> value then the diameter of each bond is determined by its bond type. By default all types have diameter 0.5. This mapping can be changed by the <a class="reference internal" href="dump_modify.html"><em>dump_modify bdiam</em></a> command.</p> +<p>The <em>line</em> keyword can be used when <a class="reference internal" href="atom_style.html"><em>atom_style line</em></a> +is used to define particles as line segments, and will draw them as +lines. If this keyword is not used, such particles will be drawn as +spheres, the same as if they were regular atoms. The only setting +currently allowed for the <em>color</em> value is <em>type</em>, which will color +the lines according to the atom type of the particle. By default the +mapping of types to colors is as follows:</p> +<ul class="simple"> +<li>type 1 = red</li> +<li>type 2 = green</li> +<li>type 3 = blue</li> +<li>type 4 = yellow</li> +<li>type 5 = aqua</li> +<li>type 6 = cyan</li> +</ul> +<p>and repeats itself for types > 6. There is not yet an option to +change this via the <a class="reference internal" href="dump_modify.html"><em>dump_modify</em></a> command.</p> +<p>The line <em>width</em> can only be a numeric value, which specifies that all +lines will be drawn as cylinders with that diameter, e.g. 1.0, which +is in whatever distance <a class="reference internal" href="units.html"><em>units</em></a> the input script defines, +e.g. Angstroms.</p> +<p>The <em>tri</em> keyword can be used when <a class="reference internal" href="atom_style.html"><em>atom_style tri</em></a> is +used to define particles as triangles, and will draw them as +triangles. If this keyword is not used, such particles will be drawn +as spheres, the same as if they were regular atoms. The only setting +currently allowed for the <em>color</em> value is <em>type</em>, which will color +the triangles according to the atom type of the particle. By default +the mapping of types to colors is as follows:</p> +<ul class="simple"> +<li>type 1 = red</li> +<li>type 2 = green</li> +<li>type 3 = blue</li> +<li>type 4 = yellow</li> +<li>type 5 = aqua</li> +<li>type 6 = cyan</li> +</ul> +<p>and repeats itself for types > 6. There is not yet an option to +change this via the <a class="reference internal" href="dump_modify.html"><em>dump_modify</em></a> command.</p> +<p>The <em>body</em> keyword can be used when <a class="reference internal" href="atom_style.html"><em>atom_style body</em></a> +is used to define body particles with internal state +(e.g. sub-particles), and will drawn them in a manner specific to the +body style. If this keyword is not used, such particles will be drawn +as spheres, the same as if they were regular atoms.</p> +<p>The <a class="reference internal" href="body.html"><em>body</em></a> doc page descibes the body styles LAMMPS +currently supports, and provides more details as to the kind of body +particles they represent and how they are drawn by this dump image +command. For all the body styles, individual atoms can be either a +body particle or a usual point (non-body) particle. Non-body +particles will be drawn the same way they would be as a regular atom. +The <em>bflag1</em> and <em>bflag2</em> settings are numerical values which are +passed to the body style to affect how the drawing of a body particle +is done. See the <a class="reference internal" href="body.html"><em>body</em></a> doc page for a description of what +these parameters mean for each body style.</p> <hr class="docutils" /> <p>The <em>size</em> keyword sets the width and height of the created images, i.e. the number of pixels in each direction.</p> <hr class="docutils" /> <p>The <em>view</em>, <em>center</em>, <em>up</em>, <em>zoom</em>, and <em>persp</em> values determine how 3d simulation space is mapped to the 2d plane of the image. Basically they control how the simulation box appears in the image.</p> <p>All of the <em>view</em>, <em>center</em>, <em>up</em>, <em>zoom</em>, and <em>persp</em> values can be specified as numeric quantities, whose meaning is explained below. Any of them can also be specified as an <a class="reference internal" href="variable.html"><em>equal-style variable</em></a>, by using v_name as the value, where “name” is the variable name. In this case the variable will be evaluated on the timestep each image is created to create a new value. If the equal-style variable is time-dependent, this is a means of changing the way the simulation box appears from image to image, effectively doing a pan or fly-by view of your simulation.</p> <p>The <em>view</em> keyword determines the viewpoint from which the simulation box is viewed, looking towards the <em>center</em> point. The <em>theta</em> value is the vertical angle from the +z axis, and must be an angle from 0 to 180 degrees. The <em>phi</em> value is an azimuthal angle around the z axis and can be positive or negative. A value of 0.0 is a view along the +x axis, towards the <em>center</em> point. If <em>theta</em> or <em>phi</em> are specified via variables, then the variable values should be in degrees.</p> <p>The <em>center</em> keyword determines the point in simulation space that will be at the center of the image. <em>Cx</em>, <em>Cy</em>, and <em>Cz</em> are speficied as fractions of the box dimensions, so that (0.5,0.5,0.5) is the center of the simulation box. These values do not have to be between 0.0 and 1.0, if you want the simulation box to be offset from the center of the image. Note, however, that if you choose strange values for <em>Cx</em>, <em>Cy</em>, or <em>Cz</em> you may get a blank image. Internally, <em>Cx</em>, <em>Cy</em>, and <em>Cz</em> are converted into a point in simulation space. If <em>flag</em> is set to “s” for static, then this conversion is done once, at the time the dump command is issued. If <em>flag</em> is set to “d” for dynamic then the conversion is performed every time a new image is created. If the box size or shape is changing, this will adjust the center point in simulation space.</p> <p>The <em>up</em> keyword determines what direction in simulation space will be “up” in the image. Internally it is stored as a vector that is in the plane perpendicular to the view vector implied by the <em>theta</em> and <em>pni</em> values, and which is also in the plane defined by the view vector and user-specified up vector. Thus this internal vector is computed from the user-specified <em>up</em> vector as</p> <div class="highlight-python"><div class="highlight"><pre>up_internal = view cross (up cross view) </pre></div> </div> <p>This means the only restriction on the specified <em>up</em> vector is that it cannot be parallel to the <em>view</em> vector, implied by the <em>theta</em> and <em>phi</em> values.</p> <p>The <em>zoom</em> keyword scales the size of the simulation box as it appears in the image. The default <em>zfactor</em> value of 1 should display an image mostly filled by the atoms in the simulation box. A <em>zfactor</em> > 1 will make the simulation box larger; a <em>zfactor</em> < 1 will make it smaller. <em>Zfactor</em> must be a value > 0.0.</p> <p>The <em>persp</em> keyword determines how much depth perspective is present in the image. Depth perspective makes lines that are parallel in simulation space appear non-parallel in the image. A <em>pfactor</em> value of 0.0 means that parallel lines will meet at infininty (1.0/pfactor), which is an orthographic rendering with no persepctive. A <em>pfactor</em> value between 0.0 and 1.0 will introduce more perspective. A <em>pfactor</em> value > 1 will create a highly skewed image with a large amount of perspective.</p> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">The <em>persp</em> keyword is not yet supported as an option.</p> </div> <hr class="docutils" /> <p>The <em>box</em> keyword determines if and how the simulation box boundaries are rendered as thin cylinders in the image. If <em>no</em> is set, then the box boundaries are not drawn and the <em>diam</em> setting is ignored. If <em>yes</em> is set, the 12 edges of the box are drawn, with a diameter that is a fraction of the shortest box length in x,y,z (for 3d) or x,y (for 2d). The color of the box boundaries can be set with the <a class="reference internal" href="dump_modify.html"><em>dump_modify boxcolor</em></a> command.</p> <p>The <em>axes</em> keyword determines if and how the coordinate axes are rendered as thin cylinders in the image. If <em>no</em> is set, then the axes are not drawn and the <em>length</em> and <em>diam</em> settings are ignored. If <em>yes</em> is set, 3 thin cylinders are drawn to represent the x,y,z axes in colors red,green,blue. The origin of these cylinders will be offset from the lower left corner of the box by 10%. The <em>length</em> setting determines how long the cylinders will be as a fraction of the respective box lengths. The <em>diam</em> setting determines their thickness as a fraction of the shortest box length in x,y,z (for 3d) or x,y (for 2d).</p> <p>The <em>subbox</em> keyword determines if and how processor sub-domain boundaries are rendered as thin cylinders in the image. If <em>no</em> is set (default), then the sub-domain boundaries are not drawn and the <em>diam</em> setting is ignored. If <em>yes</em> is set, the 12 edges of each processor sub-domain are drawn, with a diameter that is a fraction of the shortest box length in x,y,z (for 3d) or x,y (for 2d). The color of the sub-domain boundaries can be set with the <a class="reference internal" href="dump_modify.html"><em>dump_modify boxcolor</em></a> command.</p> <hr class="docutils" /> <p>The <em>shiny</em> keyword determines how shiny the objects rendered in the image will appear. The <em>sfactor</em> value must be a value 0.0 <= <em>sfactor</em> <= 1.0, where <em>sfactor</em> = 1 is a highly reflective surface and <em>sfactor</em> = 0 is a rough non-shiny surface.</p> <p>The <em>ssao</em> keyword turns on/off a screen space ambient occlusion (SSAO) model for depth shading. If <em>yes</em> is set, then atoms further away from the viewer are darkened via a randomized process, which is perceived as depth. The calculation of this effect can increase the cost of computing the image by roughly 2x. The strength of the effect can be scaled by the <em>dfactor</em> parameter. If <em>no</em> is set, no depth shading is performed.</p> <hr class="docutils" /> <p>A series of JPEG, PNG, or PPM images can be converted into a movie file and then played as a movie using commonly available tools. Using dump style <em>movie</em> automates this step and avoids the intermediate step of writing (many) image snapshot file. But LAMMPS has to be compiled with -DLAMMPS_FFMPEG and an FFmpeg executable have to be installed.</p> <p>To manually convert JPEG, PNG or PPM files into an animated GIF or MPEG or other movie file you can use:</p> <ul class="simple"> <li><ol class="first loweralpha"> <li>Use the ImageMagick convert program.</li> </ol> </li> </ul> <div class="highlight-python"><div class="highlight"><pre>% convert *.jpg foo.gif % convert -loop 1 *.ppm foo.mpg </pre></div> </div> <p>Animated GIF files from ImageMagick are unoptimized. You can use a program like gifsicle to optimize and massively shrink them. MPEG files created by ImageMagick are in MPEG-1 format with rather inefficient compression and low quality.</p> <ul class="simple"> <li><ol class="first loweralpha" start="2"> <li>Use QuickTime.</li> </ol> </li> </ul> <p>Select “Open Image Sequence” under the File menu Load the images into QuickTime to animate them Select “Export” under the File menu Save the movie as a QuickTime movie (<a href="#id7"><span class="problematic" id="id8">*</span></a>.mov) or in another format. QuickTime can generate very high quality and efficiently compressed movie files. Some of the supported formats require to buy a license and some are not readable on all platforms until specific runtime libraries are installed.</p> <ul class="simple"> <li><ol class="first loweralpha" start="3"> <li>Use FFmpeg</li> </ol> </li> </ul> <p>FFmpeg is a command line tool that is available on many platforms and allows extremely flexible encoding and decoding of movies.</p> <div class="highlight-python"><div class="highlight"><pre>cat snap.*.jpg | ffmpeg -y -f image2pipe -c:v mjpeg -i - -b:v 2000k movie.m4v cat snap.*.ppm | ffmpeg -y -f image2pipe -c:v ppm -i - -b:v 2400k movie.avi </pre></div> </div> <p>Frontends for FFmpeg exist for multiple platforms. For more information see the <a class="reference external" href="http://www.ffmpeg.org/">FFmpeg homepage</a></p> <hr class="docutils" /> <p>Play the movie:</p> <ul class="simple"> <li><ol class="first loweralpha"> <li>Use your browser to view an animated GIF movie.</li> </ol> </li> </ul> <p>Select “Open File” under the File menu Load the animated GIF file</p> <ul class="simple"> <li>b) Use the freely available mplayer or ffplay tool to view a movie. Both are available for multiple OSes and support a large variety of file formats and decoders.</li> </ul> <div class="highlight-python"><div class="highlight"><pre>% mplayer foo.mpg % ffplay bar.avi </pre></div> </div> <ul class="simple"> <li>c) Use the <a class="reference external" href="http://www.sandia.gov/~sjplimp/pizza.html">Pizza.py</a> <a class="reference external" href="http://www.sandia.gov/~sjplimp/pizza/doc/animate.html">animate tool</a>, which works directly on a series of image files.</li> </ul> <div class="highlight-python"><div class="highlight"><pre><span class="n">a</span> <span class="o">=</span> <span class="n">animate</span><span class="p">(</span><span class="s">"foo*.jpg"</span><span class="p">)</span> </pre></div> </div> <ul class="simple"> <li>d) QuickTime and other Windows- or MacOS-based media players can obviously play movie files directly. Similarly for corresponding tools bundled with Linux desktop environments. However, due to licensing issues with some file formats, the formats may require installing additional libraries, purchasing a license, or may not be supported.</li> </ul> <hr class="docutils" /> <p>See <a class="reference internal" href="Section_modify.html"><em>Section_modify</em></a> of the manual for information on how to add new compute and fix styles to LAMMPS to calculate per-atom quantities which could then be output into dump files.</p> </div> <hr class="docutils" /> <div class="section" id="restrictions"> <h2>Restrictions<a class="headerlink" href="#restrictions" title="Permalink to this headline">¶</a></h2> <p>To write JPEG images, you must use the -DLAMMPS_JPEG switch when building LAMMPS and link with a JPEG library. To write PNG images, you must use the -DLAMMPS_PNG switch when building LAMMPS and link with a PNG library.</p> <p>To write <em>movie</em> dumps, you must use the -DLAMMPS_FFMPEG switch when building LAMMPS and have the FFmpeg executable available on the machine where LAMMPS is being run. Typically it’s name is lowercase, i.e. ffmpeg.</p> <p>See the <a class="reference internal" href="Section_start.html#start-2-4"><span>Making LAMMPS</span></a> section of the documentation for details on how to compile with optional switches.</p> <p>Note that since FFmpeg is run as an external program via a pipe, LAMMPS has limited control over its execution and no knowledge about errors and warnings printed by it. Those warnings and error messages will be printed to the screen only. Due to the way image data is communicated to FFmpeg, it will often print the message</p> <div class="highlight-python"><div class="highlight"><pre>pipe:: Input/output error </pre></div> </div> <p>which can be safely ignored. Other warnings and errors have to be addressed according to the FFmpeg documentation. One known issue is that certain movie file formats (e.g. MPEG level 1 and 2 format streams) have video bandwith limits that can be crossed when rendering too large of image sizes. Typical warnings look like this:</p> <div class="highlight-python"><div class="highlight"><pre>[mpeg @ 0x98b5e0] packet too large, ignoring buffer limits to mux it [mpeg @ 0x98b5e0] buffer underflow st=0 bufi=281407 size=285018 [mpeg @ 0x98b5e0] buffer underflow st=0 bufi=283448 size=285018 </pre></div> </div> <p>In this case it is recommended to either reduce the size of the image or encode in a different format that is also supported by your copy of FFmpeg, and which does not have this limitation (e.g. .avi, .mkv, mp4).</p> </div> <div class="section" id="related-commands"> <h2>Related commands<a class="headerlink" href="#related-commands" title="Permalink to this headline">¶</a></h2> <p><a class="reference internal" href="dump.html"><em>dump</em></a>, <a class="reference internal" href="dump_modify.html"><em>dump_modify</em></a>, <a class="reference internal" href="undump.html"><em>undump</em></a></p> </div> <div class="section" id="default"> <h2>Default<a class="headerlink" href="#default" title="Permalink to this headline">¶</a></h2> <p>The defaults for the keywords are as follows:</p> <ul class="simple"> <li>adiam = not specified (use diameter setting)</li> <li>atom = yes</li> <li>bond = none none (if no bonds in system)</li> <li>bond = atom 0.5 (if bonds in system)</li> <li>size = 512 512</li> <li>view = 60 30 (for 3d)</li> <li>view = 0 0 (for 2d)</li> <li>center = s 0.5 0.5 0.5</li> <li>up = 0 0 1 (for 3d)</li> <li>up = 0 1 0 (for 2d)</li> <li>zoom = 1.0</li> <li>persp = 0.0</li> <li>box = yes 0.02</li> <li>axes = no 0.0 0.0</li> <li>subbox no 0.0</li> <li>shiny = 1.0</li> <li>ssao = no</li> </ul> </div> </div> </div> </div> <footer> <hr/> <div role="contentinfo"> <p> © Copyright 2013 Sandia Corporation. </p> </div> Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. </footer> </div> </div> </section> </div> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT:'./', VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/javascript" src="_static/sphinxcontrib-images/LightBox2/lightbox2/js/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="_static/sphinxcontrib-images/LightBox2/lightbox2/js/lightbox.min.js"></script> <script type="text/javascript" src="_static/sphinxcontrib-images/LightBox2/lightbox2-customize/jquery-noconflict.js"></script> <script type="text/javascript" src="_static/js/theme.js"></script> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.StickyNav.enable(); }); </script> </body> </html> \ No newline at end of file diff --git a/doc/dump_image.txt b/doc/dump_image.txt index f671e747d..497bc46d7 100644 --- a/doc/dump_image.txt +++ b/doc/dump_image.txt @@ -1,568 +1,619 @@ "LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c :link(lws,http://lammps.sandia.gov) :link(ld,Manual.html) :link(lc,Section_commands.html#comm) :line dump image command :h3 dump movie command :h3 [Syntax:] dump ID group-ID style N file color diameter keyword value ... :pre ID = user-assigned name for the dump :ulb,l group-ID = ID of the group of atoms to be imaged :l style = {image} or {movie} = style of dump command (other styles {atom} or {cfg} or {dcd} or {xtc} or {xyz} or {local} or {custom} are discussed on the "dump"_dump.html doc page) :l N = dump every this many timesteps :l file = name of file to write image to :l color = atom attribute that determines color of each atom :l diameter = atom attribute that determines size of each atom :l zero or more keyword/value pairs may be appended :l -keyword = {adiam} or {atom} or {body} or {bond} or {size} or {view} or {center} or {up} or {zoom} or {persp} or {box} or {axes} or {subbox} or {shiny} or {ssao} :l - {adiam} value = number = numeric value for atom diameter (distance units) +keyword = {atom} or {adiam} or {bond} or {line} or {tri} or {body} or {size} or {view} or {center} or {up} or {zoom} or {persp} or {box} or {axes} or {subbox} or {shiny} or {ssao} :l {atom} = yes/no = do or do not draw atoms - {body} = yes/no bflag1 bflag2 - yes/no = do or do not draw atoms as bodies - bflag1,bflag2 = 2 numeric flags to affect how bodies are drawn + {adiam} size = numeric value for atom diameter (distance units) {bond} values = color width = color and width of bonds color = {atom} or {type} or {none} width = number or {atom} or {type} or {none} number = numeric value for bond width (distance units) + {line} = color width + color = {type} + width = numeric value for line width (distance units) + {tri} = color + color = {type} + {body} = color bflag1 bflag2 + color = {type} + bflag1,bflag2 = 2 numeric flags to affect how bodies are drawn {size} values = width height = size of images width = width of image in # of pixels height = height of image in # of pixels {view} values = theta phi = view of simulation box theta = view angle from +z axis (degrees) phi = azimuthal view angle (degrees) theta or phi can be a variable (see below) {center} values = flag Cx Cy Cz = center point of image flag = "s" for static, "d" for dynamic Cx,Cy,Cz = center point of image as fraction of box dimension (0.5 = center of box) Cx,Cy,Cz can be variables (see below) {up} values = Ux Uy Uz = direction that is "up" in image Ux,Uy,Uz = components of up vector Ux,Uy,Uz can be variables (see below) {zoom} value = zfactor = size that simulation box appears in image zfactor = scale image size by factor > 1 to enlarge, factor < 1 to shrink zfactor can be a variable (see below) {persp} value = pfactor = amount of "perspective" in image pfactor = amount of perspective (0 = none, < 1 = some, > 1 = highly skewed) pfactor can be a variable (see below) {box} values = yes/no diam = draw outline of simulation box yes/no = do or do not draw simulation box lines diam = diameter of box lines as fraction of shortest box length {axes} values = yes/no length diam = draw xyz axes yes/no = do or do not draw xyz axes lines next to simulation box length = length of axes lines as fraction of respective box lengths diam = diameter of axes lines as fraction of shortest box length {subbox} values = yes/no diam = draw outline of processor sub-domains yes/no = do or do not draw sub-domain lines diam = diameter of sub-domain lines as fraction of shortest box length {shiny} value = sfactor = shinyness of spheres and cylinders sfactor = shinyness of spheres and cylinders from 0.0 to 1.0 {ssao} value = yes/no seed dfactor = SSAO depth shading yes/no = turn depth shading on/off seed = random # seed (positive integer) dfactor = strength of shading from 0.0 to 1.0 :pre :ule [Examples:] dump d0 all image 100 dump.*.jpg type type dump d1 mobile image 500 snap.*.png element element ssao yes 4539 0.6 dump d2 all image 200 img-*.ppm type type zoom 2.5 adiam 1.5 size 1280 720 dump m0 all movie 1000 movie.mpg type type size 640 480 dump m1 all movie 1000 movie.avi type type size 640 480 dump m2 all movie 100 movie.m4v type type zoom 1.8 adiam v_value size 1280 720 :pre [Description:] Dump a high-quality rendered image of the atom configuration every N timesteps and save the images either as a sequence of JPEG or PNG or PPM files, or as a single movie file. The options for this command as well as the "dump_modify"_dump_modify.html command control what is included in the image or movie and how it appears. A series of such images can easily be manually converted into an animated movie of your simulation or the process can be automated without writing the intermediate files using the dump movie style; see further details below. Other dump styles store snapshots of numerical data asociated with atoms in various formats, as discussed on the "dump"_dump.html doc page. Note that a set of images or a movie can be made after a simulation has been run, using the "rerun"_rerun.html command to read snapshots from an existing dump file, and using these dump commands in the rerun script to generate the images/movie. Here are two sample images, rendered as 1024x1024 JPEG files. Click to see the full-size images: <DIV ALIGN=center> :image(JPG/dump1_small.jpg,JPG/dump1.jpg) :image(JPG/dump2_small.jpg,JPG/dump2.jpg) </DIV> Only atoms in the specified group are rendered in the image. The "dump_modify region and thresh"_dump_modify.html commands can also alter what atoms are included in the image.\ The filename suffix determines whether a JPEG, PNG, or PPM file is created with the {image} dump style. If the suffix is ".jpg" or ".jpeg", then a JPEG format file is created, if the suffix is ".png", then a PNG format is created, else a PPM (aka NETPBM) format file is created. The JPEG and PNG files are binary; PPM has a text mode header followed by binary data. JPEG images have lossy compression; PNG has lossless compression; and PPM files are uncompressed but can be compressed with gzip, if LAMMPS has been compiled with -DLAMMPS_GZIP and a ".gz" suffix is used. Similarly, the format of the resulting movie is chosen with the {movie} dump style. This is handled by the underlying FFmpeg converter and thus details have to be looked up in the FFmpeg documentation. Typical examples are: .avi, .mpg, .m4v, .mp4, .mkv, .flv, .mov, .gif Additional settings of the movie compression like bitrate and framerate can be set using the "dump_modify"_dump_modify.html command. To write out JPEG and PNG format files, you must build LAMMPS with support for the corresponding JPEG or PNG library. To convert images into movies, LAMMPS has to be compiled with the -DLAMMPS_FFMPEG flag. See "this section"_Section_start.html#start_2_4 of the manual for instructions on how to do this. NOTE: Because periodic boundary conditions are enforced only on timesteps when neighbor lists are rebuilt, the coordinates of an atom in the image may be slightly outside the simulation box. :line Dumps are performed on timesteps that are a multiple of N (including timestep 0) and on the last timestep of a minimization if the minimization converges. Note that this means a dump will not be performed on the initial timestep after the dump command is invoked, if the current timestep is not a multiple of N. This behavior can be changed via the "dump_modify first"_dump_modify.html command, which can be useful if the dump command is invoked after a minimization ended on an arbitrary timestep. N can be changed between runs by using the "dump_modify every"_dump_modify.html command. Dump {image} filenames must contain a wildcard character "*", so that one image file per snapshot is written. The "*" character is replaced with the timestep value. For example, tmp.dump.*.jpg becomes tmp.dump.0.jpg, tmp.dump.10000.jpg, tmp.dump.20000.jpg, etc. Note that the "dump_modify pad"_dump_modify.html command can be used to insure all timestep numbers are the same length (e.g. 00010), which can make it easier to convert a series of images into a movie in the correct ordering. Dump {movie} filenames on the other hand, must not have any wildcard character since only one file combining all images into a single movie will be written by the movie encoder. :line The {color} and {diameter} settings determine the color and size of atoms rendered in the image. They can be any atom attribute defined for the "dump custom"_dump.html command, including {type} and {element}. This includes per-atom quantities calculated by a "compute"_compute.html, "fix"_fix.html, or "variable"_variable.html, which are prefixed by "c_", "f_", or "v_" respectively. Note that the {diameter} setting can be overridden with a numeric value applied to all atoms by the optional {adiam} keyword. If {type} is specified for the {color} setting, then the color of each atom is determined by its atom type. By default the mapping of types to colors is as follows: type 1 = red type 2 = green type 3 = blue type 4 = yellow type 5 = aqua type 6 = cyan :ul and repeats itself for types > 6. This mapping can be changed by the "dump_modify acolor"_dump_modify.html command. If {type} is specified for the {diameter} setting then the diameter of each atom is determined by its atom type. By default all types have diameter 1.0. This mapping can be changed by the "dump_modify adiam"_dump_modify.html command. If {element} is specified for the {color} and/or {diameter} setting, then the color and/or diameter of each atom is determined by which element it is, which in turn is specified by the element-to-type mapping specified by the "dump_modify element" command. By default every atom type is C (carbon). Every element has a color and diameter associated with it, which is the same as the colors and sizes used by the "AtomEye"_atomeye visualization package. :link(atomeye,http://mt.seas.upenn.edu/Archive/Graphics/A) If other atom attributes are used for the {color} or {diameter} settings, they are interpreted in the following way. If "vx", for example, is used as the {color} setting, then the color of the atom will depend on the x-component of its velocity. The association of a per-atom value with a specific color is determined by a "color map", which can be specified via the "dump_modify"_dump_modify.html command. The basic idea is that the atom-attribute will be within a range of values, and every value within the range is mapped to a specific color. Depending on how the color map is defined, that mapping can take place via interpolation so that a value of -3.2 is halfway between "red" and "blue", or discretely so that the value of -3.2 is "orange". If "vx", for example, is used as the {diameter} setting, then the atom will be rendered using the x-component of its velocity as the diameter. If the per-atom value <= 0.0, them the atom will not be drawn. Note that finite-size spherical particles, as defined by "atom_style sphere"_atom_style.html define a per-particle radius or diameter, which can be used as the {diameter} setting. :line The various kewords listed above control how the image is rendered. As listed below, all of the keywords have defaults, most of which you will likely not need to change. The "dump modify"_dump_modify.html also has options specific to the dump image style, particularly for assigning colors to atoms, bonds, and other image features. :line -The {adiam} keyword allows you to override the {diameter} setting to a -per-atom attribute with a specified numeric value. All atoms will be -drawn with that diameter, e.g. 1.5, which is in whatever distance -"units"_units.html the input script defines, e.g. Angstroms. +The {atom} keyword allow you to turn off the drawing of all atoms, if +the specified value is {no}. Note that this will not turn off the +drawing of particles that are represented as lines, triangles, or +bodies, as discussed below. These particles can be drawn separately +if the {line}, {tri}, or {body} keywords are used. -The {atom} keyword allow you to turn off the drawing of all atoms, -if the specified value is {no}. - -The {body} keyword can be used when "atom_style body"_atom_style.html -is used to define body particles with internal state -(e.g. sub-particles). The "body"_body.html doc page descibes the body -styles LAMMPS currently supports, and provides more details as to the -kind of body particles they represent and how they are drawn by this -dump image command. For all the body styles, individual atoms can be -either a body particle or a usual point (non-body) particle. If the -{body} keyword is set to {yes}, then atoms which are body particles -are drawn by the method defined by the body style. Non-body particles -the same way they would be if the {body} keyword is {no}, i.e. as -spheres. The {bflag1} and {bflag2} settings are numerical values -which are passed to the body style to affect how the drawing of a body -particle is done. See the "body"_body.html doc page for a description -of what these parameters mean for each body style. +The {adiam} keyword allows you to override the {diameter} setting to +set a single numeric {size}. All atoms will be drawn with that +diameter, e.g. 1.5, which is in whatever distance "units"_units.html +the input script defines, e.g. Angstroms. The {bond} keyword allows to you to alter how bonds are drawn. A bond is only drawn if both atoms in the bond are being drawn due to being in the specified group and due to other selection criteria (e.g. region, threshhold settings of the "dump_modify"_dump_modify.html command). By default, bonds are drawn if they are defined in the input data file as read by the "read_data"_read_data.html command. Using {none} for both the bond {color} and {width} value will turn off the drawing of all bonds. If {atom} is specified for the bond {color} value, then each bond is drawn in 2 halves, with the color of each half being the color of the atom at that end of the bond. If {type} is specified for the {color} value, then the color of each bond is determined by its bond type. By default the mapping of bond types to colors is as follows: type 1 = red type 2 = green type 3 = blue type 4 = yellow type 5 = aqua type 6 = cyan :ul and repeats itself for bond types > 6. This mapping can be changed by the "dump_modify bcolor"_dump_modify.html command. The bond {width} value can be a numeric value or {atom} or {type} (or {none} as indicated above). If a numeric value is specified, then all bonds will be drawn as cylinders with that diameter, e.g. 1.0, which is in whatever distance "units"_units.html the input script defines, e.g. Angstroms. If {atom} is specified for the {width} value, then each bond will be drawn with a width corresponding to the minimum diameter of the 2 atoms in the bond. If {type} is specified for the {width} value then the diameter of each bond is determined by its bond type. By default all types have diameter 0.5. This mapping can be changed by the "dump_modify bdiam"_dump_modify.html command. +The {line} keyword can be used when "atom_style line"_atom_style.html +is used to define particles as line segments, and will draw them as +lines. If this keyword is not used, such particles will be drawn as +spheres, the same as if they were regular atoms. The only setting +currently allowed for the {color} value is {type}, which will color +the lines according to the atom type of the particle. By default the +mapping of types to colors is as follows: + +type 1 = red +type 2 = green +type 3 = blue +type 4 = yellow +type 5 = aqua +type 6 = cyan :ul + +and repeats itself for types > 6. There is not yet an option to +change this via the "dump_modify"_dump_modify.html command. + +The line {width} can only be a numeric value, which specifies that all +lines will be drawn as cylinders with that diameter, e.g. 1.0, which +is in whatever distance "units"_units.html the input script defines, +e.g. Angstroms. + +The {tri} keyword can be used when "atom_style tri"_atom_style.html is +used to define particles as triangles, and will draw them as +triangles. If this keyword is not used, such particles will be drawn +as spheres, the same as if they were regular atoms. The only setting +currently allowed for the {color} value is {type}, which will color +the triangles according to the atom type of the particle. By default +the mapping of types to colors is as follows: + +type 1 = red +type 2 = green +type 3 = blue +type 4 = yellow +type 5 = aqua +type 6 = cyan :ul + +and repeats itself for types > 6. There is not yet an option to +change this via the "dump_modify"_dump_modify.html command. + +The {body} keyword can be used when "atom_style body"_atom_style.html +is used to define body particles with internal state +(e.g. sub-particles), and will drawn them in a manner specific to the +body style. If this keyword is not used, such particles will be drawn +as spheres, the same as if they were regular atoms. + +The "body"_body.html doc page descibes the body styles LAMMPS +currently supports, and provides more details as to the kind of body +particles they represent and how they are drawn by this dump image +command. For all the body styles, individual atoms can be either a +body particle or a usual point (non-body) particle. Non-body +particles will be drawn the same way they would be as a regular atom. +The {bflag1} and {bflag2} settings are numerical values which are +passed to the body style to affect how the drawing of a body particle +is done. See the "body"_body.html doc page for a description of what +these parameters mean for each body style. + :line The {size} keyword sets the width and height of the created images, i.e. the number of pixels in each direction. :line The {view}, {center}, {up}, {zoom}, and {persp} values determine how 3d simulation space is mapped to the 2d plane of the image. Basically they control how the simulation box appears in the image. All of the {view}, {center}, {up}, {zoom}, and {persp} values can be specified as numeric quantities, whose meaning is explained below. Any of them can also be specified as an "equal-style variable"_variable.html, by using v_name as the value, where "name" is the variable name. In this case the variable will be evaluated on the timestep each image is created to create a new value. If the equal-style variable is time-dependent, this is a means of changing the way the simulation box appears from image to image, effectively doing a pan or fly-by view of your simulation. The {view} keyword determines the viewpoint from which the simulation box is viewed, looking towards the {center} point. The {theta} value is the vertical angle from the +z axis, and must be an angle from 0 to 180 degrees. The {phi} value is an azimuthal angle around the z axis and can be positive or negative. A value of 0.0 is a view along the +x axis, towards the {center} point. If {theta} or {phi} are specified via variables, then the variable values should be in degrees. The {center} keyword determines the point in simulation space that will be at the center of the image. {Cx}, {Cy}, and {Cz} are speficied as fractions of the box dimensions, so that (0.5,0.5,0.5) is the center of the simulation box. These values do not have to be between 0.0 and 1.0, if you want the simulation box to be offset from the center of the image. Note, however, that if you choose strange values for {Cx}, {Cy}, or {Cz} you may get a blank image. Internally, {Cx}, {Cy}, and {Cz} are converted into a point in simulation space. If {flag} is set to "s" for static, then this conversion is done once, at the time the dump command is issued. If {flag} is set to "d" for dynamic then the conversion is performed every time a new image is created. If the box size or shape is changing, this will adjust the center point in simulation space. The {up} keyword determines what direction in simulation space will be "up" in the image. Internally it is stored as a vector that is in the plane perpendicular to the view vector implied by the {theta} and {pni} values, and which is also in the plane defined by the view vector and user-specified up vector. Thus this internal vector is computed from the user-specified {up} vector as up_internal = view cross (up cross view) :pre This means the only restriction on the specified {up} vector is that it cannot be parallel to the {view} vector, implied by the {theta} and {phi} values. The {zoom} keyword scales the size of the simulation box as it appears in the image. The default {zfactor} value of 1 should display an image mostly filled by the atoms in the simulation box. A {zfactor} > 1 will make the simulation box larger; a {zfactor} < 1 will make it smaller. {Zfactor} must be a value > 0.0. The {persp} keyword determines how much depth perspective is present in the image. Depth perspective makes lines that are parallel in simulation space appear non-parallel in the image. A {pfactor} value of 0.0 means that parallel lines will meet at infininty (1.0/pfactor), which is an orthographic rendering with no persepctive. A {pfactor} value between 0.0 and 1.0 will introduce more perspective. A {pfactor} value > 1 will create a highly skewed image with a large amount of perspective. NOTE: The {persp} keyword is not yet supported as an option. :line The {box} keyword determines if and how the simulation box boundaries are rendered as thin cylinders in the image. If {no} is set, then the box boundaries are not drawn and the {diam} setting is ignored. If {yes} is set, the 12 edges of the box are drawn, with a diameter that is a fraction of the shortest box length in x,y,z (for 3d) or x,y (for 2d). The color of the box boundaries can be set with the "dump_modify boxcolor"_dump_modify.html command. The {axes} keyword determines if and how the coordinate axes are rendered as thin cylinders in the image. If {no} is set, then the axes are not drawn and the {length} and {diam} settings are ignored. If {yes} is set, 3 thin cylinders are drawn to represent the x,y,z axes in colors red,green,blue. The origin of these cylinders will be offset from the lower left corner of the box by 10%. The {length} setting determines how long the cylinders will be as a fraction of the respective box lengths. The {diam} setting determines their thickness as a fraction of the shortest box length in x,y,z (for 3d) or x,y (for 2d). The {subbox} keyword determines if and how processor sub-domain boundaries are rendered as thin cylinders in the image. If {no} is set (default), then the sub-domain boundaries are not drawn and the {diam} setting is ignored. If {yes} is set, the 12 edges of each processor sub-domain are drawn, with a diameter that is a fraction of the shortest box length in x,y,z (for 3d) or x,y (for 2d). The color of the sub-domain boundaries can be set with the "dump_modify boxcolor"_dump_modify.html command. :line The {shiny} keyword determines how shiny the objects rendered in the image will appear. The {sfactor} value must be a value 0.0 <= {sfactor} <= 1.0, where {sfactor} = 1 is a highly reflective surface and {sfactor} = 0 is a rough non-shiny surface. The {ssao} keyword turns on/off a screen space ambient occlusion (SSAO) model for depth shading. If {yes} is set, then atoms further away from the viewer are darkened via a randomized process, which is perceived as depth. The calculation of this effect can increase the cost of computing the image by roughly 2x. The strength of the effect can be scaled by the {dfactor} parameter. If {no} is set, no depth shading is performed. :line A series of JPEG, PNG, or PPM images can be converted into a movie file and then played as a movie using commonly available tools. Using dump style {movie} automates this step and avoids the intermediate step of writing (many) image snapshot file. But LAMMPS has to be compiled with -DLAMMPS_FFMPEG and an FFmpeg executable have to be installed. To manually convert JPEG, PNG or PPM files into an animated GIF or MPEG or other movie file you can use: a) Use the ImageMagick convert program. :ulb,l % convert *.jpg foo.gif % convert -loop 1 *.ppm foo.mpg :pre Animated GIF files from ImageMagick are unoptimized. You can use a program like gifsicle to optimize and massively shrink them. MPEG files created by ImageMagick are in MPEG-1 format with rather inefficient compression and low quality. b) Use QuickTime. :l Select "Open Image Sequence" under the File menu Load the images into QuickTime to animate them Select "Export" under the File menu Save the movie as a QuickTime movie (*.mov) or in another format. QuickTime can generate very high quality and efficiently compressed movie files. Some of the supported formats require to buy a license and some are not readable on all platforms until specific runtime libraries are installed. c) Use FFmpeg :l FFmpeg is a command line tool that is available on many platforms and allows extremely flexible encoding and decoding of movies. cat snap.*.jpg | ffmpeg -y -f image2pipe -c:v mjpeg -i - -b:v 2000k movie.m4v cat snap.*.ppm | ffmpeg -y -f image2pipe -c:v ppm -i - -b:v 2400k movie.avi :pre Frontends for FFmpeg exist for multiple platforms. For more information see the "FFmpeg homepage"_http://www.ffmpeg.org/ :ule :line Play the movie: a) Use your browser to view an animated GIF movie. :ulb,l Select "Open File" under the File menu Load the animated GIF file b) Use the freely available mplayer or ffplay tool to view a movie. Both are available for multiple OSes and support a large variety of file formats and decoders. :l % mplayer foo.mpg % ffplay bar.avi :pre c) Use the "Pizza.py"_http://www.sandia.gov/~sjplimp/pizza.html "animate tool"_http://www.sandia.gov/~sjplimp/pizza/doc/animate.html, which works directly on a series of image files. :l a = animate("foo*.jpg") :pre d) QuickTime and other Windows- or MacOS-based media players can obviously play movie files directly. Similarly for corresponding tools bundled with Linux desktop environments. However, due to licensing issues with some file formats, the formats may require installing additional libraries, purchasing a license, or may not be supported. :ule,l :line See "Section_modify"_Section_modify.html of the manual for information on how to add new compute and fix styles to LAMMPS to calculate per-atom quantities which could then be output into dump files. :line [Restrictions:] To write JPEG images, you must use the -DLAMMPS_JPEG switch when building LAMMPS and link with a JPEG library. To write PNG images, you must use the -DLAMMPS_PNG switch when building LAMMPS and link with a PNG library. To write {movie} dumps, you must use the -DLAMMPS_FFMPEG switch when building LAMMPS and have the FFmpeg executable available on the machine where LAMMPS is being run. Typically it's name is lowercase, i.e. ffmpeg. See the "Making LAMMPS"_Section_start.html#start_2_4 section of the documentation for details on how to compile with optional switches. Note that since FFmpeg is run as an external program via a pipe, LAMMPS has limited control over its execution and no knowledge about errors and warnings printed by it. Those warnings and error messages will be printed to the screen only. Due to the way image data is communicated to FFmpeg, it will often print the message pipe:: Input/output error :pre which can be safely ignored. Other warnings and errors have to be addressed according to the FFmpeg documentation. One known issue is that certain movie file formats (e.g. MPEG level 1 and 2 format streams) have video bandwith limits that can be crossed when rendering too large of image sizes. Typical warnings look like this: \[mpeg @ 0x98b5e0\] packet too large, ignoring buffer limits to mux it \[mpeg @ 0x98b5e0\] buffer underflow st=0 bufi=281407 size=285018 \[mpeg @ 0x98b5e0\] buffer underflow st=0 bufi=283448 size=285018 :pre In this case it is recommended to either reduce the size of the image or encode in a different format that is also supported by your copy of FFmpeg, and which does not have this limitation (e.g. .avi, .mkv, mp4). [Related commands:] "dump"_dump.html, "dump_modify"_dump_modify.html, "undump"_undump.html [Default:] The defaults for the keywords are as follows: adiam = not specified (use diameter setting) atom = yes bond = none none (if no bonds in system) bond = atom 0.5 (if bonds in system) size = 512 512 view = 60 30 (for 3d) view = 0 0 (for 2d) center = s 0.5 0.5 0.5 up = 0 0 1 (for 3d) up = 0 1 0 (for 2d) zoom = 1.0 persp = 0.0 box = yes 0.02 axes = no 0.0 0.0 subbox no 0.0 shiny = 1.0 ssao = no :ul diff --git a/doc/fix_move.html b/doc/fix_move.html index 2b0efcda0..337955c92 100644 --- a/doc/fix_move.html +++ b/doc/fix_move.html @@ -1,407 +1,408 @@ <!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>fix move command — LAMMPS documentation</title> <link rel="stylesheet" href="_static/css/theme.css" type="text/css" /> <link rel="stylesheet" href="_static/sphinxcontrib-images/LightBox2/lightbox2/css/lightbox.css" type="text/css" /> <link rel="top" title="LAMMPS documentation" href="index.html"/> <script src="_static/js/modernizr.min.js"></script> </head> <body class="wy-body-for-nav" role="document"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-nav-search"> <a href="Manual.html" class="icon icon-home"> LAMMPS </a> <div role="search"> <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul> <li class="toctree-l1"><a class="reference internal" href="Section_intro.html">1. Introduction</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_start.html">2. Getting Started</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_commands.html">3. Commands</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_packages.html">4. Packages</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_accelerate.html">5. Accelerating LAMMPS performance</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_howto.html">6. How-to discussions</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_example.html">7. Example problems</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_perf.html">8. Performance & scalability</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_tools.html">9. Additional tools</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_modify.html">10. Modifying & extending LAMMPS</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_python.html">11. Python interface to LAMMPS</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_errors.html">12. Errors</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_history.html">13. Future and history</a></li> </ul> </div> </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="Manual.html">LAMMPS</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="Manual.html">Docs</a> »</li> <li>fix move command</li> <li class="wy-breadcrumbs-aside"> <a href="http://lammps.sandia.gov">Website</a> <a href="Section_commands.html#comm">Commands</a> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <div class="section" id="fix-move-command"> <span id="index-0"></span><h1>fix move command<a class="headerlink" href="#fix-move-command" title="Permalink to this headline">¶</a></h1> <div class="section" id="syntax"> <h2>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> <div class="highlight-python"><div class="highlight"><pre>fix ID group-ID move style args keyword values ... </pre></div> </div> <ul class="simple"> <li>ID, group-ID are documented in <a class="reference internal" href="fix.html"><em>fix</em></a> command</li> <li>move = style name of this fix command</li> <li>style = <em>linear</em> or <em>wiggle</em> or <em>rotate</em> or <em>variable</em></li> </ul> <pre class="literal-block"> <em>linear</em> args = Vx Vy Vz Vx,Vy,Vz = components of velocity vector (velocity units), any component can be specified as NULL <em>wiggle</em> args = Ax Ay Az period Ax,Ay,Az = components of amplitude vector (distance units), any component can be specified as NULL period = period of oscillation (time units) <em>rotate</em> args = Px Py Pz Rx Ry Rz period Px,Py,Pz = origin point of axis of rotation (distance units) Rx,Ry,Rz = axis of rotation vector period = period of rotation (time units) <em>variable</em> args = v_dx v_dy v_dz v_vx v_vy v_vz v_dx,v_dy,v_dz = 3 variable names that calculate x,y,z displacement as function of time, any component can be specified as NULL v_vx,v_vy,v_vz = 3 variable names that calculate x,y,z velocity as function of time, any component can be specified as NULL </pre> <ul class="simple"> <li>zero or more keyword/value pairs may be appended</li> <li>keyword = <em>units</em></li> </ul> <pre class="literal-block"> <em>units</em> value = <em>box</em> or <em>lattice</em> </pre> </div> <div class="section" id="examples"> <h2>Examples<a class="headerlink" href="#examples" title="Permalink to this headline">¶</a></h2> <div class="highlight-python"><div class="highlight"><pre>fix 1 boundary move wiggle 3.0 0.0 0.0 1.0 units box fix 2 boundary move rotate 0.0 0.0 0.0 0.0 0.0 1.0 5.0 fix 2 boundary move variable v_myx v_myy NULL v_VX v_VY NULL </pre></div> </div> </div> <div class="section" id="description"> <h2>Description<a class="headerlink" href="#description" title="Permalink to this headline">¶</a></h2> <p>Perform updates of position and velocity for atoms in the group each timestep using the specified settings or formulas, without regard to forces on the atoms. This can be useful for boundary or other atoms, whose movement can influence nearby atoms.</p> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">The atoms affected by this fix should not normally be time integrated by other fixes (e.g. <a class="reference internal" href="fix_nve.html"><em>fix nve</em></a>, <a class="reference internal" href="fix_nh.html"><em>fix nvt</em></a>), since that will change their positions and velocities twice.</p> </div> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">As atoms move due to this fix, they will pass thru periodic boundaries and be remapped to the other side of the simulation box, just as they would during normal time integration (e.g. via the <a class="reference internal" href="fix_nve.html"><em>fix nve</em></a> command). It is up to you to decide whether periodic boundaries are appropriate with the kind of atom motion you are prescribing with this fix.</p> </div> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">As dicsussed below, atoms are moved relative to their initial position at the time the fix is specified. These initial coordinates are stored by the fix in “unwrapped” form, by using the image flags associated with each atom. See the <a class="reference internal" href="dump.html"><em>dump custom</em></a> command for a discussion of “unwrapped” coordinates. See the Atoms section of the <a class="reference internal" href="read_data.html"><em>read_data</em></a> command for a discussion of image flags and how they are set for each atom. You can reset the image flags (e.g. to 0) before invoking this fix by using the <a class="reference internal" href="set.html"><em>set image</em></a> command.</p> </div> <hr class="docutils" /> <p>The <em>linear</em> style moves atoms at a constant velocity, so that their position <em>X</em> = (x,y,z) as a function of time is given in vector notation as</p> <div class="highlight-python"><div class="highlight"><pre><span class="n">X</span><span class="p">(</span><span class="n">t</span><span class="p">)</span> <span class="o">=</span> <span class="n">X0</span> <span class="o">+</span> <span class="n">V</span> <span class="o">*</span> <span class="n">delta</span> </pre></div> </div> <p>where <em>X0</em> = (x0,y0,z0) is their position at the time the fix is specified, <em>V</em> is the specified velocity vector with components (Vx,Vy,Vz), and <em>delta</em> is the time elapsed since the fix was specified. This style also sets the velocity of each atom to V = (Vx,Vy,Vz). If any of the velocity components is specified as NULL, then the position and velocity of that component is time integrated the same as the <a class="reference internal" href="fix_nve.html"><em>fix nve</em></a> command would perform, using the corresponding force component on the atom.</p> <p>Note that the <em>linear</em> style is identical to using the <em>variable</em> style with an <a class="reference internal" href="variable.html"><em>equal-style variable</em></a> that uses the vdisplace() function. E.g.</p> <div class="highlight-python"><div class="highlight"><pre>variable V equal 10.0 variable x equal vdisplace(0.0,$V) fix 1 boundary move variable v_x NULL NULL v_V NULL NULL </pre></div> </div> <p>The <em>wiggle</em> style moves atoms in an oscillatory fashion, so that their position <em>X</em> = (x,y,z) as a function of time is given in vector notation as</p> <div class="highlight-python"><div class="highlight"><pre>X(t) = X0 + A sin(omega*delta) </pre></div> </div> <p>where <em>X0</em> = (x0,y0,z0) is their position at the time the fix is specified, <em>A</em> is the specified amplitude vector with components (Ax,Ay,Az), <em>omega</em> is 2 PI / <em>period</em>, and <em>delta</em> is the time elapsed since the fix was specified. This style also sets the velocity of each atom to the time derivative of this expression. If any of the amplitude components is specified as NULL, then the position and velocity of that component is time integrated the same as the <a class="reference internal" href="fix_nve.html"><em>fix nve</em></a> command would perform, using the corresponding force component on the atom.</p> <p>Note that the <em>wiggle</em> style is identical to using the <em>variable</em> style with <a class="reference internal" href="variable.html"><em>equal-style variables</em></a> that use the swiggle() and cwiggle() functions. E.g.</p> <div class="highlight-python"><div class="highlight"><pre>variable A equal 10.0 variable T equal 5.0 variable omega equal 2.0*PI/$T variable x equal swiggle(0.0,$A,$T) variable v equal v_omega*($A-cwiggle(0.0,$A,$T)) fix 1 boundary move variable v_x NULL NULL v_v NULL NULL </pre></div> </div> <p>The <em>rotate</em> style rotates atoms around a rotation axis <em>R</em> = (Rx,Ry,Rz) that goes thru a point <em>P</em> = (Px,Py,Pz). The <em>period</em> of -the rotation is also specified. This style also sets the velocity of -each atom to (omega cross Rperp) where omega is its angular velocity -around the rotation axis and Rperp is a perpendicular vector from the -rotation axis to the atom. If the defined -<a class="reference internal" href="atom_style.html"><em>atom_style</em></a> assigns an angular velocity to each atom, -then each atom’s angular velocity is also set to omega. Note that the -direction of rotation for the atoms around the rotation axis is -consistent with the right-hand rule: if your right-hand’s thumb points -along <em>R</em>, then your fingers wrap around the axis in the direction of -rotation.</p> +the rotation is also specified. The direction of rotation for the +atoms around the rotation axis is consistent with the right-hand rule: +if your right-hand thumb points along <em>R</em>, then your fingers wrap +around the axis in the direction of rotation.</p> +<p>This style also sets the velocity of each atom to (omega cross Rperp) +where omega is its angular velocity around the rotation axis and Rperp +is a perpendicular vector from the rotation axis to the atom. If the +defined <a class="reference internal" href="atom_style.html"><em>atom_style</em></a> assigns an angular velocity or +angular moementum or orientation to each atom (<a class="reference internal" href="atom_style.html"><em>atom styles</em></a> sphere, ellipsoid, line, tri, body), then +those properties are also updated appropriately to correspond to the +atom’s motion and rotation over time.</p> <p>The <em>variable</em> style allows the position and velocity components of each atom to be set by formulas specified via the <a class="reference internal" href="variable.html"><em>variable</em></a> command. Each of the 6 variables is specified as an argument to the fix as v_name, where name is the variable name that is defined elsewhere in the input script.</p> <p>Each variable must be of either the <em>equal</em> or <em>atom</em> style. <em>Equal</em>-style variables compute a single numeric quantity, that can be a function of the timestep as well as of other simulation values. <em>Atom</em>-style variables compute a numeric quantity for each atom, that can be a function per-atom quantities, such as the atom’s position, as well as of the timestep and other simulation values. Note that this fix stores the original coordinates of each atom (see note below) so that per-atom quantity can be used in an atom-style variable formula. See the <a class="reference internal" href="variable.html"><em>variable</em></a> command for details.</p> <p>The first 3 variables (v_dx,v_dy,v_dz) specified for the <em>variable</em> style are used to calculate a displacement from the atom’s original position at the time the fix was specified. The second 3 variables (v_vx,v_vy,v_vz) specified are used to compute a velocity for each atom.</p> <p>Any of the 6 variables can be specified as NULL. If both the displacement and velocity variables for a particular x,y,z component are specified as NULL, then the position and velocity of that component is time integrated the same as the <a class="reference internal" href="fix_nve.html"><em>fix nve</em></a> command would perform, using the corresponding force component on the atom. If only the velocity variable for a component is specified as NULL, then the displacement variable will be used to set the position of the atom, and its velocity component will not be changed. If only the displacement variable for a component is specified as NULL, then the velocity variable will be used to set the velocity of the atom, and the position of the atom will be time integrated using that velocity.</p> <p>The <em>units</em> keyword determines the meaning of the distance units used to define the <em>linear</em> velocity and <em>wiggle</em> amplitude and <em>rotate</em> origin. This setting is ignored for the <em>variable</em> style. A <em>box</em> value selects standard units as defined by the <a class="reference internal" href="units.html"><em>units</em></a> command, e.g. velocity in Angstroms/fmsec and amplitude and position in Angstroms for units = real. A <em>lattice</em> value means the velocity units are in lattice spacings per time and the amplitude and position are in lattice spacings. The <a class="reference internal" href="lattice.html"><em>lattice</em></a> command must have been previously used to define the lattice spacing. Each of these 3 quantities may be dependent on the x,y,z dimension, since the lattice spacings can be different in x,y,z.</p> </div> <hr class="docutils" /> <div class="section" id="restart-fix-modify-output-run-start-stop-minimize-info"> <h2>Restart, fix_modify, output, run start/stop, minimize info<a class="headerlink" href="#restart-fix-modify-output-run-start-stop-minimize-info" title="Permalink to this headline">¶</a></h2> <p>This fix writes the original coordinates of moving atoms to <a class="reference internal" href="restart.html"><em>binary restart files</em></a>, as well as the initial timestep, so that the motion can be continuous in a restarted simulation. See the <a class="reference internal" href="read_restart.html"><em>read_restart</em></a> command for info on how to re-specify a fix in an input script that reads a restart file, so that the operation of the fix continues in an uninterrupted fashion.</p> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">Because the move positions are a function of the current timestep and the initial timestep, you cannot reset the timestep to a different value after reading a restart file, if you expect a fix move command to work in an uninterrupted fashion.</p> </div> <p>None of the <a class="reference internal" href="fix_modify.html"><em>fix_modify</em></a> options are relevant to this fix.</p> <p>This fix produces a per-atom array which can be accessed by various <a class="reference internal" href="Section_howto.html#howto-15"><span>output commands</span></a>. The number of columns for each atom is 3, and the columns store the original unwrapped x,y,z coords of each atom. The per-atom values can be accessed on any timestep.</p> <p>No parameter of this fix can be used with the <em>start/stop</em> keywords of the <a class="reference internal" href="run.html"><em>run</em></a> command. This fix is not invoked during <a class="reference internal" href="minimize.html"><em>energy minimization</em></a>.</p> <p>For <a class="reference internal" href="run_style.html"><em>rRESPA time integration</em></a>, this fix adjusts the position and velocity of atoms on the outermost rRESPA level.</p> </div> <div class="section" id="restrictions"> <h2>Restrictions<a class="headerlink" href="#restrictions" title="Permalink to this headline">¶</a></h2> <blockquote> <div>none</div></blockquote> </div> <div class="section" id="related-commands"> <h2>Related commands<a class="headerlink" href="#related-commands" title="Permalink to this headline">¶</a></h2> <p><a class="reference internal" href="fix_nve.html"><em>fix nve</em></a>, <a class="reference internal" href="displace_atoms.html"><em>displace_atoms</em></a></p> <p><strong>Default:</strong> none</p> <p>The option default is units = lattice.</p> </div> </div> </div> </div> <footer> <hr/> <div role="contentinfo"> <p> © Copyright 2013 Sandia Corporation. </p> </div> Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. </footer> </div> </div> </section> </div> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT:'./', VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/javascript" src="_static/sphinxcontrib-images/LightBox2/lightbox2/js/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="_static/sphinxcontrib-images/LightBox2/lightbox2/js/lightbox.min.js"></script> <script type="text/javascript" src="_static/sphinxcontrib-images/LightBox2/lightbox2-customize/jquery-noconflict.js"></script> <script type="text/javascript" src="_static/js/theme.js"></script> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.StickyNav.enable(); }); </script> </body> </html> \ No newline at end of file diff --git a/doc/fix_move.txt b/doc/fix_move.txt index 88a291c6c..89bd37bf0 100644 --- a/doc/fix_move.txt +++ b/doc/fix_move.txt @@ -1,223 +1,226 @@ "LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c :link(lws,http://lammps.sandia.gov) :link(ld,Manual.html) :link(lc,Section_commands.html#comm) :line fix move command :h3 [Syntax:] fix ID group-ID move style args keyword values ... :pre ID, group-ID are documented in "fix"_fix.html command :ulb,l move = style name of this fix command :l style = {linear} or {wiggle} or {rotate} or {variable} :l {linear} args = Vx Vy Vz Vx,Vy,Vz = components of velocity vector (velocity units), any component can be specified as NULL {wiggle} args = Ax Ay Az period Ax,Ay,Az = components of amplitude vector (distance units), any component can be specified as NULL period = period of oscillation (time units) {rotate} args = Px Py Pz Rx Ry Rz period Px,Py,Pz = origin point of axis of rotation (distance units) Rx,Ry,Rz = axis of rotation vector period = period of rotation (time units) {variable} args = v_dx v_dy v_dz v_vx v_vy v_vz v_dx,v_dy,v_dz = 3 variable names that calculate x,y,z displacement as function of time, any component can be specified as NULL v_vx,v_vy,v_vz = 3 variable names that calculate x,y,z velocity as function of time, any component can be specified as NULL :pre zero or more keyword/value pairs may be appended :l keyword = {units} :l {units} value = {box} or {lattice} :pre :ule [Examples:] fix 1 boundary move wiggle 3.0 0.0 0.0 1.0 units box fix 2 boundary move rotate 0.0 0.0 0.0 0.0 0.0 1.0 5.0 fix 2 boundary move variable v_myx v_myy NULL v_VX v_VY NULL :pre [Description:] Perform updates of position and velocity for atoms in the group each timestep using the specified settings or formulas, without regard to forces on the atoms. This can be useful for boundary or other atoms, whose movement can influence nearby atoms. NOTE: The atoms affected by this fix should not normally be time integrated by other fixes (e.g. "fix nve"_fix_nve.html, "fix nvt"_fix_nh.html), since that will change their positions and velocities twice. NOTE: As atoms move due to this fix, they will pass thru periodic boundaries and be remapped to the other side of the simulation box, just as they would during normal time integration (e.g. via the "fix nve"_fix_nve.html command). It is up to you to decide whether periodic boundaries are appropriate with the kind of atom motion you are prescribing with this fix. NOTE: As dicsussed below, atoms are moved relative to their initial position at the time the fix is specified. These initial coordinates are stored by the fix in "unwrapped" form, by using the image flags associated with each atom. See the "dump custom"_dump.html command for a discussion of "unwrapped" coordinates. See the Atoms section of the "read_data"_read_data.html command for a discussion of image flags and how they are set for each atom. You can reset the image flags (e.g. to 0) before invoking this fix by using the "set image"_set.html command. :line The {linear} style moves atoms at a constant velocity, so that their position {X} = (x,y,z) as a function of time is given in vector notation as X(t) = X0 + V * delta :pre where {X0} = (x0,y0,z0) is their position at the time the fix is specified, {V} is the specified velocity vector with components (Vx,Vy,Vz), and {delta} is the time elapsed since the fix was specified. This style also sets the velocity of each atom to V = (Vx,Vy,Vz). If any of the velocity components is specified as NULL, then the position and velocity of that component is time integrated the same as the "fix nve"_fix_nve.html command would perform, using the corresponding force component on the atom. Note that the {linear} style is identical to using the {variable} style with an "equal-style variable"_variable.html that uses the vdisplace() function. E.g. variable V equal 10.0 variable x equal vdisplace(0.0,$V) fix 1 boundary move variable v_x NULL NULL v_V NULL NULL :pre The {wiggle} style moves atoms in an oscillatory fashion, so that their position {X} = (x,y,z) as a function of time is given in vector notation as X(t) = X0 + A sin(omega*delta) :pre where {X0} = (x0,y0,z0) is their position at the time the fix is specified, {A} is the specified amplitude vector with components (Ax,Ay,Az), {omega} is 2 PI / {period}, and {delta} is the time elapsed since the fix was specified. This style also sets the velocity of each atom to the time derivative of this expression. If any of the amplitude components is specified as NULL, then the position and velocity of that component is time integrated the same as the "fix nve"_fix_nve.html command would perform, using the corresponding force component on the atom. Note that the {wiggle} style is identical to using the {variable} style with "equal-style variables"_variable.html that use the swiggle() and cwiggle() functions. E.g. variable A equal 10.0 variable T equal 5.0 variable omega equal 2.0*PI/$T variable x equal swiggle(0.0,$A,$T) variable v equal v_omega*($A-cwiggle(0.0,$A,$T)) fix 1 boundary move variable v_x NULL NULL v_v NULL NULL :pre The {rotate} style rotates atoms around a rotation axis {R} = (Rx,Ry,Rz) that goes thru a point {P} = (Px,Py,Pz). The {period} of -the rotation is also specified. This style also sets the velocity of -each atom to (omega cross Rperp) where omega is its angular velocity -around the rotation axis and Rperp is a perpendicular vector from the -rotation axis to the atom. If the defined -"atom_style"_atom_style.html assigns an angular velocity to each atom, -then each atom's angular velocity is also set to omega. Note that the -direction of rotation for the atoms around the rotation axis is -consistent with the right-hand rule: if your right-hand's thumb points -along {R}, then your fingers wrap around the axis in the direction of -rotation. +the rotation is also specified. The direction of rotation for the +atoms around the rotation axis is consistent with the right-hand rule: +if your right-hand thumb points along {R}, then your fingers wrap +around the axis in the direction of rotation. + +This style also sets the velocity of each atom to (omega cross Rperp) +where omega is its angular velocity around the rotation axis and Rperp +is a perpendicular vector from the rotation axis to the atom. If the +defined "atom_style"_atom_style.html assigns an angular velocity or +angular moementum or orientation to each atom ("atom +styles"_atom_style.html sphere, ellipsoid, line, tri, body), then +those properties are also updated appropriately to correspond to the +atom's motion and rotation over time. The {variable} style allows the position and velocity components of each atom to be set by formulas specified via the "variable"_variable.html command. Each of the 6 variables is specified as an argument to the fix as v_name, where name is the variable name that is defined elsewhere in the input script. Each variable must be of either the {equal} or {atom} style. {Equal}-style variables compute a single numeric quantity, that can be a function of the timestep as well as of other simulation values. {Atom}-style variables compute a numeric quantity for each atom, that can be a function per-atom quantities, such as the atom's position, as well as of the timestep and other simulation values. Note that this fix stores the original coordinates of each atom (see note below) so that per-atom quantity can be used in an atom-style variable formula. See the "variable"_variable.html command for details. The first 3 variables (v_dx,v_dy,v_dz) specified for the {variable} style are used to calculate a displacement from the atom's original position at the time the fix was specified. The second 3 variables (v_vx,v_vy,v_vz) specified are used to compute a velocity for each atom. Any of the 6 variables can be specified as NULL. If both the displacement and velocity variables for a particular x,y,z component are specified as NULL, then the position and velocity of that component is time integrated the same as the "fix nve"_fix_nve.html command would perform, using the corresponding force component on the atom. If only the velocity variable for a component is specified as NULL, then the displacement variable will be used to set the position of the atom, and its velocity component will not be changed. If only the displacement variable for a component is specified as NULL, then the velocity variable will be used to set the velocity of the atom, and the position of the atom will be time integrated using that velocity. The {units} keyword determines the meaning of the distance units used to define the {linear} velocity and {wiggle} amplitude and {rotate} origin. This setting is ignored for the {variable} style. A {box} value selects standard units as defined by the "units"_units.html command, e.g. velocity in Angstroms/fmsec and amplitude and position in Angstroms for units = real. A {lattice} value means the velocity units are in lattice spacings per time and the amplitude and position are in lattice spacings. The "lattice"_lattice.html command must have been previously used to define the lattice spacing. Each of these 3 quantities may be dependent on the x,y,z dimension, since the lattice spacings can be different in x,y,z. :line [Restart, fix_modify, output, run start/stop, minimize info:] This fix writes the original coordinates of moving atoms to "binary restart files"_restart.html, as well as the initial timestep, so that the motion can be continuous in a restarted simulation. See the "read_restart"_read_restart.html command for info on how to re-specify a fix in an input script that reads a restart file, so that the operation of the fix continues in an uninterrupted fashion. NOTE: Because the move positions are a function of the current timestep and the initial timestep, you cannot reset the timestep to a different value after reading a restart file, if you expect a fix move command to work in an uninterrupted fashion. None of the "fix_modify"_fix_modify.html options are relevant to this fix. This fix produces a per-atom array which can be accessed by various "output commands"_Section_howto.html#howto_15. The number of columns for each atom is 3, and the columns store the original unwrapped x,y,z coords of each atom. The per-atom values can be accessed on any timestep. No parameter of this fix can be used with the {start/stop} keywords of the "run"_run.html command. This fix is not invoked during "energy minimization"_minimize.html. For "rRESPA time integration"_run_style.html, this fix adjusts the position and velocity of atoms on the outermost rRESPA level. [Restrictions:] none [Related commands:] "fix nve"_fix_nve.html, "displace_atoms"_displace_atoms.html [Default:] none The option default is units = lattice. diff --git a/doc/fix_store_state.html b/doc/fix_store_state.html index 34de29af8..e96eb5e76 100644 --- a/doc/fix_store_state.html +++ b/doc/fix_store_state.html @@ -1,316 +1,316 @@ <!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>fix store/state command — LAMMPS documentation</title> <link rel="stylesheet" href="_static/css/theme.css" type="text/css" /> <link rel="stylesheet" href="_static/sphinxcontrib-images/LightBox2/lightbox2/css/lightbox.css" type="text/css" /> <link rel="top" title="LAMMPS documentation" href="index.html"/> <script src="_static/js/modernizr.min.js"></script> </head> <body class="wy-body-for-nav" role="document"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-nav-search"> <a href="Manual.html" class="icon icon-home"> LAMMPS </a> <div role="search"> <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul> <li class="toctree-l1"><a class="reference internal" href="Section_intro.html">1. Introduction</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_start.html">2. Getting Started</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_commands.html">3. Commands</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_packages.html">4. Packages</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_accelerate.html">5. Accelerating LAMMPS performance</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_howto.html">6. How-to discussions</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_example.html">7. Example problems</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_perf.html">8. Performance & scalability</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_tools.html">9. Additional tools</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_modify.html">10. Modifying & extending LAMMPS</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_python.html">11. Python interface to LAMMPS</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_errors.html">12. Errors</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_history.html">13. Future and history</a></li> </ul> </div> </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="Manual.html">LAMMPS</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="Manual.html">Docs</a> »</li> <li>fix store/state command</li> <li class="wy-breadcrumbs-aside"> <a href="http://lammps.sandia.gov">Website</a> <a href="Section_commands.html#comm">Commands</a> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <div class="section" id="fix-store-state-command"> <span id="index-0"></span><h1>fix store/state command<a class="headerlink" href="#fix-store-state-command" title="Permalink to this headline">¶</a></h1> <div class="section" id="syntax"> <h2>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> <div class="highlight-python"><div class="highlight"><pre>fix ID group-ID store/state N input1 input2 ... keyword value ... </pre></div> </div> <ul class="simple"> <li>ID, group-ID are documented in <a class="reference internal" href="fix.html"><em>fix</em></a> command</li> <li>store/state = style name of this fix command</li> <li>N = store atom attributes every N steps, N = 0 for initial store only</li> <li>input = one or more atom attributes</li> </ul> <div class="highlight-python"><div class="highlight"><pre>possible attributes = id, mol, type, mass, x, y, z, xs, ys, zs, xu, yu, zu, xsu, ysu, zsu, ix, iy, iz, vx, vy, vz, fx, fy, fz, q, mux, muy, muz, mu, radius, diameter, omegax, omegay, omegaz, angmomx, angmomy, angmomz, tqx, tqy, tqz, c_ID, c_ID[N], f_ID, f_ID[N], v_name, d_name, i_name </pre></div> </div> <div class="highlight-python"><div class="highlight"><pre>id = atom ID mol = molecule ID type = atom type mass = atom mass x,y,z = unscaled atom coordinates xs,ys,zs = scaled atom coordinates xu,yu,zu = unwrapped atom coordinates xsu,ysu,zsu = scaled unwrapped atom coordinates ix,iy,iz = box image that the atom is in vx,vy,vz = atom velocities fx,fy,fz = forces on atoms q = atom charge mux,muy,muz = orientation of dipolar atom mu = magnitued of dipole moment of atom radius,diameter = radius.diameter of spherical particle omegax,omegay,omegaz = angular velocity of spherical particle angmomx,angmomy,angmomz = angular momentum of aspherical particle tqx,tqy,tqz = torque on finite-size particles c_ID = per-atom vector calculated by a compute with ID c_ID[I] = Ith column of per-atom array calculated by a compute with ID f_ID = per-atom vector calculated by a fix with ID f_ID[I] = Ith column of per-atom array calculated by a fix with ID v_name = per-atom vector calculated by an atom-style variable with name d_name = per-atom floating point vector name, managed by fix property/atom i_name = per-atom integer vector name, managed by fix property/atom </pre></div> </div> <ul class="simple"> <li>zero or more keyword/value pairs may be appended</li> <li>keyword = <em>com</em></li> </ul> <pre class="literal-block"> <em>com</em> value = <em>yes</em> or <em>no</em> </pre> </div> <div class="section" id="examples"> <h2>Examples<a class="headerlink" href="#examples" title="Permalink to this headline">¶</a></h2> <div class="highlight-python"><div class="highlight"><pre>fix 1 all store/state 0 x y z fix 1 all store/state 0 xu yu zu com yes fix 2 all store/state 1000 vx vy vz </pre></div> </div> </div> <div class="section" id="description"> <h2>Description<a class="headerlink" href="#description" title="Permalink to this headline">¶</a></h2> <p>Define a fix that stores attributes for each atom in the group at the time the fix is defined. If <em>N</em> is 0, then the values are never updated, so this is a way of archiving an atom attribute at a given time for future use in a calculation or output. See the discussion of <a class="reference internal" href="Section_howto.html#howto-15"><span>output commands</span></a> that take fixes as inputs.</p> <p>If <em>N</em> is not zero, then the attributes will be updated every <em>N</em> steps.</p> -<div class="admonition warning"> -<p class="first admonition-title">Warning</p> -<p class="last">Actually, only atom attributes specified by keywords -like <em>xu</em> or <em>vy</em> or <em>radius</em> are initially stored immediately at the -point in your input script when the fix is defined. Attributes -specified by a compute, fix, or variable are not initially stored -until the first run following the fix definition begins. This is -because calculating those attributes may require quantities that are -not defined in between runs.</p> +<div class="admonition note"> +<p class="first admonition-title">Note</p> +<p class="last">Actually, only atom attributes specified by keywords like <em>xu</em> +or <em>vy</em> or <em>radius</em> are initially stored immediately at the point in +your input script when the fix is defined. Attributes specified by a +compute, fix, or variable are not initially stored until the first run +following the fix definition begins. This is because calculating +those attributes may require quantities that are not defined in +between runs.</p> </div> <p>The list of possible attributes is the same as that used by the <a class="reference internal" href="dump.html"><em>dump custom</em></a> command, which describes their meaning.</p> <p>If the <em>com</em> keyword is set to <em>yes</em> then the <em>xu</em>, <em>yu</em>, and <em>zu</em> inputs store the position of each atom relative to the center-of-mass of the group of atoms, instead of storing the absolute position.</p> <p>The requested values are stored in a per-atom vector or array as discussed below. Zeroes are stored for atoms not in the specified group.</p> </div> <div class="section" id="restart-fix-modify-output-run-start-stop-minimize-info"> <h2>Restart, fix_modify, output, run start/stop, minimize info<a class="headerlink" href="#restart-fix-modify-output-run-start-stop-minimize-info" title="Permalink to this headline">¶</a></h2> <p>This fix writes the per-atom values it stores to <a class="reference internal" href="restart.html"><em>binary restart files</em></a>, so that the values can be restored when a simulation is restarted. See the <a class="reference internal" href="read_restart.html"><em>read_restart</em></a> command for info on how to re-specify a fix in an input script that reads a restart file, so that the operation of the fix continues in an uninterrupted fashion.</p> <p>None of the <a class="reference internal" href="fix_modify.html"><em>fix_modify</em></a> options are relevant to this fix.</p> <p>If a single input is specified, this fix produces a per-atom vector. If multiple inputs are specified, a per-atom array is produced where the number of columns for each atom is the number of inputs. These can be accessed by various <a class="reference internal" href="Section_howto.html#howto-15"><span>output commands</span></a>. The per-atom values be accessed on any timestep.</p> <p>No parameter of this fix can be used with the <em>start/stop</em> keywords of the <a class="reference internal" href="run.html"><em>run</em></a> command. This fix is not invoked during <a class="reference internal" href="minimize.html"><em>energy minimization</em></a>.</p> </div> <div class="section" id="restrictions"> <h2>Restrictions<a class="headerlink" href="#restrictions" title="Permalink to this headline">¶</a></h2> <blockquote> <div>none</div></blockquote> </div> <div class="section" id="related-commands"> <h2>Related commands<a class="headerlink" href="#related-commands" title="Permalink to this headline">¶</a></h2> <p><a class="reference internal" href="dump.html"><em>dump custom</em></a>, <a class="reference internal" href="compute_property_atom.html"><em>compute property/atom</em></a>, <a class="reference internal" href="fix_property_atom.html"><em>fix property/atom</em></a>, <a class="reference internal" href="variable.html"><em>variable</em></a></p> </div> <div class="section" id="default"> <h2>Default<a class="headerlink" href="#default" title="Permalink to this headline">¶</a></h2> <p>The option default is com = no.</p> </div> </div> </div> </div> <footer> <hr/> <div role="contentinfo"> <p> © Copyright 2013 Sandia Corporation. </p> </div> Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. </footer> </div> </div> </section> </div> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT:'./', VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/javascript" src="_static/sphinxcontrib-images/LightBox2/lightbox2/js/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="_static/sphinxcontrib-images/LightBox2/lightbox2/js/lightbox.min.js"></script> <script type="text/javascript" src="_static/sphinxcontrib-images/LightBox2/lightbox2-customize/jquery-noconflict.js"></script> <script type="text/javascript" src="_static/js/theme.js"></script> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.StickyNav.enable(); }); </script> </body> </html> \ No newline at end of file diff --git a/doc/fix_store_state.txt b/doc/fix_store_state.txt index 2afabdc52..6521f078b 100644 --- a/doc/fix_store_state.txt +++ b/doc/fix_store_state.txt @@ -1,129 +1,129 @@ "LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c :link(lws,http://lammps.sandia.gov) :link(ld,Manual.html) :link(lc,Section_commands.html#comm) :line fix store/state command :h3 [Syntax:] fix ID group-ID store/state N input1 input2 ... keyword value ... :pre ID, group-ID are documented in "fix"_fix.html command :ulb,l store/state = style name of this fix command :l N = store atom attributes every N steps, N = 0 for initial store only :l input = one or more atom attributes :l possible attributes = id, mol, type, mass, x, y, z, xs, ys, zs, xu, yu, zu, xsu, ysu, zsu, ix, iy, iz, vx, vy, vz, fx, fy, fz, q, mux, muy, muz, mu, radius, diameter, omegax, omegay, omegaz, angmomx, angmomy, angmomz, tqx, tqy, tqz, c_ID, c_ID\[N\], f_ID, f_ID\[N\], v_name, d_name, i_name :pre id = atom ID mol = molecule ID type = atom type mass = atom mass x,y,z = unscaled atom coordinates xs,ys,zs = scaled atom coordinates xu,yu,zu = unwrapped atom coordinates xsu,ysu,zsu = scaled unwrapped atom coordinates ix,iy,iz = box image that the atom is in vx,vy,vz = atom velocities fx,fy,fz = forces on atoms q = atom charge mux,muy,muz = orientation of dipolar atom mu = magnitued of dipole moment of atom radius,diameter = radius.diameter of spherical particle omegax,omegay,omegaz = angular velocity of spherical particle angmomx,angmomy,angmomz = angular momentum of aspherical particle tqx,tqy,tqz = torque on finite-size particles c_ID = per-atom vector calculated by a compute with ID c_ID\[I\] = Ith column of per-atom array calculated by a compute with ID f_ID = per-atom vector calculated by a fix with ID f_ID\[I\] = Ith column of per-atom array calculated by a fix with ID v_name = per-atom vector calculated by an atom-style variable with name d_name = per-atom floating point vector name, managed by fix property/atom i_name = per-atom integer vector name, managed by fix property/atom :pre zero or more keyword/value pairs may be appended :l keyword = {com} :l {com} value = {yes} or {no} :pre :ule [Examples:] fix 1 all store/state 0 x y z fix 1 all store/state 0 xu yu zu com yes fix 2 all store/state 1000 vx vy vz :pre [Description:] Define a fix that stores attributes for each atom in the group at the time the fix is defined. If {N} is 0, then the values are never updated, so this is a way of archiving an atom attribute at a given time for future use in a calculation or output. See the discussion of "output commands"_Section_howto.html#howto_15 that take fixes as inputs. If {N} is not zero, then the attributes will be updated every {N} steps. -IMPORTANT NOTE: Actually, only atom attributes specified by keywords -like {xu} or {vy} or {radius} are initially stored immediately at the -point in your input script when the fix is defined. Attributes -specified by a compute, fix, or variable are not initially stored -until the first run following the fix definition begins. This is -because calculating those attributes may require quantities that are -not defined in between runs. +NOTE: Actually, only atom attributes specified by keywords like {xu} +or {vy} or {radius} are initially stored immediately at the point in +your input script when the fix is defined. Attributes specified by a +compute, fix, or variable are not initially stored until the first run +following the fix definition begins. This is because calculating +those attributes may require quantities that are not defined in +between runs. The list of possible attributes is the same as that used by the "dump custom"_dump.html command, which describes their meaning. If the {com} keyword is set to {yes} then the {xu}, {yu}, and {zu} inputs store the position of each atom relative to the center-of-mass of the group of atoms, instead of storing the absolute position. The requested values are stored in a per-atom vector or array as discussed below. Zeroes are stored for atoms not in the specified group. [Restart, fix_modify, output, run start/stop, minimize info:] This fix writes the per-atom values it stores to "binary restart files"_restart.html, so that the values can be restored when a simulation is restarted. See the "read_restart"_read_restart.html command for info on how to re-specify a fix in an input script that reads a restart file, so that the operation of the fix continues in an uninterrupted fashion. None of the "fix_modify"_fix_modify.html options are relevant to this fix. If a single input is specified, this fix produces a per-atom vector. If multiple inputs are specified, a per-atom array is produced where the number of columns for each atom is the number of inputs. These can be accessed by various "output commands"_Section_howto.html#howto_15. The per-atom values be accessed on any timestep. No parameter of this fix can be used with the {start/stop} keywords of the "run"_run.html command. This fix is not invoked during "energy minimization"_minimize.html. [Restrictions:] none [Related commands:] "dump custom"_dump.html, "compute property/atom"_compute_property_atom.html, "fix property/atom"_fix_property_atom.html, "variable"_variable.html [Default:] The option default is com = no. diff --git a/doc/pair_beck.html b/doc/pair_beck.html index f58e89837..81cf482da 100644 --- a/doc/pair_beck.html +++ b/doc/pair_beck.html @@ -1,282 +1,282 @@ <!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>pair_style beck command — LAMMPS documentation</title> <link rel="stylesheet" href="_static/css/theme.css" type="text/css" /> <link rel="stylesheet" href="_static/sphinxcontrib-images/LightBox2/lightbox2/css/lightbox.css" type="text/css" /> <link rel="top" title="LAMMPS documentation" href="index.html"/> <script src="_static/js/modernizr.min.js"></script> </head> <body class="wy-body-for-nav" role="document"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-nav-search"> <a href="Manual.html" class="icon icon-home"> LAMMPS </a> <div role="search"> <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul> <li class="toctree-l1"><a class="reference internal" href="Section_intro.html">1. Introduction</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_start.html">2. Getting Started</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_commands.html">3. Commands</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_packages.html">4. Packages</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_accelerate.html">5. Accelerating LAMMPS performance</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_howto.html">6. How-to discussions</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_example.html">7. Example problems</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_perf.html">8. Performance & scalability</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_tools.html">9. Additional tools</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_modify.html">10. Modifying & extending LAMMPS</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_python.html">11. Python interface to LAMMPS</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_errors.html">12. Errors</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_history.html">13. Future and history</a></li> </ul> </div> </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="Manual.html">LAMMPS</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="Manual.html">Docs</a> »</li> <li>pair_style beck command</li> <li class="wy-breadcrumbs-aside"> <a href="http://lammps.sandia.gov">Website</a> <a href="Section_commands.html#comm">Commands</a> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <div class="section" id="pair-style-beck-command"> <span id="index-0"></span><h1>pair_style beck command<a class="headerlink" href="#pair-style-beck-command" title="Permalink to this headline">¶</a></h1> </div> <div class="section" id="pair-style-beck-gpu-command"> <h1>pair_style beck/gpu command<a class="headerlink" href="#pair-style-beck-gpu-command" title="Permalink to this headline">¶</a></h1> </div> <div class="section" id="pair-style-beck-omp-command"> <h1>pair_style beck/omp command<a class="headerlink" href="#pair-style-beck-omp-command" title="Permalink to this headline">¶</a></h1> <div class="section" id="syntax"> <h2>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> <div class="highlight-python"><div class="highlight"><pre>pair_style beck Rc </pre></div> </div> <ul class="simple"> <li>Rc = cutoff for interactions (distance units)</li> </ul> </div> <div class="section" id="examples"> <h2>Examples<a class="headerlink" href="#examples" title="Permalink to this headline">¶</a></h2> <div class="highlight-python"><div class="highlight"><pre>pair_style beck 8.0 pair_coeff * * 399.671876712 0.0000867636112694 0.675 4.390 0.0003746 pair_coeff 1 1 399.671876712 0.0000867636112694 0.675 4.390 0.0003746 6.0 </pre></div> </div> </div> <div class="section" id="description"> <h2>Description<a class="headerlink" href="#description" title="Permalink to this headline">¶</a></h2> <p>Style <em>beck</em> computes interactions based on the potential by <a class="reference internal" href="#beck"><span>(Beck)</span></a>, originally designed for simulation of Helium. It includes truncation at a cutoff distance Rc.</p> <img alt="_images/pair_beck.jpg" class="align-center" src="_images/pair_beck.jpg" /> <p>The following coefficients must be defined for each pair of atoms types via the <a class="reference internal" href="pair_coeff.html"><em>pair_coeff</em></a> command as in the examples above, or in the data file or restart files read by the <a class="reference internal" href="read_data.html"><em>read_data</em></a> or <a class="reference internal" href="read_restart.html"><em>read_restart</em></a> commands.</p> <ul class="simple"> <li>A (energy units)</li> <li>B (energy-distance^6 units)</li> <li>a (distance units)</li> <li>alpha (1/distance units)</li> <li>beta (1/distance^6 units)</li> <li>cutoff (distance units)</li> </ul> <p>The last coefficient is optional. If not specified, the global cutoff Rc is used.</p> <hr class="docutils" /> <p>Styles with a <em>cuda</em>, <em>gpu</em>, <em>intel</em>, <em>kk</em>, <em>omp</em>, or <em>opt</em> suffix are functionally the same as the corresponding style without the suffix. They have been optimized to run faster, depending on your available hardware, as discussed in <a class="reference internal" href="Section_accelerate.html"><em>Section_accelerate</em></a> of the manual. The accelerated styles take the same arguments and should produce the same results, except for round-off and precision issues.</p> <p>These accelerated styles are part of the USER-CUDA, GPU, USER-INTEL, KOKKOS, USER-OMP and OPT packages, respectively. They are only enabled if LAMMPS was built with those packages. See the <a class="reference internal" href="Section_start.html#start-3"><span>Making LAMMPS</span></a> section for more info.</p> <p>You can specify the accelerated styles explicitly in your input script by including their suffix, or you can use the <a class="reference internal" href="Section_start.html#start-7"><span>-suffix command-line switch</span></a> when you invoke LAMMPS, or you can use the <a class="reference internal" href="suffix.html"><em>suffix</em></a> command in your input script.</p> <p>See <a class="reference internal" href="Section_accelerate.html"><em>Section_accelerate</em></a> of the manual for more instructions on how to use the accelerated styles effectively.</p> <hr class="docutils" /> <p><strong>Mixing, shift, table, tail correction, restart, rRESPA info</strong>:</p> <p>For atom type pairs I,J and I != J, coeffiecients must be specified. -No default miture rules are used.</p> +No default mixing rules are used.</p> <p>This pair style does not support the <a class="reference internal" href="pair_modify.html"><em>pair_modify</em></a> shift option for the energy of the pair interaction.</p> <p>The <a class="reference internal" href="pair_modify.html"><em>pair_modify</em></a> table option is not relevant for this pair style.</p> <p>This pair style does not support the <a class="reference internal" href="pair_modify.html"><em>pair_modify</em></a> tail option for adding long-range tail corrections.</p> <p>This pair style writes its information to <a class="reference internal" href="restart.html"><em>binary restart files</em></a>, so pair_style and pair_coeff commands do not need to be specified in an input script that reads a restart file.</p> <p>This pair style can only be used via the <em>pair</em> keyword of the <a class="reference internal" href="run_style.html"><em>run_style respa</em></a> command. It does not support the <em>inner</em>, <em>middle</em>, <em>outer</em> keywords.</p> </div> <hr class="docutils" /> <div class="section" id="restrictions"> <h2>Restrictions<a class="headerlink" href="#restrictions" title="Permalink to this headline">¶</a></h2> <blockquote> <div>none</div></blockquote> </div> <div class="section" id="related-commands"> <h2>Related commands<a class="headerlink" href="#related-commands" title="Permalink to this headline">¶</a></h2> <p><a class="reference internal" href="pair_coeff.html"><em>pair_coeff</em></a></p> <p><strong>Default:</strong> none</p> <hr class="docutils" /> <p id="beck"><strong>(Beck)</strong> Beck, Molecular Physics, 14, 311 (1968).</p> </div> </div> </div> </div> <footer> <hr/> <div role="contentinfo"> <p> © Copyright 2013 Sandia Corporation. </p> </div> Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. </footer> </div> </div> </section> </div> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT:'./', VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/javascript" src="_static/sphinxcontrib-images/LightBox2/lightbox2/js/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="_static/sphinxcontrib-images/LightBox2/lightbox2/js/lightbox.min.js"></script> <script type="text/javascript" src="_static/sphinxcontrib-images/LightBox2/lightbox2-customize/jquery-noconflict.js"></script> <script type="text/javascript" src="_static/js/theme.js"></script> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.StickyNav.enable(); }); </script> </body> </html> \ No newline at end of file diff --git a/doc/pair_beck.txt b/doc/pair_beck.txt index b3ae94bdf..1b2309ef7 100644 --- a/doc/pair_beck.txt +++ b/doc/pair_beck.txt @@ -1,109 +1,109 @@ "LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c :link(lws,http://lammps.sandia.gov) :link(ld,Manual.html) :link(lc,Section_commands.html#comm) :line pair_style beck command :h3 pair_style beck/gpu command :h3 pair_style beck/omp command :h3 [Syntax:] pair_style beck Rc :pre Rc = cutoff for interactions (distance units) :ul [Examples:] pair_style beck 8.0 pair_coeff * * 399.671876712 0.0000867636112694 0.675 4.390 0.0003746 pair_coeff 1 1 399.671876712 0.0000867636112694 0.675 4.390 0.0003746 6.0 :pre [Description:] Style {beck} computes interactions based on the potential by "(Beck)"_#Beck, originally designed for simulation of Helium. It includes truncation at a cutoff distance Rc. :c,image(Eqs/pair_beck.jpg) The following coefficients must be defined for each pair of atoms types via the "pair_coeff"_pair_coeff.html command as in the examples above, or in the data file or restart files read by the "read_data"_read_data.html or "read_restart"_read_restart.html commands. A (energy units) B (energy-distance^6 units) a (distance units) alpha (1/distance units) beta (1/distance^6 units) cutoff (distance units) :ul The last coefficient is optional. If not specified, the global cutoff Rc is used. :line Styles with a {cuda}, {gpu}, {intel}, {kk}, {omp}, or {opt} suffix are functionally the same as the corresponding style without the suffix. They have been optimized to run faster, depending on your available hardware, as discussed in "Section_accelerate"_Section_accelerate.html of the manual. The accelerated styles take the same arguments and should produce the same results, except for round-off and precision issues. These accelerated styles are part of the USER-CUDA, GPU, USER-INTEL, KOKKOS, USER-OMP and OPT packages, respectively. They are only enabled if LAMMPS was built with those packages. See the "Making LAMMPS"_Section_start.html#start_3 section for more info. You can specify the accelerated styles explicitly in your input script by including their suffix, or you can use the "-suffix command-line switch"_Section_start.html#start_7 when you invoke LAMMPS, or you can use the "suffix"_suffix.html command in your input script. See "Section_accelerate"_Section_accelerate.html of the manual for more instructions on how to use the accelerated styles effectively. :line [Mixing, shift, table, tail correction, restart, rRESPA info]: For atom type pairs I,J and I != J, coeffiecients must be specified. -No default miture rules are used. +No default mixing rules are used. This pair style does not support the "pair_modify"_pair_modify.html shift option for the energy of the pair interaction. The "pair_modify"_pair_modify.html table option is not relevant for this pair style. This pair style does not support the "pair_modify"_pair_modify.html tail option for adding long-range tail corrections. This pair style writes its information to "binary restart files"_restart.html, so pair_style and pair_coeff commands do not need to be specified in an input script that reads a restart file. This pair style can only be used via the {pair} keyword of the "run_style respa"_run_style.html command. It does not support the {inner}, {middle}, {outer} keywords. :line [Restrictions:] none [Related commands:] "pair_coeff"_pair_coeff.html [Default:] none :line :link(Beck) [(Beck)] Beck, Molecular Physics, 14, 311 (1968). diff --git a/doc/pair_line_lj.html b/doc/pair_line_lj.html index 114a88a87..62c96afb9 100644 --- a/doc/pair_line_lj.html +++ b/doc/pair_line_lj.html @@ -1,302 +1,334 @@ <!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>pair_style line/lj command — LAMMPS documentation</title> <link rel="stylesheet" href="_static/css/theme.css" type="text/css" /> <link rel="stylesheet" href="_static/sphinxcontrib-images/LightBox2/lightbox2/css/lightbox.css" type="text/css" /> <link rel="top" title="LAMMPS documentation" href="index.html"/> <script src="_static/js/modernizr.min.js"></script> </head> <body class="wy-body-for-nav" role="document"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-nav-search"> <a href="Manual.html" class="icon icon-home"> LAMMPS </a> <div role="search"> <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul> <li class="toctree-l1"><a class="reference internal" href="Section_intro.html">1. Introduction</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_start.html">2. Getting Started</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_commands.html">3. Commands</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_packages.html">4. Packages</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_accelerate.html">5. Accelerating LAMMPS performance</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_howto.html">6. How-to discussions</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_example.html">7. Example problems</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_perf.html">8. Performance & scalability</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_tools.html">9. Additional tools</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_modify.html">10. Modifying & extending LAMMPS</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_python.html">11. Python interface to LAMMPS</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_errors.html">12. Errors</a></li> <li class="toctree-l1"><a class="reference internal" href="Section_history.html">13. Future and history</a></li> </ul> </div> </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="Manual.html">LAMMPS</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="Manual.html">Docs</a> »</li> <li>pair_style line/lj command</li> <li class="wy-breadcrumbs-aside"> <a href="http://lammps.sandia.gov">Website</a> <a href="Section_commands.html#comm">Commands</a> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <div class="section" id="pair-style-line-lj-command"> <span id="index-0"></span><h1>pair_style line/lj command<a class="headerlink" href="#pair-style-line-lj-command" title="Permalink to this headline">¶</a></h1> </div> <div class="section" id="pair-style-line-lj-omp-command"> <h1>pair_style line/lj/omp command<a class="headerlink" href="#pair-style-line-lj-omp-command" title="Permalink to this headline">¶</a></h1> <div class="section" id="syntax"> <h2>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> <div class="highlight-python"><div class="highlight"><pre>pair_style line/lj cutoff </pre></div> </div> <p>cutoff = global cutoff for interactions (distance units)</p> </div> <div class="section" id="examples"> <h2>Examples<a class="headerlink" href="#examples" title="Permalink to this headline">¶</a></h2> <div class="highlight-python"><div class="highlight"><pre>pair_style line/lj 3.0 -pair_coeff * * 1.0 1.0 -pair_coeff 1 1 1.0 1.5 2.5 +pair_coeff * * 1.0 1.0 1.0 0.8 1.12 +pair_coeff 1 2 1.0 2.0 1.0 1.5 1.12 5.0 +pair_coeff 1 2 1.0 0.0 1.0 1.0 2.5 </pre></div> </div> </div> <div class="section" id="description"> <h2>Description<a class="headerlink" href="#description" title="Permalink to this headline">¶</a></h2> <p>Style <em>line/lj</em> treats particles which are line segments as a set of small spherical particles that tile the line segment length as explained below. Interactions between two line segments, each with N1 and N2 spherical particles, are calculated as the pairwise sum of N1*N2 Lennard-Jones interactions. Interactions between a line segment with N spherical particles and a point particle are treated as the pairwise sum of N Lennard-Jones interactions. See the <a class="reference internal" href="pair_lj.html"><em>pair_style lj/cut</em></a> doc page for the definition of Lennard-Jones interactions.</p> -<p>The cutoff distance for an interaction between 2 line segments, or -between a line segment and a point particle, is calculated from the -position of the line segment (its center), not between pairs of -individual spheres comprising the line segment. Thus an interaction -is either calculated in its entirety or not at all.</p> -<p>The set of non-overlapping spherical particles that represent a line -segment, for purposes of this pair style, are generated in the -following manner. Their size is a function of the line segment length -and the specified sigma for that particle type. If a line segment has -a length L and is of type I, then the number of spheres N that -represent the segment is calculated as N = L/sigma_II, rounded up to -an integer value. Thus if L is not evenly divisibly by sigam_II, N is -incremented to include one extra sphere. In this case, the spheres -must be slightly smaller than sigma_II so as not to overlap, so a new -sigma-prime is chosen as the sphere diameter, such that L/N = -sigma-prime. Thus the line segment interacts with other segments or -point particles as a collection of N spheres of diameter sigma-prime, -evenly spaced along the line segment, so as to exactly cover its -length.</p> -<p>The LJ interaction between 2 spheres on different line segments of -types I,J is computed with an arithmetic mixing of the sigma values of -the 2 spheres and using the specified epsilon value for I,J atom -types. Note that because the sigma values for line segment spheres is -computed using only sigma_II values, specific to the line segment’s -type, this means that any specified sigma_IJ values (for I != J) are -effectively ignored.</p> +<p>The set of non-overlapping spherical sub-particles that represent a +line segment are generated in the following manner. Their size is a +function of the line segment length and the specified sub-particle +size for that particle type. If a line segment has a length L and is +of type I, then the number of spheres N that represent the segment is +calculated as N = L/sizeI, rounded up to an integer value. Thus if L +is not evenly divisibly by sizeI, N is incremented to include one +extra sphere. The centers of the spheres are spaced equally along the +line segment. Imagine N+1 equally-space points, which include the 2 +end points of the segment. The sphere centers are halfway between +each pair of points.</p> +<p>The LJ interaction between 2 spheres on different line segments (or a +sphere on a line segment and a point particles) is computed with +sub-particle epsilon, sigma, and cutoff values that are set by the +pair_coeff command, as described below. If the distance bewteen the 2 +spheres is greater than the sub-particle cutoff, there is no +interaction. This means that some pairs of sub-particles on 2 line +segments may interact, but others may not.</p> +<p>For purposes of creating the neighbor list for pairs of interacting +line segments or lines/point particles, a regular particle-particle +cutoff is used, as defined by the <em>cutoff</em> setting above in the +pair_style command or overridden with an optional argument in the +pair_coeff command for a type pair as discussed below. The distance +between the centers of 2 line segments, or the center of a line +segment and a point particle, must be less than this distance (plus +the neighbor skin; see the <a class="reference external" href="neighbor">neighbor</a> command), for the pair +of particles to be included in the neighbor list.</p> +<div class="admonition note"> +<p class="first admonition-title">Note</p> +<p class="last">This means that a too-short value for the <em>cutoff</em> setting can +exclude a pair of particles from the neighbor list even if pairs of +their sub-particle spheres would interact, based on the sub-particle +cutoff specified in the pair_coeff command. E.g. sub-particles at the +ends of the line segments that are close to each other. Which may not +be what you want, since it means the ends of 2 line segments could +pass through each other. It is up to you to specify a <em>cutoff</em> +setting that is consistent with the length of the line segments you +are using and the sub-particle cutoff settings.</p> +</div> <p>For style <em>line/lj</em>, the following coefficients must be defined for -each pair of atoms types via the <a class="reference internal" href="pair_coeff.html"><em>pair_coeff</em></a> command +each pair of atom types via the <a class="reference internal" href="pair_coeff.html"><em>pair_coeff</em></a> command as in the examples above, or in the data file or restart files read by the <a class="reference internal" href="read_data.html"><em>read_data</em></a> or <a class="reference internal" href="read_restart.html"><em>read_restart</em></a> commands:</p> <ul class="simple"> +<li>sizeI (distance units)</li> +<li>sizeJ (distance units)</li> <li>epsilon (energy units)</li> <li>sigma (distance units)</li> +<li>subcutoff (distance units)</li> <li>cutoff (distance units)</li> </ul> -<p>The last coefficient is optional. If not specified, the global cutoff -is used.</p> +<p>The <em>sizeI</em> and <em>sizeJ</em> coefficients are the sub-particle sizes for +line particles of type I and type J. They are used to define the N +sub-particles per segment as described above. These coefficients are +actually stored on a per-type basis. Thus if there are multiple +pair_coeff commmands that involve type I, as either the first or +second atom type, you should use consistent values for sizeI or sizeJ +in all of them. If you do not do this, the last value specified for +sizeI will apply to all segments of type I. If typeI or typeJ refers +to point particles, the corresponding sizeI or sizeJ is ignored; it +can be set to 0.0.</p> +<p>The <em>epsilon</em>, <em>sigma</em>, and <em>subcutoff</em> coefficients are used to +compute an LJ interactions between a pair of sub-particles on 2 line +segments (of type I and J), or between a sub particle/point particle +pair. As discussed above, the <em>subcutoff</em> and <em>cutoff</em> params are +different. The latter is only used for building the neighbor list +when the distance between centers of two line segments or one segment +and a point particle is calculated.</p> +<p>The <em>cutoff</em> coefficient is optional. If not specified, the global +cutoff is used.</p> <hr class="docutils" /> <p>Styles with a <em>cuda</em>, <em>gpu</em>, <em>intel</em>, <em>kk</em>, <em>omp</em>, or <em>opt</em> suffix are functionally the same as the corresponding style without the suffix. They have been optimized to run faster, depending on your available hardware, as discussed in <a class="reference internal" href="Section_accelerate.html"><em>Section_accelerate</em></a> of the manual. The accelerated styles take the same arguments and should produce the same results, except for round-off and precision issues.</p> <p>These accelerated styles are part of the USER-CUDA, GPU, USER-INTEL, KOKKOS, USER-OMP and OPT packages, respectively. They are only enabled if LAMMPS was built with those packages. See the <a class="reference internal" href="Section_start.html#start-3"><span>Making LAMMPS</span></a> section for more info.</p> <p>You can specify the accelerated styles explicitly in your input script by including their suffix, or you can use the <a class="reference internal" href="Section_start.html#start-7"><span>-suffix command-line switch</span></a> when you invoke LAMMPS, or you can use the <a class="reference internal" href="suffix.html"><em>suffix</em></a> command in your input script.</p> <p>See <a class="reference internal" href="Section_accelerate.html"><em>Section_accelerate</em></a> of the manual for more instructions on how to use the accelerated styles effectively.</p> <hr class="docutils" /> <p><strong>Mixing, shift, table, tail correction, restart, rRESPA info</strong>:</p> -<p>For atom type pairs I,J and I != J, the epsilon and sigma coefficients -and cutoff distance for all of this pair style can be mixed. The -default mix value is <em>geometric</em>. See the “pair_modify” command for -details.</p> +<p>For atom type pairs I,J and I != J, coeffiecients must be specified. +No default mixing rules are used.</p> <p>This pair style does not support the <a class="reference internal" href="pair_modify.html"><em>pair_modify</em></a> shift, table, and tail options.</p> <p>This pair style does not write its information to <a class="reference internal" href="restart.html"><em>binary restart files</em></a>.</p> <p>This pair style can only be used via the <em>pair</em> keyword of the <a class="reference internal" href="run_style.html"><em>run_style respa</em></a> command. It does not support the <em>inner</em>, <em>middle</em>, <em>outer</em> keywords.</p> </div> <hr class="docutils" /> <div class="section" id="restrictions"> <h2>Restrictions<a class="headerlink" href="#restrictions" title="Permalink to this headline">¶</a></h2> <p>This style is part of the ASPHERE package. It is only enabled if LAMMPS was built with that package. See the <span class="xref std std-ref">Making LAMMPS</span> section for more info.</p> <p>Defining particles to be line segments so they participate in line/line or line/particle interactions requires the use the <a class="reference internal" href="atom_style.html"><em>atom_style line</em></a> command.</p> </div> <div class="section" id="related-commands"> <h2>Related commands<a class="headerlink" href="#related-commands" title="Permalink to this headline">¶</a></h2> <p><a class="reference internal" href="pair_coeff.html"><em>pair_coeff</em></a>, <a class="reference internal" href="pair_tri_lj.html"><em>pair_style tri/lj</em></a></p> <p><strong>Default:</strong> none</p> </div> </div> </div> </div> <footer> <hr/> <div role="contentinfo"> <p> © Copyright 2013 Sandia Corporation. </p> </div> Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. </footer> </div> </div> </section> </div> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT:'./', VERSION:'', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/javascript" src="_static/sphinxcontrib-images/LightBox2/lightbox2/js/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="_static/sphinxcontrib-images/LightBox2/lightbox2/js/lightbox.min.js"></script> <script type="text/javascript" src="_static/sphinxcontrib-images/LightBox2/lightbox2-customize/jquery-noconflict.js"></script> <script type="text/javascript" src="_static/js/theme.js"></script> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.StickyNav.enable(); }); </script> </body> </html> \ No newline at end of file diff --git a/doc/pair_line_lj.txt b/doc/pair_line_lj.txt index c467a9876..5ba08d4f3 100644 --- a/doc/pair_line_lj.txt +++ b/doc/pair_line_lj.txt @@ -1,136 +1,168 @@ "LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c :link(lws,http://lammps.sandia.gov) :link(ld,Manual.html) :link(lc,Section_commands.html#comm) :line pair_style line/lj command :h3 pair_style line/lj/omp command :h3 [Syntax:] pair_style line/lj cutoff :pre cutoff = global cutoff for interactions (distance units) [Examples:] pair_style line/lj 3.0 -pair_coeff * * 1.0 1.0 -pair_coeff 1 1 1.0 1.5 2.5 :pre +pair_coeff * * 1.0 1.0 1.0 0.8 1.12 +pair_coeff 1 2 1.0 2.0 1.0 1.5 1.12 5.0 +pair_coeff 1 2 1.0 0.0 1.0 1.0 2.5 :pre [Description:] Style {line/lj} treats particles which are line segments as a set of small spherical particles that tile the line segment length as explained below. Interactions between two line segments, each with N1 and N2 spherical particles, are calculated as the pairwise sum of N1*N2 Lennard-Jones interactions. Interactions between a line segment with N spherical particles and a point particle are treated as the pairwise sum of N Lennard-Jones interactions. See the "pair_style lj/cut"_pair_lj.html doc page for the definition of Lennard-Jones interactions. -The cutoff distance for an interaction between 2 line segments, or -between a line segment and a point particle, is calculated from the -position of the line segment (its center), not between pairs of -individual spheres comprising the line segment. Thus an interaction -is either calculated in its entirety or not at all. - -The set of non-overlapping spherical particles that represent a line -segment, for purposes of this pair style, are generated in the -following manner. Their size is a function of the line segment length -and the specified sigma for that particle type. If a line segment has -a length L and is of type I, then the number of spheres N that -represent the segment is calculated as N = L/sigma_II, rounded up to -an integer value. Thus if L is not evenly divisibly by sigam_II, N is -incremented to include one extra sphere. In this case, the spheres -must be slightly smaller than sigma_II so as not to overlap, so a new -sigma-prime is chosen as the sphere diameter, such that L/N = -sigma-prime. Thus the line segment interacts with other segments or -point particles as a collection of N spheres of diameter sigma-prime, -evenly spaced along the line segment, so as to exactly cover its -length. - -The LJ interaction between 2 spheres on different line segments of -types I,J is computed with an arithmetic mixing of the sigma values of -the 2 spheres and using the specified epsilon value for I,J atom -types. Note that because the sigma values for line segment spheres is -computed using only sigma_II values, specific to the line segment's -type, this means that any specified sigma_IJ values (for I != J) are -effectively ignored. +The set of non-overlapping spherical sub-particles that represent a +line segment are generated in the following manner. Their size is a +function of the line segment length and the specified sub-particle +size for that particle type. If a line segment has a length L and is +of type I, then the number of spheres N that represent the segment is +calculated as N = L/sizeI, rounded up to an integer value. Thus if L +is not evenly divisibly by sizeI, N is incremented to include one +extra sphere. The centers of the spheres are spaced equally along the +line segment. Imagine N+1 equally-space points, which include the 2 +end points of the segment. The sphere centers are halfway between +each pair of points. + +The LJ interaction between 2 spheres on different line segments (or a +sphere on a line segment and a point particles) is computed with +sub-particle epsilon, sigma, and cutoff values that are set by the +pair_coeff command, as described below. If the distance bewteen the 2 +spheres is greater than the sub-particle cutoff, there is no +interaction. This means that some pairs of sub-particles on 2 line +segments may interact, but others may not. + +For purposes of creating the neighbor list for pairs of interacting +line segments or lines/point particles, a regular particle-particle +cutoff is used, as defined by the {cutoff} setting above in the +pair_style command or overridden with an optional argument in the +pair_coeff command for a type pair as discussed below. The distance +between the centers of 2 line segments, or the center of a line +segment and a point particle, must be less than this distance (plus +the neighbor skin; see the "neighbor"_neighbor command), for the pair +of particles to be included in the neighbor list. + +NOTE: This means that a too-short value for the {cutoff} setting can +exclude a pair of particles from the neighbor list even if pairs of +their sub-particle spheres would interact, based on the sub-particle +cutoff specified in the pair_coeff command. E.g. sub-particles at the +ends of the line segments that are close to each other. Which may not +be what you want, since it means the ends of 2 line segments could +pass through each other. It is up to you to specify a {cutoff} +setting that is consistent with the length of the line segments you +are using and the sub-particle cutoff settings. For style {line/lj}, the following coefficients must be defined for -each pair of atoms types via the "pair_coeff"_pair_coeff.html command +each pair of atom types via the "pair_coeff"_pair_coeff.html command as in the examples above, or in the data file or restart files read by the "read_data"_read_data.html or "read_restart"_read_restart.html commands: +sizeI (distance units) +sizeJ (distance units) epsilon (energy units) sigma (distance units) +subcutoff (distance units) cutoff (distance units) :ul -The last coefficient is optional. If not specified, the global cutoff -is used. +The {sizeI} and {sizeJ} coefficients are the sub-particle sizes for +line particles of type I and type J. They are used to define the N +sub-particles per segment as described above. These coefficients are +actually stored on a per-type basis. Thus if there are multiple +pair_coeff commmands that involve type I, as either the first or +second atom type, you should use consistent values for sizeI or sizeJ +in all of them. If you do not do this, the last value specified for +sizeI will apply to all segments of type I. If typeI or typeJ refers +to point particles, the corresponding sizeI or sizeJ is ignored; it +can be set to 0.0. + +The {epsilon}, {sigma}, and {subcutoff} coefficients are used to +compute an LJ interactions between a pair of sub-particles on 2 line +segments (of type I and J), or between a sub particle/point particle +pair. As discussed above, the {subcutoff} and {cutoff} params are +different. The latter is only used for building the neighbor list +when the distance between centers of two line segments or one segment +and a point particle is calculated. + +The {cutoff} coefficient is optional. If not specified, the global +cutoff is used. :line Styles with a {cuda}, {gpu}, {intel}, {kk}, {omp}, or {opt} suffix are functionally the same as the corresponding style without the suffix. They have been optimized to run faster, depending on your available hardware, as discussed in "Section_accelerate"_Section_accelerate.html of the manual. The accelerated styles take the same arguments and should produce the same results, except for round-off and precision issues. These accelerated styles are part of the USER-CUDA, GPU, USER-INTEL, KOKKOS, USER-OMP and OPT packages, respectively. They are only enabled if LAMMPS was built with those packages. See the "Making LAMMPS"_Section_start.html#start_3 section for more info. You can specify the accelerated styles explicitly in your input script by including their suffix, or you can use the "-suffix command-line switch"_Section_start.html#start_7 when you invoke LAMMPS, or you can use the "suffix"_suffix.html command in your input script. See "Section_accelerate"_Section_accelerate.html of the manual for more instructions on how to use the accelerated styles effectively. :line [Mixing, shift, table, tail correction, restart, rRESPA info]: -For atom type pairs I,J and I != J, the epsilon and sigma coefficients -and cutoff distance for all of this pair style can be mixed. The -default mix value is {geometric}. See the "pair_modify" command for -details. +For atom type pairs I,J and I != J, coeffiecients must be specified. +No default mixing rules are used. This pair style does not support the "pair_modify"_pair_modify.html shift, table, and tail options. This pair style does not write its information to "binary restart files"_restart.html. This pair style can only be used via the {pair} keyword of the "run_style respa"_run_style.html command. It does not support the {inner}, {middle}, {outer} keywords. :line [Restrictions:] This style is part of the ASPHERE package. It is only enabled if LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#2_3 section for more info. Defining particles to be line segments so they participate in line/line or line/particle interactions requires the use the "atom_style line"_atom_style.html command. [Related commands:] "pair_coeff"_pair_coeff.html, "pair_style tri/lj"_pair_tri_lj.html [Default:] none diff --git a/doc/searchindex.js b/doc/searchindex.js index 3f867802f..f810e90bb 100644 --- a/doc/searchindex.js +++ b/doc/searchindex.js @@ -1 +1 @@ -Search.setIndex({envversion:47,filenames:["Manual","Section_accelerate","Section_commands","Section_errors","Section_example","Section_history","Section_howto","Section_intro","Section_modify","Section_packages","Section_perf","Section_python","Section_start","Section_tools","accelerate_cuda","accelerate_gpu","accelerate_intel","accelerate_kokkos","accelerate_omp","accelerate_opt","angle_charmm","angle_class2","angle_coeff","angle_cosine","angle_cosine_delta","angle_cosine_periodic","angle_cosine_shift","angle_cosine_shift_exp","angle_cosine_squared","angle_dipole","angle_fourier","angle_fourier_simple","angle_harmonic","angle_hybrid","angle_none","angle_quartic","angle_sdk","angle_style","angle_table","atom_modify","atom_style","balance","body","bond_class2","bond_coeff","bond_fene","bond_fene_expand","bond_harmonic","bond_harmonic_shift","bond_harmonic_shift_cut","bond_hybrid","bond_morse","bond_none","bond_nonlinear","bond_quartic","bond_style","bond_table","boundary","box","change_box","clear","comm_modify","comm_style","compute","compute_ackland_atom","compute_angle_local","compute_angmom_chunk","compute_basal_atom","compute_body_local","compute_bond_local","compute_centro_atom","compute_chunk_atom","compute_cluster_atom","compute_cna_atom","compute_com","compute_com_chunk","compute_contact_atom","compute_coord_atom","compute_damage_atom","compute_dihedral_local","compute_dilatation_atom","compute_displace_atom","compute_erotate_asphere","compute_erotate_rigid","compute_erotate_sphere","compute_erotate_sphere_atom","compute_event_displace","compute_fep","compute_group_group","compute_gyration","compute_gyration_chunk","compute_heat_flux","compute_hexorder_atom","compute_improper_local","compute_inertia_chunk","compute_ke","compute_ke_atom","compute_ke_atom_eff","compute_ke_eff","compute_ke_rigid","compute_meso_e_atom","compute_meso_rho_atom","compute_meso_t_atom","compute_modify","compute_msd","compute_msd_chunk","compute_msd_nongauss","compute_omega_chunk","compute_orientorder_atom","compute_pair","compute_pair_local","compute_pe","compute_pe_atom","compute_plasticity_atom","compute_pressure","compute_property_atom","compute_property_chunk","compute_property_local","compute_rdf","compute_reduce","compute_saed","compute_slice","compute_smd_contact_radius","compute_smd_damage","compute_smd_hourglass_error","compute_smd_internal_energy","compute_smd_plastic_strain","compute_smd_plastic_strain_rate","compute_smd_rho","compute_smd_tlsph_defgrad","compute_smd_tlsph_dt","compute_smd_tlsph_num_neighs","compute_smd_tlsph_shape","compute_smd_tlsph_strain","compute_smd_tlsph_strain_rate","compute_smd_tlsph_stress","compute_smd_triangle_mesh_vertices","compute_smd_ulsph_num_neighs","compute_smd_ulsph_strain","compute_smd_ulsph_strain_rate","compute_smd_ulsph_stress","compute_smd_vol","compute_sna_atom","compute_stress_atom","compute_tally","compute_temp","compute_temp_asphere","compute_temp_body","compute_temp_chunk","compute_temp_com","compute_temp_cs","compute_temp_deform","compute_temp_deform_eff","compute_temp_drude","compute_temp_eff","compute_temp_partial","compute_temp_profile","compute_temp_ramp","compute_temp_region","compute_temp_region_eff","compute_temp_rotate","compute_temp_sphere","compute_ti","compute_torque_chunk","compute_vacf","compute_vcm_chunk","compute_voronoi_atom","compute_xrd","create_atoms","create_bonds","create_box","delete_atoms","delete_bonds","dielectric","dihedral_charmm","dihedral_class2","dihedral_coeff","dihedral_cosine_shift_exp","dihedral_fourier","dihedral_harmonic","dihedral_helix","dihedral_hybrid","dihedral_multi_harmonic","dihedral_nharmonic","dihedral_none","dihedral_opls","dihedral_quadratic","dihedral_style","dihedral_table","dimension","displace_atoms","dump","dump_h5md","dump_image","dump_modify","dump_molfile","echo","fix","fix_adapt","fix_adapt_fep","fix_addforce","fix_addtorque","fix_append_atoms","fix_atc","fix_atom_swap","fix_ave_atom","fix_ave_chunk","fix_ave_correlate","fix_ave_correlate_long","fix_ave_histo","fix_ave_spatial","fix_ave_spatial_sphere","fix_ave_time","fix_aveforce","fix_balance","fix_bond_break","fix_bond_create","fix_bond_swap","fix_box_relax","fix_colvars","fix_deform","fix_deposit","fix_drag","fix_drude","fix_drude_transform","fix_dt_reset","fix_efield","fix_enforce2d","fix_evaporate","fix_external","fix_freeze","fix_gcmc","fix_gld","fix_gle","fix_gravity","fix_heat","fix_imd","fix_indent","fix_ipi","fix_langevin","fix_langevin_drude","fix_langevin_eff","fix_lb_fluid","fix_lb_momentum","fix_lb_pc","fix_lb_rigid_pc_sphere","fix_lb_viscous","fix_lineforce","fix_meso","fix_meso_stationary","fix_modify","fix_momentum","fix_move","fix_msst","fix_neb","fix_nh","fix_nh_eff","fix_nph_asphere","fix_nph_body","fix_nph_sphere","fix_nphug","fix_npt_asphere","fix_npt_body","fix_npt_sphere","fix_nve","fix_nve_asphere","fix_nve_asphere_noforce","fix_nve_body","fix_nve_eff","fix_nve_limit","fix_nve_line","fix_nve_noforce","fix_nve_sphere","fix_nve_tri","fix_nvt_asphere","fix_nvt_body","fix_nvt_sllod","fix_nvt_sllod_eff","fix_nvt_sphere","fix_oneway","fix_orient_fcc","fix_phonon","fix_pimd","fix_planeforce","fix_poems","fix_pour","fix_press_berendsen","fix_print","fix_property_atom","fix_qbmsst","fix_qeq","fix_qeq_comb","fix_qeq_reax","fix_qmmm","fix_qtb","fix_reax_bonds","fix_reaxc_species","fix_recenter","fix_restrain","fix_rigid","fix_saed_vtk","fix_setforce","fix_shake","fix_smd","fix_smd_adjust_dt","fix_smd_integrate_tlsph","fix_smd_integrate_ulsph","fix_smd_move_triangulated_surface","fix_smd_setvel","fix_smd_tlsph_reference_configuration","fix_smd_wall_surface","fix_spring","fix_spring_rg","fix_spring_self","fix_srd","fix_store_force","fix_store_state","fix_temp_berendsen","fix_temp_csvr","fix_temp_rescale","fix_temp_rescale_eff","fix_tfmc","fix_thermal_conductivity","fix_ti_rs","fix_ti_spring","fix_tmd","fix_ttm","fix_tune_kspace","fix_vector","fix_viscosity","fix_viscous","fix_wall","fix_wall_gran","fix_wall_piston","fix_wall_reflect","fix_wall_region","fix_wall_srd","group","group2ndx","if","improper_class2","improper_coeff","improper_cossq","improper_cvff","improper_distance","improper_fourier","improper_harmonic","improper_hybrid","improper_none","improper_ring","improper_style","improper_umbrella","include","info","jump","kspace_modify","kspace_style","label","lattice","log","mass","min_modify","min_style","minimize","molecule","neb","neigh_modify","neighbor","newton","next","package","pair_adp","pair_airebo","pair_awpmd","pair_beck","pair_body","pair_body_rounded_polygon","pair_bop","pair_born","pair_brownian","pair_buck","pair_buck_long","pair_charmm","pair_class2","pair_coeff","pair_colloid","pair_comb","pair_coul","pair_coul_diel","pair_cs","pair_dipole","pair_dpd","pair_dsmc","pair_eam","pair_edip","pair_eff","pair_eim","pair_gauss","pair_gayberne","pair_gran","pair_gromacs","pair_hbond_dreiding","pair_hybrid","pair_kim","pair_lcbop","pair_line_lj","pair_list","pair_lj","pair_lj96","pair_lj_cubic","pair_lj_expand","pair_lj_long","pair_lj_sf","pair_lj_smooth","pair_lj_smooth_linear","pair_lj_soft","pair_lubricate","pair_lubricateU","pair_mdf","pair_meam","pair_meam_spline","pair_meam_sw_spline","pair_mgpt","pair_mie","pair_modify","pair_morse","pair_nb3b_harmonic","pair_nm","pair_none","pair_peri","pair_polymorphic","pair_quip","pair_reax","pair_reax_c","pair_resquared","pair_sdk","pair_smd_hertz","pair_smd_tlsph","pair_smd_triangulated_surface","pair_smd_ulsph","pair_smtbq","pair_snap","pair_soft","pair_sph_heatconduction","pair_sph_idealgas","pair_sph_lj","pair_sph_rhosum","pair_sph_taitwater","pair_sph_taitwater_morris","pair_srp","pair_style","pair_sw","pair_table","pair_tersoff","pair_tersoff_mod","pair_tersoff_zbl","pair_thole","pair_tri_lj","pair_vashishta","pair_write","pair_yukawa","pair_yukawa_colloid","pair_zbl","partition","prd","print","processors","python","quit","read_data","read_dump","read_restart","region","replicate","rerun","reset_timestep","restart","run","run_style","set","shell","special_bonds","suffix","tad","temper","thermo","thermo_modify","thermo_style","timer","timestep","tutorial_drude","uncompute","undump","unfix","units","variable","velocity","write_data","write_dump","write_restart"],objects:{},objnames:{},objtypes:{},terms:{"00a":323,"00b":323,"02214e23":91,"03275e":494,"0892e":12,"0b1":11,"0e20":[339,472,495],"0e4":[253,332,399],"0e5":253,"0x98b5e0":193,"100k":1,"1024x1024":193,"10e":389,"10f":3,"10g":495,"10th":[464,470,483],"10x":[3,362,363,365,366,377],"10x10x10":156,"10x20x20":358,"11e":10,"15g":[194,495],"16g":[206,212],"16x":1,"18986e":363,"18e":10,"1_12":358,"1_3":358,"1_6":358,"1_prop":6,"1st":[2,6,8,12,20,22,38,44,56,57,58,60,71,87,162,174,176,188,198,199,206,207,208,209,210,211,212,216,220,255,287,297,325,337,341,360,366,371,372,377,384,386,393,395,396,403,404,413,414,419,420,421,426,430,441,451,452,453,454,455,458,463,469,477,478,481,495],"1x2x2":466,"2000k":193,"20x":377,"23899e":363,"2400k":193,"256k":10,"25x":10,"298k":388,"2_3":358,"2k_ss":395,"2nd":[2,3,6,11,12,15,17,38,45,46,56,57,60,71,77,88,150,157,188,194,206,207,208,209,210,211,212,216,218,220,255,299,303,311,337,340,347,354,363,364,365,366,370,372,386,395,401,402,419,441,450,451,452,453,454,455,458,469,476,478,481,495],"2pi":188,"2theta":167,"2x1x2":466,"2x2x1":466,"2x2x2":466,"2x4x10":466,"2x5":395,"300k":[233,299,496],"32k":10,"3419e":253,"3806504e":[6,91],"38e":10,"3n_k":232,"3nk":289,"3nkb":294,"3rd":[15,17,20,38,56,71,106,116,188,206,207,209,210,211,212,216,299,300,337,364,368,370,386,395,401,402,441,451,452,453,454,455,458,469,476,481,495],"3x3":[91,358],"4857990943e":395,"4_94":11,"4th":[6,38,56,81,104,105,118,164,174,188,194,311,337,356,369,371,372,377,393,396,403,419,426,430,441,451,452,453,455,458,469,476,481,484,499],"4x10":354,"4x2x10":466,"4x6x10":466,"50k":1,"53xx":18,"54xx":18,"55e":10,"5_1":377,"5_12":358,"5_6":358,"5kx":[200,226],"5nlog_2":12,"5th":[118,363,486],"6021765e":494,"6863e22":429,"6x6":6,"72360e":253,"7797e":253,"7842e":12,"8032044e":494,"8706e":440,"8706q":440,"8730m":440,"8730n":440,"8e12":208,"8x1":6,"8x2":[6,12],"948q":440,"9e18":[12,39],"9e9":429,"9jan09":[332,399],"9th":365,"__main__":467,"__pthread_key_cr":12,"_compute_group_group":144,"_compute_heat_flux":144,"_compute_t":8,"_j1m1m1":142,"_j2m2m2":142,"_serial":12,"abstract":17,"boolean":[3,337,339],"break":[],"byte":[3,12,208,486],"case":[1,2,3,6,8,9,11,12,13,15,16,17,18,39,40,41,45,46,59,61,63,71,73,104,105,110,116,118,119,145,146,147,148,149,151,154,155,156,157,158,160,161,162,166,168,170,171,172,174,190,191,192,193,194,200,201,205,206,207,209,210,211,212,213,214,216,218,220,224,226,228,231,234,235,237,238,239,240,242,253,255,256,257,258,259,260,261,262,263,274,275,276,278,280,281,286,288,289,290,291,298,299,301,303,305,306,308,311,314,317,318,319,321,322,326,328,329,331,332,334,335,336,337,339,354,355,356,358,360,362,363,364,365,367,369,370,372,382,385,387,389,393,395,398,399,401,402,403,405,415,416,417,419,422,424,426,430,433,436,438,442,449,452,453,455,462,464,467,469,471,472,476,477,479,481,483,485,486,487,488,490,494,495,496,498,499],"catch":[1,3,467],"char":[6,8,440],"class":[1,3,5,6,7,8,9,11,12,13,22,37,44,55,176,187,229,288,341,350,383,402,432,433,450,458,467,469],"default":[],"export":[193,384],"final":[3,5,6,7,8,11,12,17,41,59,87,143,194,205,206,207,209,210,211,212,214,218,220,231,254,255,260,289,293,299,300,303,323,325,326,333,339,363,365,371,372,377,393,396,403,415,419,426,430,431,451,452,453,455,458,464,477,483,490,495,497],"float":[3,6,8,12,40,42,71,115,191,194,206,212,236,288,300,316,395,437,439,467,469,479,486,495],"function":[],"import":[1,2,3,6,11,17,71,106,168,179,197,218,231,234,239,240,255,294,317,318,319,321,326,336,338,415,422,467,469,478,486,490],"int":[3,6,8,11,102,229,231,239,241,294,326,486],"long":[],"new":[],"null":[3,6,91,92,108,114,143,168,197,213,219,222,225,252,288,297,301,303,307,308,311,312,332,371,372,386,393,396,399,402,403,404,419,420,421,426,430,432,433,441,451,453,454,455,458,469,472,477,479,496],"public":[0,7,8,12,229,238,396,431,440],"return":[2,3,6,8,11,14,15,16,17,18,19,41,71,110,119,136,137,141,166,168,194,206,210,211,220,229,255,339,352,354,399,466,467,468,476,479,485,495],"short":[1,3,6,7,13,16,166,255,299,314,327,356,366,367,370,372,377,378,380,381,382,386,387,389,395,402,407,411,415,418,419,424,427,435,440,452,456,464,467,477,479,483,490],"static":[],"switch":[1,3,6,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,43,45,46,47,48,49,51,53,54,56,91,111,114,142,145,155,167,174,175,177,178,179,180,182,183,185,186,188,193,196,200,204,213,220,227,230,234,238,239,242,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,291,299,301,302,317,319,323,324,330,334,340,342,343,345,346,349,351,352,354,356,359,365,369,370,371,372,374,378,379,380,381,382,383,385,386,387,390,391,393,394,396,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,420,422,425,426,427,429,432,434,435,442,451,452,453,454,455,457,458,460,461,462,463,464,466,469,471,472,476,478,482,484,495,497,499],"throw":486,"true":[6,12,13,17,110,117,191,206,214,216,220,255,256,280,281,282,286,299,321,325,337,339,370,395,399,440,451,467,471,479,495],"try":[1,3,8,12,17,19,206,236,242,322,323,324,329,467,495],"var":[3,11,12,168,337,354,480,495],"void":[4,6,7,8,41,171,214,229,472],"while":[1,3,9,10,11,12,13,14,18,71,106,142,151,166,179,191,195,204,211,218,220,224,232,233,238,239,240,242,255,276,289,290,294,296,327,356,363,370,377,388,393,433,453,455,458,464,467,478,483,490],a10:339,a123:339,a12:434,a2m:[6,91],a_0:[242,326,377],a_0_real:242,a_1:326,a_2:326,a_3:326,a_4:326,a_c:385,a_cc:385,a_f:455,a_i:[],a_ij:377,a_j:[],a_pi:377,a_sigma:377,a_ss:385,aacut:281,aat:175,aatom1:117,aatom2:117,aatom3:117,ab_23_cd:339,abbrevi:12,abc:[3,12,339,467,495],abf:219,abf_integr:13,abi:195,abil:[3,9,218,255,286,299,395],abl:[3,8,11,12,39,86,191,195,217,226,230,322,329,370,467,495,498],ablat:326,about:[0,1,3,4,6,8,9,10,11,12,13,17,39,41,42,61,63,78,110,117,118,120,162,168,191,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,220,221,222,224,225,226,227,228,229,230,231,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,251,254,260,264,265,266,267,268,269,270,271,272,273,279,280,281,283,284,285,286,287,288,290,291,292,293,294,295,296,297,298,299,300,301,302,311,312,314,315,317,318,319,320,321,322,323,324,325,326,328,329,330,331,333,334,335,336,337,353,356,362,363,365,370,375,376,382,387,402,429,433,461,467,470,471,476,477,479,484,488,495,497,499],abov:[1,2,6,7,8,10,11,12,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,38,40,41,42,43,44,45,46,47,48,49,50,51,53,54,56,57,63,64,68,70,71,72,73,76,77,86,87,89,90,91,94,95,97,98,114,116,118,120,142,143,145,146,147,148,149,150,151,154,155,156,157,158,160,161,162,166,167,168,170,171,174,175,176,177,178,179,180,181,182,183,185,186,188,191,192,193,194,197,198,199,200,201,206,207,209,210,211,212,214,217,218,220,221,226,229,231,235,237,239,240,241,245,254,255,260,282,285,287,292,298,299,303,311,314,317,318,319,320,337,339,340,341,342,343,344,345,346,347,349,351,356,358,360,364,365,369,370,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,390,391,392,393,394,395,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,417,418,419,422,423,424,425,427,429,430,432,433,434,435,440,441,442,443,444,445,446,447,448,449,451,452,453,454,455,456,457,458,460,461,462,463,464,465,466,467,469,470,471,472,473,476,477,478,479,480,483,484,487,490,495,496,498,499],abscissa:452,absenc:201,absent:490,absolut:[3,194,204,219,220,224,303,316,355,356,363,399,407,470],absorb:326,absoult:356,ac3:167,academ:231,acc:321,acceler:[],accelri:[6,13],accept:[7,12,87,168,194,204,217,220,231,321,381,411,477,484],acceptor:401,access:[0,3,6,7,8,9,11,12,16,40,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,85,88,89,90,91,92,93,94,96,97,100,101,102,104,105,106,107,108,109,110,112,113,114,115,116,117,119,120,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,146,147,148,149,150,151,152,153,155,156,157,158,159,160,161,163,164,165,166,167,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,220,221,222,225,226,227,228,229,230,231,232,233,234,235,236,237,239,241,242,243,244,245,246,247,248,249,251,252,253,254,255,260,264,265,266,267,268,269,270,271,272,273,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,308,311,312,313,314,315,316,317,318,319,320,322,323,324,325,326,328,329,330,331,332,333,334,335,336,355,370,397,399,401,402,419,432,433,442,466,467,470,475,487,495],accidenti:349,accler:16,accommod:202,accomod:255,accompani:8,accomplish:[16,220,243,271],accord:[6,64,71,123,129,132,150,193,204,215,216,242,255,281,289,303,305,323,324,326,331,332,334,335,336,366,370,395,399,410,413,430,437,439,440,442,444,445,447,448,449,478,483,495],accordingli:[11,14,146,147,161,172,366,416,417,449],account:[3,6,9,87,120,150,166,167,176,187,207,209,225,236,237,239,255,261,262,263,274,275,276,278,280,284,290,299,300,302,311,312,313,314,317,318,319,322,326,329,345,364,387,399,407,411,416,417,419,422,440,466,483,496],accuml:[3,299,322,329],accumul:[1,6,8,15,71,144,197,207,208,239,299,303,328,353,370,475,494],accur:[1,3,6,15,17,38,41,56,151,214,253,294,299,302,314,322,329,335,337,356,377,395,398,399,424,434,450,452,453,455,483,488,495],accuraci:[1,3,6,12,41,190,191,194,214,233,255,291,302,327,337,355,356,362,395,424,432,433,452,459,478,483,488,490,495,498],accuractli:488,ach:355,achiev:[1,3,6,16,17,18,29,41,214,231,233,255,256,281,282,289,355,402,478],achiv:18,acid:9,ackland1:393,ackland2:393,ackland:[],acknowledg:[],acml:12,aco:495,acolor:[193,194],acoust:281,acquir:[3,6,58,61,62,171,216,218,220,255,428,474,490],across:[1,2,3,6,9,12,13,15,41,57,61,65,68,69,71,79,93,109,110,117,119,156,170,172,206,209,210,211,214,225,235,299,300,304,322,326,329,335,339,365,370,464,469,472,473,477,486,488],act:[3,6,110,153,224,234,237,238,239,240,242,245,254,299,308,321,323,324,326,335,336,337,363,379,390,398,399,401,434,449],acta:[120,167,371],actinid:[9,422],action:[2,6,11,12,71,232,237,324,490],activ:[5,8,11,12,13,14,55,59,87,166,219,232,236,239,245,254,279,299,306,325,353,415,450,463,492,495],actual:[1,3,6,8,12,56,62,124,151,191,194,198,199,213,215,216,224,239,240,276,280,286,294,303,314,316,317,318,319,321,327,336,337,355,366,398,400,410,416,417,449,466,467,478,479,487,495],adam:[355,356],adapt:[],add:[0,1,3,5,6,7,8,9,11,12,13,14,15,16,17,18,19,40,42,71,87,91,103,116,119,121,166,168,169,191,192,193,197,198,199,200,201,203,205,206,207,209,210,211,212,216,219,224,226,229,233,234,235,237,239,241,242,246,253,254,255,256,257,258,259,260,261,262,263,274,275,276,277,278,280,288,298,299,301,302,311,313,317,319,320,324,325,326,328,330,331,335,337,356,358,362,364,372,378,380,383,387,395,402,407,419,424,427,433,435,467,469,470,475,477,479,481,488,490],add_molecul:203,add_speci:203,add_to_nodeset:203,addforc:[],addit:[],addition:[6,8,16,141,314,336,398,434],addres:9,address:[7,8,11,193,238],addtorqu:[],adequ:[314,327,355,365,478],adher:29,adhikari:242,adiabat:[],adiam:[193,194],adjac:[39,168,365,424,452,453,483,484],adjiman:423,adjust:[2,3,6,16,17,41,59,120,146,147,148,151,152,155,156,161,162,167,172,191,193,206,214,218,220,236,239,243,247,251,252,255,256,260,276,280,283,285,286,289,290,291,292,297,299,306,314,318,322,327,329,330,331,333,334,336,355,356,363,365,370,372,392,416,417,440,455,479,496],adjust_dt:[],adjust_radiu:306,adjust_radius_factor:306,admiss:260,adof:[148,206],adopt:[298,490],adp:[],adri:[9,295,432,433],adust:162,advanc:[3,236,377,464,475],advantag:[1,6,8,11,14,18,39,40,41,214,370,394,478,483],advect:[3,6,314],advertis:8,advis:[365,431],afer:3,affect:[1,6,10,14,15,16,17,40,60,61,71,88,119,143,152,166,172,193,194,199,206,207,209,210,211,212,215,216,217,218,220,221,229,235,237,239,245,252,256,257,258,259,261,262,263,269,274,275,276,278,299,300,312,326,336,349,355,361,362,363,365,366,367,370,395,416,417,424,466,467,469,471,472,474,477,479],affin:[16,17,18,220,370,386],afil:233,aforement:18,afresh:[287,477,495],afshar:391,after:[2,3,5,6,8,9,11,12,15,21,22,33,39,40,41,44,50,57,58,59,61,63,71,146,147,148,149,150,151,152,155,156,157,158,160,161,168,169,171,172,175,176,181,190,191,192,193,194,195,197,198,199,203,204,206,207,214,215,216,217,218,220,224,231,242,243,244,245,246,251,252,253,255,261,262,263,269,274,275,276,278,281,285,289,297,299,302,310,315,317,318,319,321,322,323,324,325,329,331,333,337,340,341,347,354,360,361,363,364,366,368,369,370,371,372,377,384,386,393,394,395,396,402,403,404,415,416,417,419,420,421,422,426,430,432,433,440,441,451,453,454,455,458,464,466,468,469,470,471,472,474,475,477,479,481,483,486,487,490,494,495,496,497,498,499],afterrun:477,afterward:3,afterword:41,ag1:167,ag2:167,again:[6,11,12,16,17,62,142,148,154,162,191,194,220,235,285,340,354,365,416,417,464,466,467,469,471,476,483,485,495,497],against:[11,12,13,64,221,365,432,433],aggreg:[6,12,65,68,69,79,93,110,117,235,251,297,299,312,464,496],aggress:[235,483],agilio:[9,13],agre:[3,8,188,363,372,404,433],agreement:[5,7],ahd:401,ahead:333,aidan:[0,5,7,9,13,358],aij:13,aim:6,airebo:[],ajaramil:[7,9,13],aka:193,akohlmei:[7,9,13,195,236],aktulga:[7,9,292,433],al2o3:440,al2o3_001:[120,300],al3:167,ala:[242,440],alain:9,alat:[280,419],alb:[430,453,455],albeit:298,albert:9,alchem:[87,162],alcohol:329,alcu:[371,377],alcu_eam:430,alderton:390,alejandr:[255,256],alessandro:13,algebra:422,algorithm:[0,1,6,7,8,9,41,61,194,203,214,217,220,242,244,245,269,282,290,299,302,321,322,326,329,334,361,362,363,367,370,395,417,422,437,439,464,466,483],alia:[12,16],alias:[1,356],aliceblu:194,align:[6,12,29,41,71,170,188,210,214,237,358,469,472,490],alkali:395,all:[0,1,2,3,5,6,7,8,9,11,12,13,14,15,16,17,18,22,33,37,39,40,41,42,44,50,54,55,57,59,60,61,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,156,161,162,163,164,165,166,167,168,169,170,171,172,174,176,181,187,188,191,192,193,194,195,197,198,199,200,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,223,224,225,226,227,228,229,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,248,250,251,253,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,272,273,274,275,276,277,278,279,280,281,282,284,285,286,287,288,289,290,291,292,294,295,296,297,298,299,300,301,302,303,304,305,306,310,311,313,314,315,316,317,318,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,345,350,353,354,355,356,357,358,360,363,364,365,366,367,369,370,371,372,373,375,376,377,378,380,381,382,383,384,386,387,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,411,415,416,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,461,462,463,464,466,467,468,469,470,471,472,473,474,476,477,478,479,480,481,482,483,484,486,487,488,490,494,495,496,497,498,499],allen:[29,87,390,398],allentildeslei:87,allign:3,allindex:338,alloc:[3,5,6,8,9,11,12,60,229,328,364,366,370,428,433,469,477],allocat:3,alloi:[],allosw:71,allow:[1,2,3,6,8,9,11,12,13,14,15,16,17,18,22,37,39,40,41,55,57,58,59,61,62,63,77,92,108,110,144,146,147,148,161,166,167,168,170,176,187,188,191,193,194,195,197,198,200,202,203,204,206,207,208,209,210,211,212,214,216,217,218,219,220,221,225,226,229,231,232,233,234,236,239,242,245,246,250,252,255,256,280,284,286,287,288,289,293,299,300,302,303,305,306,310,314,321,322,323,324,326,327,328,329,330,331,337,339,341,350,355,356,358,363,364,365,366,369,370,373,377,378,379,380,381,382,387,393,395,399,400,401,402,407,411,416,417,422,424,430,433,434,437,439,440,449,459,461,464,467,469,471,472,473,474,475,476,479,481,482,483,486,487,495,496],almost:[2,3,12,60,237,289,326,356,367,370,449],alo:387,alon:[6,7,217,295,432,433,467],alond:13,along:[6,8,9,12,29,40,71,87,120,167,168,190,191,193,206,217,237,242,243,247,252,254,289,299,302,303,307,311,312,321,325,326,332,335,337,358,361,362,363,365,387,390,399,402,405,407,411,419,432,433,452,469,472,479,480,495],alonso:[420,421],alpha:[6,12,51,198,242,281,289,290,294,363,371,374,378,387,391,393,394,396,401,406,407,419,425,429,454,456,487,490],alpha_:[],alpha_c:415,alpha_i:441,alpha_ialpha_j:[],alpha_lj:415,alphabet:[2,3,22,37,44,55,63,176,187,197,341,350,364,384,450,469],alphanumer:[3,63,197,288,296,339,364,495],alreadi:[3,7,8,9,12,16,17,18,42,168,169,171,192,202,206,210,211,214,216,220,246,287,289,314,337,364,365,391,400,402,409,417,449,459,462,465,469,470,474,479,495],also:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,22,29,36,37,38,39,40,41,42,44,54,55,56,58,59,61,63,66,71,72,73,75,77,81,87,89,90,92,94,104,105,106,107,108,109,114,116,118,119,121,142,143,144,145,146,147,148,149,150,151,152,154,155,156,157,158,160,161,162,163,164,165,166,168,169,170,171,172,174,176,187,188,189,190,191,192,193,194,195,197,198,199,200,202,205,206,207,208,209,210,211,212,213,214,215,216,217,218,220,221,226,229,230,231,232,233,235,236,239,240,241,242,252,253,255,256,257,258,259,260,261,262,263,268,271,272,274,275,276,277,278,280,281,282,284,285,286,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,307,308,311,312,314,317,318,319,320,321,325,326,327,328,330,332,335,337,339,341,347,350,353,355,356,358,359,360,363,364,365,366,367,369,370,377,381,382,384,388,389,390,391,393,394,395,398,399,401,402,403,411,415,416,419,422,424,426,428,429,430,431,434,435,437,444,445,447,448,450,451,452,453,454,455,456,458,464,466,467,468,469,470,471,472,473,474,476,477,478,479,481,482,483,484,487,488,489,490,491,493,494,495,496,497,499],alter:[3,6,8,9,11,12,41,59,145,146,147,148,149,151,154,155,156,157,160,161,168,172,191,193,195,198,199,206,215,216,217,218,220,254,255,294,297,299,301,308,314,322,329,336,362,365,402,469,474,476,479,495,496,499],altern:[1,6,8,11,12,17,18,91,168,191,197,207,220,236,240,255,288,299,321,322,329,342,346,355,362,363,371,372,387,393,394,396,404,407,415,419,420,421,426,430,431,441,451,453,455,458,467,469,470,482,484,487],although:[29,42,188,245,255,286,290,299,321,354,476,490,499],aluminum:462,alwai:[0,6,11,12,17,18,54,57,63,71,166,194,206,207,208,210,211,212,216,219,231,233,237,291,294,299,314,331,335,336,340,355,356,361,363,364,366,367,370,380,383,393,410,422,432,433,440,442,452,453,455,462,464,469,470,472,474,481,483,486,490,495,496],amap:194,amatrix:233,amaz:11,amazingli:13,amber2lmp:[],amber:[],ambient:193,ambigu:[3,63,197,495],amd:[17,370,422],amend:11,amino:9,amit:9,among:[16,143,204,242],amorph:[168,454],amount:[1,3,6,12,59,88,117,166,170,190,193,204,208,218,219,231,235,239,255,280,286,299,306,314,319,322,327,329,337,355,370,391,428,469,472],amplitud:[220,252,307,332,349,472,495],amu:231,amzallag:440,analag:[6,495],analalog:6,analog:[6,108,142,170,188,399],analys:[7,474],analysi:[7,9,13,63,64,73,195,295,296,304,338,422,441,469,479],analyt:[1,3,9,13,120,162,167,302,355,377,403,404,409,422,430],analyz:[6,8,13,365,422],andersen:302,anderson:[284,391],andr:[7,9,13],andrew:13,andzelm:449,ang:280,angl:[],angle1:298,angle2:298,angle_coeff:[],angle_cosineshift:27,angle_cosineshiftexp:[26,177],angle_cutof:401,angle_cutoff:401,angle_hybrid:29,angle_info:433,angle_styl:[],angle_typ:40,angleangl:[3,340,347,469],angleangletors:[3,175,469],anglecoeff:3,angletors:[3,175,181,469],angletyp:216,angmom:[],angmomi:[115,191,316],angmomx:[115,191,316],angmomz:[115,191,316],angstrom:[6,10,59,71,120,157,167,168,190,191,193,194,202,210,211,220,221,231,236,237,252,292,297,331,333,334,336,356,358,361,367,371,372,382,393,415,419,426,431,432,433,455,462,472,478,494,496],angular:[3,6,29,40,61,63,66,82,83,84,85,107,115,142,146,147,160,161,168,191,197,239,245,251,252,257,258,259,261,262,263,265,266,267,270,272,273,274,275,278,297,299,302,307,316,371,377,386,399,416,417,419,422,430,450,453,454,469,479,495,496],angularm:266,anharmon:[27,53,177,294,483],ani:[1,3,6,7,8,9,10,11,12,13,14,15,16,17,22,29,38,39,40,41,42,44,55,56,58,59,61,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,146,147,148,149,150,151,152,153,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,171,172,174,176,188,190,191,192,193,194,197,200,201,202,204,206,207,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,226,228,231,234,235,237,239,242,245,251,252,255,260,280,282,284,285,286,288,290,291,292,294,296,297,299,301,302,303,307,308,311,313,314,315,316,325,326,331,332,333,334,335,336,337,338,339,341,354,355,356,358,360,361,363,364,365,367,368,369,370,372,377,381,382,386,387,390,391,393,394,396,398,402,403,404,405,411,422,424,430,432,433,434,441,449,450,451,452,453,454,455,456,457,458,463,464,466,467,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,487,488,490,491,493,494,495,496,497,498,499],anihil:415,anim:[2,4,7,11,13,193,365],anion:[396,440],aniso:[3,218,220,255,256,257,258,259,260,261,262,263,286,299],anisotrop:[239,398,434],ann:423,annot:[7,451,453,454,455,458,469],annual:[464,483],anoth:[1,3,4,6,7,8,11,12,17,29,40,63,71,72,87,118,121,192,193,197,198,204,206,209,210,211,212,217,220,221,232,235,239,240,245,255,256,260,285,288,299,300,317,318,319,326,336,339,361,363,365,366,369,387,391,395,396,398,401,402,406,407,415,432,434,442,449,453,454,455,463,464,467,470,476,478,490,495,499],ansi:[12,16],answer:[3,4,8,12,299,367,368],anthoni:324,antiquewhit:194,antisymmetr:[9,40,373],antisymmetri:395,antonelli:[323,324],antonio:429,anymor:324,anyon:7,anyparticl:86,anyth:[8,11,168,220,238,451,453,455,480],anywai:[171,370,490,497],anywher:[12,168,384,419,441,495],aoff:[364,469],aparam:[87,198,199],apart:[3,169,245,311,366,375,442,469,478],aperiod:281,api:[11,12,195,403,467],appar:3,appear:[2,3,6,11,12,13,39,40,41,72,77,87,92,108,110,117,118,142,151,168,169,171,191,193,194,206,210,211,214,218,221,224,231,236,285,296,297,325,337,339,340,355,363,364,365,385,393,419,424,440,452,458,465,466,467,469,470,471,474,476,490,495,499],append:[],appendix:[29,390,440],appl:[218,255,256,458],appli:[2,3,4,5,6,8,9,12,17,18,29,33,41,50,57,59,61,63,71,72,87,88,106,118,142,143,148,154,156,158,162,167,168,170,174,176,181,187,190,191,193,194,197,198,199,200,201,203,206,213,214,218,219,220,222,225,226,229,230,231,232,233,234,236,237,239,240,241,242,246,255,256,260,261,262,263,269,274,275,278,279,280,282,286,289,297,298,299,301,302,303,304,307,311,312,313,315,317,318,319,320,322,324,325,326,329,337,355,358,363,364,365,375,378,380,382,387,390,395,399,400,401,402,404,407,413,417,422,424,427,432,435,436,437,438,439,449,456,461,469,470,472,473,474,478,479,481,486,490,495,496,497,498],applic:[1,6,9,12,17,195,203,217,221,222,229,231,233,236,280,285,298,303,311,322,329,355,370,455,479,490],applyt:3,appopri:17,approach:[6,7,9,14,191,203,232,281,282,294,299,321,322,324,326,329,355,377,387,389,392,398,402,422,434,436,438,449,459],appropri:[1,2,3,6,8,11,12,13,15,17,33,38,42,50,56,61,73,88,91,118,119,146,147,148,176,181,187,188,191,194,206,207,210,211,212,217,218,220,229,230,233,242,250,252,253,255,257,258,259,260,261,262,263,274,275,276,278,282,285,286,289,294,299,314,317,318,319,322,329,331,332,334,335,336,347,356,365,372,377,381,385,386,387,394,399,402,404,411,415,422,431,432,433,451,452,453,454,455,458,459,469,470,471,473,474,482,483,486,495,496],approri:234,approxim:[6,9,120,124,167,231,233,242,282,300,302,321,355,361,362,363,379,389,395,398,416,417,422,424,431,434,440,461,483,490],april:11,aprpopri:464,apu:[416,417],aqua:[193,194],aquamarin:194,ar_therm:203,ar_ttm:203,ara:13,arbitrari:[6,40,58,118,191,193,195,219,220,234,255,282,290,451,467,480,495],arbitrarili:[11,59,118,142,190,218,255,387,495],arcco:3,arch:[1,12,14,15,17],architect:353,architectur:[16,370,422],archiv:[6,7,11,12,316,384,476],arcsin:3,area:[6,41,91,114,118,166,214,220,242,322,329,392,399,429,457,466,479],aren:[118,288,339],arflag:12,arg:[3,11,12,22,40,41,44,55,59,63,71,87,119,156,162,166,168,171,172,176,190,191,192,194,197,198,199,200,202,204,206,207,208,209,210,211,212,213,214,215,216,219,220,221,226,229,231,234,235,236,237,245,252,257,258,259,285,298,299,300,301,304,307,308,310,321,324,331,332,333,334,336,337,341,353,365,370,378,379,380,382,383,384,389,390,395,400,402,407,411,415,416,417,418,427,435,437,439,450,466,467,469,472,474,476,478,480,482,487,488,495,496,498,499],argon:231,argonn:12,argument:[2,3,6,8,11,12,17,20,21,22,23,24,25,26,27,28,29,30,31,32,35,38,40,41,42,43,44,45,46,47,48,49,51,53,54,56,59,63,73,87,91,108,111,114,118,142,143,145,150,155,156,157,162,166,168,169,170,172,174,175,176,177,178,179,180,182,183,185,186,188,191,194,197,198,199,200,202,205,206,207,208,209,210,211,212,213,214,218,219,220,227,229,230,231,233,234,238,239,245,252,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,284,285,287,291,296,299,300,301,302,314,317,319,326,328,330,332,334,337,339,340,341,342,343,345,346,347,349,351,353,354,356,357,358,360,365,369,370,371,372,374,375,376,377,378,379,380,381,382,383,384,385,386,387,389,390,391,393,394,396,397,398,399,400,401,402,403,404,405,407,408,409,410,411,412,413,414,415,416,418,419,420,421,424,425,426,427,429,430,432,433,434,435,440,441,442,450,451,452,453,454,455,456,457,458,460,461,462,463,464,465,466,467,468,469,470,472,474,477,478,479,480,484,486,487,495,496,498],aris:[12,461],arithmet:[3,6,104,355,382,385,405,410,424,456,457],arkansa:9,arl:9,armv8:17,arnold:355,around:[1,3,4,6,12,42,57,58,59,66,70,71,72,73,77,118,142,146,163,166,168,170,190,193,194,201,202,218,220,221,237,252,255,288,290,294,299,307,311,314,331,332,335,354,364,440,469,472,479,480,490,495],aroung:3,arrai:[],arrang:142,arrheniu:483,art:[9,464,483],artefact:233,articl:[6,440],articul:[7,284],artifact:[88,166,490],artifici:[253,289,444,445,447],arun:13,arxiv:[142,192,441],ascend:[41,194,236,245,299,474],asci:7,ascii:[13,300,325,365,393,396,419,469],ash:[416,417],asid:[8,168,419],asin:495,ask:[3,11],askari:429,askoos:13,asoci:193,aspect:[6,7,59,220,231,398,434,457,469,479,483],aspect_ratio:300,asper:4,aspher:[],asq:[416,417],assembl:4,assign:[1,2,3,6,7,11,12,14,15,17,18,33,39,40,41,50,57,59,61,63,66,71,72,75,90,94,105,107,112,115,116,120,142,143,148,163,165,167,168,171,181,191,192,193,194,195,197,198,199,202,206,209,214,216,217,218,221,223,231,236,239,240,241,242,252,255,257,258,259,260,261,262,263,272,274,275,276,277,278,282,285,286,288,290,296,299,300,317,318,319,320,337,347,356,358,360,364,365,369,370,377,393,396,398,401,402,433,434,462,466,467,469,470,471,472,473,478,479,484,487,495,496],assignemnt:[6,478],assing:288,assist:[7,253],associ:[3,5,6,8,9,12,22,37,39,40,44,55,59,66,74,75,81,87,89,90,94,100,102,104,105,107,132,163,176,187,191,193,194,198,199,200,204,218,220,226,229,231,232,238,242,252,255,284,294,298,299,300,312,314,338,339,341,350,358,363,365,369,370,384,387,391,392,393,395,401,402,404,407,411,436,438,449,450,452,467,470,477,489,490,492,495],associd:67,assum:[2,3,4,6,11,12,16,17,18,39,59,67,71,88,97,103,105,145,146,147,148,149,150,151,153,154,155,156,157,158,160,161,162,166,168,171,194,198,199,204,206,207,209,210,211,212,218,220,228,236,238,242,245,257,258,259,261,262,263,265,267,270,272,273,274,275,278,280,281,285,286,287,290,299,301,303,311,322,325,326,331,334,337,344,355,356,364,365,370,376,377,379,381,384,385,392,395,401,402,406,411,416,417,457,464,466,467,469,471,474,479,483,486,487,490,496],assumpt:[166,236,371,424],astar:419,astart:442,asterisk:[22,44,61,77,87,118,162,172,176,194,198,199,245,299,341,360,384,401,449,463,466,479,494],astop:[363,442],asu:393,asub:419,asubrama:13,asymmetr:[129,334,377,393],asynchron:[15,16],atan2:495,atan:495,atc:[],atc_fe_output:203,athomp:[0,7,9,13],atm2pa:6,atmospher:494,atol:12,atom1:[284,298,364,469],atom2:[284,298,364,469],atom3:[284,298,364,469],atom4:[298,364,469],atom:[],atom_element_map:203,atom_forc:433,atom_info:433,atom_modifi:[],atom_styl:[],atom_vec:8,atom_vec_atom:8,atom_vec_electron:8,atom_veloc:433,atom_weight:203,atomey:[6,7,11,13,191,193,194],atomfil:[3,71,288,337,369,479,495],atomic_charg:203,atomic_numb:430,atomid:469,atomist:[6,203,321,422],atomperbin:3,atomt:194,atomvec:8,attach:[6,211,282,303,311,469],attatch:324,attempt:[3,6,41,59,71,190,204,214,215,216,217,221,231,285,286,314,334,355,359,365,402,467,484,487,495],attend:203,attent:[15,18],attogram:494,attrac:419,attract:[],attribut:[3,6,7,8,11,39,40,42,58,63,71,87,115,116,117,119,146,162,191,193,194,197,198,199,205,206,209,210,211,217,218,255,257,258,259,260,261,262,263,265,266,274,275,276,278,286,299,300,316,317,318,319,358,364,377,395,402,469,470,471,479,487,495],atw:[416,417],atwat:454,atwt:419,atyp:[117,162,216,387,407,411,415],au1:167,au3:167,aug:[],augment:[12,115,218,288,419],augt1:419,auo:296,auoh:296,author:[3,8,9,13,192,393,394,490],auto:[6,8,11,12,91,164,197,207,208,303,328,355,364,370,466],autocorrel:[63,91,239],autom:[12,193],automag:7,automat:[3,6,12,14,15,16,17,18,19,36,130,188,202,208,231,233,242,299,303,327,355,370,386,393,402,419,422,436,437,438,439,462,469,482,490,495],auxiliari:[1,6,9,11,12,13,191,281,299,470,474,497],avail:[1,3,5,6,7,8,9,11,12,13,15,16,17,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,43,45,46,47,48,49,51,53,54,56,61,63,87,111,114,115,142,145,155,166,174,175,177,178,179,180,182,183,185,186,188,191,193,197,200,206,209,210,211,212,213,218,219,220,227,230,232,234,236,239,255,256,257,258,259,260,261,262,263,264,265,272,274,275,276,278,291,293,299,300,301,302,317,319,324,330,334,340,342,343,345,346,349,351,353,356,370,371,372,374,378,379,380,381,382,383,385,386,387,390,391,393,394,395,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,417,419,420,424,425,426,427,429,430,432,433,434,435,441,442,451,452,453,454,455,457,458,460,461,462,470,472,478,482,495],availab:[],ave_chunk:6,aveforc:[],avendano:423,averag:[3,6,7,12,15,41,63,64,71,87,91,92,104,106,118,120,144,148,156,164,167,191,194,197,199,203,205,206,207,208,209,210,211,212,213,214,218,231,233,235,239,245,255,256,260,281,286,289,295,296,299,300,303,340,372,395,419,456,470,474,487,490,495],averi:314,avesq:119,avg:12,avi:193,avoid:[1,3,6,12,36,39,59,168,169,188,193,202,207,209,212,224,231,233,240,280,282,290,294,299,300,328,335,368,377,395,415,419,433,452,471,477,478,490],awai:[3,6,61,118,191,193,206,217,221,234,237,254,280,303,311,325,331,366,387,407,411,474],awar:[370,394,466],awpmd:[],axel:[7,9,13,18],axi:[3,6,41,71,92,120,132,146,167,168,170,190,193,206,214,231,234,237,252,285,307,311,326,332,345,351,358,469,472,479],axial:260,azimuth:[193,234],azur:194,b_k:441,ba2:167,babadi:434,back:[1,6,7,11,12,13,14,15,17,149,150,151,155,156,157,158,160,168,172,191,194,195,198,199,219,224,229,236,237,239,240,255,261,262,263,274,275,276,278,297,299,317,318,319,323,324,333,334,336,354,355,356,365,399,467,469,470,471,472,473,476,482,483,495,496],backbon:[217,302,349],backcolor:[194,498],backend:17,background:[9,87,88,114,143,194,214,220,239,314,322,326,329,365,385,416,417,419],backtrack:[361,363],backward:[9,12,195,365,483,495],baczewski:232,bad:[3,12,59,61,237,365,469,474,486],badli:[3,218,255],bal:321,balanc:[],balasubramanian:277,ball:[142,416,417],ballenegg:355,bammann:203,band:[4,6,7,9,142,197,254,362,365,377,422,440],bandwidth:[1,10,18,40],bandwith:193,bar:[87,193,494],barashev:393,bare:[224,238,240],barost:[224,490],barostat:[],barostt:6,barr:386,barrat:294,barrett:67,barrier:[3,4,6,254,351,365,386,397,483],bartel:281,bartok2010:441,bartok2013:441,bartok:[9,142,431,441],bartok_2010:431,bartok_phd:431,bary:494,barycent:310,basal:[],base:[3,4,6,8,9,11,12,13,14,15,20,63,64,71,78,87,91,104,113,120,148,150,167,168,170,191,192,193,194,197,203,210,211,214,215,216,220,221,225,231,236,239,243,245,269,281,282,288,290,292,299,300,303,304,314,321,356,370,372,374,377,391,395,398,401,402,403,407,416,420,421,427,429,430,440,451,454,455,458,464,466,469,470,471,473,476,479,480,483,484,487,494,495,496,499],bash:384,bashford:[6,20,174,382,481],basi:[3,6,12,40,142,148,168,202,239,241,281,314,331,358,479,495],basic:[6,7,8,12,17,41,115,143,193,194,203,214,255,256,280,335,371,373,422,463,471,490],basin:[86,365,464,483],bask:[393,419,430],bath:[9,289,294],batom1:[69,117,119,191,194],batom2:[69,117,119,191,194],bayli:[6,174,481],bb13:175,bcc:[3,4,7,64,70,73,358,419,421],bcolor:[3,193,194],bdiam:[3,193,194],be2:167,bead:[5,7,10,13,40,45,46,160,201,217,282,449],beam:221,bear:[6,232],becau:13,becaus:[0,1,3,6,8,12,16,17,18,40,41,42,59,64,71,72,77,92,108,118,130,142,148,153,158,168,169,170,174,191,192,193,194,195,200,206,214,215,216,217,218,220,226,230,231,232,233,238,239,240,241,252,255,256,269,276,285,289,290,294,299,311,316,321,322,325,326,329,333,334,335,336,337,343,355,361,363,365,366,369,370,376,382,384,387,389,391,395,396,398,399,400,401,402,405,406,415,416,417,419,424,434,449,450,456,457,466,467,469,471,472,473,476,478,479,481,483,490,495,496,497,499],beck:[],becker:[371,393],beckman:236,becom:[1,2,3,6,7,8,18,39,41,54,57,59,71,170,191,193,194,214,215,216,217,220,231,233,242,254,255,296,297,317,318,331,332,334,335,336,355,356,361,365,372,385,387,393,395,398,407,424,430,434,451,458,461,469,470,472,479,495],been:[1,2,3,6,7,8,9,11,12,13,16,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,41,42,43,45,46,47,48,49,51,53,54,56,57,59,60,63,65,69,71,87,111,114,115,116,117,119,121,145,146,147,148,149,150,151,155,156,157,158,160,161,169,170,171,172,174,175,177,178,179,180,182,183,185,186,188,190,191,193,194,195,200,202,204,205,206,207,209,210,211,212,213,214,217,218,219,220,221,227,230,231,234,236,237,239,240,242,243,244,245,246,250,252,253,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,284,285,286,289,291,293,296,297,299,301,302,310,315,317,318,319,326,327,328,330,331,332,333,334,336,337,340,342,343,345,346,349,351,354,355,356,363,366,370,371,372,374,378,379,380,381,382,383,385,386,387,390,391,392,393,394,395,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,417,420,421,422,425,426,427,429,432,433,434,435,442,449,451,452,453,454,455,457,458,460,461,462,464,466,467,469,470,471,472,473,475,479,483,486,487,495,496,497,498],befor:[1,2,3,6,8,9,12,14,17,22,29,39,40,41,44,59,66,71,74,75,81,89,90,94,104,105,106,107,116,148,151,156,157,163,168,169,171,172,176,189,190,194,198,199,200,201,202,204,206,209,210,211,212,213,214,218,223,224,230,231,236,238,239,240,242,245,252,255,261,262,263,274,275,278,281,288,289,290,293,294,299,300,301,315,317,318,319,325,331,332,333,337,341,360,361,363,365,370,396,399,415,419,422,450,459,464,466,467,470,471,472,473,474,476,477,479,483,486,487,490,495,496,497,498,499],began:[5,12],begin:[3,8,12,38,39,56,71,119,121,169,188,190,191,194,198,199,203,205,206,207,209,210,211,212,214,220,269,284,297,300,314,316,319,328,333,336,337,352,354,355,356,357,359,362,364,365,366,369,370,393,422,424,430,437,439,440,442,449,452,462,464,469,476,483,485,487,494,495,497],behalf:3,behav:[3,27,177,362,363],behavior:[3,172,188,191,193,195,217,218,221,231,232,233,236,239,240,241,255,285,289,294,314,317,318,326,362,377,395,419,462,463,471,475,495,497],behaviour:[6,239],behind:[8,238,253,289,314,355],beig:194,belak:7,believ:11,bellott:[6,20,174,382,481],bellow:345,belong:[2,3,40,71,122,171,204,206,210,231,245,299,337,364,436,469],below:[1,2,3,5,6,8,9,11,12,15,16,17,22,38,39,41,42,44,54,56,59,60,63,65,68,69,71,77,79,91,93,114,115,118,119,120,142,143,148,154,156,162,166,167,168,171,172,174,176,187,188,190,191,193,194,197,198,200,201,203,206,207,208,209,210,211,213,214,216,217,218,220,221,226,229,231,234,235,237,239,240,245,252,253,255,260,261,262,263,274,275,278,280,285,288,289,290,297,298,299,301,302,308,311,314,315,316,317,318,319,322,323,324,326,329,331,332,337,339,341,353,355,358,360,361,363,364,365,367,370,371,372,373,377,378,379,382,383,384,385,387,390,393,395,396,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,417,418,419,423,424,429,432,433,434,435,441,442,449,450,452,457,458,460,461,462,463,464,467,469,470,471,472,474,476,477,479,481,482,483,485,486,487,489,490,495,496,499],bench:[1,6,11,12],benchmark:[1,7,10,11,12,13,14,15,16,17,18,41,214,355,482],beneath:221,benedict:422,benefici:[61,367],benefit:[1,232,478],bennet:87,beowulf:7,berardi:[398,434],beraun:326,berendsen:[],berensen:299,berkelei:166,berkowitz:355,berlin:[7,9,303],bern:[3,282,290,291,386,398,440,450,478],bernendsen:6,beryllium:395,besid:[8,301,472],best:[1,6,8,14,15,16,17,18,19,255,276,277,298,299,370,377,387,407,411,424,452,470,478,483],beta:[6,9,281,289,371,374,393,394,396,419,453,454,455,487,495],beta_:377,beta_k:441,beta_pi:377,beta_sigma:377,beta_t:454,better:[3,6,7,8,12,14,16,27,142,177,199,214,231,242,255,269,290,297,299,314,356,365,370,453],betwe:375,between:[],beutler:415,bewteen:[110,207,314,322,329,402,466],beyon:478,beyond:[3,5,6,12,17,61,71,87,166,191,194,209,210,231,255,355,367,397,413,424,483,487,495],bflag1:[42,193],bflag2:[42,193],bgq:[17,422],bi3:167,bi5:167,bia:[3,6,8,114,143,146,147,148,149,150,151,155,156,157,158,160,161,206,219,220,231,239,240,255,261,262,263,274,275,276,278,294,317,318,319,321,496],bias:[6,9,219,496],biaxial:146,biersack:[419,450,455,462],big:[3,4,12,191,289,294,314,366,385],bigbig:[3,12],bigint:[3,229],bilay:[4,10,311],bilayer1:311,bilayer2:311,bill:7,billion:[3,7,10,12,39,231,477],bin2d:71,bin3d:71,bin:[3,6,11,12,39,63,66,71,75,90,94,105,107,116,118,148,156,163,165,191,194,206,209,210,211,281,289,294,314,366,367,370,392,428,470,498],binari:[3,6,7,9,12,13,16,33,37,50,55,181,187,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,251,252,253,254,255,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,328,329,330,331,332,333,334,335,336,347,350,371,372,373,374,375,376,377,378,379,380,381,382,383,385,386,387,390,391,392,393,394,395,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,425,427,429,430,431,432,433,434,435,440,441,442,443,444,445,446,447,448,449,451,452,453,454,455,457,458,460,461,462,470,471,476,497,499],binary2txt:[],binchunk:206,bind:[9,17,18,192,210,377,440],binsiz:[39,194,366,370],binstyl:156,bio:[40,366],biolog:[6,7],biologi:180,biomolecul:[284,299,355,356,382],biomolecular:478,biophys:236,biosym:13,bird:392,bisect:[41,214,457],bisector:[6,387,407,411],bispectrum:[63,142,441],bisqu:194,bit:[3,11,12,17,39,229,240,424,452,477,490],bitmap:[3,452,459],bitrat:[193,194],bitzek:362,bkgd_dyn:419,bla:12,black:194,blais:[9,13],blanchedalmond:194,blank:[2,3,12,38,56,109,188,193,284,299,364,365,377,394,419,426,441,451,452,453,454,455,458,466,467,469,495],blast:326,blend:419,block:[2,3,6,91,142,168,170,171,285,335,358,370,377,395,430,441,472,483,490],blocksiz:370,blow:[3,269,331,335,442],blown:3,blue:[2,193,194,217],bluegen:[191,355,422],blueviolet:194,bni:71,board:[356,390],bodi:[],body_nparticl:8,bodyflag:469,bodyforc:242,bodyforcei:242,bodyforcex:242,bodyforcez:242,bodystyl:[245,299],boff:[364,469],bogaert:321,bogu:[3,151,218],bogusz:88,bohr:[393,395,422,455,494],boltzmann:[6,7,9,87,91,114,145,148,149,150,151,154,155,156,157,158,160,206,217,239,242,243,244,245,246,260,330,391,484,494],bond:[],bond_coeff:[],bond_graph_cutoff:433,bond_harmon:[8,48,49],bond_harmonicshift:49,bond_info:433,bond_interact:203,bond_styl:[],bond_typ:172,bondangl:[3,21,33,469],bondbond13:[3,175,469],bondbond:[3,21,33,469],bondchk:433,bondcoeff:3,bondtyp:[215,216,364],bonu:[3,497],book:461,bookkeep:424,bookmark:0,boost:[1,3,12,64,366],bop:[],border:[3,7,16,61,326,496],boresch:87,boreschkarplu:87,born:[],boron:395,borrow:303,bose:294,botero:[7,9,13,395],both:[1,3,6,7,8,9,11,12,14,15,16,17,27,37,39,40,54,55,57,59,61,62,63,68,69,71,83,87,88,110,115,117,118,130,144,146,147,148,153,156,158,161,168,170,171,172,177,187,188,191,193,196,197,198,199,204,206,207,210,211,212,215,216,217,218,219,220,225,231,233,235,237,239,240,242,243,251,252,255,256,261,262,263,269,274,275,278,284,288,289,296,299,302,303,311,314,318,322,323,324,326,329,331,332,334,335,336,339,340,350,356,360,363,364,365,366,368,370,372,377,378,379,380,381,382,383,385,390,391,393,394,395,398,399,401,402,403,407,409,411,412,413,415,416,417,422,423,424,427,434,435,451,453,454,455,458,464,466,467,469,470,471,472,476,481,486,487,490,495,497,498,499],bottleneck:[1,3,467,488],bottom:[8,9,151,194,220,230,242,276,322,329,358,481],bottomwal:213,bounc:[3,314],bound:[3,6,17,26,27,41,42,57,59,71,157,170,177,190,191,194,209,210,214,220,221,225,231,240,255,285,314,331,332,333,334,335,336,355,363,395,469,472,483,490,495,496],boundar:3,boundari:[],boundary_dynam:203,boundary_faceset:203,boundary_integr:203,bount:11,bourgogn:9,box:[],boxcolor:[193,194],boxxlo:11,bpa:370,bpclermont:[9,13],bptype:449,br1:167,bracket:[2,3,6,41,63,71,119,121,197,205,206,207,209,210,211,212,214,328,487,495],bragg:[120,167],branc:11,branch:11,branicio2009:458,branicio:[73,458],breakabl:[7,44,55],breakag:[78,215],breakdown:[1,12,15,88,109,432,433,464,483],brennan:449,brenner:[372,450],brick:[3,41,61,62,156,170,214,469,471,473,495],brief:[1,5,6,7,8,12,238,255,372,377,433,483],briefli:[6,10,282,386,440],brilliantov:399,bristol:[5,7],brittl:429,broader:467,broadli:8,broken:[2,54,65,69,70,78,104,109,117,172,215,255,377,471,481,488,497],brook:6,brought:190,brown:[7,9,13,15,16,120,143,194],brownain:379,brownian:[],brownw:7,brows:0,browser:[4,193],bryantsev:401,bsd:12,bstyle:[40,42],btype:[69,117,169,191,387,407,411,415,449],buc:380,buck:[],buckingham:[7,198,199,290,356,378,380,381,389,418,450],buckplusattr:440,buffer:[3,8,193,194,486],bufi:193,bug:[],bui:193,build:[],builder:[7,13],built:[1,2,3,4,6,8,9,11,12,13,14,15,16,17,20,21,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,40,43,45,46,47,48,49,50,51,53,54,55,56,64,67,78,80,83,86,87,97,98,99,100,101,102,106,111,113,114,120,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,144,145,146,147,152,154,155,159,160,162,166,167,174,175,177,178,179,180,181,182,183,185,186,187,188,191,192,195,197,200,201,202,204,208,213,215,216,217,219,220,221,226,227,228,230,231,232,233,234,236,238,239,241,242,243,244,245,246,248,249,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,270,272,273,274,275,276,277,278,280,281,282,284,285,288,289,290,291,292,293,294,295,296,299,301,302,303,304,305,306,307,308,310,314,317,319,320,321,322,323,324,326,327,329,330,332,333,334,338,339,340,342,343,344,345,346,347,349,350,351,356,365,366,367,370,371,372,374,375,376,377,378,379,380,381,382,383,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,425,426,427,428,429,430,431,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,460,461,462,464,467,470,472,478,482,483,484],bulatov:[420,421],bulk:[4,6,10,70,242,280,286,388,419,422,424,429,436,438,440,473],bullet:7,bump:239,bunch:8,bundl:[9,193,195],burlywood:194,bussi1:318,bussi2:318,bussi:[233,318],buyl:[9,192],bybe:9,bypass:6,c1060:14,c11:[207,419],c12:207,c13:207,c1n:207,c2050:14,c21:207,c22:207,c23:207,c2n:207,c31:207,c32:207,c33:207,c34:207,c3n:207,c41:207,c42:207,c43:207,c44:207,c_0:[326,447,448],c_1:[68,69,119,120,167,191,194,232,288,300,337],c_2:[69,119,120,164,166,167,191,300,328,337],c_3:[119,300],c_cluster:6,c_cstherm:6,c_dist:119,c_doubl:11,c_e:326,c_flux:91,c_forc:119,c_gauss:397,c_hb:401,c_id:[6,63,71,87,119,121,191,205,206,207,208,209,210,211,212,300,316,328,487,495],c_ij:6,c_ijkl:6,c_index:119,c_k:232,c_ke:322,c_msdmol:121,c_my_stress:205,c_mycentro:[206,210],c_mychunk1:116,c_mychunk2:116,c_mychunk:[6,66,75,90,94,105,107,148,163,165],c_mycom:209,c_mycomput:206,c_myf:[191,498],c_myrdf:[118,212],c_mytemp:[8,207,208,209,212,328,487,495],c_n:376,c_n_k:232,c_p:143,c_pe:112,c_peratom:[112,143],c_pi:377,c_press:119,c_prop:6,c_radiu:166,c_reax:[432,433],c_sa:300,c_sigma:377,c_size:6,c_stress:191,c_tatom:[],c_tdrude:[224,240,490],c_thermo_press:[8,207,208,209,212],c_thermo_temp:212,c_xrd:209,ca2:167,cach:[17,39,424,482],cacul:302,cadetblu:194,cai:490,calcforc:242,calclat:91,calcluat:[106,112,114,143,387],calcualt:[91,206],calcul:[],caldwel:[6,174,481],calhoun:282,call:[],callabl:[3,11],callback:[3,8,11,144,197,229,467],caller:3,calori:494,caltech:[6,7,9,13,395],calucl:6,calul:[11,12,148,356],cambridg:[9,431],campa:281,can:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,57,58,59,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,174,175,176,177,178,179,180,181,182,183,185,186,187,188,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,349,350,351,352,353,354,355,356,358,359,360,361,363,364,365,366,367,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,476,477,478,479,480,481,482,483,484,485,486,487,488,490,494,495,496,497,498,499],cancel:[197,299,496],candid:[172,204,231],cannot:[1,2,3,6,11,12,13,15,16,17,39,40,41,54,57,58,59,68,71,82,84,88,119,121,144,146,148,169,171,172,190,191,192,193,194,205,206,207,209,210,211,212,214,217,218,220,221,231,232,233,239,240,241,245,252,255,257,259,261,263,265,266,267,272,274,278,285,286,289,294,296,299,300,301,304,314,322,326,328,329,331,332,335,336,337,339,355,358,363,365,368,369,370,380,381,383,393,398,400,407,411,413,415,424,427,432,434,435,436,438,449,450,452,464,466,467,469,470,472,473,475,478,479,481,483,486,494,495],canon:[197,204,231,233,255,256,274,275,276,277,278,282,318,321,324,422,429],cao1:282,cao2:282,cao:282,capabl:[5,7,9,11,14,17,18,333,339,356,370,372,383],capac:[9,40,102,154,294,326,444,469,479],capit:[223,469],capolungo:[120,167,300],captur:[6,327,372,381,395,399,411,419,490],carbid:387,carbon:[7,193,349,372,386,404,419],card:[12,14,16,22,44,77,87,118,176,198,199,299,341,360,384,401,463,471,476,497,499],care:[3,6,59,71,168,171,190,206,210,211,215,216,221,233,238,242,255,285,299,321,375,467,469,472,473,478,479],carefulli:[11,12,54,296,337,402,404,474],carlo:[6,7,9,197,204,217,231,299,321,392,450],caro:[204,393],carpent:[7,13],carri:[16,248,288,326,399,433],cart:[3,466],carter:[9,17],cartesian:[3,62,371,466],carv:171,cascad:[225,326],cash:7,cast:[233,495],cat:[15,193],catastroph:290,cate:242,categori:[],cation:[396,440],cauchi:[135,140],caus:[1,2,3,6,8,12,16,17,168,170,171,172,191,194,202,218,225,231,255,269,280,297,299,302,331,333,334,335,336,339,354,356,363,365,369,401,407,413,416,417,424,463,467,468,469,470,473,474,476,477,495,499],caution:[1,356],cautiou:[215,216],cautious:372,caveat:[372,478],cbecker:[371,393],cc1:[6,14,66,75,90,94,105,107,116,148,163,165,206,210],cc2:14,ccc:[394,451,453,455,458],ccflag:[12,16,17,18,19,191],ccm6:393,ccsi:[394,451,453,455,458],ccu:377,cd2:167,cdeam:393,cdennist:9,cdll:11,cdof:[6,148,206],cdte:377,cdte_bop:377,cdtese:377,cdzn:377,cdznte:377,ce3:167,ce4:167,ceas:362,ceil:495,cell:[3,6,59,88,118,120,166,167,168,191,202,218,219,231,236,253,255,256,260,281,289,292,326,355,356,358,392,395,422,487],cella:[6,487],cellalpha:[6,487],cellb:[6,487],cellbeta:[6,487],cellc:[6,487],cellgamma:[6,487],center:[3,6,25,42,63,66,71,74,75,86,89,90,99,104,105,106,116,118,120,148,149,150,153,156,160,163,165,168,193,194,197,198,199,201,206,209,210,211,218,220,221,222,224,231,232,237,239,240,245,251,255,261,262,263,274,275,276,278,281,285,290,296,297,299,300,303,311,312,314,316,317,318,319,321,322,324,331,335,340,358,364,375,376,394,395,398,399,405,416,417,419,420,421,451,453,454,455,457,458,472,479,490,495],centimet:494,central:[3,61,70,76,77,92,108,118,124,142,245,280,302,312,344,364,422,426,432,433,458,469],centro:[],centroid:[3,282,457,479],cerda:355,ceriotti2:233,ceriotti:[13,233,238],certain:[1,2,3,6,8,12,17,39,71,115,119,121,172,191,193,205,206,207,209,210,211,212,217,229,230,299,301,315,328,339,347,354,366,402,424,433,456,471,475,490,495],certainli:237,cerutti:356,cfg:[3,6,7,13,191,192,193,194,195],cfile:433,cfl:[130,304],cfor:303,cg_type:435,cgiko:2,cgikot:2,cgkio:2,cgko:2,cgkot:2,cgo:2,cgot:2,ch2:302,ch2lmp:[],ch3:302,ch5md:192,chain3:366,chain:[],challeng:[6,303],chalopin:294,champaign:[236,355,356,416],chan:422,chandler:[371,393],chandrasekhar:[6,407],chang:[1,2,3,6,8,9,11,12,14,15,16,17,39,40,41,46,55,57,59,62,71,80,87,104,118,128,130,150,151,152,168,169,170,172,188,190,191,192,193,194,195,197,198,199,200,201,203,204,210,211,213,214,215,216,217,218,219,220,221,225,226,228,230,231,233,235,236,237,239,241,242,243,245,251,252,253,255,256,257,258,259,260,261,262,263,269,274,275,276,277,278,280,281,285,286,288,289,290,293,296,297,298,299,301,302,303,314,317,318,319,320,322,323,324,325,326,327,329,332,335,337,356,361,363,365,368,370,391,395,399,402,416,417,419,422,424,432,433,440,449,450,464,465,466,467,469,470,471,472,473,474,475,477,478,479,480,481,484,487,491,493,494,495,496,497],change_box:[],changeabl:191,channel:[4,200],chapter:[282,356],charact:[2,3,6,12,38,41,56,63,188,191,193,194,195,197,214,288,296,339,364,369,395,406,430,432,433,440,452,466,467,471,476,477,495,497,498,499],character:[6,67,70,108,118,142,441,464,483],characterist:[240,314,323,376],charg:[1,3,4,5,6,7,9,11,15,40,87,88,115,120,167,168,191,195,197,198,199,204,221,226,231,288,290,291,292,296,316,329,355,356,364,378,380,386,387,389,390,393,395,396,402,407,411,415,427,432,433,440,450,455,456,458,459,461,462,469,470,474,479,481,490,494,495],charmm2lammp:13,charmm:[],chartreus:194,cheap:314,cheaper:[225,398,434],check:[3,6,8,11,12,15,17,39,41,71,91,188,204,210,214,215,216,221,228,231,237,238,298,302,314,322,324,329,337,339,354,363,364,365,366,367,370,392,403,406,424,433,464,466,467,469,477,483,486,487,495],checkf:188,checkqeq:433,checku:188,chem:[6,13,20,21,25,39,40,43,45,46,87,88,108,114,143,174,175,185,208,219,224,232,233,240,242,254,255,256,276,277,282,286,289,291,299,303,314,317,318,321,322,323,324,331,340,349,351,355,356,362,365,372,378,382,383,386,387,388,390,391,395,397,398,400,401,407,411,412,415,419,423,424,427,440,449,456,478,481,483,490],chemic:[9,120,162,167,191,203,204,231,290,295,296,321,356,432,433,445],chemistri:[9,289,290,292,377,395,432,433],chen:326,cheng:386,chenoweth:[432,433],chenoweth_2008:[432,433],chi:[93,157,190,280,290,292,396,398,496],chiefli:431,child:8,chip:[7,12,17,18,370,482],chipot:219,chiral:349,chmod:[11,12],cho:419,chocol:[7,194],choic:[3,6,12,15,16,18,40,41,54,87,143,146,147,161,172,188,206,210,211,214,217,220,221,233,239,242,253,255,282,290,299,321,350,356,361,362,365,367,370,402,415,424,428,469,478,479,482,483,489,490,494],choos:[1,3,6,7,8,12,16,17,18,29,39,54,87,119,158,159,193,215,216,217,218,221,228,239,242,253,255,257,258,259,260,261,262,263,286,314,318,332,355,356,362,459,464,466,478,484],chose:[453,455],chosen:[2,3,6,12,17,142,168,171,180,188,193,199,204,218,221,228,231,232,240,242,253,255,260,282,285,296,314,318,321,322,327,329,330,336,356,357,362,370,395,399,405,406,409,435,453,464,478,483,490],chri:166,christian:[7,9,14,17],christoph:7,chunk:[],chunkid:[66,75,90,94,105,107,116,148,163,165,206],chute:[4,10,234],ciccotti:302,cieplak:[6,174,481],cii:207,cij:207,circl:[42,71,310],circular:[3,6,146,189],circumst:18,circumv:[92,108,294],citat:[],cite:[3,7,8,12,239,440],ckio:2,cko:2,cl1:167,clarendon:[29,390],clarifi:[7,453,455],clariti:339,clark:427,class2:[],classic:[0,3,5,6,7,8,9,229,282,289,294,326,351,395],classifi:[9,450,458],claus:467,clean:[6,12,14,15,17,477],cleanli:[468,498],clear:[],clearli:7,clebsch:142,clermont:[9,13],clever:473,click:[2,11,22,37,44,55,168,176,187,193,236,341,350,365,384,450],client:[236,238],climb:[254,365,483],clinic:[7,13],clo:[157,190,496],clock:[12,464,483],clockwis:332,close:[3,6,11,12,13,39,41,67,71,143,171,191,216,217,218,233,240,242,255,276,299,302,332,335,354,356,359,361,362,365,370,372,377,387,388,419,424,436,438,455,473,479,490,492],closer:[3,41,118,166,190,191,214,218,222,323,365],closest:[216,280,299,329,398,434,449,459],cloud:[440,490],clovertown:18,clsuter:72,clump1:[284,299],clump2:[284,299],clump3:[284,299],clump:299,cluster:[],clutter:[3,9],cmap:469,cmatrix:233,cmax:419,cmd:[11,12,282,480],cmdarg:11,cmin:419,cmm:[],cn1:207,cn2:207,cna:[],cnn:207,cnr:[9,13],cnt:[402,473],co2:[40,167,302,364],coars:[7,9,29,36,40,54,180,284,299,314,400,435,481],coarser:[356,495],coarsest:142,code:[],coeff:[3,7,8,12,21,22,33,44,50,174,175,176,181,340,341,347,384,402,406,424,437,439,442,469],coeffcient:469,coeffici:[],coefficienct:391,coefficient0:393,coefficient1:393,coeffieci:[6,374],coeffincientn:393,coexist:[9,231,395],cohes:[6,396,419],coincid:[124,335,382,416,417,464],colberg:192,cold:[6,153,231,235,366,490],coldest:322,coleman8:9,coleman:[9,120,167,300],colin:9,collabor:[7,8,9,15],collect:[3,6,7,8,9,13,40,42,66,75,83,90,94,99,105,107,116,148,156,163,165,168,191,194,206,219,245,251,284,294,297,299,337,355,364,366,385,405,469,476,482,488,499],collid:[225,314,336],colliex:167,collinear:[3,284],collis:[3,242,314,332,336,392,399,462],colllis:314,colloid:[],colombo:39,colon:[195,337,470],color1:194,color2:194,color:[3,9,41,191,193,194,214,232,289,294],column:[3,6,9,12,13,42,63,65,66,67,68,69,71,75,77,79,81,90,92,93,94,105,107,108,110,112,115,116,117,118,119,121,142,143,148,156,163,165,166,167,188,191,194,197,205,206,207,209,210,211,212,245,252,253,289,299,315,316,326,336,397,401,432,433,470,484,486,495],colvar:[],colvarmodul:12,com:[],comamnd:220,comand:217,comannd:370,comb3:[],comb:[],comb_1:291,comb_2:291,combiant:388,combin:[3,6,7,9,11,13,36,40,63,65,69,79,87,93,104,110,117,146,147,161,191,193,203,209,236,245,255,282,288,318,327,335,338,340,355,356,358,362,370,385,387,388,395,396,402,414,415,441,451,453,455,458,461,472,477,482,490,495],come:[],comfort:[12,13],comm:[0,3,11,12,61,73,192,236,238,239,356,365,370,391,424,429,452,471],comm_modifi:[],comm_modift:61,comm_styl:[],comm_world:11,command:[],comment:[2,7,11,12,38,56,174,188,191,240,299,326,364,365,371,393,394,396,406,419,426,433,440,441,451,452,453,454,455,458,466,467,469,490,495],commerci:7,commmand:[3,6,12,59,109,277,463,464,466,483,498],common:[],commonli:[3,6,12,17,25,57,59,106,108,170,191,193,195,351,400,409,441,453,455,469,472,481],commun:[1,3,6,7,8,10,11,12,14,15,16,18,40,41,58,61,62,71,171,172,193,194,214,215,216,218,219,220,236,238,242,244,245,246,255,281,288,290,291,292,299,314,326,337,353,355,366,367,368,370,392,428,466,467,478,479,495,497,499],communc:355,comp:[7,192,238,239,302,356,365,395,424,429,434,448,452,454],compact:[63,197,384,450],compani:[5,7],compar:[1,3,4,6,8,12,17,39,86,112,120,151,166,167,176,187,194,224,290,337,339,355,356,363,365,419,440,464,483,484,490,494],comparison:[],comparison_of_nvidia_graphics_processing_unit:14,compass:[7,21,22,37,43,44,55,175,176,187,340,341,350,383,450],compat:[3,5,7,8,9,11,12,13,17,18,41,71,119,121,179,191,195,199,205,206,207,209,210,211,212,214,281,293,318,321,328,331,334,355,370,403,422,424,452,466,467,495],compens:[6,215,216,297,366,395],compet:325,competit:356,compil:[3,7,8,9,10,12,13,14,15,16,17,18,19,166,191,192,193,195,236,325,356,370,422,469,470,474,495],compl:17,complain:[12,17],complement:419,complementari:[7,387,407],complet:[3,6,9,11,12,15,41,59,71,194,210,214,219,245,282,285,288,314,325,327,339,354,365,370,396,437,439,457,464,469,474,477,481,483,486,490,495],complex:[6,8,11,12,13,25,40,42,62,92,108,142,144,156,168,169,242,310,335,353,365,395,422,452,467,469,472,495],compli:[321,325],complic:[6,7,9,12,13,204,231,467],complier:12,compon:[3,6,8,12,61,63,66,67,73,81,88,89,90,91,92,94,95,98,105,106,107,108,109,110,111,112,114,115,119,129,132,133,134,135,138,139,140,142,143,145,146,147,148,149,150,151,152,153,154,155,156,157,158,160,161,163,164,165,190,191,193,194,200,201,205,206,207,208,209,210,211,212,213,217,218,220,221,226,229,234,238,239,242,245,247,251,252,254,255,256,260,261,262,263,274,275,276,278,279,281,282,283,286,297,299,301,302,303,307,308,311,314,317,318,319,321,328,329,334,335,336,355,358,362,363,364,365,370,376,391,395,399,416,417,437,439,440,441,469,470,479,487,495,496],componenet:6,composit:[6,204,242,393],compound:[386,395,396,458],compres:[71,116,206],compress:[],compris:[40,335,405,434,457],compton:[120,167],comptu:3,compuat:356,comput:[],computation:[3,6,215,216,326,377],computational:490,compute_arrai:8,compute_fep:[199,415],compute_group_group:231,compute_inn:8,compute_ke_atom:8,compute_loc:8,compute_modifi:[],compute_peratom:8,compute_sa:[120,300],compute_scalar:8,compute_temp:8,compute_ti:199,compute_vector:8,compute_xrd:167,concaten:[2,3,498],concav:335,concentr:[71,393],concept:[6,148,158,206,478],conceptu:[3,6,71,156,218,220,365,387,402,419,474],concern:[6,73,87,192,232],concetr:71,concis:[11,325],conclud:12,concret:8,concurr:[9,16,356,495],conden:[326,453,455],condens:[6,150,326,372,389,393,407,458],condit:[],conducit:6,conduct:[],cone:472,confer:422,confid:[3,483],config:[12,191,466],configfil:219,configur:[1,2,6,12,15,17,38,59,124,170,188,190,191,193,197,218,219,220,221,225,231,238,239,269,282,290,325,353,363,365,372,377,394,419,422,451,453,455,458,464,469,471,472,483],confin:[469,483],conflict:[3,12,40,424,467],conform:[3,6,13,59,217,218,254,298,303,325,349,365,395,481],confus:[3,458],conjuct:391,conjug:[7,8,239,362,395,432,433],conjunct:[6,7,71,86,87,116,151,156,162,168,172,194,198,199,239,242,246,269,285,286,290,291,292,294,299,314,322,329,334,355,356,365,378,380,384,387,391,395,401,407,424,427,435,456,469,472,476,490,499],connect:[3,6,87,153,171,217,236,284,299,302,311,365,388,399,449,455,466,467,473,490],conput:3,consecut:[3,11,12,39,71,168,194,198,199,221,236,237,387,407,411,464,470,472],consequ:[1,6,204,326,406,483],conserv:[3,29,197,204,217,224,225,232,235,239,241,242,246,251,253,255,269,299,302,317,318,322,329,330,334,365,390,391,399,413,440,478,483],consid:[6,9,70,71,78,87,117,150,153,154,171,191,194,198,199,205,207,210,214,216,217,221,243,256,281,299,321,322,325,326,329,356,384,395,402,433,434,440,449,464,465,467,470,471,472,474,477,479,487,490,495],consider:[6,8,239,240,317,318,319,370,478],consist:[3,6,8,9,11,12,40,42,65,69,79,93,105,110,113,114,117,148,151,153,168,180,190,195,200,201,206,220,221,224,226,229,232,239,240,241,252,255,257,258,259,260,261,262,263,264,265,267,268,269,270,272,273,274,275,276,277,278,286,289,294,296,298,299,317,318,319,320,330,355,356,358,364,365,370,372,377,379,385,387,395,398,402,416,417,419,422,424,434,437,439,440,452,459,467,469,470,471,472,473,474,481,490,495],consistent_fe_initi:203,consit:299,constant:[],constitu:[3,6,245,299,331,335,385,434],constitut:[437,439],constrain:[3,6,8,145,146,147,148,149,151,154,155,156,157,158,160,161,197,206,221,231,232,237,245,249,284,285,297,299,302,312,322,329,363,364,395,474,481,490],constraint:[],construct:[6,8,12,14,38,54,56,61,64,67,70,72,73,77,92,108,120,142,167,218,255,281,298,335,366,370,390,422,424,449,451,452,472,473,488,495],constructor:[8,11],consult:433,consum:[1,294,428,495],consumpt:353,contact:[],contact_stiff:[436,438],contain:[0,1,2,3,4,6,8,9,11,12,13,17,18,19,38,40,41,56,63,87,91,118,120,142,148,156,166,167,168,170,174,176,187,188,191,193,194,195,197,198,199,203,205,206,207,209,210,211,212,214,219,221,226,233,237,238,239,242,253,269,280,281,284,285,287,289,292,296,299,300,304,314,321,325,326,335,336,339,354,356,364,365,368,369,371,372,373,377,386,387,390,393,394,395,402,403,419,422,426,430,431,432,433,441,451,452,453,454,455,456,458,464,465,466,467,469,470,471,472,474,476,478,481,483,486,487,490,495,497,499],content:[12,18,433,485,487],context:[3,6,8,12,17,118,119,194,215,216,221,284,296,330,362,461,469,476,485,494,495,496],contibut:70,contigu:466,contin:16,continu:[0,2,3,5,6,9,12,13,14,41,71,81,104,105,164,194,197,198,199,204,206,207,208,209,210,211,212,214,217,218,219,220,221,231,232,233,235,236,237,239,240,241,247,252,253,255,257,258,259,260,261,262,263,274,275,276,277,278,283,285,288,289,299,300,303,313,314,316,323,324,326,332,335,339,354,369,370,377,391,392,409,412,432,433,434,437,439,454,464,467,469,471,472,477,483,486,487,495,497],continuum:[6,7,9,203,326,437,439],contour_integr:203,contract:[59,218,220,255,286,299],contradictori:3,contrain:302,contraint:269,contrari:[233,240],contrast:[1,6,42,55,64,150,153,220,337,437,439,461,498],contrib:326,contribut:[3,5,6,7,8,9,12,13,17,63,66,68,70,71,74,75,77,80,84,87,88,89,90,91,94,103,105,107,109,110,111,112,114,116,119,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,199,204,205,206,207,209,210,211,212,218,231,239,242,245,246,250,256,276,277,284,285,293,296,299,300,302,328,355,363,365,373,391,392,393,395,402,416,417,422,424,432,433,440,481,487,490],contributor:12,control:[3,5,6,7,8,9,11,13,16,27,29,41,87,91,124,142,177,191,193,197,203,204,214,218,219,220,235,236,239,240,255,257,258,259,260,261,262,263,286,291,299,305,306,317,318,319,326,330,353,355,367,395,398,422,432,433,436,438,451,455,464,466,478,484,485],control_typ:203,controlfil:433,convect:91,conveni:[6,12,29,191,195,212,300,358,441,495],convent:[3,8,9,29,179,186,187,194,298,311,338,393,395,495],converg:[3,6,41,88,191,193,195,200,214,217,218,226,229,260,289,291,294,298,302,361,362,363,365,386,387,407,440,464,476,483],convers:[3,8,142,193,194,204,207,286,355,387,388,389,395,407,411,415,427,467,483,494],convert:[2,3,4,5,6,7,8,12,13,20,21,24,28,32,35,36,59,63,71,91,168,175,191,193,194,212,253,337,340,342,346,349,358,365,371,393,422,453,455,462,467,469,470,471,476,486,490,494,495,497,499],convex:[42,335,376],convinc:[7,12],cook:9,cooki:7,cool:[7,158,235,297],cooordin:191,cooper:[5,7],coord123:116,coord1:[3,116,206,210,211],coord2:[3,116,206,210,211],coord3:[3,116,206,210,211],coord:[],coordb:440,coordbb:440,coordiat:363,coordin:[1,3,4,6,7,8,11,13,14,15,17,40,41,42,59,61,62,63,66,68,71,74,75,77,81,87,89,90,94,104,105,107,115,116,118,136,142,151,157,163,165,166,168,172,190,191,192,193,194,195,197,200,205,206,209,210,211,214,215,216,217,218,219,220,221,224,226,227,229,231,234,235,236,237,238,239,240,252,254,255,257,258,259,261,262,263,276,279,280,281,284,285,286,296,297,299,301,302,303,308,311,312,313,314,316,324,325,326,333,334,336,337,358,363,364,365,370,371,372,375,376,394,440,464,469,470,471,472,474,477,479,483,490,495,496],coordn:[116,206],coorind:[],copi:[0,3,4,8,11,12,15,17,40,121,193,326,365,384,432,467],copper:462,coproccesor:16,coprocessor:[1,4,7,9,16,17,370,482],coproprocessor:17,copy_arrai:8,copyright:[7,8,284],coral:194,core:[],core_shel:150,coreshel:[6,9,380,387,389],cornel:[6,174,481],corner123i:115,corner123x:115,corner123z:115,corner1i:115,corner1x:115,corner1z:115,corner2i:115,corner2x:115,corner2z:115,corner3i:115,corner3x:115,corner3z:115,corner:[3,6,40,115,193,335,336,358,457,469],cornflowerblu:194,cornsilk:194,corpor:16,corr:386,correct:[3,6,9,11,12,16,17,59,87,88,103,104,112,118,150,155,162,193,220,231,233,239,255,256,276,284,286,289,325,331,335,355,365,371,372,373,374,375,376,377,378,379,380,381,382,383,385,386,387,388,389,390,391,392,393,394,395,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,427,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,457,458,460,461,462,469,484,487,490],correction_max_iter:203,correctli:[3,8,9,11,17,71,81,103,104,105,145,146,147,149,151,153,154,155,156,157,160,161,164,191,194,200,221,226,229,240,249,255,256,292,299,302,311,313,332,335,365,366,370,389,417,422,466,467,469,479,494,496],correl:[],correspond:[1,2,6,8,11,12,14,20,21,22,23,24,25,26,27,28,29,30,31,32,35,38,40,42,43,44,45,46,47,48,49,51,53,54,56,70,71,87,97,98,111,114,115,116,117,120,121,129,132,133,134,135,136,138,139,140,142,145,146,155,162,167,174,175,176,177,178,179,180,182,183,185,186,188,191,193,194,198,199,200,206,208,209,210,211,213,216,218,220,227,229,230,234,239,242,243,251,252,253,255,257,258,259,260,261,262,263,264,265,269,272,274,275,276,278,281,282,286,291,299,301,302,317,319,321,330,331,332,334,335,336,338,340,341,342,343,345,346,349,351,356,360,362,364,365,371,372,374,378,379,380,381,382,383,384,385,386,387,390,391,393,394,395,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,419,420,422,424,425,426,427,429,430,432,433,434,435,440,441,442,451,452,453,454,455,457,458,460,461,462,464,466,467,469,470,472,482,483,484,486,487,490,495],correspondingli:[416,417,478],cosin:[],cosineshift:27,cosmo:[233,238],cossq:[],cost:[1,6,10,11,12,17,39,41,71,111,120,143,167,193,194,206,210,211,214,215,216,228,255,291,326,355,356,368,387,407,411,422,424,451,466,478],costheta0:[451,453,455,458],costheta:430,costli:[11,88,233,366],couett:4,coul:[],could:[2,3,6,9,11,12,17,33,41,50,59,66,71,75,87,90,94,105,107,111,114,116,148,158,163,165,181,191,193,194,198,199,206,207,210,214,220,229,238,288,289,290,294,297,299,301,314,315,321,325,326,327,331,335,337,339,347,352,354,361,363,366,370,373,397,401,402,432,433,465,466,467,469,471,473,476,477,485,490,495,496],coulomb:[3,5,6,7,8,9,10,12,14,15,18,72,88,109,110,118,143,169,173,290,292,327,355,356,363,370,378,380,381,382,383,386,387,388,389,390,395,399,400,402,407,411,415,418,424,427,432,433,435,440,450,455,456,458,461,474,481,487,490,494],coulommb:6,cound:3,count:[1,3,6,8,10,11,12,16,41,63,68,77,91,116,118,119,156,166,172,200,201,204,206,209,210,211,213,214,221,226,228,231,237,255,269,285,302,317,318,335,356,363,364,365,367,370,397,401,424,487,495],counter:[332,464,475,477,483],counteract:231,counterbal:235,counterbalanc:29,counterpart:[191,299,464],counterproduct:18,coupl:[],courant:304,cours:[3,8,128,130,162,191,198,199,232,298,311,325,331,333,334,336,337,356,416,442,466,469,482,490,495,497],courtesi:358,cov:440,coval:[6,29,395,419,440,490],covari:233,cover:[6,71,188,194,203,242,395,405,457],coverag:[71,210],cpc:238,cpp:[1,3,6,8,9,11,12,13,87,191,198,199,229,302],cpu:[1,3,4,9,10,12,14,15,16,17,18,63,71,194,208,224,240,327,353,356,370,384,450,464,482,483,486,487,488,495],cpuremain:487,cr2:167,cr3:167,crack:[4,366],crada:[5,7],crai:[5,7,13,18,191],crash:[3,12,366,490],craympi:370,creat:[],create_atom:[],create_bond:[],create_box:[],create_elementset:203,create_faceset:203,create_group:192,create_nodeset:203,createatom:[],creation:[],crimson:194,critchlei:284,criteria:[3,118,169,193,194,215,216,217,250,363,429,457,471,474,495],criterion:[12,41,123,166,168,171,204,214,217,231,269,291,304,332,337,363,365,386,395,399,440,474,483,484],criterioni:483,critic:[6,48,49,253,321,326,363],crmax:71,crmin:71,cross:[3,12,22,71,89,146,176,191,193,205,210,216,220,252,254,276,299,307,311,313,322,329,341,358,365,382,391,392,393,400,401,402,407,409,411,430,435,437,439,453,455,462,469,473,479,497],crossov:1,crossterm:469,crozier:[0,7,13],crucial:289,crystal:[4,6,13,73,108,280,281,324,358,366,473,487,490],crystallin:[6,104,281,358,454,490],crystallis:321,crystallogr:[120,167],crystallograph:[358,487],crystallographi:[120,167,358],cs1:167,cs_chunk:6,cs_im:[40,469],cs_re:[40,469],csanyi:[142,431,441],cscl:419,csequ:6,csh:[11,12,384],cshrc:[11,12],csic:[394,451,453,455,458],csinfo:6,csisi:[394,451,453,455,458],csld:[],cst:393,cstherm:6,cstyle:466,csvr:[],ctcm:[371,393],ctemp_cor:224,cterm:303,ctr:9,ctype:11,cu1:167,cu2:167,cu3au:419,cube:[6,41,166,171,214,224,335,358,490],cubic:[],cuda:[],cuda_arch:15,cuda_get:15,cuda_hom:15,cuda_prec:15,cufft:14,cuh:377,cummul:[3,6,212,215,216,217,219,228,233,239,241,314,317,318,319,320,322,329,401,487],cumul:[6,204,206,209,210,211,225,231,239,253,255,260,269,299,300,365],curli:2,current:[0,1,3,5,6,7,8,9,11,12,13,15,16,17,18,40,41,42,59,61,63,71,73,81,87,103,104,110,118,119,132,143,148,156,158,164,166,169,172,190,191,192,193,194,195,198,199,203,206,210,211,212,214,215,216,217,218,219,220,221,225,226,229,231,233,236,237,239,245,252,255,256,261,262,263,269,274,275,276,278,284,290,291,293,296,297,298,299,302,303,304,305,306,307,308,310,312,313,314,317,318,319,325,326,329,330,331,332,333,334,336,337,339,353,354,355,356,359,360,362,363,364,365,370,376,377,384,386,390,393,395,396,399,402,403,406,416,417,419,420,421,424,430,432,433,436,437,438,439,442,453,455,456,459,464,465,466,467,469,470,471,472,473,475,476,477,479,481,483,484,486,487,495,496,497,498,499],curv:[6,168,231,281],curvatur:[398,434,462],custom:[],cut0:467,cut1:478,cut2:478,cut:[],cuthi:[280,292],cutinn:[379,416,417],cutlo:[280,292],cutmax:430,cutoff1:[383,390,407,411,415,418,427,435],cutoff2:[378,380,381,383,389,390,407,411,415,418,427,435],cutoff:[3,6,10,16,18,39,45,46,54,55,61,70,72,73,77,87,92,108,110,117,118,142,166,169,171,216,217,222,280,289,290,292,294,296,299,314,327,331,335,337,353,355,356,363,366,367,368,370,371,372,373,374,375,376,377,378,379,380,381,382,383,385,387,388,389,390,391,392,393,394,395,396,397,398,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,432,433,434,435,440,441,442,443,444,445,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,467,471,474,478,490,495],cutoff_glob:376,cutoff_inn:376,cutoffa:394,cutoffc:394,cuu3:393,cval:167,cvd:321,cvel:303,cvff:[],cwiggl:[3,252,331,334,336,495],cyan:[2,193,194],cycl:[3,231,253,255,256,260],cyclic:[3,188],cygwin:12,cylind:[3,4,71,193,206,237,285,332,335,472],cylindr:[6,237,311,332],cypress:370,cyrot:377,cyrstal:281,d3q15:242,d3q19:242,d_double_doubl:15,d_e:326,d_flag2:288,d_flag:288,d_name:[115,191,288,316,479],d_single_doubl:15,d_single_singl:15,d_sx:288,d_sy:288,d_sz:288,daan:324,dai:12,daili:12,daivi:276,damag:[],dammak:294,damp:[3,6,197,202,239,240,241,246,255,256,260,286,289,290,294,299,317,318,330,332,333,362,363,365,378,380,382,387,390,395,399,407,415,427,435,450,456,483,490],damp_com:240,damp_drud:240,dampen:[299,490],dampflag:[332,399],dan:17,danger:[3,12,231,337,391,487],dangl:171,daniel:9,darden:[356,390],darkblu:194,darkcyan:194,darken:193,darkgoldenrod:194,darkgrai:194,darkgreen:194,darkkhaki:194,darkmagenta:194,darkolivegreen:194,darkorang:194,darkorchid:194,darkr:194,darksalmon:194,darkseagreen:194,darkslateblu:194,darkslategrai:194,darkturquois:194,darkviolet:194,dasgupta:290,dash:[399,486],dat:[6,91,188,203,465],data2xmovi:[],data:[],data_atom:8,data_atom_hybrid:8,data_bodi:8,data_vel:8,data_vel_hybrid:8,databas:[],datafil:[12,13,300],dataset:300,datatyp:3,date:[0,6,12,13,190,432,433,495],datom1:117,datom2:117,datom3:117,datom4:117,datum:[3,6,42,65,68,69,79,93,110,117,191,207],davenport:418,davi:331,david:[9,19,355,356,453,455],daw:[393,430],dbg:14,dcd:[3,6,7,191,192,193,194,195,282,470,474],ddim:190,deactiv:415,dealt:238,debug:[6,7,11,12,13,14,17,120,124,167,168,282,287,353,355,370,403,424,459,467,468,476,479,486,495],deby:[],decai:[92,387,462],decid:[3,6,12,16,71,252,288,299,327,484],decipher:358,declar:192,declin:314,decod:193,decompos:[87,441],decomposit:[3,5,7,18,62,203,282],decoupl:[6,490],decreas:[3,191,200,201,208,217,220,226,229,231,239,325,355],decrement:303,deepli:352,deeppink:194,deepskyblu:194,def:[12,13,467],defaul:61,defect:[6,70,166,422],defgrad:2,defin:[2,3,5,6,7,8,11,12,17,20,21,22,23,24,25,26,27,28,29,30,31,32,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,51,53,54,55,56,57,58,59,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,174,175,176,177,178,179,180,182,183,185,186,187,188,189,190,191,192,193,194,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,220,221,224,225,226,229,230,231,234,237,238,239,240,241,242,250,252,254,255,256,257,258,259,260,261,262,263,265,266,267,270,272,273,274,275,276,277,278,280,281,282,284,285,286,288,290,292,297,299,300,301,302,304,308,312,314,316,317,318,319,320,322,323,324,326,328,329,331,332,333,334,335,336,337,339,340,341,342,343,344,345,346,349,350,351,353,355,356,358,360,362,363,364,365,366,367,368,369,370,372,373,374,375,376,378,379,380,381,382,383,384,385,387,388,390,391,392,394,395,397,398,399,400,401,402,403,405,407,408,409,410,411,412,413,414,415,416,417,418,422,423,424,425,426,427,429,430,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,466,467,469,470,472,473,474,475,478,479,480,481,483,484,486,487,490,491,492,493,494,495,496],definit:[2,3,6,8,12,13,78,80,118,142,194,206,207,208,209,210,211,212,220,237,260,300,316,328,331,334,336,338,350,353,364,373,377,385,395,405,430,437,439,441,457,467,469,471,478,480,494,495],defint:487,deform:[],deg2theta:167,deg:490,degener:[3,284],degrad:[8,18,281,356,478],degre:[3,6,8,20,21,24,28,29,32,35,36,38,65,79,92,93,95,97,98,100,102,103,108,114,145,146,147,148,149,150,151,152,153,154,155,156,157,158,160,161,167,168,174,175,178,179,186,188,190,193,206,217,224,231,233,234,239,240,245,255,256,260,261,262,263,274,275,276,278,282,284,298,299,302,317,318,319,324,340,342,346,349,351,363,390,393,401,479,487,490,496],degress:[148,206],del:483,delai:[3,6,12,366,392,487],deleg:402,delet:[2,3,7,8,12,54,57,60,63,166,171,172,197,206,207,209,210,211,212,215,217,228,231,255,300,317,318,337,339,354,364,366,369,424,449,469,470,471,472,480,481,486,491,493,495,496],delete_atom:[],delete_bond:[],delete_el:203,deli:190,delimit:[467,495],deloc:[256,395,440],delr:419,delt_lo:483,delta:[],delta_1:377,delta_3:377,delta_7:377,delta_conf:3,delta_ij:[419,430],delta_mu:3,delta_pi:377,delta_r:430,delta_sigma:377,delta_ua:376,delx:190,delz:190,dem:376,demand:294,demo:11,demon:279,demonstr:[289,419],den:285,dendrim:401,denniston:[9,242,244,245,246,281],denomin:[7,173],denot:[120,224,240,281,292,294,387,400,402,433,437,439],dens:[71,217,395],densiti:[3,6,7,9,18,40,41,59,101,118,128,142,154,166,168,198,199,203,206,210,211,214,220,229,242,245,248,249,281,285,286,290,326,331,358,360,364,371,377,393,419,420,421,430,434,440,444,446,447,448,469,478,479,487,494],density_continu:439,density_summ:439,depart:[0,7],departur:[253,289],depend:[1,2,3,6,8,9,11,12,16,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,35,38,39,40,41,43,44,45,46,47,48,49,51,53,54,56,61,63,65,68,69,70,71,79,92,93,104,110,111,114,115,116,117,121,142,145,151,155,156,162,168,169,174,175,176,177,178,179,180,182,183,185,186,187,188,190,191,193,194,197,198,199,200,201,204,206,208,209,210,212,213,214,216,218,220,226,227,230,233,234,235,237,239,240,242,244,245,252,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,280,291,294,296,299,301,302,308,314,317,318,319,321,323,325,326,328,330,331,334,335,336,337,339,340,341,342,343,345,346,349,351,356,358,363,364,366,367,368,370,371,372,374,375,377,378,379,380,381,382,383,384,385,386,387,388,390,391,393,394,395,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,419,420,422,423,425,426,427,429,430,432,433,434,435,440,441,442,450,451,452,453,454,455,456,457,458,460,461,462,464,466,469,471,472,475,479,481,483,486,487,489,495,496],dependend:6,depflag:12,dephas:[464,483],depos:221,deposit:[],deprec:[290,432],depth:[51,146,193,326,398,434],dequidt:9,der:[87,109,385,386,415,432,433,461,490],deriv:[6,7,8,9,38,56,63,87,142,162,188,207,218,220,231,239,252,255,257,258,259,260,261,262,263,280,286,290,294,323,324,326,331,332,335,362,364,372,377,385,390,395,396,400,409,413,414,419,422,432,433,450,452,461,490],derjagin:461,derlet:280,descend:194,descent:[7,362],descib:[40,193,290],describ:[0,1,2,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,19,38,39,40,41,42,56,62,63,68,70,71,73,88,112,115,118,120,132,142,143,146,147,148,152,153,156,159,161,162,166,167,168,170,171,180,185,188,191,192,197,198,199,206,207,208,209,210,211,212,214,217,218,219,220,221,223,224,232,233,236,237,238,239,240,241,242,244,245,246,250,254,255,256,260,268,277,280,282,287,288,289,290,291,292,299,303,311,314,315,316,317,318,319,320,321,322,323,324,329,331,332,334,339,355,356,358,361,362,363,364,365,369,372,373,375,376,378,379,380,382,383,384,385,386,387,390,393,395,396,398,399,400,402,407,408,409,410,411,412,413,414,415,416,417,418,419,422,423,429,430,431,432,433,434,435,440,441,442,449,450,451,452,453,454,455,456,458,460,461,462,464,466,467,469,470,471,472,473,479,482,483,486,495,496,497],descript:[],descriptor:[142,191,403],deserno:356,design:[0,3,6,7,8,9,11,13,14,15,17,120,150,153,167,203,217,223,224,255,256,280,281,300,321,326,373,374,375,376,379,382,387,389,395,415,416,417,420,421,430,433,452,478],desir:[2,3,6,7,11,12,14,15,16,33,40,50,59,71,88,91,114,119,143,150,168,181,190,206,212,218,220,229,231,232,239,240,241,245,255,276,284,285,286,287,290,294,299,302,314,317,318,319,320,325,332,347,352,355,356,358,361,363,364,365,391,393,401,416,417,451,453,455,465,466,467,469,473,478,483,484,486,487,495,496,497],desk:7,desktop:[4,6,7,10,12,193],despit:490,destabil:377,destre:349,destroi:[11,39,215,216],detail:[1,2,3,4,6,7,8,9,11,12,13,14,15,16,17,18,19,22,37,40,41,42,55,63,66,67,68,71,75,78,90,91,94,103,105,107,109,111,113,114,116,119,121,142,143,145,146,147,148,151,161,162,163,165,168,169,172,173,176,187,190,191,193,194,197,198,199,203,206,207,208,209,210,212,214,216,217,218,219,220,221,229,231,232,233,234,236,237,239,241,242,246,252,253,254,255,256,257,258,259,260,261,262,263,267,269,274,275,276,277,278,281,284,285,286,288,289,291,292,293,299,302,314,317,318,319,320,321,322,324,325,326,327,328,329,330,337,339,341,350,355,356,359,363,364,366,367,370,371,372,373,375,376,377,379,381,382,383,384,385,386,387,390,391,395,396,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,417,418,419,423,424,429,432,433,434,440,441,442,450,457,460,461,467,469,470,471,472,474,475,478,479,481,484,487,488,495,496,499],detect:[2,3,12,42,61,63,86,92,230,285,325,365,386,401,406,464,466,469,480,483,495],determ:370,determin:[1,3,6,8,9,12,15,39,40,42,51,57,58,59,61,62,68,71,87,103,109,111,114,120,121,129,143,156,157,166,167,168,190,191,193,194,195,196,200,201,202,205,206,207,208,209,210,211,212,213,214,218,220,221,224,226,231,234,235,237,239,240,245,250,252,253,255,261,262,263,274,275,276,278,280,282,286,289,296,297,298,299,300,301,304,306,308,314,317,318,319,321,327,328,331,332,333,334,335,336,337,350,355,356,358,364,366,367,370,372,373,381,386,390,392,393,397,399,402,403,411,419,422,424,433,434,440,449,452,456,461,466,469,470,472,474,476,479,483,485,486,488,494,495,496],detil:110,devan:[9,435],devanathan:455,develop:[0,3,5,6,7,8,9,11,12,14,15,16,17,18,19,42,236,260,284,289,290,293,372,377,395,421,422,440,458,471],devemi:9,deviat:[253,260,280,397],deviator:9,devic:[1,3,12,15,17,236,370],device_typ:370,devin:[291,386],devis:421,dfactor:193,dff:490,dfft_fftw2:12,dfft_fftw3:12,dfft_fftw:12,dfft_none:12,dfft_singl:[3,12,356],dfft_xxx:12,dfftw:12,dfftw_size:12,dft:[9,293,422],dhi:[59,190,220,285],dhug:[253,289],dhugoniot:[253,289],dia:419,diagnost:[],diagon:[3,6,83,142,143,144,218,255,286,299,329,437,439],diagonalstyl:441,diagram:[41,120,167,187,214,282],diallo:401,diam:[193,194,285,364],diamet:[3,6,40,42,115,168,191,193,194,198,199,239,285,299,314,316,330,332,364,376,385,398,399,405,409,434,457,461,469,470,479],diamond:[358,395,419],diamter:[40,285],dick:6,dicsuss:252,dictat:[204,253],did:[3,12,363,391,392,393,399,424,453,455,477],didn:3,die:18,diel:[],dielectr:[],diff:[3,6,12,164,328,355],differ:[1,2,3,4,6,7,8,9,10,11,12,14,15,16,17,18,22,37,38,39,41,42,54,55,56,61,64,68,70,71,87,92,95,97,98,122,142,145,146,147,148,149,151,154,155,156,157,158,160,161,162,168,169,171,176,187,188,190,191,193,194,197,199,202,204,206,209,214,215,216,217,218,219,220,224,230,231,232,233,234,235,236,239,240,242,252,255,256,257,258,259,261,262,263,265,267,270,272,273,274,275,278,280,282,284,286,289,290,291,294,297,299,302,303,311,312,314,317,318,319,322,323,324,326,329,330,331,332,335,339,340,350,352,354,355,356,358,359,361,362,364,365,367,368,369,370,371,372,377,381,382,384,385,386,391,393,395,398,399,400,402,405,407,408,410,411,418,419,420,421,423,424,426,430,432,433,434,435,436,437,439,440,441,442,450,451,452,453,455,457,458,461,463,464,466,467,469,471,472,473,474,477,478,479,481,483,484,486,487,488,490,494,495,496,497],differenti:[1,3,6,29,188,355,387,430,454],difficult:[218,282,370,401,478],difficulti:[92,108,302,432],diffract:[],diffus:[],digit:[2,3,194,339,422],dih_table1:188,dih_table2:188,dihedr:[],dihedral_coeff:[],dihedral_cosineshift:27,dihedral_styl:[],dihedralcoeff:3,dihedraltyp:216,dihydrid:395,dij:302,dilat:[],dim1:3,dim2:3,dim:[3,59,71,145,149,150,151,154,155,156,157,158,160,168,190,210,220,237,332,358,419,472,494,495,496],dimdim:495,dimems:281,dimens:[],dimensinon:71,dimension:[3,39,92,114,120,142,145,148,149,150,151,154,155,156,157,158,160,167,189,206,210,254,281,326,358,361,365,430,469,479],dimensionless:[106,123,124,126,129,131,133,138,142,326,356,441,461],dimentionless:137,dimer:[6,299,419],dimgrai:194,dimstr:[41,214],dinola:[286,317],dintel_offload_noaffin:16,dipol:[],dipolar:[4,29,40,191,316,490],dir1:480,dir2:480,dir:[1,3,4,8,9,11,12,253,280,289,313,430,432,433,467,480,495],dirac:142,direc:430,direct:[],directli:[3,6,8,9,11,12,87,115,142,144,191,192,193,200,226,233,237,242,281,300,318,330,332,333,334,335,358,362,370,371,372,378,380,381,387,390,393,395,407,411,424,427,435,449,467,479,480,481,487,495],directoi:14,directori:[0,1,2,3,4,6,7,8,9,11,12,13,14,15,16,17,60,195,219,238,284,290,293,310,314,323,324,365,369,371,372,377,384,386,387,393,394,396,403,404,415,419,420,421,422,426,430,431,432,433,440,441,451,453,454,455,458,467,469,470,471,480,495],disabl:[3,12,16,326,406,467,482,495],disadvantag:[6,214],disallow:[191,220,255],disappear:471,discard:[2,3,41,71,208,210,214,327,335,466,471,472],discontinu:[9,188,363,413],discourag:419,discov:[13,327],discret:[6,8,40,42,193,194,239,242,376],discuss:[],disk:[6,84,85,92,161,189,221,231,285,467],disloc:[70,422],disord:[39,70,422],disp:[],dispar:434,disperion:[390,411],dispers:[3,6,7,9,166,281,355,356,381,390,411,416,424,433,452,458],displac:[],displace_atom:[],displace_box:59,displacemet:472,displai:[11,13,22,37,44,55,176,187,191,193,341,350,384,450],dispters:3,disregard:422,dissip:[6,232,239,281,323,324,379,391,399,416,417,450],dissolut:215,dist:[6,69,91,110,119,191,282,298,392,449,464,496],distanc:[],distinct:[6,224,296,355,434],distinguish:[6,86,142,245,376,395,468],distort:371,distrbut:371,distribut:[],distro:[113,384,429,430],ditto:[8,12,14,15,16,17,18,42,117,216,462,467],div:8,divd:119,diverg:[3,12,39,299,324,471,490,497],divid:[3,6,16,41,91,114,119,128,130,143,165,166,176,187,194,206,207,209,214,220,280,322,329,334,355,363,365,396,433,440,458,478,486,495],divis:[6,242,377,405,415,466,487,495],dl_poli:[6,7],dlambda:162,dlammps_async_imd:236,dlammps_bigbig:[12,39],dlammps_ffmpeg:[3,12,193],dlammps_gzip:[3,12,191,193,325,469,470,474],dlammps_jpeg:[3,12,193],dlammps_longlong_to_long:12,dlammps_memalign:[12,16],dlammps_png:[3,12,193],dlammps_smallbig:12,dlammps_smallsmal:12,dlammps_xdr:[12,191],dlen:479,dlmp_intel_offload:[12,16],dlo:[59,190,220,285],dlopen:6,dlvo:[7,385,461],dm_lb:242,dmax:[314,361],dna:7,doc:[0,1,2,3,4,6,7,8,9,11,12,13,14,15,16,17,18,22,37,40,42,55,57,59,63,66,68,75,87,90,94,103,105,106,107,109,111,113,114,116,119,121,143,146,147,148,161,163,165,168,169,170,176,187,190,191,192,193,194,195,197,198,199,204,205,206,207,208,209,210,211,212,221,231,239,240,250,255,256,261,262,263,267,274,275,276,277,278,285,288,299,311,314,317,318,319,328,332,335,337,339,341,350,354,363,364,365,370,371,372,375,376,384,386,387,393,394,396,401,402,404,405,419,420,421,424,426,429,430,431,441,450,451,453,455,457,458,467,469,470,471,472,474,477,478,479,486,487,495,496,497,498],docuement:434,dodd:[42,376],dodgerblu:194,doe:[0,1,2,3,5,6,7,8,9,11,12,14,15,16,17,18,33,38,39,41,42,50,54,56,59,62,63,67,70,71,72,87,88,91,105,112,118,119,120,144,146,148,150,151,156,158,162,167,168,169,170,172,174,176,181,187,188,190,191,192,193,194,197,203,204,206,210,213,214,216,217,218,220,224,226,228,231,232,235,237,239,240,242,245,251,255,256,257,258,259,261,262,263,274,275,276,277,278,286,287,288,292,294,297,299,314,317,319,321,322,326,329,330,331,334,335,336,337,342,343,344,346,347,349,354,355,356,357,358,364,365,366,371,372,373,374,375,376,377,379,381,382,383,385,386,387,388,390,391,392,393,394,395,397,398,399,400,402,403,404,405,406,409,410,412,413,414,416,417,419,420,421,422,424,430,431,432,433,434,436,437,438,439,440,441,442,443,444,445,446,447,448,449,451,452,453,454,455,456,457,458,460,461,462,464,465,466,467,469,470,471,472,473,476,477,479,480,481,482,483,486,487,490,495,499],doegenomestolif:7,doesn:[3,7,8,12,168,191,204,210,211,311,364,366,370,372,386,394,404,432,433,451,453,454,455,458,469,471],dof:[3,8,114,146,147,148,161,206,299,496],dof_per_atom:[148,206],dof_per_chunk:[148,206],doff:[364,469],doi:[6,219],domain:[3,6,7,12,13,18,39,41,42,58,61,62,71,120,157,167,170,190,192,193,194,197,204,214,218,220,221,235,238,242,255,256,282,294,299,326,331,332,355,356,365,370,392,424,464,466,469,473,486],domin:[1,395,483],don:[0,8,11,12,13,118,171,200,226,240,288,335,419,440,467,469],donadio:318,done:[1,3,6,7,8,12,14,15,16,17,18,38,39,41,56,59,62,71,162,165,168,171,188,191,193,194,203,204,206,208,209,210,211,212,214,215,216,217,218,220,221,229,231,236,237,239,240,247,255,261,262,263,274,275,276,278,279,281,282,283,288,296,299,300,302,314,317,318,319,321,323,324,337,339,354,355,356,363,365,366,369,370,372,381,393,402,403,404,411,417,418,419,424,432,449,452,457,464,465,466,467,470,473,474,477,487,488,490,495,496],donor:401,dot:[143,164,200,226,234,254],doti:[377,430],doubl:[1,2,3,6,8,9,11,12,14,15,16,17,39,87,220,229,287,335,339,354,356,369,370,377,396,400,422,432,433,465,469,473,477,482,495,496],dover:203,down:[3,6,7,8,11,39,71,218,231,239,314,330,370,395,424,440,468,488],downhil:[361,362],download:[5,7,8,9,11,12,13,17,236,403,431],downsid:6,downward:296,dozen:[8,12,109,197,432,433],dpack_arrai:12,dpack_memcpi:12,dpack_point:12,dpd:[],dpde:248,dproduct:373,dr_ewald:[120,300],drag:[],dragforc:242,drai:[253,289],drain:[235,330,363],dramat:[59,190,215,216,217,218,220,255,314,317,318,356,370,424,440,466],drautz:377,draw:193,drawback:288,drawn:[42,191,193,194,232,464],drayleigh:[253,289],dreid:[],drfourth:106,drho:[115,371,393],drift:[6,104,106,232,233,239,240,251,297,314,478,486,490],drive:[11,12,201,218,220,234,255,280,286,299,333,365],driven:[6,180],driver:[6,12,14,15,197,229,236],drop:[3,194,391],droplet:402,drsquar:106,drude:[],dry:228,dsecriptor:403,dsf:[],dsmc:[],dstyle:285,dt_collis:242,dt_lb:242,dt_md:242,dt_srd:314,dtilt:[59,220],dtneb:483,dtqm:289,dtype:[117,216],dual:[16,17,314,370],dudarev:167,due:[1,3,6,9,10,12,16,17,19,40,54,57,58,61,66,70,71,74,75,81,86,88,89,90,94,103,104,105,106,107,112,118,120,128,142,143,145,146,147,149,151,154,155,156,157,158,160,161,163,167,168,171,172,191,193,197,200,201,209,213,215,216,217,218,219,220,221,226,227,228,229,232,233,236,237,239,240,241,242,245,246,247,251,252,253,254,255,260,269,280,283,285,297,298,299,301,311,313,314,315,317,318,319,320,321,323,324,326,330,331,333,334,335,337,356,361,363,365,366,367,388,391,393,397,398,402,416,417,424,430,432,434,435,449,452,453,455,459,461,462,464,466,469,470,471,478,483,486,487,488,490,495,496],duffi:326,duin:[9,290,295,432,433],duke:356,dummi:[12,29,454],dump1:474,dump2:474,dump2vtk_tri:136,dump:[],dump_atom:8,dump_custom:8,dump_h5md:192,dump_modifi:[],dumpcustom:8,dumptimestep:474,dunbrack:[6,20,174,382,481],dunweg:[239,241],duplic:[2,3,14,15,17,41,42,169,214,233,280,469,494],dupont:[5,7,13],durat:[37,55,145,146,147,149,150,151,153,154,155,156,157,160,161,187,194,206,231,294,326,350,399,450],dure:[2,3,6,8,9,12,16,17,38,39,41,56,71,87,128,130,144,150,169,172,188,191,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,220,221,222,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,251,252,254,255,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,307,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,356,363,365,369,370,391,415,422,424,433,452,464,465,467,469,472,474,476,477,479,481,483,484,487,488,495,498,499],dvector:8,dvlo:461,dvx:6,dx_lb:242,dy3:167,dyamic:12,dyanam:6,dyanmic:483,dynam:[],dynamo:[5,371,393,419],dyne:494,dyre:412,dysam:472,e28637:29,e_1:377,e_2:377,e_b:396,e_e:395,e_hbond:401,e_i:[6,377,396],e_j:[6,377],e_k:[377,395],e_kl:6,e_lj:[372,390],e_n:[377,395],e_nn:395,e_pr:395,e_rebo:372,e_tors:372,e_tot:422,e_vol:422,eaa:340,eaat:175,each:[0,1,2,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,53,54,55,56,57,59,61,62,63,64,66,67,68,70,71,72,73,74,75,76,77,78,80,81,83,85,87,89,90,92,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,111,112,113,114,115,116,117,118,119,120,121,122,136,142,143,144,146,147,148,149,150,151,152,155,156,157,158,160,161,162,163,164,165,166,167,168,171,172,174,175,176,177,178,179,180,181,182,183,185,186,187,188,190,191,192,193,194,195,196,197,198,199,200,201,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,231,232,233,234,235,236,237,238,239,240,241,242,243,245,246,247,248,249,251,252,253,254,255,257,258,259,260,261,262,263,264,265,266,267,269,270,271,272,273,274,275,276,277,278,280,281,282,283,284,285,286,287,288,290,291,292,294,296,299,300,301,302,303,307,308,310,311,312,313,314,315,316,317,318,319,321,324,325,326,327,328,329,330,331,332,334,335,336,337,339,340,342,343,344,345,346,347,349,350,351,354,355,356,358,362,363,364,365,366,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,395,396,397,398,399,400,401,402,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,422,423,424,425,426,427,429,430,432,433,434,435,436,440,441,442,443,444,445,446,447,448,449,450,451,452,455,456,457,458,459,460,461,462,463,464,466,467,469,470,471,472,473,474,476,477,478,479,481,483,484,486,487,488,489,490,494,495,496,497,499],eacn:[41,214],eam0d:281,eam3d:281,eam:[],eam_databas:13,eam_gener:13,eangl:487,earli:[41,206,209,210,211,212,214,293,300],earlier:[7,8,12,59,194,365,399,419,424,483],earliest:483,earth:395,easi:[6,7,8,9,11,13,87,143,191,198,199,200,201,210,213,226,234,235,237,239,240,301,308,317,318,319,331,334,336,364,469,472,477,479,496],easier:[8,9,13,16,191,193,281],easili:[8,11,193,194,330,365,466,476,485,495],eastwood:[355,356],eat:175,eatom:337,eaxmpl:6,eba:21,ebb13:175,ebb:21,ebond:[224,240,486,487],ebt:175,ec_ii:419,ec_ij:419,ec_jj:419,echo:[],eco:[432,433],ecoa:[432,433],ecoul:[109,224,240,432,433,487],ecp:[395,469],edg:[2,3,6,41,42,59,71,120,166,167,170,171,192,193,202,210,237,301,331,334,335,336,337,358,376,469,472,479],edge_histo:166,edge_threshold:166,edih:487,edim:322,edip:[],edit:[3,8,12,13,14,15,16,17,18,19,490],editor:13,edu:[7,9,11,13,393,416,429,432,433],edward:[9,17],eebt:175,eff:[],effect:[1,2,3,6,8,9,11,12,14,15,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,43,45,46,47,48,49,51,53,54,56,66,71,74,75,81,89,90,94,104,105,106,107,111,114,143,145,150,155,156,163,166,172,174,175,177,178,179,180,182,183,185,186,187,188,190,191,193,194,198,199,200,203,204,207,211,212,213,215,216,217,218,220,221,227,230,231,232,233,234,235,236,237,239,240,254,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,279,280,282,285,286,288,289,290,291,294,298,299,301,302,313,314,317,318,319,321,322,324,326,329,330,331,332,333,334,335,336,337,340,342,343,345,346,349,351,355,356,358,362,363,364,365,366,371,372,374,377,378,379,380,381,382,383,385,386,387,390,391,393,394,395,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,420,422,424,425,426,427,429,434,435,436,438,440,442,450,451,452,453,454,455,457,458,460,461,462,464,466,467,471,472,474,478,479,481,487,488,494,495,497],efffect:473,efficaci:39,effici:[0,1,3,6,7,8,10,12,15,17,18,39,58,61,67,114,144,191,192,193,194,207,208,218,220,224,233,255,282,284,294,299,302,314,355,356,361,366,370,377,385,387,402,407,411,422,434,476,499],effort:[5,7,470],efftemp:[97,98,154],efi:[432,433],efield:[],eflux:235,eggebrecht:[387,440],ehb:[432,433],eigensolv:3,eigenvalu:[281,282,355],eigtol:3,eik:162,eim:[],eimp:487,einstein:[294,324],either:[1,2,3,4,6,8,9,11,12,14,15,16,17,22,33,41,44,50,59,63,71,104,109,115,118,120,142,143,148,150,151,167,168,171,176,181,188,191,192,193,194,197,205,207,209,211,212,214,217,218,219,220,221,231,237,238,242,246,252,253,255,256,260,276,280,296,299,301,302,303,311,314,321,328,332,335,339,341,353,355,356,358,362,363,367,370,377,379,385,393,402,403,405,416,417,419,422,424,428,430,449,453,455,457,464,467,469,471,472,473,476,478,481,484,486,495],ejtehadi:[385,398,434],elaplong:[198,199,237,472,487,495],elaps:[3,190,198,199,200,201,213,220,226,234,235,237,239,240,252,285,301,308,317,318,319,331,332,334,336,442,464,472,474,475,479,483,487,495],elast:[],elastic_t:4,elba:29,electr:[6,197,203,226,240,355,356,396,432,433,462,490,494],electrolyt:[9,461],electron:[3,6,7,9,13,40,97,98,115,120,152,154,159,197,203,223,224,240,241,256,268,277,292,320,326,362,364,371,373,386,390,393,395,396,419,422,430,431,440,455,458,462,469,489,490,494],electron_integr:203,electron_temperatur:203,electron_unit:395,electroneg:[6,290,291,292,386,396,440],electroneg_compon:440,electronic_dens:3,electronic_specific_heat:3,electronic_thermal_conduct:3,electrostat:[6,9,16,18,204,231,290,292,293,327,355,356,385,390,395,407,415,417,433,440,461],eleftheri:299,elem1:[396,419,441],elem2:[396,419,441],elem:440,element1:[296,371,393,440],element2:[296,371,393,440],element:[3,6,7,8,12,13,42,63,81,89,104,106,114,119,121,136,142,143,144,145,146,147,148,149,150,151,155,156,157,158,160,161,164,191,192,193,194,195,197,203,207,209,212,281,296,321,328,371,372,376,377,386,393,394,395,396,402,403,404,419,420,421,422,426,430,431,432,433,440,441,451,453,454,455,458,490,495,498],elementn:[371,393],elementset:203,elev:483,elif:[142,339],elig:[3,204,215,216,228,231,401],elimin:[3,6,71,232,239,240,299,302,323,324,464],elj:390,ellad:9,elliot:9,elliott:9,ellips:[4,6,9,71,82,146,189],ellipsoid:[3,4,6,7,13,40,42,71,82,115,132,146,168,189,191,239,257,261,265,266,274,299,314,360,363,398,417,434,450,469,479,497],ellipsoidflag:469,elong:[224,240,487],elp:[432,433],els:[3,7,8,12,71,109,118,119,121,192,193,205,206,207,209,210,211,212,231,255,299,314,326,327,328,337,339,355,402,468,480,495,498],elsewher:[8,252,314,419,431,432,433,481,487,495],elt:419,emac:[],email:[0,3,5,7,8,9,11,396],emb:[3,9,335],emb_lin_neg:419,embed:[3,5,7,11,12,13,29,88,144,166,326,371,393,396,415,419,420,421,430,450,459,467],embt:175,emi:[7,9],emil:9,emol:[432,433,487],emphas:399,empir:[203,318,372,395],emploi:[9,281,290,294,454],empti:[3,57,71,170,299,355,366,406,469,480,481,495],enabl:[3,6,8,9,11,12,13,14,15,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,33,35,37,38,39,40,43,45,46,47,48,49,50,51,53,54,55,56,60,61,62,64,67,78,80,83,87,97,98,99,100,101,102,106,111,113,114,120,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,144,145,146,147,150,152,154,155,159,160,162,166,167,174,175,177,178,179,180,181,182,183,185,186,187,188,191,192,194,195,197,198,199,200,201,202,204,208,211,213,215,216,217,219,220,221,226,227,228,229,230,231,232,233,234,236,237,238,239,240,241,242,243,244,245,246,248,249,251,253,255,256,257,258,259,260,261,262,263,264,265,266,267,268,270,272,273,274,275,276,277,278,280,281,282,284,285,289,290,291,292,293,294,295,296,298,299,301,302,303,304,305,306,307,308,310,311,313,314,317,319,320,321,322,323,324,326,327,329,330,331,332,333,334,335,338,340,342,343,345,346,347,349,350,351,356,363,365,369,370,371,372,374,375,376,377,378,379,380,381,382,383,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,419,420,421,422,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,460,461,462,467,470,471,472,476,478,488,495,499],enclos:[2,6,12,170,191,287,339,419,440,465,467,477,495],encod:[13,39,42,191,193,194,288,402],encompass:[3,6,40,42,57,59,118,169,310,328,450,472],encount:[3,8,12,59,108,209,369,474,495],encourag:[7,8,293,312],end12i:115,end12x:115,end12z:115,end1i:115,end1x:115,end1z:115,end2i:115,end2x:115,end2z:115,end:[1,2,3,5,6,8,11,12,15,16,17,18,19,38,40,41,42,57,59,71,115,171,172,175,190,191,193,194,195,198,199,207,209,211,212,217,220,232,237,239,241,254,255,256,269,286,298,299,303,314,317,318,319,320,322,325,326,329,333,336,337,354,355,364,365,369,370,391,393,398,418,422,434,437,439,441,442,459,464,467,469,470,471,472,474,476,477,481,485,487,490,495,499],end_of_step:8,endbondtors:[3,175,181,469],endif:8,energet:[217,372,433],energi:[0,1,2,3,4,5,6,7,8,9,12,13,20,21,23,24,25,26,27,28,29,30,31,32,35,36,38,40,43,45,46,47,48,49,51,53,54,56,63,65,69,82,83,84,85,86,87,88,91,95,96,97,98,99,100,102,103,109,110,111,112,114,125,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,168,172,174,175,176,177,178,179,180,182,183,185,186,187,188,191,194,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,340,342,343,344,345,346,349,351,355,356,361,362,363,365,366,370,371,372,374,375,376,377,378,379,380,381,382,383,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,429,430,432,433,434,435,440,441,442,443,444,449,450,451,452,453,454,455,457,458,459,460,461,462,464,467,469,474,478,479,481,483,485,486,487,490,494,495,498],energy_compon:440,energy_update_freq:433,enforc:[6,57,58,105,190,191,192,193,195,197,204,217,220,255,279,281,291,299,302,339,355,407,466,495,496],enforce2d:[],eng:[11,65,69,110,191,229,337,339,386,421],eng_previ:339,engin:[203,220,284,303,323,393,420],engr:[432,433],enhanc:[199,203,464],enlarg:[59,193],enough:[3,40,61,86,168,169,171,214,240,285,289,294,299,327,331,332,335,366,370,387,428,469,473,474],enpub:393,enrti:[],ensembl:[],ensight:6,ensur:[3,6,142,191,204,208,218,231,232,255,304,325,356,377,392,415,451,458],enter:[57,158,396,422,458,483],enthalpi:[125,257,258,259,393,486,487,495],entir:[0,2,3,6,11,14,15,41,42,63,88,111,112,114,118,120,143,148,167,168,194,197,198,199,206,210,211,214,217,219,228,231,232,235,239,240,251,255,257,258,259,260,261,262,263,280,282,284,297,299,312,326,328,339,370,390,411,424,452,469,477,478],entireti:[405,457],entiti:[6,8,40,42,191,299],entri:[3,8,12,38,42,56,65,69,79,93,110,117,120,129,132,133,134,135,136,138,139,140,166,188,194,209,210,211,219,289,337,364,377,394,419,426,433,441,451,452,453,454,455,458,495],entropi:483,entry1:[38,56,194,384,452],entry2:194,entryn:194,enumer:[169,191],enumuer:6,env:370,environ:[1,3,6,11,12,16,17,18,193,233,238,280,370,371,377,384,386,394,395,430,453,466,480,495],epair:[109,194,397,401,432,433,487],epen:[432,433],epfl:[233,238],epp:390,epq:390,eps0:461,eps14:415,epsilon0:455,epsilon:[3,6,36,45,46,50,53,54,87,174,198,199,231,299,314,331,335,361,363,375,376,382,383,385,387,388,389,390,398,400,401,402,405,406,407,408,409,410,411,412,413,414,415,418,423,427,434,435,445,451,457,460,461,478,490,494],epsilon_0:462,epsilon_14:382,epsilon_:434,epsilon_d:388,epsilon_i:[398,424,434],epsilon_i_:434,epsilon_i_a:[398,434],epsilon_i_b:[398,434],epsilon_i_c:[398,434],epsilon_ij:424,epsilon_j:[398,424,434],epsilon_j_:434,epsilon_j_a:[398,434],epsilon_j_b:[398,434],epsilon_j_c:[398,434],epsilon_lj:434,epton:429,eqch:163,eqeq:[432,433],eqp:390,eqq:390,equal:[2,3,6,8,11,12,17,39,41,54,63,65,68,69,71,76,79,86,87,91,93,110,112,117,119,121,143,146,162,164,168,190,193,194,197,198,199,200,201,204,207,208,209,212,213,214,218,220,221,226,231,232,234,235,237,239,240,242,245,246,252,253,260,271,280,282,285,287,289,290,291,294,296,298,299,301,303,308,310,317,318,319,322,323,324,326,328,329,331,334,336,337,339,354,358,363,365,366,367,369,370,386,391,397,398,401,416,422,423,430,432,433,434,436,437,438,440,441,442,452,457,458,462,465,466,467,469,471,472,476,477,480,483,485,487,495,496],equat:[3,6,7,8,9,91,108,114,120,167,176,187,197,218,224,225,233,239,240,242,245,253,254,255,256,260,276,280,282,289,290,294,302,314,322,326,329,331,332,334,336,349,355,356,385,390,391,395,396,399,404,416,417,419,424,434,437,439,444,445,447,448,462,490],equi:256,equidist:254,equil:[3,290,359,476,499],equilater:479,equilibr:[3,4,5,6,7,9,59,91,168,197,204,207,217,218,231,253,255,256,276,277,289,290,291,292,322,323,324,329,386,387,432,433,465,479],equilibria:329,equilibribum:[215,216],equilibrium:[1,3,4,6,7,21,24,26,27,28,29,32,35,36,38,43,47,48,49,51,53,56,59,151,152,175,177,218,220,231,232,233,240,242,255,260,276,289,290,294,298,302,303,311,314,321,322,324,329,340,342,346,349,386,419,426,440,490],equilibrium_angl:8,equilibrium_dist:8,equilibrium_start:203,equival:[6,12,13,29,59,61,126,127,135,140,166,170,194,209,212,218,220,231,239,255,276,286,298,299,334,391,395,440,453,455,469,472,477,478,487,490],equlibrium:6,equliibr:[290,292],er3:167,eradiu:[40,115,395,469],eras:[301,323],erat:[220,417],erc:387,erfc:[387,407,424],erforc:115,erg:494,erhart:[204,393,453,455],ermscal:373,ernst:9,eror:3,eros:419,erose_form:419,erot:[],errata:[453,455],erratum:331,erron:3,error:[],erta:399,ervel:[115,469],escap:[221,490],especi:[8,11,16,156,168,197,204,214,231,289,294,297,298,370,466],espresso:[9,293],essenti:[8,11,12,27,88,130,149,150,151,154,155,156,157,158,160,177,207,260,281,330,356,372,387,407,455,474,487],essex:29,establish:[87,235],estim:[1,3,6,10,12,38,41,56,91,143,203,214,225,253,314,321,355,356,361,424,433,452,483,487],esu:494,esub:419,eta:[6,242,255,289,290,292,330,394,396,398,430,454,458,494],eta_dot:255,eta_ij:430,eta_ji:396,etag:[40,469],etail:487,etap:255,etap_dot:255,etc:[1,2,3,6,7,8,9,10,11,12,13,15,16,39,40,42,54,61,68,89,90,91,95,111,112,115,117,143,145,148,149,150,151,152,154,155,156,157,158,160,162,168,170,171,172,181,191,193,194,197,198,203,204,205,206,209,210,211,212,215,216,220,221,229,231,232,239,255,285,296,300,326,327,335,339,354,355,363,364,365,366,368,393,394,402,415,417,422,428,432,433,451,453,455,458,464,467,469,470,471,476,478,479,483,485,486,487,488,490,494,495,497,499],ethernet:18,etol:[363,365,464,483],etot0:289,etot:[6,95,97,98,112,143,154,194,224,240,253,289,486,487],eu2:167,eu3:167,euler:[363,365],eulerian:203,euqat:443,europhi:242,ev_tal:8,evalu:[2,3,9,11,12,38,56,71,87,88,91,109,119,142,144,148,158,166,168,190,191,193,194,198,199,200,201,203,205,206,207,208,209,210,211,212,213,220,226,232,234,235,237,238,239,240,281,287,290,301,304,308,317,318,319,328,331,334,336,337,339,355,356,361,363,370,422,424,430,436,438,440,452,464,465,467,471,472,474,476,477,478,479,483,485,487,495,496],evalut:[339,467],evan:[156,276],evanseck:[6,20,174,382,481],evapor:[],evaul:[8,363],evdwl:[109,432,433,487],even:[3,6,8,12,15,17,18,34,39,41,52,57,59,61,63,70,71,121,169,170,184,188,191,194,197,198,199,204,205,206,209,210,211,212,214,215,216,218,220,221,224,237,240,253,255,256,281,294,296,299,300,310,314,322,326,329,331,335,337,348,355,361,363,365,370,375,395,396,399,402,424,434,458,459,469,470,472,474,475,476,478,479,481,484,486,487,488,490,499],evenli:[3,41,143,188,214,242,405,459],event:[],eventu:[3,6,12,15,170,290,483],ever:[54,56,238,314],evera:[385,398,434,450],everi:[0,1,2,3,6,8,9,11,12,15,16,39,41,71,72,91,115,121,130,156,171,191,192,193,194,195,197,198,199,200,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,220,221,225,228,229,231,233,235,236,237,242,243,251,255,256,260,279,280,281,285,286,287,288,289,290,291,292,294,296,297,299,300,302,303,314,316,317,318,319,320,321,322,325,326,327,328,329,337,339,354,356,365,366,367,370,391,392,402,415,432,433,440,446,463,464,465,469,471,473,474,476,477,478,483,484,485,487,495,499],everyth:[8,109],everywher:[118,409],eviri:395,evolut:[233,242,282,464],evolv:[242,282,327],ewald:[2,3,5,6,7,8,12,88,112,120,143,327,355,356,363,378,380,381,387,390,395,407,411,427,435,450,452],ewald_disp:390,ewalddisp:3,exact:[22,41,44,71,124,162,171,176,214,217,232,233,239,240,241,285,294,295,314,326,341,355,384,471,476,483,495,497,499],exactli:[3,6,12,14,17,38,41,42,56,59,71,72,91,118,146,152,159,168,188,198,199,209,214,220,225,232,239,240,241,256,268,269,277,281,289,314,319,320,333,370,384,391,393,399,402,405,416,424,452,471,472,479,483,495],exager:490,examin:[6,8,9,17,217,281],examp:[467,495],exampl:[],exce:[3,6,16,17,18,41,58,71,170,205,206,209,210,211,212,214,218,220,225,228,255,281,296,300,305,306,314,363,370,469,495],exceed:[3,41,59,214,220,255,314,477],excel:395,except:[1,2,5,6,8,9,11,14,20,21,22,23,24,25,26,27,28,29,30,31,32,35,37,38,40,41,43,44,45,46,47,48,49,51,53,54,55,56,59,60,71,89,90,110,111,114,119,143,145,146,147,148,149,150,151,152,154,155,156,157,158,159,160,161,168,172,174,175,176,177,178,179,180,182,183,185,186,187,188,190,191,194,197,200,206,207,209,213,214,218,220,227,230,231,234,237,239,241,255,256,257,258,259,260,261,262,263,264,265,268,269,272,274,275,276,277,278,282,291,292,299,301,302,311,314,317,319,320,326,330,334,337,339,340,341,342,343,345,346,349,350,351,355,356,358,360,364,365,366,368,369,370,371,372,374,378,379,380,381,382,383,384,385,386,387,389,390,391,393,394,395,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,417,420,425,426,427,429,432,433,434,435,442,450,451,452,453,454,455,457,458,460,461,462,464,466,467,469,471,472,474,477,478,479,480,481,483,487,490,494,495,496,498],excess:[208,395],exchang:[2,3,6,8,9,61,62,197,203,204,231,239,291,299,322,326,329,355,370,395,484],exchange:355,excit:[9,395],exclud:[3,6,9,12,16,17,63,71,114,142,148,155,156,172,191,206,210,215,216,243,251,284,297,299,321,332,337,363,364,366,379,399,402,416,417,424,449,481],exclus:[1,3,9,12,16,87,370,386,422,424,478,488],excurs:[255,464],exectubl:12,execut:[1,2,3,4,6,8,11,12,17,60,169,193,236,293,339,354,357,369,465,467,477,480,483,495],exempl:440,exemplari:232,exemplifi:395,exert:[6,237,240,294,333,334,335,356],exhaust:[203,369,495],exhibit:[92,255,362,395,478],exist:[3,6,7,8,11,12,13,16,37,55,59,68,70,124,168,169,187,192,193,194,197,202,213,216,218,221,231,284,285,287,337,340,342,343,344,346,350,359,364,370,402,432,449,459,465,467,469,470,471,480,481,482,495,496,497],exit:[2,3,11,12,41,57,191,214,354,369,467,468,477,486,495],exlanatori:3,exp:[],expand:[],expans:[12,142,191,480,495],expect:[1,3,8,12,13,14,15,16,17,18,19,41,42,71,103,149,160,166,188,214,226,231,233,252,280,286,288,289,294,299,337,356,366,384,419,422,424,464,467,469,471,474,478,483,495],expens:[6,10,71,194,280,284,299,326,337,355,356,366,370,467],experi:[6,13,15,17,213,221,236,245,254,286,298,299,361,365,391,424,478,483],experienc:[6,12,244,245],experiment:[231,355,370,483],expert:12,expertis:7,explain:[1,3,6,8,9,11,12,16,18,41,59,63,65,68,69,71,72,73,76,77,79,86,93,148,156,188,191,193,194,197,206,207,212,214,216,218,220,255,280,288,299,311,337,339,354,355,358,364,365,369,375,393,405,440,442,457,467,470,471,474,476,479,490,495,499],explan:[3,6,59,115,142,191,206,254,280,402,463,466,467,469,478],explanatori:[3,8,119,191,205,206,209,210,211,299,364,466,495],explantori:[3,295],explic:423,explicit:[6,9,11,22,44,77,87,115,118,162,176,198,199,220,305,306,341,360,372,373,377,382,384,393,395,406,416,456,463,466,470,473],explicitli:[3,6,8,12,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,43,45,46,47,48,49,51,53,54,56,71,111,114,145,155,158,166,168,174,175,177,178,179,180,182,183,185,186,188,191,194,200,210,213,220,227,230,232,234,239,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,288,289,291,299,301,302,317,319,320,326,330,334,340,342,343,345,346,349,351,364,370,371,372,374,378,379,380,381,382,383,384,385,386,387,388,390,391,392,393,394,396,397,398,399,400,401,402,405,406,407,408,409,410,411,412,413,414,415,416,420,422,424,425,426,427,429,434,435,442,443,444,445,446,447,448,450,451,452,453,454,455,456,457,458,460,461,462,469,471,472,478,479,481,482,488,490],explictli:[16,482],exploit:[9,15,17,282],explor:[120,167],expon:[3,290,292,393,398,401,415,423,435],exponenti:[87,430,451,458,462,483,495],expos:11,exposit:[203,391,392],express:[6,142,154,168,198,199,218,252,280,290,326,332,339,377,393,395,409,419,440,441,450,495],expressiont:377,extend:[],extens:[3,6,9,17,44,45,46,53,55,63,82,83,84,87,88,91,95,98,99,109,111,119,121,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,197,200,201,204,212,213,219,222,226,229,230,231,233,234,235,237,239,241,253,255,260,269,280,281,297,298,299,301,303,308,311,313,317,318,319,320,321,323,324,326,328,331,335,336,398,419,422,433,434,441,486,487],extent:[1,3,41,42,45,57,71,166,170,191,202,210,214,237,333,336,355,358,372,436,438,452,466,469,472],exterior:[3,6,335],extern:[],extra:[3,6,8,12,16,17,40,41,46,61,71,103,111,112,114,120,143,145,146,147,149,151,154,155,156,157,158,160,161,167,168,169,170,174,194,209,214,216,255,287,288,289,299,314,363,364,367,368,390,399,402,405,419,424,466,467,469,472,481,490,495],extract:[3,6,11,13,36,63,87,109,117,119,121,198,199,292,365,387,396,419,441,467,474,486],extract_atom:11,extract_comput:[11,467],extract_fix:11,extract_glob:11,extract_vari:11,extramak:[12,15],extrapol:1,extrem:[1,3,6,17,58,193,208,218,220,255,324,395,454,490],extrema:415,extrins:203,f77:[5,7,12],f90:[5,7,12],f_1:6,f_5:[164,328],f_a:[453,454,455],f_ave:119,f_c:454,f_f:455,f_fix_id:289,f_harm:324,f_i:[29,430],f_id:[6,71,119,121,191,197,205,206,207,208,209,210,211,212,250,316,328,487,495],f_ij:430,f_indent:212,f_int:323,f_j:29,f_jj:91,f_k:430,f_langevin:326,f_max:[289,294],f_msst:253,f_r:[240,453,454,455],f_sigma:377,f_solid:324,f_ss:6,f_temp:[],face:[3,6,57,59,71,156,166,170,202,210,211,331,333,334,335,336,358,398,419,434,469,472],face_threshold:166,facet:166,facil:[0,12],facilit:[6,13,42],fact:[6,8,16,233,314,324,399,440,481],factor:[1,3,6,12,18,24,28,32,35,36,39,41,46,47,57,58,59,72,87,91,103,110,117,118,120,142,162,167,170,174,185,190,191,193,194,198,199,207,214,218,220,221,231,236,239,241,242,253,255,256,260,282,286,290,298,302,304,306,314,318,322,329,330,331,335,346,356,358,364,370,372,373,377,378,380,382,387,388,389,391,395,399,402,406,407,419,422,424,426,427,433,435,442,451,456,466,469,472,473,478,481,483,484,487,490,494,495],factori:[3,467],factoriz:355,fail:[3,11,12,59,172,218,221,355,363,365,389,433,467],failur:[123,437,468,495],fairli:[11,424,478,483],faken:73,falcon:236,fall:[3,6,194,209,285,467,495],fals:[86,337,339,440,495],fame:8,famili:[458,466],familiar:[0,11],fan:430,far:[3,6,12,17,57,59,61,86,191,194,195,214,215,216,218,221,255,280,298,299,314,331,342,346,361,365,366,457,467,469,474,487],farago:239,farrel:[453,455],farther:191,fashion:[6,8,41,71,168,194,197,198,199,204,210,214,216,221,231,233,237,252,253,255,257,258,259,260,261,262,263,271,274,275,276,277,278,288,289,291,299,303,307,313,316,324,326,330,331,332,334,336,365,402,416,472,481,495,498],fasolino:404,fast:[6,7,9,12,13,17,39,191,266,289,327,355,356,379,416,417,422,450,452,471,476,478,487,496,499],faster:[1,6,9,10,11,12,14,15,17,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,41,43,45,46,47,48,49,51,53,54,56,61,63,106,111,114,145,155,174,175,177,178,179,180,182,183,185,186,188,191,194,200,213,214,220,227,230,234,238,239,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,286,290,291,299,301,302,314,317,319,321,323,326,330,334,340,342,343,345,346,349,351,355,356,367,368,370,371,372,374,377,378,379,380,381,382,383,384,385,386,387,390,391,393,394,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,420,425,426,427,429,434,435,442,450,451,452,453,454,455,457,458,460,461,462,464,472,478,482,490],fastest:[1,6,14,17,156,210,326,327,370,466],fatal:[3,486],fault:[70,433],faulti:12,fava:398,favor:217,favorit:7,fbmc:321,fcc:[],fcm:[271,495],fdirect:224,fdotr:403,fdti:87,fe2:167,fe3:167,fe_md_boundari:203,featu:8,featur:[],fecr:393,feedback:[7,236],feel:[7,236,237,245,280,335,337,365,424],felling:421,felt:335,femtosecond:494,fene:[],fennel:[387,407],fep:[],ferguson:[6,174,481],fermi:[1,12,15,154,370,455],fermion:[9,395],fernando:418,ferrand:[9,13],few:[1,3,4,5,6,7,9,10,11,12,13,14,18,39,195,205,206,207,209,210,211,212,240,255,285,288,290,302,328,355,363,364,365,372,440,466,469,474,478,480,488,495,497],fewer:[1,3,11,15,16,61,245,478],fewest:3,fextern:229,feynman:282,fff:467,ffield:[386,396,432,433,440],ffmpeg:[3,12,193],ffplai:193,fft:[1,3,7,12,14,15,88,111,112,143,281,355,356,478],fft_inc:[12,356],fft_lib:12,fft_path:12,fftbench:[355,488],fftw2:12,fftw3:12,fftw:[11,12],fhg:[7,9],ficiti:449,fictiti:[6,200,201,226,229,233,282,298,387,407,411,449],field1:[470,474],field2:470,field:[],fifth:[311,426],figur:[1,3,8,11,12,289,466,467],fij:390,file0:280,file1:[11,13,280,325,339,364,474,476,480],file2:[11,13,325,339,364,474,476,480],file:[],file_from:192,filen:364,filenam:[3,12,13,38,41,56,188,191,193,194,195,203,206,207,208,209,210,211,212,214,219,280,284,287,290,291,292,295,296,299,300,325,326,352,353,354,364,365,371,372,377,387,393,394,396,404,419,420,421,426,430,431,432,433,440,441,451,452,453,454,455,458,465,466,467,470,471,476,480,487,495,497,498,499],filennam:476,filep:[3,191,194,471,476,499],filepo:296,fill:[7,9,168,193,285,326,358,366,377,422,433,472],filter:[194,203],final_integr:8,final_integrate_respa:8,finchham:[6,150,389],find:[0,3,4,6,7,8,11,12,13,14,16,38,39,56,61,71,73,87,119,171,188,195,204,217,218,228,231,254,280,286,294,298,361,363,365,366,387,402,407,411,419,440,450,452,490,495],find_custom:8,fine:[16,17,172,200,226,324,366,370,495],finer:[142,168,495],finest:355,finger:[168,190,252,472],finish:[6,11,41,214,339,352,354,355,367,369,370,457,474,495,496],finit:[],finni:[7,393,450],finvers:224,fiorin:[9,219],fire:[],firebrick:194,first:[0,1,2,3,5,6,8,9,11,12,14,15,16,17,21,38,39,41,42,45,46,54,56,57,59,61,62,71,81,88,91,104,105,106,108,114,118,119,129,132,135,136,140,143,153,156,162,164,166,167,169,170,171,175,188,191,192,193,194,195,197,198,206,207,209,210,211,212,214,217,220,231,232,237,242,252,253,254,255,280,282,287,288,289,291,296,299,302,303,311,312,314,315,316,323,324,325,326,328,332,337,339,340,347,358,363,364,365,366,369,370,371,372,375,377,378,380,382,384,386,387,393,395,396,399,400,402,403,404,406,407,411,416,417,419,421,422,424,426,430,432,433,440,441,449,451,452,453,454,455,458,462,464,465,466,467,469,470,471,474,476,478,481,482,483,486,487,490,495,496,497,499],fischer:[6,9,19,20,174,382,481],fit:[3,6,9,12,38,56,188,298,314,372,377,404,419,424,445,452,454,477,495],five:[73,154,289,364,377,420,469,483],fix:[],fix_adapt:[162,199,415],fix_atom_swap:[],fix_bal:62,fix_deposit:[3,204,285],fix_evapor:204,fix_flux:203,fix_gcmc:[204,364],fix_gl:233,fix_gld:233,fix_grav:285,fix_id:[3,218,253,255,257,258,259,260,261,262,263,286,289],fix_modifi:[],fix_mov:[190,332],fix_nh:8,fix_npt:233,fix_nvt:[204,231],fix_poem:[3,6],fix_pour:[3,221],fix_qbmsst:9,fix_qeq:[3,386],fix_rattl:302,fix_reax_bond:432,fix_rigid:[245,375],fix_saed_vtk:300,fix_setforc:8,fix_shak:302,fix_srd:3,fix_styl:260,fix_temp_rescal:320,fixedpoint:[218,255],fixextern:229,fixid:203,fji:390,flag1:[223,368],flag2:[223,368],flag:[3,8,11,12,14,15,16,17,40,66,74,75,81,86,89,90,94,104,105,107,120,163,167,171,191,193,194,195,212,217,219,223,236,239,243,245,251,252,281,288,299,311,313,314,321,325,334,337,353,356,364,368,369,370,372,401,406,419,422,449,464,466,467,469,470,471,473,474,475,479,495],flag_buck:381,flag_coul:[381,390,411],flag_lj:[390,411],flagfld:[379,416,417],flaghi:[3,379,416,417],flaglog:[379,416,417],flagn:223,flagvf:[379,416,417],flat:[6,326,331,332,336],flavor:[2,7,12],fld:[9,331,379,416,417],flen:373,flex_press:373,flexibl:[3,6,8,169,193,206,210,219,233,256,322,329,395,454,487],flip:[3,6,220,255,333,334],floor:495,flop:12,floralwhit:194,flow:[],fluctuat:[6,64,87,218,231,232,239,242,255,260,280,281,324,326,349],fluid:[],fluid_veloc:246,flush:[3,194,486],flux:[],flv:193,fly:[7,9,12,41,193,197,203,208,221,224,299,302,327,377,422,487,490],fmackai:9,fmag:222,fmass:282,fmax:[363,487],fmomentum:224,fmsec:[2,194,239,240,252,255,286,299,317,318,478,489,494,496],fname:354,fno:[12,16],fnorm:[363,487],fnpt:224,fnvt:224,foce:402,fock:373,focu:302,fogarti:[9,292,433],foil:[142,280,441],fold:[312,478],folk:7,follow:[0,1,2,3,4,6,7,8,9,11,12,13,14,15,16,17,18,19,20,23,24,25,26,27,28,29,30,31,32,35,36,38,41,42,43,45,46,47,48,49,51,53,54,56,59,63,64,70,71,73,91,92,97,98,108,115,118,119,121,142,143,146,147,148,154,156,161,164,166,168,169,174,177,178,179,180,182,183,185,186,188,191,192,193,194,197,203,204,205,206,207,208,209,210,211,212,214,219,220,221,224,225,229,231,232,233,236,238,239,240,242,245,253,255,260,261,262,263,274,275,276,278,281,282,284,287,288,289,290,292,294,296,298,299,300,302,316,317,318,319,322,323,324,325,326,328,329,337,338,342,343,344,345,346,349,351,353,358,360,363,364,365,370,371,372,373,374,375,376,377,378,379,380,381,382,383,385,386,387,388,389,390,391,392,393,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,423,424,425,426,427,429,430,431,432,433,434,435,437,439,440,441,442,443,444,445,446,447,448,449,451,452,453,454,455,456,457,458,460,461,462,464,466,467,469,470,472,474,476,477,478,481,483,484,485,490,495,496,498],foo:[4,8,11,12,191,193,229,467,480,495],foot:6,footprint:[12,370],fopenmp:[12,16,18],forc:[],force_uvm:17,forceatom:245,forcefield:[298,401],forcegroup:242,forcezero:361,ford:390,forestgreen:194,forev:71,forget:[240,490],forgiv:255,fork:[12,191],form:[2,3,6,8,12,19,22,44,54,63,66,74,75,77,81,87,89,90,92,94,104,105,107,118,142,143,162,163,172,176,194,197,198,199,216,232,233,239,241,245,252,276,281,292,294,298,299,326,331,335,340,341,344,349,360,362,364,365,372,373,377,384,393,395,397,401,402,406,418,419,421,422,426,427,430,432,433,434,440,441,442,450,452,453,454,455,461,463,466,467,469,474,479,486,490,495],formal:[6,78,80,91,232,233,239,255,282,314,322,440],format:[2,3,6,7,8,9,12,13,22,38,41,44,56,68,77,176,188,191,192,193,194,195,206,209,210,211,212,214,216,281,284,288,290,292,295,299,300,310,325,326,337,338,341,360,364,365,371,372,377,384,393,396,406,419,421,431,432,433,435,441,452,458,459,466,467,469,470,471,474,485,486,487,495,497],former:[6,12,16,39,41,194,214,326,330,377,379,475,481,495],formerli:[7,13],formul:[1,40,64,143,200,226,239,255,276,290,292,298,302,325,355,372,377,393,395,398,419,429],formula:[2,3,6,7,13,21,22,37,44,54,55,70,73,87,89,90,91,95,97,98,107,114,120,143,145,146,147,148,149,150,151,152,154,155,156,157,158,159,160,161,167,168,173,175,176,187,190,191,198,199,200,201,206,207,208,209,212,213,220,226,234,235,237,239,240,252,280,281,287,296,301,308,312,314,317,318,319,328,331,334,336,337,339,340,341,343,350,358,364,372,373,375,377,382,383,384,385,390,391,393,394,398,399,400,401,403,406,407,409,410,411,413,414,416,417,419,423,424,425,434,435,442,450,451,453,454,455,458,460,461,465,469,472,479,486,487,494,495,496],forth:[1,6,11,12,13,14,15,369,467,472,476],fortran:[3,6,9,11,12,13,229,393,402,419,432,433],fortun:8,forward:[3,8,87,354,365,370],foster:[377,429,430],foul:171,found:[3,6,9,12,73,162,191,217,219,231,236,242,281,321,327,339,354,366,384,387,390,464,470,471,486],four:[6,11,54,81,104,105,142,164,253,326,349,364,365,422,464],fourier:[],fourth:[6,106,298,311,321,382,426,440],fox:[6,120,174,448,481],fphi:[38,56,452],fpic:12,fplo:[38,56,452],fprime:452,fqdn:238,fqq:390,frac:[],fraction:[1,3,6,8,12,16,39,41,80,111,143,171,190,193,194,204,215,216,217,218,253,285,289,296,297,314,319,320,358,365,370,377,379,399,416,417,474,479],fragment:[42,236,296],fraig:[42,376],frame:[83,142,194,203,253,289,333,398],framer:[193,194],framework:[5,233,371,441],franc:9,fraunhof:9,free:[5,6,7,9,13,29,60,63,70,87,162,199,280,314,323,324,325,326,362,365,373,395,415,422,430,461,466],freedom:[3,6,8,95,97,98,100,102,103,114,145,146,147,148,149,150,151,152,153,154,155,156,157,158,160,161,206,217,224,231,233,239,240,245,255,256,260,261,262,263,274,275,276,278,282,284,299,302,317,318,319,324,363,390,487,490,496],freeli:[0,6,7,12,146,147,161,166,193],freez:[],frenkel:[231,324],freq:202,frequenc:[3,6,16,39,104,194,208,269,281,282,289,294,353,391,395,433,440,464,478,483,495,498],frequent:[3,64,67,70,72,73,77,88,92,108,142,194,215,216,228,322,329,424,476],fri:[253,289],friction:[4,5,6,10,42,197,233,239,289,294,299,326,330,332,376,399,479],friedrich:304,from:[],front:[253,289,333],frontend:[193,293],frozen:[6,114,172,230,232,240,366,397],fs2:[6,91],fscale:236,fstr:495,fstring:467,ftol:[363,365,464,483],fuchsia:194,fuction:387,fudg:302,fugac:231,fugacity_coeff:231,fulfil:6,full:[1,2,6,9,12,17,38,39,40,91,193,207,208,219,242,280,355,356,370,377,393,395,396,398,456,469,471,476,477,481,483,488,490,498],full_energi:[3,231],fuller:363,fulli:[3,6,9,78,233,238,280,363,365,387,430,431,497],fulton:393,fumi:378,func:[467,495],funcfl:393,functino:[],functionaliri:219,fund:[0,7],fundament:[314,494],funnel_flow:310,funrol:422,further:[3,6,8,12,13,61,63,71,86,106,109,118,193,194,197,206,209,210,211,212,215,221,225,242,246,282,290,300,304,314,326,328,337,356,361,363,364,365,366,371,375,386,422,440,464,483,484,495],furthermor:[27,177,395],furthest:61,futher:3,futur:[],g_ewald:3,g_ewald_6:3,g_ewald_disp:3,g_jik:430,g_p:326,ga3:167,gaa:377,gahler:362,gai:[3,398,450],gain:321,gainsboro:194,galindo:423,game:236,gamma0:29,gamma:[3,6,29,239,242,246,281,289,290,292,294,330,391,394,398,419,423,444,447,448,451,453,455,458,487],gamma_:[3,326,332],gamma_ijk:453,gamma_n:[332,399],gamma_p:[3,326],gamma_t:[332,399],gammaa:423,gammafactor:242,gammar:423,gan:[430,451,453,455,458],gan_sw:430,gan_tersoff:430,ganzenmuel:[7,9],ganzenmul:9,gao:[6,20,174,382,481],gap:[188,416,417,431,441],gap_2014_5_8_60_17_10_38_466:431,gap_exampl:431,gaseou:7,gass:231,gather:[11,477],gather_atom:11,gather_scatter_loop_unrol:12,gathert_atom:11,gauch:180,gaug:12,gauss:[],gaussian:[6,40,63,91,104,106,232,233,239,282,298,314,318,336,355,391,392,395,397,431,450,464,495,496],gave:[3,424],gaybern:[],gcc:17,gcmc:[],gcore:224,gd3:167,gdot:417,gdrude:224,ge4:167,gec:[453,455],gen:[255,256],gener:[],genom:7,gentler:[331,334,336],gentli:394,geom:[6,355,392,464,496],geometr:[3,6,7,8,42,57,59,71,158,159,168,170,191,194,200,210,211,213,214,221,226,235,255,261,262,263,274,275,276,278,299,301,308,317,318,319,335,337,355,358,365,375,376,379,383,385,387,390,395,398,400,405,407,408,409,410,411,412,413,414,415,416,417,418,423,424,434,442,456,457,460,461,469,472,479,487,495],geometri:[3,6,7,9,13,25,41,71,156,168,210,214,215,216,218,221,237,358,424,469,472],georg:[7,9],georgia:13,gerber:415,germani:[9,14],germann:[260,409,464,483],germano:398,gerolf:13,get:[],get_natom:[11,467],get_rank:11,get_siz:11,getenv:495,gettimeofdai:12,gewald:[6,355],gezelt:[387,407],gf100:14,gf104:14,gf200:14,gflop:12,gflp:12,ghost:[3,6,7,12,16,58,61,62,73,166,171,218,220,240,255,288,299,300,353,355,366,370,391,392,395,399,406,474,479,490],ghostwhit:194,ghz:10,giacomo:9,gif:[4,193],gifsicl:193,gigabit:18,gillan:441,gingold:[444,445,447],gio:2,git:[7,12],github:[13,17,219,233,238,431],give:[0,1,2,3,5,6,7,8,9,10,11,12,14,15,16,17,18,54,71,92,108,115,148,151,155,168,191,194,200,202,206,207,209,212,218,220,233,255,276,280,281,286,294,296,299,328,355,356,363,366,367,370,372,377,392,395,401,402,419,422,424,434,453,454,455,464,466,467,469,479,483,490,496],given:[3,5,6,7,9,10,11,12,16,17,22,27,37,44,55,61,63,64,67,71,108,115,125,126,127,129,130,133,134,135,136,137,138,139,140,141,142,143,162,166,170,176,177,187,188,191,192,194,197,204,206,208,210,215,216,218,220,221,225,231,232,233,234,236,242,249,252,254,255,260,279,280,281,282,289,290,296,298,302,310,311,312,314,316,321,326,327,330,331,332,335,341,350,355,356,370,371,372,377,378,380,381,383,384,385,386,387,388,391,392,393,395,396,398,401,407,408,409,411,419,420,421,422,423,424,426,427,430,434,435,437,439,440,441,450,462,464,467,469,471,472,479,483,494,498,499],gjf:239,gjwagn:7,gko:2,gld:[],gle4md:[233,238],gle:[],glitch:3,glob:480,global:[],glosli:[356,422],glotzer:[299,391],glue:11,gmail:[7,9,13],gmake:[12,17],gmask:[3,495],gnu:[0,7,12,17],gnuplot:[11,13],goal:[5,12,39],goddard:[6,9,25,290,291,292,351,395,401,432,433,481],goe:[12,54,142,168,190,252,307,363,366,390,394,400,409,412,442,462,472,476],gold:[70,194],goldenrod:194,goldman:289,gone:3,good:[1,3,6,12,17,41,73,120,166,167,214,239,253,255,290,296,302,321,355,365,366,371,385,392,393,422,424,452,458,464,478,483,487],googl:236,gordan:142,gordon:6,gould:[6,174,481],gov:[0,7,9,13,371,393,396,494],govern:242,gpl:[0,7,8,12],gpt:[9,422],gpu1:370,gpu:[],gpuid:370,gpun:370,grab:[3,6],gracefulli:3,grad:[6,200,226,254],gradient:[6,7,8,12,13,124,129,218,226,234,235,254,276,291,322,326,361,362,365,417,433,452],gradient_correct:439,graduat:284,graft:217,grai:194,grain:[5,6,7,9,29,36,40,54,67,168,171,180,197,280,284,299,314,400,422,435,481],gram:[206,210,211,393,494],grama:[9,292,433],gran:[],grand:[3,197,204,231],granflow:5,granular:[],graph:11,graphen:473,graphic:11,grasp:5,gravit:234,graviti:[],grdient:203,great:[3,13,289],greater:[1,3,10,61,71,86,166,194,218,232,255,280,319,333,370,375,376,378,380,381,424,464,466,469,472,478,483,495,496],greathous:13,greatli:[120,483],green:[2,6,91,132,133,193,194,281,282,322,377],green_kubo:6,greenyellow:194,greffet:294,greg:[7,9],grest:[45,46,217,314,356,381,399,411,481],grew:71,grid:[3,12,41,62,120,156,167,170,214,242,294,314,326,327,353,355,356,463,466,469,471,473,478],grigera:6,grime:40,grmask:[3,495],gromac:[],gronbech:[239,355],groot:391,ground:[6,395],group1:[150,171,366],group2:[88,144,150,169,171,366],group2ndx:[],group:[],group_id:11,groupbig:314,groupid1:[245,299],groupid2:[245,299],groupid:469,groupnam:366,grouptyp:231,grow:[3,6,8,202,220,221,237,239,255,280,328,399,469,481],grow_arrai:8,grow_reset:8,growth:[6,321],grueneisen:9,gsmooth_factor:419,gstyle:[3,466],gtl:7,gtx285:14,gtx450:14,gtx460:14,gtx470:14,gtx560:14,gtx580:14,guarante:[65,69,79,93,110,117,168,171,191,225,290,354,358,479],guess:[3,191,286,470],gui:[7,11],guid:[1,17,40,78,80,100,101,102,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,197,248,249,304,305,306,307,310,327,429,437,439,443,444,445,446,447,448,479],guidelin:[1,8,14,15,16,17,18,19,355,452],guidlin:17,gullet:419,gulp:6,gumbsch:362,gunnel:422,gunsteren:[286,317,415],gunzenmul:7,gunzip:12,guo:[6,20,174,180,382,481],gwald:3,gyrat:[],gzip:[3,12,191,193,194,325,365,469,470,474],h12:398,h2o:[40,364],h5cc:192,h5md1:192,haak:[286,317],had:[3,6,11,13,59,63,191,194,195,209,212,217,218,232,233,235,239,240,241,253,255,257,258,259,260,261,262,263,274,275,276,278,285,286,314,317,318,319,326,391,392,399,449,471,475,478,484,487],hafskjold:6,half:[1,3,6,8,9,16,17,39,41,58,59,170,193,205,214,220,239,255,326,331,335,366,370,373,377,385,395,422,436,438,469,471,472,479,490],halfwai:[41,193,194],halperin:92,halsei:399,halt:[41,194,214,235,339,486],halv:193,ham:[38,56],hamak:[331,335,385,434],hamilton:70,hamiltonian:[233,255,256,318,395,478],hammond:[355,356],han:393,hand:[3,6,19,54,144,168,186,190,193,242,252,358,387,395,469,472,479,482],handl:[3,9,16,193,219,292,370,373,395,416,433,458,467,483],hang:[3,12,466,467],happen:[3,6,8,12,15,18,61,118,172,194,204,207,366,370,467,470,477],happi:8,haptic:236,hara:454,hard:[1,245,292,298,299,392,440,472],harden:[9,442],harder:[331,335,490],hardi:[203,240,355,356,490],hardwar:[1,12,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,43,45,46,47,48,49,51,53,54,56,111,114,145,155,174,175,177,178,179,180,182,183,185,186,188,200,213,220,227,230,234,239,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,291,299,301,302,317,319,330,334,340,342,343,345,346,349,351,355,356,370,371,372,374,378,379,380,381,382,383,385,386,387,390,391,393,394,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,420,425,426,427,429,434,435,442,451,452,453,454,455,457,458,460,461,462,472,482],hardwir:[3,17,332],hardy2:356,harm:373,harmon:[],harmonic_fix_wal:417,harpertown:18,harrison:372,hart:314,hartre:[373,393,395,422,494],hasan:9,hash:[39,469],hassl:298,hat:[6,10,254],have:[0,1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,41,42,43,45,46,47,48,49,51,53,54,56,57,59,63,64,65,66,67,69,70,71,72,73,75,77,81,86,90,91,92,94,104,105,106,107,108,111,114,115,116,117,118,132,142,143,144,145,146,147,148,149,151,155,157,160,161,163,164,165,166,168,169,170,171,172,174,175,177,178,179,180,182,183,185,186,188,190,191,192,193,194,195,200,202,204,205,206,207,210,211,212,213,214,215,216,217,218,220,221,226,227,228,230,231,232,233,234,235,236,237,239,240,241,242,245,250,252,253,255,257,258,259,260,261,262,263,264,265,269,272,274,275,276,277,278,280,282,284,285,286,288,289,290,291,294,297,299,301,302,308,310,314,315,317,318,319,320,321,325,326,327,328,330,331,332,333,334,335,336,337,338,339,340,342,343,345,346,347,349,351,355,356,358,361,362,363,364,365,366,367,370,371,372,373,374,377,378,379,380,381,382,383,385,386,387,390,391,392,393,394,396,397,398,399,400,401,402,403,405,407,408,409,410,411,412,413,414,415,416,417,419,420,421,422,424,425,426,427,429,430,432,433,434,435,439,440,442,451,452,453,454,455,457,458,460,461,462,463,464,466,467,469,470,471,472,473,474,475,476,477,478,479,481,483,484,486,487,488,490,494,495,496,497,498,499],haven:467,hayoun:294,hayr:239,hbcut:432,hbnewflag:432,hbond:[],hbond_cutoff:433,hcp:[64,67,73,358,419],hdf5:[9,192],he1:167,head:[6,21,175,340,397,401,432,433,484],header:[3,6,7,8,12,169,191,193,194,195,206,207,209,210,211,212,253,289,296,300,326,364,371,377,393,449,466,469,479,486],heal:478,heat:[],heatconduct:[],heavi:314,heavili:[41,214],heavisid:326,hecht:314,heenen:9,height:[193,221,285,365,397],heisenberg:9,held:[6,71,314,365,399],helic:180,helium:374,helix:[],hello:467,help:[3,8,12,14,15,16,17,18,19,191,218,220,253,353,377,453,455,497],henc:[1,3,13,20,21,26,32,35,36,70,71,110,148,150,158,175,206,255,292,314,330,331,335,337,340,342,346,349,356,387,397,415,430],henderson:53,hendrik:9,henin:[9,219],henkelman1:[254,365],henkelman2:[254,365],henkelman:[254,362,365],here:[1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,22,37,41,44,55,63,68,69,70,71,120,148,166,167,176,179,187,191,193,194,197,206,214,217,220,231,232,240,242,280,289,292,294,300,326,331,334,336,337,339,341,350,354,363,365,369,370,372,373,377,384,396,398,401,402,406,418,422,430,434,437,439,440,450,452,462,467,471,474,490,495],herist:327,herrmann:314,hertizian:332,hertz:[],hertzian:[6,332,399,450],hertzsch:399,hess:355,hessian:[5,362],heterogen:106,heurist:[327,470],hex:[3,168,358],hexagon:[67,92,419],hexat:92,hexord:[],hey:[112,143],hf4:167,hfo:386,hftn:[362,363,365],hg1:167,hg2:167,hgrid:314,hibb:282,hidden:[17,467],hienergi:337,hierarch:[7,478],hierarchi:[356,381,382,407,408,411,418,423,478],higdon:[9,416,417],high:[1,3,6,7,9,12,19,41,108,188,191,193,214,218,225,240,253,322,326,329,356,362,363,370,377,395,398,422,434,452,462,466,478,483,490],higher:[1,14,142,171,194,206,212,215,216,221,237,285,294,321,334,336,363,395,403,440,495],highest:[221,339,364,365,495],highli:[3,6,7,9,168,193,220,239,255,269,289,299,361,363,395,464,483],highlight:[6,7,10,13],hight:397,hilger:[355,356],hill:282,hill_height:13,him:9,hint:12,histo:[],histogram:[1,6,12,63,118,166,197,207,209,212],histor:396,histori:[],hit:[3,314,333],hmaktulga:[7,9],ho3:167,hoc:349,hocknei:[355,356],hofl:192,hoh:[6,387,407,411],hold:[6,33,59,71,181,206,220,247,283,298,299,311,363,365,399,415,461,480],holdem:298,holder2:356,holder:[355,356],hole:311,holian:[260,409],holm:[280,356],holonom:325,home:[11,12,195],homebrew:12,homepag:[193,236],homogen:[276,424],hone:282,honeydew:194,honor:195,hood:422,hook:[],hookean:399,hoomd:195,hoover:[6,7,8,158,197,224,239,240,255,256,257,258,259,260,261,262,263,274,275,276,277,278,282,286,294,299,317,318,319,324,391,490],hop:[217,365,377,440],hope:[5,13,17,41,42,214,477],hopefulli:[8,363],horizon:429,horn:6,host:[3,12,16,17,219,370],hot:[6,235,256],hotpink:194,hottest:322,hour:12,hourglass:[2,9,124],hove:419,how:[],howev:[1,2,3,6,7,9,11,12,15,16,17,36,39,41,71,88,91,105,120,142,167,188,191,193,194,207,208,212,214,217,218,221,224,231,232,233,238,239,240,241,242,245,255,280,282,285,288,289,294,299,300,314,315,317,318,321,322,326,327,328,329,330,356,358,360,361,365,370,383,385,393,394,399,402,419,422,428,430,439,451,452,455,464,466,467,470,471,477,483,486,487,490,495,496],howto:[6,63,71,145,146,147,149,151,154,155,156,157,158,160,161,197,239,240,255,286,317,318,319,387,401,407,411,496],hoyt:203,hpc:[1,15],hsw:17,htm:393,html:[0,4,8,11,12,15,144,238,397,417,478,479],htmldoc:0,htst:483,http:[0,6,7,9,11,13,14,15,219,233,236,238,371,393,416,431,432,433],htype:[387,407,411,415],hubbard:388,huge:[12,170,269,314,469,474,486],huggin:[7,378,380,450],hugh:203,hugoniostat:[4,197,260],hugoniot:[253,260,289],hull:166,hummer:355,hundr:[7,14],hura:6,hwloc:[12,17],hybrid:[],hydrat:397,hydrocarbon:[372,386,395],hydrodyanm:40,hydrodynam:[7,9,40,100,102,242,244,245,246,379,416,417,437,439,450,479],hydrogen:[3,6,7,228,294,372,377,387,395,401,407,411,415,432,433,450,469,478,490],hydrostat:[3,9,218,255,260,286,299],hynninen:[388,397],hyoungki:421,hyper:282,hyperbol:388,hyperspher:142,hyperthread:[16,17],i_0:326,i_1:430,i_csid:6,i_flag1:288,i_mpi_pin_domain:16,i_myflag1:288,i_myflag2:288,i_n:430,i_nam:[115,191,288,316,479],ialloi:419,iatom1:117,iatom2:117,iatom3:117,iatom4:117,ibar:419,ibead:282,ibm:[191,355,422],icc:[10,12,422],icm:[9,236],ico:64,icosohedr:73,ictp:13,id1:[299,365,406,469,472],id2:[299,303,311,365,406,469,472],id_press:[218,253,255,257,258,259,260,261,262,263,286],id_temp:[217,218,253,255,257,258,259,260,261,262,263,274,275,276,278,286,317,318,319],idea:[1,3,6,11,12,41,143,193,194,214,237,280,303,314,322,356,424,477,490],ideal:[6,9,12,40,73,118,124,224,231,280,358,416,444,490],idealga:[],ident:[1,3,9,12,39,40,71,142,191,194,209,218,219,232,233,239,240,252,255,280,282,286,294,296,299,356,364,365,370,378,380,387,389,393,407,409,415,426,432,433,440,441,458,462,464,467,470,483,494,495,496,498],identi:370,identif:67,identifi:[1,3,6,12,38,40,56,70,166,168,188,296,314,337,401,406,419,452,464,466,469,472,483,484,486,488],idl:[18,483],idn:[299,365],idr:495,ielement:419,ieni:13,ifdef:[8,12],iff:240,iffp:467,ignor:[3,6,11,16,41,42,61,71,83,87,99,109,121,172,191,193,194,198,199,207,208,209,210,212,214,218,219,220,221,231,234,238,239,252,255,260,266,271,286,287,288,298,299,300,314,317,318,319,325,326,328,331,335,336,337,347,357,360,364,365,370,371,383,384,385,393,394,396,398,405,406,419,426,430,434,451,452,453,454,455,457,458,464,466,469,470,474,479,481,483,486,495],ihl:314,iii:[6,9,25,290,292,351,401,481],ijj:458,ijk:[345,349,351,377,430,458,466],ijl:349,ikeshoji:6,ikj:458,ill:[148,158,206,290],illeg:3,illinoi:[236,355,356,416],illog:467,illustr:[1,6,8,11,12,16,17,18,19,280,282,365,402,467,495],ilmenau:[7,9,14],ilya:[7,9],imag:[],image2pip:193,imageint:3,imagemagick:[4,193],imagin:[311,325,377,394,402,403,420,421,426,430,451,453,454,455,458,481],imaginari:[6,92,231,282,469],imbal:[1,12,41,214,370,488],imbalanc:[41,214],imbu:314,imd:[],img:193,immedi:[0,2,3,8,12,168,215,216,221,302,310,315,316,333,466,467,469,471,483,495,498],immens:3,immers:[242,299],impact:[1,4,6,8,225,321,488],impart:[3,6,234,314,336],impei:[6,407],implement:[1,3,6,8,9,12,17,18,27,78,87,108,120,150,156,167,168,176,177,187,206,219,223,233,236,239,242,244,245,246,253,255,276,279,281,282,288,289,292,293,294,302,303,314,321,326,330,349,354,355,356,363,365,370,371,373,376,377,386,387,389,391,393,394,395,402,407,411,415,419,429,432,433,434,453,455,466,467,478,483,490,495,497],impli:[3,6,40,59,87,143,190,193,198,199,200,220,226,239,298,317,319,320,355,358,384,467],implicit:[],implicitli:8,implict:388,imporop:364,importannt:[],important:324,important_not:[],impos:[2,6,71,114,157,190,197,200,201,213,226,227,229,234,237,246,247,254,269,280,283,301,308,311,313,314,321,322,323,324,329,330,331,334,335,336,363,365,367,463,477],imposs:1,improp:[],improper_coeff:[],improper_styl:[],impropercoeff:3,impropertyp:216,imprort:98,improt:[198,199],improv:[0,1,9,16,39,41,194,214,255,281,370,401,407,422,424,433,451,454],in3:167,inaccur:[1,3,6,171,253,355],inaccuraci:335,inact:401,inappropri:168,incid:[120,167,221],includ:[],includig:[339,354],inclus:[],incom:236,incompat:[3,11,403],incomplet:[3,11,469],incompress:[256,395],inconsist:[3,172,217,470],inconveni:358,incorpor:[289,377,388],incorrect:[3,151,239,419],incorrectli:[3,358,399,495],increas:[1,3,6,10,18,38,56,57,59,111,120,143,188,191,193,194,208,215,216,217,220,231,239,286,297,298,299,322,325,329,355,356,365,370,395,398,433,452,454,467,478,483,495],increasingli:395,increment:[3,11,130,200,201,213,214,221,226,228,255,303,304,337,354,369,405,440,464,467,481,483,495],incur:[14,17,206,210,211,228,326,466],inde:151,indefatig:7,indefinit:323,indent:[],independ:[4,6,9,11,12,16,17,41,59,63,91,119,121,154,168,190,197,205,206,207,209,210,211,212,214,217,218,219,220,221,232,234,239,240,242,245,255,281,286,290,294,299,300,303,313,324,326,358,399,422,464,467,486,496],indetermin:[191,194],index:[0,3,6,8,11,12,38,39,40,56,68,69,119,121,188,191,194,205,207,236,238,282,300,326,337,338,339,360,369,424,432,433,452,459,469,484,495],indianr:194,indigo:194,indirectli:[6,495],indistinguish:239,indium:441,individu:[],induc:[],industri:7,ineffici:[3,6,40,64,67,70,72,73,77,92,108,142,156,193,220,255,281,355,367],inelig:204,inerti:417,inertia:[],inexpens:[233,478],inf:[2,3,12,329,472],infer:[3,95,97,98,162,200,201,214,215,216,226,236,284,314,322,329,358,384,396,469,481,487],infil:[3,13,299,466],infin:[3,363,474,487],infininti:193,infinit:[3,221,230,237,239,242,281,314,326,332,333,356,358,395,473,494],infinitesim:6,inflect:[388,409],influenc:[3,9,41,80,150,252,285,355,356,424,453,454,455],inform:[0,1,2,3,6,7,8,9,11,12,13,15,17,39,41,42,59,61,62,63,68,88,117,119,120,167,168,174,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,224,225,226,227,228,229,230,231,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,251,254,264,265,266,267,268,269,270,271,272,273,279,280,281,283,284,285,286,287,288,290,291,292,293,294,295,296,297,298,299,300,301,302,304,311,312,314,315,317,318,319,320,321,322,323,325,328,329,330,331,333,334,335,336,338,353,355,356,359,362,363,364,365,366,368,370,371,372,373,374,375,376,377,378,379,380,381,382,383,385,386,387,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,425,427,429,430,431,432,433,434,435,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,457,458,460,461,462,466,467,469,470,471,473,474,476,481,483,484,486,488,495,497,498,499],infrequ:[6,255,391,464,483],infti:[388,416,417],ingtegr:377,inher:[355,363,424],inherit:[6,456],inhomogen:[18,326,424],inidividu:363,init:[3,8,297,440],init_fil:326,init_list:8,init_on:8,init_styl:8,initi:[2,3,4,6,7,8,11,12,13,38,39,40,41,56,57,59,62,71,80,81,86,87,104,105,132,164,169,170,188,190,191,193,194,195,198,199,202,203,207,214,216,217,218,220,227,231,232,236,237,238,239,240,242,247,251,252,253,254,255,260,269,281,282,283,288,289,294,297,298,299,301,313,314,316,321,323,324,325,326,327,328,331,332,333,334,336,337,339,355,359,362,363,365,372,373,376,390,391,392,422,431,432,433,440,452,464,466,467,469,471,472,474,476,477,479,483,484,487,490,495,496,497,499],initial_integr:8,initial_integrate_respa:8,initialis:431,initialt:326,inlclud:11,inlcud:495,inlin:467,inner2:[382,400],inner:[3,8,16,191,237,339,354,361,362,363,365,369,371,372,373,374,375,376,377,378,379,380,381,382,383,385,386,387,388,390,391,392,393,394,395,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,427,429,431,432,433,434,435,440,441,442,443,444,445,446,447,448,449,451,452,453,454,455,457,458,459,460,461,462,478,483,495],inner_distance_cutoff:401,innergroup:245,innermost:[38,56,71,368,452,478],innernod:245,innner:413,inordin:327,inorgan:[6,458],inp:[219,339,441,458],input1:[65,68,69,79,93,110,115,116,117,119,121,316],input2:[65,68,69,79,93,110,115,116,117,119,121,316],input:[],input_doubl:3,inquir:304,insensit:12,insert:[3,5,7,8,12,59,168,197,221,231,237,285,355,441,449,467,473,490],insid:[2,3,6,8,11,71,131,137,168,191,194,205,210,211,221,222,228,231,237,242,245,285,299,314,331,333,334,335,336,337,353,358,409,467,468,469,471,472,479,483,495],insight:[6,13],instabl:[242,390,439],instal:[],instanc:[6,11,198,219,233,333,397,402,424,430,467,490],instantan:[6,63,217,218,232,233,255,260,281,286,289,294,296,299,321,475,487],instanti:[6,11,12,203,402,466],instead:[1,3,6,8,9,11,12,13,17,18,40,41,59,61,63,70,71,90,104,119,146,150,172,188,191,199,206,209,210,211,212,214,218,219,231,239,242,245,246,281,287,297,299,316,334,353,355,356,359,366,370,380,381,393,406,408,415,419,422,464,472,476,483,485,490,495],institut:[9,236,284],instruct:[],insuffici:[3,6,12],insult:255,insur:[3,6,11,12,17,39,40,61,73,103,105,168,169,188,191,193,194,200,215,216,221,226,227,228,229,231,234,239,251,287,288,297,299,314,326,331,335,336,337,339,354,364,366,370,385,398,402,428,434,452,466,467,469,470,474,477,478,486,487,495,496],int_max:3,integ:[3,6,8,11,12,39,40,42,64,68,70,71,108,115,117,119,121,142,166,168,171,172,174,178,179,183,188,190,191,193,194,204,206,210,211,215,216,217,221,223,229,231,232,233,236,239,240,241,242,281,284,285,288,289,294,299,314,316,318,321,325,326,345,355,358,379,391,392,405,419,432,433,437,439,441,464,466,467,468,469,477,478,479,483,486,495,496],integr:[],integrate_ulsph:[],intel:[],intel_cpu:[12,16],intel_phi:[12,16],intend:[3,6,8,12,13,36,208,232,431,469],intens:[1,3,6,9,63,66,74,75,86,89,90,91,94,104,105,106,107,114,116,118,119,120,121,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,163,164,165,167,197,206,207,209,210,211,212,214,215,216,217,225,228,235,245,253,255,260,296,299,300,314,322,326,328,329,486,487],intepol:495,inter:[14,18,42,61,62,148,171,172,191,217,239,241,254,291,299,355,365,377,479,490,495,497,499],interact:[1,3,6,7,8,9,10,11,12,14,15,16,17,22,29,33,37,39,42,44,50,54,55,57,61,63,65,69,72,77,79,87,88,92,93,108,109,110,112,114,117,118,124,125,126,127,129,130,131,132,133,134,135,137,138,139,140,142,143,144,146,147,161,162,166,169,170,171,172,173,174,176,180,181,187,191,197,198,199,215,216,217,230,231,236,237,239,241,245,269,280,282,284,290,292,298,299,305,306,314,315,321,326,330,331,332,335,336,341,342,343,344,346,350,355,356,363,364,365,366,367,368,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,427,429,430,433,434,435,437,439,440,441,442,449,450,451,453,454,455,456,457,458,459,460,461,462,464,467,469,471,473,474,478,479,481,486,487,490,497],interatom:[3,4,7,168,191,254,323,324,371,377,393,395,403,419,422,440,454,495],intercept:120,interchang:6,interconnect:18,interconvert:395,intereract:39,interesect:335,interest:[1,5,7,8,9,11,13,71,167,282,321,324,356,394,417,432,433,467,495],interf:370,interfac:[],interfer:[12,255,372],interg:[6,490],intergr:[478,482],interi:417,interior:[3,6,41,335,472],interlac:419,interleav:[6,168,477],intermedi:[6,12,59,193,254,280,349,365,467,468,477,481],intermix:464,intermolecular:372,intern:[0,2,3,5,6,9,11,16,20,21,24,28,32,35,36,39,40,42,63,87,100,102,120,143,148,150,167,175,188,193,194,197,198,199,203,216,220,224,236,248,249,253,255,260,281,299,303,340,342,346,349,353,363,364,443,444,452,467,469,471,474,483,486,487,494,495,496,497],internal_element_set:203,internal_quadratur:203,internet:238,interpenetr:419,interpentr:[444,445,447],interpol:[6,15,38,56,101,188,193,194,203,242,280,355,356,365,377,424,433,446,452,453],interpret:[2,6,11,193,209,399,442,464,467,483,495],interrupt:289,intersect:[3,6,120,194,335,337,472],intersert:335,interspers:363,interstiti:[166,422],intertia:[3,94],interv:[3,6,91,192,207,239,255,289,294,295,306,440,446,464,483,495],intestieti:120,intial:[6,370,372],intiial:[41,474],intiti:[3,313],intra:299,intra_energi:231,intramolecular:[29,231],introduc:[6,9,92,108,193,255,289,294,299,349,355,371,387,395,407,411,415,451,483,495],introduct:[],intsal:[],intuit:358,inv:[120,167,300],invalid:[3,12,71,89,171,269,365,416,417,471],invari:[108,135,140,142],invent:302,invers:[],invert:[1,6,172,281],invis:335,invoc:[166,217,370,437,439,467],invok:[1,3,6,7,8,11,12,13,14,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,41,43,45,46,47,48,49,51,53,54,56,59,63,66,71,74,75,81,87,88,89,90,94,104,105,107,111,112,113,114,119,145,155,162,163,166,168,169,171,172,174,175,177,178,179,180,182,183,185,186,188,191,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,220,221,222,223,225,226,227,228,229,230,231,232,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,251,252,254,255,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,290,291,292,293,294,295,296,297,299,300,301,302,303,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,340,342,343,345,346,349,351,354,355,356,357,358,363,365,370,371,372,374,378,379,380,381,382,383,385,386,387,390,391,393,394,396,397,398,399,400,401,402,403,405,407,408,409,410,411,412,413,414,415,416,417,420,424,425,426,427,429,434,435,437,439,441,442,451,452,453,454,455,457,458,459,460,461,462,463,466,467,468,470,472,474,477,478,480,481,483,486,487,490,495,496],invokd:3,involv:[3,6,7,8,12,63,110,117,118,119,148,172,197,204,215,231,242,284,287,292,314,355,362,363,365,375,392,398,451,453,455,465,466,472,474,478,483],ioff:[364,469],ion:[6,7,9,150,279,311,326,356,377,388,396,397,419,422,440,450,455,462,469,490],ionic:[6,9,378,380,388,395,396,427,440,490],ioniz:[9,386,395],ionocoval:9,iparam:[3,216],ipi:[],ipp:[],ir3:167,ir4:167,irregular:[6,41,58,214,218,220,255,299],irrelev:426,irrespect:[416,417],irrevers:224,is_act:495,is_avail:495,is_defin:495,isbn:461,isel:[355,356],isenthalp:[255,256,257,258,259],ismail:[355,356,381,411],isn:[3,8,11,12,235],iso:[3,218,224,240,255,256,257,258,259,260,261,262,263,286,294,299,490],isobar:[255,256,261,262,263],isodem:395,isol:[3,171,337],isomorph:282,isotherm:[231,255,256,261,262,263,286],isotrop:[6,92,239,286,355,356,379,398,416,417],isovolum:300,isralewitz:303,issu:[1,3,6,9,11,12,13,14,15,17,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,43,45,46,47,48,49,51,53,54,56,59,71,73,81,104,111,114,145,155,174,175,177,178,179,180,182,183,185,186,188,193,200,203,213,217,218,220,221,226,227,230,231,234,239,253,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,282,286,288,291,299,301,302,313,317,318,319,324,330,334,336,339,340,342,343,345,346,349,351,356,364,365,368,371,372,374,378,379,380,381,382,383,385,386,387,390,391,393,394,396,397,398,399,400,401,405,407,408,409,410,411,412,413,414,415,416,420,425,426,427,429,434,435,442,449,451,452,453,454,455,457,458,460,461,462,469,471,472,478,481,486,487,495,496],ital:[432,433],itali:13,item:[6,7,8,41,191,194,214],iter:[3,6,12,39,41,63,192,200,201,213,214,218,224,226,229,237,281,290,291,299,302,321,337,339,354,361,362,363,365,369,440,464,474,478,483,487,495],ith:[71,119,121,205,206,207,208,209,210,211,212,316,328,487,495],itself:[2,3,4,6,7,8,9,11,12,13,18,42,59,91,109,159,191,192,193,194,195,207,208,219,224,240,250,254,293,299,326,337,339,364,365,387,396,398,402,403,452,467,473,476,477,481,495,499],ityp:[3,117,118,168,202,216,292,459],itype1:118,itype2:118,itypen:118,ivector:8,ivori:194,ixcm:299,ixi:[42,94,299,364,495],ixx:[42,94,299,364,495],ixz:[42,94,299,364,495],iycm:299,iyi:[42,94,299,364,495],iyz:[42,94,299,364,495],izcm:299,izrailev:303,izumi:454,izz:[42,94,299,364,495],j0jt:91,j20:207,j_m:142,jac:[6,174,481],jackson:423,jacobi:3,jacobsen:362,jagreat:13,jame:[9,19],janssen:280,januari:419,jaramillo:[7,9,13,395],jarzynski:303,jatempl:9,jcc:9,jcp:331,jec:13,jeff:13,jello:255,jensen:[239,355],jeremi:[9,421],jerom:9,jewett:13,jiang:[240,490],jiao:[9,13],jiht:[7,9],jik:377,jim:7,jku:7,jmake:12,jmm:142,joannopoulo:253,job:[12,60,302,477],jochim:[255,256],john:[7,9,13,192],johnson:[9,13],join:[6,472],joint:[3,284,401],jon:[9,70],jonathan:9,jone:[1,3,6,7,9,10,12,13,45,46,64,87,109,112,197,203,286,314,331,335,356,358,363,372,375,380,381,382,383,385,390,398,400,401,402,405,406,407,408,409,411,412,414,415,418,423,424,430,434,435,445,450,457,481,490],jonsson:[73,254,362,365,440],jorgensen:[6,185,387,407,411],joul:494,journal:[162,180,203,292,356,393,422,432,433,444,445,447],jparam:[3,216],jpeg:[3,12,193],jpeglib:12,jpg:[4,8,12,191,193,194,498],jpg_inc:12,jpg_lib:12,jpg_path:12,jpl:[7,9],jth:495,jtype1:118,jtype2:118,jtype:[3,118,216,459],jtypen:118,judg:483,judici:6,julien:9,jump:[],june:195,just:[3,6,8,11,12,13,17,19,22,29,42,44,59,61,91,109,112,118,143,146,147,161,176,191,206,210,211,220,224,228,245,252,286,288,299,321,326,337,339,341,364,365,370,372,375,384,402,430,457,467,471,473,474,476,477,488,490,495,498,499],justo:394,jusufi:[388,397],jut:335,jzimmer:9,k11:91,k22:91,k33:91,k_2:344,k_4:344,k_b:[],k_d:490,k_n:376,k_na:376,k_sigma:377,k_ub:20,kadiri:67,kalia:458,kamberaj:299,kapfer:108,kappa:[6,91,322,387,407,460,461],kappa_:326,karplu:87,karttunen:242,kate:[],kayser:388,kbit:194,kboltz:314,kbp:194,kbt:294,kcal2j:91,kcal:[236,478,490,494],kde:13,ke_eta_dot:255,ke_etap_dot:255,ke_omega_dot:255,keblinski:[387,440],kecom:148,keef:120,keep:[3,7,12,59,71,186,210,216,220,237,281,297,324,329,355,363,387,415,441,464,469,475,477,483,487,495],keflag:3,kei:[6,17,59,314,458,483],keir:13,kelchner:70,kelkar:329,kelvin:494,kemper:[291,386],kepler30:17,kepler32:17,kepler35:17,kepler37:17,kepler:[1,12,14,15,17,370],kept:[6,197,260,323,324,490],kernel:[7,13,17,40,101,131,137,203,232,233,306,422,443,444,445,446,447,448,479],kernel_radiu:469,keword:193,keyboard:12,keyword:[],keywrod:395,kforc:490,khaki:194,khersonskii:142,kick:[200,201,202,226,333],kilogram:494,kim:[],kimviri:[3,403],kind:[1,2,3,6,7,8,9,11,12,17,39,40,41,42,61,62,63,73,119,121,148,191,193,197,204,206,207,209,214,217,219,223,231,234,252,299,302,314,321,336,365,367,369,377,395,432,433,459,464,468,469,474,475,482,483,490,495],kinemat:[9,416,417],kinet:[3,6,8,9,63,82,83,84,85,87,91,95,96,97,98,99,114,143,145,146,147,148,149,150,151,153,154,155,156,157,158,160,161,197,204,206,218,224,231,235,239,251,253,255,256,257,258,259,260,261,262,263,286,289,314,322,329,330,363,395,464,483,487,490],kiss:12,kjl:349,klahn:325,klapp:355,klein:[6,9,203,219,255,256,277,299,407,435],kloss:7,kmax:[3,120,300,355],knc:17,knock:326,know:[3,11,12,41,63,109,118,197,224,238,240,269,314,363,394,403,456,467,470,473,478,490],knowledg:[4,8,193,403],known:[3,12,142,193,281,290,299,323,466,483,496],kohlmey:[7,9,13,18,355,356],kokko:[],kokkos_arch:17,kokkos_cuda:[12,17],kokkos_cuda_opt:17,kokkos_debug:17,kokkos_devic:17,kokkos_omp:[12,17],kokkos_pg:17,kokkos_phi:[12,17],kokkos_use_tpl:17,kolafa:356,kollman:[6,174,481],kondor:431,kone:[323,324],kong2011:281,kong:[9,13,281],konglt:9,koning00a:323,koning00b:323,koning96:[323,324],koning97:324,koning99:323,kooser:13,koskinen:362,kosztin:303,krau:13,kremer:[45,46,481],kress:[420,421],kspace:[],kspace_modifi:[],kspace_styl:[],kspce:12,kspring:254,kstart:298,kstop:298,kth:[232,282],kub:20,kubo:[6,91,322],kumagai:454,kumar:[9,416,417],kuronen:430,kurt:284,l12:419,l_box:395,l_skin:326,la3:167,laa:9,lab:[5,7,9,12,113,429],label:[],laboratori:[0,253,289],lack:[3,253,395],lackmann:377,ladd:[276,324],lafitt:423,lag:326,lagrang:[132,133],lagrangian:[6,124,125,126,127,129,130,131,132,133,134,135,137,138,139,140,203,253,289,290,305,306,437,439,490],lagrangian_posit:[253,289],lagrangian_spe:[253,289],lai:463,lambda1:[453,454,455,458],lambda2:[453,454,455],lambda3:[453,455],lambda4:458,lambda:[87,113,120,162,167,242,300,323,324,326,371,394,415,451],lambda_fin:323,lambda_initi:323,lamda:[3,53,314],laminar:448,lamm:6,lammps2pdb:[6,13],lammps_clos:6,lammps_command:6,lammps_extract_atom:6,lammps_extract_comput:6,lammps_extract_fix:6,lammps_extract_glob:6,lammps_extract_vari:6,lammps_fil:6,lammps_gather_atom:3,lammps_get_coord:6,lammps_get_natom:6,lammps_n:[6,12],lammps_open:6,lammps_potenti:[384,386,480],lammps_put_coord:6,lammps_quest:[6,229],lammps_scatter_atom:3,lammps_set_vari:6,lammps_sppark:6,lammps_vers:6,lammpsplot:13,lammpspotenti:384,lammpstrj:[470,474,490],lammpsviri:[3,403],lamoureux:[6,224,456,490],landron:440,lane:1,lang:490,langevin:[],langevin_drud:[],langston:[42,376],languag:[6,11,12,17,467,495],lanl:9,lapack:12,laps:327,laptop:7,larg:[0,1,3,5,6,7,8,9,10,12,13,14,16,18,39,40,41,58,59,70,71,111,118,143,148,151,156,168,169,170,180,188,190,191,193,194,206,210,211,214,217,218,220,221,225,231,242,255,269,276,281,284,285,289,294,296,297,298,299,302,311,314,322,326,327,329,331,335,349,355,356,361,363,366,370,385,391,395,398,399,406,422,424,428,434,452,464,467,469,471,472,476,478,483,486,488,490,496,499],larger:[1,2,3,6,11,12,13,39,41,56,59,70,71,118,168,170,193,207,209,212,221,235,242,255,276,277,285,290,294,298,299,300,310,314,321,326,330,331,332,335,355,356,361,362,363,365,366,367,370,377,385,387,388,395,399,407,411,417,424,428,449,450,457,469,473,474,477,478,483,495],largest:[3,6,12,39,71,166,168,225,355,363,367,449,452,469,471,477,478,489,495],laroch:294,laser:326,last:[1,2,3,5,6,11,12,15,38,42,56,59,61,71,112,119,143,166,188,191,193,194,195,196,206,207,209,210,211,212,214,225,254,297,300,311,314,339,353,363,364,365,366,370,374,375,376,377,378,385,386,391,393,397,398,400,401,405,408,410,412,413,414,417,423,425,434,440,442,449,452,456,457,460,461,464,465,467,470,474,476,477,481,483,484,487,488,495],lat:419,late:5,latenc:[10,236],later:[6,9,11,12,16,17,40,59,71,105,170,172,207,221,260,276,284,303,321,337,339,355,363,364,369,370,372,377,467,469,471,473,483,486,495,497],latest:[7,206,207,208,209,210,211,212,300,471],latex:8,latgen:281,latitud:142,lattc:419,latter:[2,6,11,12,14,15,16,17,41,42,87,146,194,198,199,205,206,210,211,214,218,237,246,255,257,258,259,261,262,263,284,286,288,292,299,314,330,335,354,364,377,379,380,381,382,383,390,407,411,415,422,427,435,440,456,464,466,467,472,475,486,495,498],lattic:[],launch:[1,3,6,11,12,17,18,370,466,467],laupretr:349,lavend:194,lavenderblush:194,lavgevin:220,law:[6,253,368,437,439],lawngreen:194,lawrenc:9,layer:[6,9,71,197,210,322,326,329],layout:[1,3,17,170,353,466,469,478],lb_fluid:242,lbl:[7,9,166],lbnl:9,lbtype:242,lcbop:[],ld_library_path:[11,12],ldfftw:12,ldrd:7,lead:[2,3,6,12,22,25,39,41,44,59,61,77,87,118,162,166,172,176,194,198,199,209,214,221,233,242,260,289,299,302,314,321,322,329,341,349,355,360,365,370,384,387,407,411,413,422,439,463,469,479,490,495,496],least:[3,6,12,18,71,120,167,192,204,210,233,284,288,330,366,370,376,402,452,457,467,495],leav:[3,7,11,12,17,21,41,57,143,158,175,214,218,221,255,257,258,259,261,262,263,286,299,302,340,424,469,473,481],lechman:314,lectur:303,led:[3,5],lee2:419,lee:[203,419],left:[6,11,12,41,109,144,187,193,194,217,237,279,314,337,339,358,469,471,476,495,499],leftmost:[41,214],legaci:12,legal:7,lehoucq:429,leimkuhl:334,leiu:391,lemonchiffon:194,len:479,lenart:[388,397],length:[3,6,8,11,12,18,21,38,39,40,41,42,44,53,54,55,56,58,59,61,65,68,69,71,74,79,80,82,87,88,89,90,91,93,104,106,109,110,114,116,117,119,120,121,130,132,145,146,147,148,149,150,151,152,153,155,156,157,158,159,160,161,164,166,167,170,175,188,191,193,194,197,204,208,209,211,212,214,215,216,217,218,220,231,234,242,253,254,255,256,260,269,280,286,296,299,300,302,311,314,321,325,326,328,331,335,356,358,361,363,365,366,368,373,376,377,378,380,387,388,392,395,397,401,405,407,419,424,432,433,443,452,453,460,461,469,472,477,479,486,487,490,495],lengthi:231,lennard:[],lenoski:[420,421],less:[1,3,6,13,14,15,16,17,18,38,41,56,57,58,59,71,76,92,108,110,117,118,146,147,161,188,194,206,209,210,211,212,214,216,217,218,220,221,228,237,253,255,280,292,294,300,314,333,334,336,356,358,363,367,370,377,382,398,399,416,417,424,434,451,452,455,461,469,495,496],let:[1,11,12,38,56,151,179,188,207,302,314,332,370,385,452,478,482,490,497],lett:[142,156,233,240,242,253,294,303,323,324,362,377,393,395,398,415,441,490],letter:[2,9,12,41,57,59,194,214,223,224,240,282,339,369,431],leuven:9,level:[2,3,8,11,12,14,17,191,193,198,199,208,236,252,254,255,339,353,356,369,377,381,382,407,408,411,418,422,423,432,433,466,478,483,488,495],lever:449,levin:399,lewi:304,lexicon:7,lgr_po:[253,289],lgr_vel:[253,289],lgvdw:433,li1:167,liang:386,lib:[1,3,9,11,12,14,15,17,293,370,386,403,467,470],libatom:[9,431],libcolvar:12,libdir:11,libfftw3:12,libgpu:15,libjpeg:12,liblammp:[11,12],liblammps_foo:[11,12],liblammps_g:[11,12],liblammpscuda:14,libmpi:11,libmpi_stub:12,libmpich:12,libpackag:12,libpng:12,librari:[],librt:17,licens:[0,7,8,12,193],lie:[6,300],lieu:355,life:7,lifo:8,ligand:311,liggght:7,lightblu:194,lightcor:194,lightcyan:194,lightest:321,lightgoldenrodyellow:194,lightgreen:194,lightgrei:194,lightli:311,lightpink:194,lightsalmon:194,lightseagreen:194,lightskyblu:194,lightslategrai:194,lightsteelblu:194,lightweight:314,lightyellow:194,like:[3,4,6,7,8,9,11,12,14,16,17,18,39,42,54,59,152,159,193,195,200,218,219,221,224,226,236,239,240,241,253,255,256,261,262,263,268,269,274,275,276,277,278,280,286,288,289,290,294,299,300,314,316,317,318,319,320,321,322,329,330,331,334,335,336,339,355,358,362,365,370,377,385,390,391,395,396,399,401,402,412,413,419,441,452,455,460,461,466,467,469,470,471,472,474,479,484,487,488,490,495,496],likelihood:[120,167,217],likewis:[1,6,10,12,15,16,18,39,41,71,88,117,203,214,215,216,231,239,240,255,256,260,277,294,314,317,318,319,356,365,371,375,377,387,393,396,422,450,467,469,471,481,495],likhtman:208,lime:194,limegreen:194,limit:[],limit_eradiu:395,limit_veloc:[305,306],lindahl:355,line:[],linear:[],linearli:[10,119,194,220,281,331,333,334,336,364,365,367,469,495],lineflag:[6,469],lineforc:[],linen:194,linesearch:[8,12,361],ling:[9,13],lingo:[11,403],link:[5,6,7,8,9,11,12,13,14,15,17,22,37,44,55,63,176,187,193,197,216,236,240,284,293,295,303,311,341,350,373,384,419,431,432,433,450,456,467],linker:12,linkflag:[12,16,18],linux:[10,11,12,15,193,195,236],linuxamd64:470,liouvil:255,lip:13,lipid:[4,9,10,13,29,299],lipton:284,liquid:[6,7,9,29,39,40,41,59,87,92,143,154,166,214,218,220,231,255,286,289,294,321,390,422,424,427,454,478],lisal:449,lism:9,list:[],listen:[236,238],listfil:406,liter:[469,480],literatur:[6,8,419,440,451],lithium:395,littl:[1,3,12,64,255,366,464,472],littmark:[419,450,455,462],liu:[401,433],livermor:9,lj1043:[],lj126:[],lj12_4:435,lj12_6:435,lj1d:281,lj6:3,lj93:[],lj96:[],lj9_6:435,lj_flag:372,llnl:[5,7,9],lmp1:11,lmp2:11,lmp2arc:[],lmp2cfg:[],lmp2vmd:[],lmp:[11,467,490],lmp_auto:12,lmp_cuda:[14,17],lmp_foo:12,lmp_g:[6,11,12,13,17,354],lmp_gpu:15,lmp_ibm:[12,354],lmp_inc:12,lmp_intel_cpu:[],lmp_intel_phi:[],lmp_kokkos_cuda:17,lmp_kokkos_omp:17,lmp_kokkos_phi:17,lmp_linux:[4,6,12],lmp_mac:12,lmp_machin:[1,12,14,15,16,370],lmp_mpi:[12,17,18,19,282],lmp_mvapich:17,lmp_omp:[],lmp_openmpi:17,lmp_opt:[],lmp_win_mpi:12,lmp_win_no:12,lmpptr:[11,467],lmpqst:229,lmpsdata:13,lmptype:[3,12,229],load:[1,3,4,6,7,9,11,12,16,17,18,41,193,195,197,214,236,289,370,386,466,467,488],loadabl:11,loca:194,local:[],localhost:236,localized_lambda:203,localonli:12,localvector:63,locat:[3,6,8,9,11,12,27,61,118,120,166,167,177,188,191,221,222,242,313,324,335,361,384,387,396,397,407,409,411,456,466,469,470,472,479,481],lock:[3,369,495],lockstep:[218,255,286,299],log:[],logarithm:[138,139,495],logfil:[0,3,6,12,287,359,465],logfreq2:495,logfreq:[194,476,485,495],logic:[7,11,12,17,41,168,214,337,339,464,466,467,470,478,483,495],lomdahl:[260,409],london:[13,231,433],lone:[432,433],longer:[1,3,6,8,12,13,54,118,191,194,205,206,207,208,209,210,211,212,215,231,239,280,284,289,299,302,321,331,335,337,361,370,372,399,440,466,474,478,483,492],longest:[41,214,215,366,457],longitudin:311,look:[1,3,6,8,11,12,18,54,61,191,193,196,384,441,452,490,495],lookup:[3,39,188,424,452],lookup_t:300,loop:[3,4,6,7,11,12,18,39,42,65,68,69,79,88,93,110,117,118,143,193,206,210,211,215,216,225,321,337,339,354,357,363,365,366,368,369,392,422,440,464,465,467,473,474,477,478,483,488,489,495,496],loopa:[339,354,369],loopb:[339,354,369],loopmax:440,loopvar:495,lopez:[255,256],lorant:290,lorentz:167,lose:[6,58,59,170,218,220,240,255,399,469],loss:[6,494],lossi:193,lossless:193,lost:[3,12,13,57,103,221,297,304,314,424,469,470,471,478,486],lot:[18,303,355],low:[1,3,6,7,12,41,151,166,191,193,214,224,240,276,294,299,322,329,356,422,433,452,461,483,490],lower:[2,3,6,9,11,12,41,57,59,71,88,144,157,190,193,194,207,208,209,210,211,214,218,224,236,239,240,242,255,289,294,322,329,331,332,337,338,355,358,369,388,419,483,491,493,496],lowercas:193,lowest:[142,339,364,479,483,484,495],ls_:136,lsfftw:12,lsurfac:326,lu3:167,lubric:[],lubricateu:[],lubricuteu:266,lucki:12,luigi:13,lumped_lambda_solv:203,lussetti:322,lustig:[7,13],lybrand:356,lyulin:349,m4v:193,m_c:[],m_d:490,m_eff:[332,399],m_fill:3,m_i:312,m_lambdai:429,m_taubi:429,m_u:242,m_v:242,m_yield_stress:429,mac:[12,14],mac_mpi:12,mach:[9,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,304,305,306,307,310,479],machin:[1,3,4,6,7,9,10,11,12,14,15,16,17,18,19,191,193,236,255,327,355,361,363,368,370,422,466,471,476,477,478,496,499],mackai:[9,242,244,245,246],mackerel:[6,20,174,240,382,481,490],maco:193,macro:17,macroparticl:392,macroscop:[7,234,253,429],made:[3,6,11,12,15,16,33,41,42,50,64,169,181,191,193,195,197,198,199,204,214,221,225,236,245,285,293,297,299,324,337,347,366,370,398,399,402,432,434,442,466,473,479,482,491,493,496,497],madura:[6,407],magazin:393,magda:331,magenta:194,magic:[3,11],maginn:[162,329],magnitu:316,magnitud:[6,70,106,110,115,144,168,190,191,194,221,222,234,235,237,239,303,311,313,314,321,332,356,363,390,399,479],mai:[0,1,2,3,6,7,8,11,12,13,14,15,16,17,18,29,38,39,40,41,56,58,59,61,63,65,68,69,71,79,86,87,88,89,90,92,93,103,104,106,108,109,110,111,112,114,115,116,117,119,120,121,142,143,146,147,148,156,157,161,162,166,167,168,169,170,171,172,187,188,190,191,192,193,194,195,197,198,199,200,202,204,206,207,208,209,210,211,212,213,214,215,216,218,220,221,224,225,226,228,231,232,233,235,236,237,239,240,241,242,243,245,250,251,252,253,255,256,260,269,272,281,282,285,286,287,288,289,290,291,294,296,297,298,299,300,301,302,303,305,306,308,314,316,317,318,321,322,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,353,354,355,356,358,361,362,363,364,365,366,367,368,370,373,375,377,385,391,395,399,402,403,413,415,417,419,420,421,422,424,432,433,435,441,449,452,458,462,464,465,466,467,469,470,471,472,473,474,475,476,477,478,479,481,483,486,487,490,495,496,497,499],mail:[3,7,9,12,337],main:[3,6,8,11,12,236,242,299,323,324,393,440,456,467,484],mainboard:1,mainli:[370,427],maintain:[8,9,13,39,153,216,220,276,314,327,362,371,393,478,481],major:12,make:[],makefil:[3,7,9,11,12,13,14,15,16,17,18,19,191,356,370,422,467],makelist:12,maks:399,malloc:[3,12],manag:[5,8,12,191,236,282,316,478],manbi:441,mandadapu:203,mandatori:[8,191,219],manh:377,mani:[1,2,3,4,5,6,7,8,9,12,13,14,15,16,17,18,38,39,41,42,56,61,63,68,71,88,91,103,104,118,144,148,168,169,188,190,191,192,193,194,195,197,198,199,200,204,205,206,207,208,209,210,211,212,214,215,216,217,218,220,221,228,231,232,235,236,242,243,251,253,255,256,260,269,279,280,281,285,288,290,291,292,294,296,299,300,302,314,325,326,328,337,339,355,363,365,366,368,370,384,386,392,395,397,401,402,440,441,450,452,453,455,467,469,471,473,474,476,477,478,479,481,482,483,484,488,495,496,499],manipul:[12,41,214,236,387,430,480],manner:[2,3,6,9,11,17,41,143,164,198,199,200,201,209,214,220,225,226,229,235,239,240,255,261,262,263,274,275,276,278,293,317,318,319,322,323,324,329,331,335,339,356,364,365,369,370,393,395,402,405,416,457,464,466,469,470,471,472,474,478,483],manolopoulo:238,mantissa:3,manual:[0,1,3,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,43,45,46,47,48,49,51,53,54,56,58,63,68,71,111,114,120,145,146,147,149,150,151,154,155,156,157,158,160,161,167,174,175,177,178,179,180,182,183,185,186,188,191,193,195,200,210,213,220,227,230,234,238,239,240,254,255,257,258,259,260,261,262,263,264,265,267,270,272,273,274,275,276,278,286,288,291,299,300,301,302,317,318,319,329,330,334,339,340,342,343,345,346,349,351,356,365,369,370,371,372,374,375,378,379,380,381,382,383,385,386,387,389,390,391,393,394,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,420,425,426,427,429,434,435,442,451,452,453,454,455,457,458,460,461,462,464,472,478,482,483,484,487,495],manybodi:[3,7,8,9,12,143,144,363,371,372,377,386,393,396,402,404,426,430,451,453,454,455,458,481,495],map:[2,3,11,12,17,18,39,59,64,71,120,124,142,156,167,168,190,193,194,203,210,281,298,355,356,358,365,371,372,377,386,393,394,396,402,403,404,419,420,421,424,426,430,431,432,433,440,441,449,451,452,453,454,455,458,466,469,471,483,495],map_fil:281,mapflag:12,mara:[9,440],march:419,margin:483,mari:13,mark:[400,415,437,439,440],marker:287,maroon:194,maroonmpi:11,marrink:400,marsaglia:[3,232,233,239,240,294],marseil:9,martin:[281,419],martinez:204,martyna:[255,256,299,478],mashayak:17,mask:[3,280,495],mask_direct:203,mass:[],mass_matrix:203,massdelta:302,massiv:[0,193,242,282,322,329],massless:[6,240,356,387,407,411,415,490],masstot:299,master:[3,365,464,483],mat:[67,203,386,454],match:[3,6,8,9,11,12,17,38,41,56,59,71,118,151,188,194,195,214,217,220,236,255,256,276,296,300,314,321,355,356,377,401,413,419,431,432,433,452,463,467,469,470,471,474,478,483,490,495],matchett:[42,376],mater:[73,371,421,430,440],materi:[6,7,9,59,70,126,127,171,202,203,220,231,237,253,280,286,294,322,326,332,387,393,394,395,399,403,419,420,422,429,432,433,436,437,438,439,464,469,483,490,494],material_fil:203,math:[],mathemat:[120,142,167,168,190,198,199,200,201,213,218,226,232,234,235,237,239,240,287,301,308,317,318,319,331,334,336,441,465,472,479,496],mathrm:[],mathtt:[],matlab:[],matric:[9,142,233,281,398],matrix:[3,6,9,91,166,207,218,233,281,290,355,358,422],matter:[6,9,12,39,57,59,71,150,210,326,366,372,389,393,395,419,435,440,453,455,458,462],mattson:[114,143],max2theta:167,max:[3,6,8,12,15,18,71,119,194,209,214,216,218,221,285,302,314,339,358,361,363,365,366,370,440,464,469,483,487,495],max_alpha:8,max_cell_s:392,max_group:3,max_nn:306,max_travel:307,max_vel:[305,306],max_veloc:306,maxangl:231,maxbodi:3,maxbond:[3,216],maxedg:166,maxev:[363,464,483],maxfoo:8,maxim:[321,365],maximum:[3,6,8,12,15,17,25,41,42,45,53,54,57,59,61,92,108,118,119,120,123,166,167,169,170,190,191,202,207,208,209,214,216,220,221,225,231,269,280,285,290,302,304,305,306,314,327,355,356,361,365,366,370,373,377,392,397,416,417,440,469,472,477,487,495,496],maxit:[290,363,464,483,487],maxsize_restart:8,maxwel:[17,279],maxwell50:17,maxwell52:17,maxwell53:17,maxx:430,mayb:13,mayer:[7,378,380,440,450],mayo:[6,7,13,25,351,401,481],mbt:175,mbyte:[12,294],mcdlt:[158,235],mcgraw:282,mdash:490,mdatom:231,mdf:[],mdnvt:231,mdregion:203,mdtemp:231,mdump:[41,214],meain:[],meam:[],meam_sw_splin:421,meamf:419,mean:[1,2,3,4,6,7,8,10,11,12,17,22,34,37,38,39,41,42,44,52,54,55,56,57,59,61,63,68,71,72,76,77,82,84,85,87,91,92,104,105,106,108,114,115,116,117,118,119,142,143,145,146,147,149,150,151,154,155,156,157,158,160,161,162,168,169,171,172,174,176,184,187,188,189,190,191,193,194,195,197,198,199,202,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,226,229,231,232,233,234,235,237,239,240,241,245,252,255,257,258,259,260,261,262,263,269,274,275,276,278,280,282,284,285,286,288,294,296,297,299,301,302,303,308,311,314,316,317,318,319,321,322,325,326,328,329,330,331,332,333,334,335,336,337,341,342,343,344,346,348,350,355,356,358,360,361,363,364,365,366,368,370,373,378,380,381,382,384,387,391,392,393,395,398,399,401,402,405,407,408,411,418,419,423,424,427,428,430,432,433,434,435,449,451,452,453,454,455,457,461,463,464,466,467,469,470,471,472,473,474,475,476,477,478,479,480,481,483,484,486,487,490,494,495,496,497,499],meaning:[118,126,127,129,132,136,402],meaningless:[67,321],meant:[6,299,456,473],measur:[],meaur:488,mech:429,mechan:[6,8,9,11,12,16,17,128,144,203,235,282,293,377,395,403,409,422,437,439,463,467,469],mechanic:293,mechanim:124,meck:108,media:193,medium:461,mediumaquamarin:194,mediumblu:194,mediumorchid:194,mediumpurpl:194,mediumseagreen:194,mediumslateblu:194,mediumspringgreen:194,mediumturquois:194,mediumvioletr:194,mee:321,meet:[3,12,169,193,194,216,217,327,474],mehl:371,mei:418,meloni:39,melros:[416,417],melt1:195,melt2:195,melt3:195,melt:[4,10,217,281,377,422,454],mem:15,member:[171,284,377],membran:[29,279,461],memori:[1,3,5,6,7,8,9,12,15,16,17,18,39,40,60,71,194,206,208,210,211,232,233,294,326,353,366,370,377,424,428,433,466,469],memory_usag:8,mendelev:393,mention:[1,6,7,11,42,220,235,242,260,331,358,365,372,432,433,471,495],menu:[193,236],mep:[254,365],mer:[4,10,217],meremianin:142,merg:[3,5,469],merz:[6,174,481],mescscop:429,mesh:[1,2,3,6,7,8,10,12,40,41,42,120,136,167,203,214,242,300,310,355,356,392,422],meshless:9,meso:[],meso_:[],meso_cv:479,meso_rho:[],meso_t:[],mesocop:40,mesoscal:7,mesoscop:[7,100,101,102,248],mess:[3,479],messag:[],met:[8,41,118,214,339,354,356,363,365,369,457,477],metadynam:[9,13,219],metal:[3,5,7,9,10,40,59,71,157,168,202,203,210,211,220,221,235,237,289,290,294,330,331,333,334,336,356,358,367,371,372,377,386,393,394,395,396,402,404,419,420,421,422,430,431,440,451,453,454,455,458,472,486,487,489,494],meter:[367,494],methan:[289,294],methanol:4,methin:349,method:[1,3,5,6,7,8,9,11,12,13,16,17,19,38,39,40,41,56,64,87,91,112,143,188,193,197,198,199,203,207,208,214,219,229,239,242,246,250,253,255,281,282,289,290,291,292,294,299,302,303,321,322,323,324,329,355,356,361,362,363,365,370,371,373,377,386,387,393,395,396,419,420,421,424,430,440,450,452,458,464,466,467,469,470,472,483,490],methodolog:[6,73,143,282,355],metin:[7,9],metric:[3,10,64,472,487],metropoli:[204,231,484],mezei:87,mf1:195,mf2:195,mf3:195,mg2:167,mglob_default_function_attr:12,mgoh:426,mgpt:[],miai:294,mic:[12,17],micel:[4,13,312],micelle2d:[],michael:[9,13,421],michel:13,mickel:108,micro:[3,489,494],microcanon:[264,265,267,268,270,272,273],microelast:429,micromet:494,micropor:231,microscal:416,microsec:494,microsecond:494,mid:[5,9,59,220,422,449],middl:[3,6,8,16,22,41,44,77,87,118,157,162,166,172,175,176,194,198,199,205,214,285,297,298,299,322,329,340,341,360,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,390,391,392,393,394,395,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,416,417,418,419,420,421,422,423,425,427,429,431,432,433,434,435,440,441,442,443,444,445,446,447,448,449,451,452,453,454,455,457,458,460,461,462,463,467,477,478,479,495],middlebondtors:[3,175,469],midnightblu:194,midpoint:449,mie:[],might:[3,4,6,7,8,12,14,25,71,150,229,231,233,299,440,467,477,495],migrat:[3,8,17,41,42,59,61,65,69,79,93,110,117,191,197,214,280,288,294,314,355,367,370,477,497,499],mikami:[6,255,256],mike:[7,9,13,15,16],mil:[9,393],mill:362,miller:299,million:[3,7,10,39,41,71,214],mimic:[6,42,54,240,253,285,387,397,407],mimim:[218,365],min2theta:167,min:[3,4,6,8,12,119,142,194,209,355,358,440,449,464,483,495],min_cap:3,min_cg:8,min_clearstor:8,min_dof:8,min_modifi:[],min_nn:306,min_popstor:8,min_post_forc:8,min_pre_forc:8,min_pushstor:8,min_setup:8,min_setup_pre_forc:8,min_step:8,min_stor:8,min_styl:[],minarea:166,mincap:433,mind:[7,232,281],mine:[12,88,158,159,197,337,492],minim:[],minima:[180,351],minimi:[365,457],minimizaiton:365,minimizi:294,minimum:[3,12,25,26,27,42,45,57,59,71,86,106,119,166,167,169,171,177,190,191,193,202,209,218,219,225,238,254,296,298,300,304,306,310,314,331,335,339,351,355,358,361,362,363,365,366,382,395,398,400,401,407,409,411,416,417,433,435,449,464,477,483,495,496],minlength:166,minmiz:[8,218],minn:9,minord:[3,355],mintcream:194,mintmir:[7,290,387,450],minu:[12,59,148,220,339,365,495],minut:[4,8],mirror:[61,333],misc:[],miscellan:[2,203],mise:[135,140],mishin:[371,450],mismatch:3,miss:[3,5,12,171,209,231,269,294,314,406,424,486,487],mistak:[3,495],mistakenli:3,mistyp:3,mistyros:194,mitchel:[6,113,150,355,356,389,429],mitchell2011:429,mitchell2011a:429,mitig:255,mitur:374,mivi2:294,mix:[1,3,6,9,14,15,16,71,117,150,209,210,327,355,356,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,390,391,392,393,394,395,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,427,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,460,461,462,467,469,482,490,497],mixtur:[6,40,255,299,314,336,385,419,469],mixture_ref_t:419,mjpeg:193,mkdir:480,mkl:12,mkmk:281,mkv:193,mldivide3:3,mlpark:7,mlutipl:212,mn2:167,mn3:167,mn4:167,mo3:167,mo5:[167,422],mo6:167,mobil:[6,106,143,145,146,147,149,154,161,193,299,337,338],moccasin:194,mod:[],mode:[1,3,6,9,11,12,13,14,15,16,17,18,61,66,75,88,90,94,105,107,116,118,119,144,148,163,165,166,167,191,193,194,209,212,219,220,229,233,255,282,294,303,314,353,355,367,370,387,395,422,440,466,471,476,478,487,494,495,499],model:[],model_ar_p_mors:403,modern:[12,239,241],modest:[1,368],modif:[6,13,87,419,422,434,455,490],modifi:[],modify_param:8,modin:203,modul:[3,9,11,12,13,219,294,467],modular:8,modulo:[3,495],modulu:[286,399,419,429,436,438],mofil:470,mol1:495,mol:[3,9,71,115,168,170,171,191,194,219,221,231,236,239,285,288,299,302,310,316,390,398,435,478,479,490,495],molchunk:[66,75,90,94,105,107,148,163,165,206],mole:[204,393,494],moleclu:[215,216,221,228],molecul:[],molecular:[0,2,3,5,6,7,8,9,12,13,39,40,53,71,110,115,117,145,146,147,149,151,154,155,156,157,160,161,168,169,170,171,172,180,191,192,195,203,216,219,231,238,281,282,289,293,294,298,303,325,326,356,364,373,374,377,381,392,395,402,450,469,470,471,473,474,478,479,481,487,489,490,495],molfil:[],molfrac:[221,285],molnar:303,molp:111,moltempl:[],molybdenum:422,mom:[6,91,298,496],momementum:[146,147,257,258,261,262,265,266,267,274,275],momemtum:66,moment:[3,6,9,40,42,82,84,85,107,115,146,161,168,189,191,239,242,245,272,285,299,312,316,364,390,394,440,469,479,490,494],momenta:[233,266,329,395],momentum:[],momon:217,monaghan:[9,444,445,447],monitor:[3,6,12,97,98,151,218,220,221,228,236,239,253,255,285,287,289,299,302,314,363,365,390,487],mono:[73,416],monodispers:[3,332,379,399,416,417],monom:[13,54,217],monoton:[3,303,325,365,483],monoval:356,mont:[6,7,9,197,204,217,231,299,321,392,450],montalenti:[464,483],month:0,moor:[17,143],more:[0,1,2,3,4,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,58,59,61,62,63,64,65,67,68,69,70,71,72,77,78,79,80,83,86,87,88,90,92,93,97,98,99,100,101,102,103,104,106,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,150,151,152,154,155,156,157,159,160,161,162,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,190,191,192,193,194,195,197,198,199,200,201,202,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,224,225,226,227,228,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,270,272,273,274,275,276,277,278,280,281,282,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,310,314,316,317,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,349,350,351,353,355,356,358,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,460,461,462,464,465,466,467,469,470,472,473,474,475,476,477,478,479,480,481,482,483,484,486,488,490,495,496,497,498,499],morefoo:8,moreov:[215,216],moriarti:[9,422],moriarty1:422,moriarty2:[9,422],moriarty3:422,morri:[],morriss:[156,276],mors:[],morse_f:452,mosel:362,mosi2:419,moskalev:142,most:[0,1,2,3,4,5,6,7,8,10,11,12,15,17,18,19,37,39,41,55,71,104,110,156,166,187,191,193,194,206,209,210,211,212,214,215,216,218,235,255,256,282,287,288,289,290,299,300,327,329,337,339,350,356,362,366,368,370,372,395,398,419,431,432,433,455,464,465,466,478,483,487,488,495,497],mostli:[8,9,11,13,71,170,193,366,469,478,481,495,498],motiion:6,motion:[3,6,7,9,42,86,98,104,145,146,147,149,151,153,154,155,156,157,158,160,161,220,224,233,242,245,246,252,255,256,260,276,280,282,284,294,298,299,322,326,332,335,365,390,395,416,417,472,478,490],motiv:280,mous:236,mov:193,move:[],move_tri_surf:[],movement:[3,6,12,252,321,363,487],movi:[],mp4:193,mpeg:193,mpg:193,mpi4pi:11,mpi:[],mpi_allreduc:[299,467],mpi_barri:1,mpi_cart:466,mpi_cart_cr:466,mpi_cart_get:466,mpi_cart_rank:466,mpi_cart_shift:466,mpi_comm:6,mpi_comm_world:11,mpi_fastmgpt:422,mpi_get_processor_nam:466,mpi_inc:12,mpi_lib:12,mpi_lmp_bigint:3,mpi_lmp_tagint:3,mpi_path:12,mpi_wtim:12,mpicc:11,mpich2:12,mpich:[12,14,15,16,17,18,370],mpich_icc:16,mpicxx:[12,17],mpiexec:[12,14,15,16,17,18,370],mpiio:[3,191,194,471,476,499],mpirun:[1,6,11,12,14,15,16,17,18,19,282,354,370],mplayer:193,msd:[],msi2lmp:[],msi:13,msm:[],msmse:[120,167,300],msse3:422,msst:[],mtchell2011:429,mtchell2011a:429,mtd:219,mth:[8,121,194,486],mtk:[255,256,260],mtotal:364,mu_j:29,muccioli:398,much:[1,3,6,11,39,144,191,193,208,218,289,321,366,367,370,398,434,464,467,483,488,490,495],mui:[115,191,226,316,469],mukherje:[7,9,284],mulder:325,muller:[6,91,197,322,329,423],mult:8,multi:[],multibodi:[3,61,284],multicent:395,multicor:[1,466,482],multidimension:13,multielectron:373,multilevel:[355,356],multiphys:11,multipl:[],multipli:[3,87,91,118,176,187,198,199,207,239,242,280,286,358,363,372,469,495],multiprocessor:370,multiscal:11,multisect:[41,214],multistag:87,multitud:7,mundi:277,munich:9,murdick:377,murti:454,murtola:355,must:[1,2,3,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,56,57,59,61,62,71,82,84,86,87,105,109,111,114,117,118,119,120,121,146,150,157,161,166,167,168,169,170,171,172,174,175,176,177,178,179,180,181,182,183,185,186,188,189,190,191,192,193,194,195,198,199,200,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,220,221,224,226,229,231,232,233,235,236,237,238,239,240,242,243,244,245,246,250,251,252,253,254,255,256,257,259,260,261,263,265,266,267,269,272,274,278,280,284,285,286,287,288,289,290,292,294,296,297,298,299,300,301,302,308,310,311,313,314,317,318,319,321,322,324,325,326,328,329,331,332,333,334,335,336,337,339,340,341,342,343,344,345,346,347,349,351,355,356,358,360,363,364,365,366,367,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,437,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,464,465,466,467,469,470,471,472,474,476,477,478,479,480,483,484,486,487,490,494,495,496,497,499],mutli:6,mutlipl:469,mutual:[3,358,488],mutut:478,muvt:231,mux:[115,191,193,226,316,469],muz:[115,191,226,316,469],mv2_comm_world_local_rank:12,mvapich2:[17,370],mvapich:12,mxn:[12,282],my_ga:231,my_one_wat:231,my_post_process:480,my_qeq:290,my_setup:480,my_swap_region:204,myblock:[221,285],mybox:170,mychunk1:116,mychunk2:116,mychunk:[6,66,75,90,94,105,107,148,163,165],mycmap:469,mycom:209,mydump:[191,194],myer:[5,7],myfil:[466,495],myfix:[204,484],myflux:91,myforc:[191,498],myhug:260,myke:91,mymol:[40,302,364],mympi:11,mymultipli:[467,495],myn:467,mype:91,mypi:495,mypress:250,myramp:143,myrdf:[118,212],myreg:358,myregion:337,myrigid:[83,99,285],mysocket:238,myspher:[194,335],mystr:339,mystress:91,mytemp:[2,103,145,146,147,149,151,152,154,156,161,250,339,354,369,486,496],myz:469,n_dephas:464,n_element:192,n_f:[289,294],n_hbond:401,n_ij:399,n_ion:326,n_k:232,na1:167,nabla:326,nacl:[4,6,419],nacl_cs_x0:6,nakano:[290,292,365,458],namd:[7,9,191,236],name1:[162,220],name2:[162,220],name:[0,1,2,3,5,6,8,9,11,12,13,33,42,50,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,181,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,251,252,253,254,257,258,259,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,281,282,283,284,285,286,287,288,289,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,327,328,329,330,331,332,333,334,335,336,337,338,339,347,353,354,356,357,359,364,365,369,371,372,377,380,393,394,396,398,399,402,403,404,406,419,420,421,426,430,432,433,440,441,451,453,454,455,456,458,459,466,467,469,470,471,472,476,479,482,484,485,487,490,495,496,497,498,499],namespac:[6,8,12],nan:3,nangl:[3,469],nangletyp:[364,469,479],nano:[299,489,494],nanoindent:70,nanolett:299,nanomet:[191,194,494],nanoparticl:[214,299],nanosec:494,nanosecond:494,nappli:229,narea:3,narrow:[6,188],narulkar:[453,455],nasa:7,nasr:281,natdef:3,nation:[0,7,9,12,113,429],nativ:[1,6,7,12,16,17,191,195,470],natoli:[9,19],natom1:117,natom2:117,natom:[6,11,39,364,467,469,486,487,495],nattempt:285,natur:[6,9,142,220,255,280,294,332,393,395,396,419,430,466,495],navajowhit:194,navi:[194,393],navier:242,nb3:167,nb3b:[],nb3bharmon:426,nb5:167,nbin:[118,209,210,211,322,329],nbodi:[245,299,422],nbond:[3,115,469],nbondtyp:[194,364,469,479],nbot:377,nbounc:314,nbrhood_cutoff:433,nbtype:117,nbuild:487,ncall:229,ncbin:71,nchar:194,nchunk:[3,6,66,71,75,90,94,105,107,116,148,163,165,206],ncoeff:441,ncorr:208,ncorrel:208,ncount:[206,207,208],nd3:167,ndanger:487,nden:[6,91],ndihedr:[3,469],ndihedraltyp:[364,469],ndim:210,ndirango:299,ndof:[255,260],ndoubl:469,ndp:490,ndx:338,neal:299,nearbi:[7,62,169,221,252,291,314,335,366,372,416,417,450,461,490],nearest:[3,70,71,73,92,108,166,169,242,254,280,321,335,355,406,419,440,452,495],nearli:[6,9,18,54,59,214,239,314,395,422,424,464,467,473,481],neb:[],neb_combin:365,neb_fin:365,neb_log:483,neb_step:483,neb_styl:483,necessari:[6,9,11,12,13,15,17,33,61,87,176,181,187,195,214,218,219,231,232,293,314,327,337,355,370,415,422,424,440,469,470,474,477,478,479,483,490,498],necessarili:[12,294,321,342,343,344,346,358,424,496],necessit:288,need:[1,2,3,5,6,7,8,9,11,12,13,14,15,16,17,18,33,37,38,39,40,41,42,50,54,55,56,58,61,63,64,67,70,72,73,77,82,91,92,103,105,108,111,114,130,142,143,145,146,147,148,149,151,154,155,156,157,158,160,161,168,170,174,176,181,187,188,190,191,192,193,194,198,199,200,201,203,204,206,207,208,209,210,211,212,214,215,216,218,219,220,224,226,229,230,231,235,236,238,239,240,242,248,249,255,269,281,285,286,288,294,298,299,303,310,314,322,325,326,328,329,330,331,337,347,350,355,356,364,365,366,367,370,371,372,373,374,377,378,379,380,381,382,383,385,386,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,440,441,442,443,444,445,446,447,448,449,451,452,453,454,455,457,458,460,461,464,467,469,470,471,472,474,476,477,479,481,482,483,490,495,497,498,499],needless:[6,366],neeed:9,neelov:356,neg:[3,6,12,27,46,65,69,89,103,110,117,142,143,170,172,177,179,188,193,218,220,221,232,260,280,303,311,325,329,331,336,355,362,396,410,419,450,469,472,488],neglect:[376,401,417],neglig:[6,11,87,255,451],neigh:[2,3,12,15,370],neigh_modifi:[],neighbor:[],neighborhood:[26,92,124,441],neighbour:240,neighobr:[6,387,407,411],neither:[2,3,12,41,63,203,217,220,221,372,379,395,416,417,474],nelem:441,nelement:[371,393],nelson:[92,108],nemd:[],nest:[2,339,352,369,495],net:[3,6,11,39,86,88,149,160,235,280,290,299,417,433],netpbm:193,network:[12,191,215,216,236,466],neumann:355,neutral:[3,88,231,355,387,407,440],never:[7,12,63,71,197,207,218,231,255,280,302,316,327,331,334,336,355,366,393,419,441,458,466,469,483,486,495],neveri:[3,8,71,200,205,206,207,208,209,210,211,212,215,216,217,242,243,281,290,291,292,295,296,300,322,328,329,365,440,474,483],newatom:221,newer:[12,206,419,495],newfil:[352,354],newli:[221,490,496],newlin:194,newn:299,newt:155,newtemp:[63,103],newtion:[377,422,430],newton:[],newtonian:232,newtyp:[3,216],next:[],neyt:321,nfile:[3,38,56,188,191,194,452,471,476,499],nfirst:474,nfirt:474,nfreak:300,nfreq:[39,71,205,206,207,208,209,210,211,212,214,296,300,474],nghost:[3,12],ngp:106,ngpu:370,nguyen:[15,377],nharmon:[],nhc:282,nht:299,ni2:167,ni3:167,ni_000:[120,300],nialh_jea:393,nialhjea:[384,402],nice:[6,8],nickla:421,nicola:9,nimprop:[3,469],nimpropertyp:[364,469],nine:[129,136,396,440],ninteg:469,nissila:[242,440],nist:[371,393,494],niter:[41,214],nitrid:387,niu3:[384,393,402],nkb:289,nlast:474,nlen:208,nline:364,nlocal:[3,8,11,12,229],nlog:356,nlvalu:108,nmax:42,nmin:42,nmol:469,nmpimd:282,nn2:419,nneighmaxdef:3,nnn:[92,108],no_affin:[16,370],no_gradient_correct:439,no_histori:6,no_velocity_gradi:439,noced:363,nocheck:406,nocit:12,nocoeff:497,nodal:[6,38,56,188,203,326,452],node:[1,3,12,14,15,16,17,18,41,120,124,167,192,214,236,242,326,370,406,466,482],node_area:242,node_group:203,nodeless:395,nodeset:203,nodeset_to_elementset:203,nodess:16,nof:188,noforc:[],nois:[6,232,233,239,240,241,242,289,294,299,318,326],nomenclatur:[6,71,210,358],nomin:[191,255],non:[],nonbond:[4,12,426,450],none:[],noneq:233,nonequilibrium:[9,323,324,395],nonetheless:239,nongauss:[],nongaussian:106,nonlinear:[],nonloc:[429,479],nonperiod:3,nonzero:3,noordhoek:386,nopreliminari:188,nor:[2,3,41,59,203,304,305,306,307,308,310,386,436,437,438,439,469,472],nord:[430,453,455],norder:466,nordlund:[430,453,455],norm:[6,12,63,119,197,206,210,211,300,305,306,363,365,449,486,487,494],normal:[3,6,9,10,11,12,39,41,58,61,63,67,70,71,73,88,91,103,104,114,118,119,153,156,168,169,170,188,194,197,206,207,209,210,211,214,218,220,221,230,231,235,239,240,252,255,269,280,282,283,290,294,296,297,303,314,315,317,318,319,326,331,332,335,336,340,342,343,344,346,360,362,363,365,370,376,385,386,398,399,402,422,449,462,463,464,467,469,471,472,474,475,479,483,486,487,488,490,494,495,498],norman:326,nornal:3,nose:[6,7,8,158,197,224,239,240,255,256,257,258,259,260,261,262,263,274,275,276,277,278,282,286,294,299,317,318,319,324,391,490],noskov:[456,490],noslip:[314,336],nosync:488,notabl:[5,39],notat:[6,61,63,70,142,162,197,252,255,393,458,495],note:[1,2,3,6,7,8,9,11,12,13,14,15,16,17,18,19,22,24,25,28,32,33,35,36,37,38,39,40,41,42,44,47,54,55,56,58,59,60,61,62,63,65,66,68,69,71,73,75,79,87,89,90,91,93,94,98,104,105,106,107,110,112,114,115,116,117,118,119,120,121,142,143,148,150,151,152,156,158,162,163,165,166,167,168,169,170,171,172,174,176,179,181,185,187,188,190,191,192,193,194,195,197,198,199,200,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,220,221,224,225,226,228,229,231,233,234,235,237,238,239,240,241,242,250,251,252,253,255,257,258,259,260,261,262,263,269,274,275,276,278,282,284,285,286,288,289,290,292,297,298,299,300,303,311,312,314,317,318,319,322,325,326,328,329,330,331,332,335,336,337,339,340,341,342,343,344,346,350,354,355,356,358,360,363,364,365,366,370,371,372,376,377,378,380,381,382,384,385,387,388,390,391,392,393,396,398,399,400,401,402,405,406,407,409,411,415,416,417,419,420,421,422,423,424,426,430,432,433,434,435,437,439,440,441,442,445,449,451,452,453,455,457,458,461,462,464,466,467,469,470,471,472,473,474,476,477,479,481,483,484,486,487,490,494,495,496,498,499],noth:[204,238,357,370,467,480],notic:[0,6,7,8,12,324,326,490],noutcol:8,noutput:281,noutrow:8,novemb:419,novik:13,novint:236,now:[2,3,6,9,11,12,13,46,61,62,71,191,198,199,216,232,236,237,299,332,335,356,358,376,393,395,399,432,433,442,465,470,490,496],nowait:236,nozforc:355,np3:167,np4:167,np6:167,npair:[118,207],nparticl:[3,40,42,375],npartit:487,npernod:[14,15,16,17,18,370],nph:[],nphi:[16,370],nphug:[],npoli:285,nproc:[3,11,191],npt:[],npt_aspher:[257,263,274],npt_bodi:[258,275],npt_sphere:[259,278],nrbin:[],nrecomput:392,nrepeat:[71,205,206,207,208,209,210,211,212,296,300,474],nreset:[218,255,256,260],nreset_ref:218,nrho:[371,393],nrl:393,nsall:9,nsampl:392,nsbin:71,nsbmax_most:3,nsec:489,nskip:[121,474],nsq:[3,367,428],nstart:[121,207,208,209,212,300,469,474],nstat:280,nstep:[3,13,218,255,337,446,467,470],nsteplast:467,nstop:[121,474],nswap:[322,329],ntabl:[38,56,188,452],nterm:303,nth:[12,77,118,119,191,194,209,220,474,484],ntheta:377,nthread:[3,370],ntild:281,ntpc:370,ntptask:370,ntype1:117,ntype2:117,ntype:[3,142,168,191,194,290,292,395,401,430,469,479],nuclear:[9,97,98,154,233,256,289,294,364,395,462],nuclei:[9,97,98,152,154,159,241,256,268,277,320,373,395,469],nucleu:[97,98,290,455,490],nudg:[4,6,7,197,254,362,365],nulcear:9,num:2,num_of_collis:3,numa:[1,3,12,370,466],numactl:16,number:[1,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,22,27,38,39,40,41,42,44,56,63,64,65,66,68,69,70,71,72,73,75,76,77,78,79,80,87,90,91,92,93,94,103,104,105,107,108,110,113,114,115,116,117,118,119,120,121,131,137,142,145,146,147,148,149,150,151,153,154,155,156,157,158,160,161,162,163,165,166,167,168,169,170,171,172,176,177,187,188,190,191,192,193,194,195,197,198,199,202,204,206,207,208,209,210,211,212,214,215,216,217,219,220,221,228,229,231,232,233,235,236,237,238,239,240,241,242,245,252,255,256,260,269,280,281,282,284,285,288,289,290,294,296,299,302,306,314,315,316,318,321,322,323,324,326,327,328,329,331,333,334,336,337,339,341,353,355,356,358,360,361,363,364,365,366,367,370,371,372,377,379,384,386,391,392,393,394,395,396,401,402,403,404,405,419,420,421,422,424,426,430,431,432,433,434,437,439,440,441,449,451,452,453,454,455,457,458,459,462,463,464,466,467,469,470,471,472,473,475,476,477,478,479,481,483,484,486,487,488,490,494,495,496,499],number_of_a:3,number_of_b:3,number_of_typ:[],numbond:3,numer:[1,2,3,6,9,11,12,22,38,41,42,44,56,71,77,87,108,118,162,172,176,188,191,193,194,198,199,200,202,203,206,210,212,226,232,235,239,252,255,282,299,302,326,331,333,334,336,337,341,360,363,364,384,390,402,419,424,432,433,439,452,462,463,467,468,469,476,479,485,486,487,495],numpi:11,nvalu:[206,210,211,212,467],nvaluelast:467,nvc_get_devic:15,nvcc:[1,12,17],nve:[],nve_aspher:[257,261,274],nve_bodi:[258,262,275],nve_spher:[259,263,278],nvida:17,nvidia:[1,3,9,12,14,15,17,370,482],nvt1:490,nvt2:490,nvt:[],nvt_aspher:[257,261,278],nvt_bodi:[258,262],nvt_sphere:[259,263],nvtfe:203,nwait:281,nwchem:7,nxnode:326,o_cor:150,o_shel:150,oascr:7,obei:[3,220,358,464],ober:7,obj_shared_foo:12,obj_target:12,object:[6,8,11,12,15,40,42,193,218,236,242,245,285,303,310,363,364,467,472],observ:[255,289,317,318,321,322,329],obsolet:13,obstacl:[4,237],obtain:[1,3,9,12,29,73,87,104,108,166,195,199,230,233,242,260,281,282,321,355,372,390,419,424,431,440,453,455,478],obviou:[12,462,495],obvious:[193,484,495],occ:397,occasion:[3,255,464],occlus:193,occup:[3,166,370,397],occur:[1,3,6,9,11,12,14,17,39,57,59,61,62,71,86,106,166,169,171,188,191,194,204,214,217,218,220,231,234,237,245,253,269,290,299,314,323,336,337,339,355,366,370,392,395,415,433,464,466,467,472,474,478,483,486,495],occurr:[349,469,483,495],oct:11,octahedr:25,octant:466,odd:[41,108,194,214,255,299,317,318,326,484],off:[1,3,6,12,14,15,17,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,37,38,39,40,43,44,45,46,47,48,49,50,51,53,54,55,56,59,61,65,69,71,109,110,111,114,115,117,142,143,145,151,155,166,167,172,174,175,176,177,178,179,180,181,182,183,185,186,187,188,191,193,194,197,200,204,212,213,216,217,220,227,230,231,232,234,236,239,240,245,255,257,258,259,260,261,262,263,264,265,269,272,274,275,276,278,284,286,287,291,299,301,302,314,317,319,329,330,331,334,335,340,341,342,343,345,346,347,349,350,351,355,356,363,365,366,368,370,371,372,374,378,379,380,381,382,383,385,386,387,389,390,391,393,394,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,417,419,420,424,425,426,427,429,433,434,435,437,439,440,442,449,450,451,452,453,454,455,457,458,460,461,462,464,465,466,469,471,472,476,478,481,482,483,488,492,494,495,497,499],offend:[3,467],offer:[6,14,18,171,362,387,440,464,478],offic:7,offload:[1,12,16,17,236,370],offset:[3,6,57,168,193,220,221,285,364,387,407,411,450,469],offsit:8,often:[1,3,6,7,12,13,14,15,16,17,18,37,55,71,162,187,193,200,209,212,214,218,229,236,255,282,300,350,358,362,363,365,366,367,370,386,391,407,453,455,464,483,490,494],ohio:421,old:[3,6,9,197,218,221,255,419,432,442,470,473,477,480,494,497],older:[3,5,12,13,17,194,206,218,255,442,495],oldlac:194,oleinik:377,olfason:[6,25,351,401,481],oliv:194,olivedrab:194,olivi:9,ollila:[242,244,245,246],olmst:[203,280],omega0:351,omega:[],omega_dot:255,omega_ijk:455,omega_ik:453,omegai:[115,191,316],omegax:[115,191,316],omegaz:[115,191,316],omgea:6,omiss:[0,7],omit:[188,194,333,381,390,411],omp:[],omp_num_thread:[3,16,18,370],omp_proc_bind:17,ompi_comm_world_local_rank:12,ompi_icc:16,on_the_fli:203,onc:[0,1,2,3,6,11,12,16,40,41,59,60,63,71,91,105,174,192,193,194,197,198,199,214,215,216,221,229,231,233,240,281,288,299,314,322,327,329,337,361,364,365,366,398,400,402,403,430,434,466,467,476,483,486,490,495],onelevel:466,onewai:[],ongo:236,oniom:[9,293],onli:[1,2,3,6,7,8,9,11,12,13,14,15,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,53,54,55,56,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,78,79,80,83,86,87,88,90,92,93,94,97,98,99,100,101,102,103,104,105,106,107,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,151,152,154,155,156,158,159,160,161,162,163,165,166,167,168,171,172,174,175,177,178,179,180,181,182,183,185,186,187,188,191,192,193,194,195,197,198,199,200,201,202,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,224,226,227,228,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,270,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,288,289,290,291,292,293,294,295,296,299,300,301,302,303,304,305,306,307,308,310,314,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,342,343,344,345,346,347,349,350,351,353,355,356,358,360,363,364,365,366,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,466,467,469,470,472,473,474,476,477,478,479,480,481,483,484,485,486,487,488,490,495,496,497],only_group:166,onn:478,onset:[289,349],ontario:9,onto:[142,170,217,221,242,449],onward:2,open:[],opencl:[1,3,7,15,370],opengl:6,openkim:9,openmp:[1,3,7,9,12,16,17,18,353,370,482],openmpi:[12,14,15,16,17,18,370],opensourc:7,oper:[],opl:[],oppelstrup2:9,oppelstrup:[9,422],oppos:[6,39,189,191,298,333,356,364,469],opposit:[6,29,70,202,239,246,280,299,329,365,387,415,456,467],opt:[],optic:146,optim:[],option:[],optionn:17,orang:[2,193,194],orbit:[290,292,377,387,395,440,450],orchid:194,order:[1,2,3,6,9,11,12,14,27,29,38,39,41,56,59,63,65,69,71,79,87,89,90,92,93,94,108,110,114,117,132,142,143,145,146,147,148,149,150,151,154,155,156,157,158,160,161,172,177,187,188,191,193,194,197,200,205,207,209,210,211,212,213,215,216,217,218,219,224,226,231,233,235,236,238,242,243,245,253,255,280,288,289,293,296,297,298,299,300,301,302,303,308,310,315,321,325,326,327,328,338,339,340,342,343,344,346,349,350,355,364,365,371,372,373,377,386,392,393,395,396,398,399,402,404,407,415,419,422,432,433,434,440,450,451,452,453,454,455,456,458,459,464,466,467,469,470,474,476,478,479,483,486,490,495,499],orderomg:3,ordinari:[113,401,429],org:[6,7,11,12,13,14,431],organ:[0,3,6,7,8,386],organis:[437,439],organometal:25,orien:479,orient:[],orienti:[],orientord:[],origid:206,origin:[3,6,7,9,12,71,81,104,105,116,120,164,168,170,190,193,194,197,198,199,206,210,211,215,216,220,224,240,252,255,276,282,285,295,299,300,307,313,324,352,354,355,358,362,371,372,374,377,387,390,391,392,393,401,404,419,429,432,433,453,455,456,457,466,469,470,471,472,473,474,494,497],origin_i:211,origin_x:211,origin_z:211,orlikowski:422,ornl:[7,9,15],orsi:29,ortho:[3,59,170,469],orthogon:[],orthograph:193,orthong:59,orthongon:[59,299],orthonorm:221,orthorhomb:289,os4:167,oscil:[6,9,153,216,220,223,224,240,252,253,255,289,294,299,331,332,334,336,364,373,456,490,495],oscillatori:[252,307],oserror:11,other:[],otherswis:16,otherwis:[1,3,9,12,14,16,17,18,37,39,55,71,103,113,120,146,147,148,161,169,187,194,195,204,206,215,216,220,229,231,233,240,255,299,350,351,363,370,379,402,406,416,417,430,459,464,467,469,470,490,495],otyp:[387,407,411,415],ouml:490,our:[5,6,7,8,13,242,302,424,453,455,490],out:[1,2,3,6,7,8,11,12,13,14,18,19,21,41,64,66,71,75,90,91,94,95,98,104,105,106,107,109,116,117,145,146,147,148,149,151,152,154,155,156,157,158,160,161,163,165,171,175,191,193,194,195,197,210,214,215,216,219,227,230,231,237,239,242,247,269,281,283,284,285,294,295,296,299,311,326,335,337,338,339,340,342,346,353,354,358,361,365,369,395,402,418,450,463,464,466,467,472,473,474,476,477,478,480,483,485,486,487,491,493,495,496,497,498,499],outcom:[299,496],outer2:[382,400],outer:[3,8,16,71,225,237,339,354,361,363,369,371,372,373,374,375,376,377,378,379,380,381,382,383,385,386,387,388,390,391,392,393,394,395,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,425,427,429,431,432,433,434,435,440,441,442,443,444,445,446,447,448,449,451,452,453,454,455,457,458,459,460,461,462,464,477,478,483,489,495],outer_distance_cutoff:401,outermost:[38,56,71,198,199,252,255,366,452,478],outfil:[13,466],outlin:[6,193],outmost:236,outpt:[],output:[],output_frequ:203,outputss:129,outsid:[3,57,59,71,158,168,190,191,192,193,194,195,209,210,221,231,237,299,300,314,319,320,333,334,336,337,353,365,378,380,387,395,407,409,427,435,467,469,470,472,479,486,496],outuput:[],outut:6,outward:[71,166,331,335,336,469,478],over:[1,3,5,6,7,9,12,16,18,27,39,41,42,55,60,65,68,69,71,79,80,87,88,89,90,92,93,102,104,106,108,110,117,118,127,128,134,139,142,143,148,151,154,162,164,177,188,193,195,197,198,199,205,206,207,208,209,210,211,212,213,214,215,216,220,221,229,232,233,237,239,240,241,245,253,254,255,256,257,258,259,261,262,263,274,275,276,277,278,280,285,286,289,296,297,298,299,300,303,311,314,317,318,319,320,322,325,328,329,331,333,334,335,336,337,340,354,357,365,366,367,370,385,391,393,394,395,396,401,416,419,422,430,441,442,450,451,453,454,455,458,465,466,467,472,474,475,477,478,483,486,487,495,496],overal:[6,18,25,59,162,218,224,255,256,282,302,314,339,361,395,401,402,441],overalap:299,overcom:[269,314],overflow:[3,364,366],overhead:[6,11,19,41,194,206,208,210,211,214,228,288,366,367,472,488],overkil:299,overlai:[],overlaid:7,overlap:[3,13,16,62,76,168,171,188,194,202,205,206,209,210,211,212,221,225,269,285,290,296,299,300,314,332,336,355,358,361,363,364,370,391,395,399,402,405,415,436,438,442,457,469,472,478],overload:1,overrid:[3,12,14,16,17,22,44,71,154,168,176,193,194,198,199,218,225,250,255,341,355,366,384,401,402,419,424,432,466,467,479,481,486,495],overridden:[6,168,193,260,299,416,424,442,450,477,495,497],overview:[],overwrit:[11,12,22,44,176,194,206,207,208,209,210,211,212,300,341,353,359,384,419,467,470],overwritten:[287,325,353,401,402,464,465,470],own:[3,4,6,7,8,11,12,13,15,17,39,41,59,61,63,65,66,69,71,73,75,79,90,93,94,105,107,115,116,117,119,121,148,151,163,165,166,191,194,197,203,205,206,207,208,209,210,211,212,214,217,218,220,229,232,233,239,240,242,250,253,255,257,258,259,260,261,262,263,274,275,276,278,282,286,294,299,300,317,318,319,328,355,365,370,372,377,386,394,404,430,432,433,451,453,454,455,458,466,479,486,496],oxford:[29,87,390],oxid:[9,386,387,440],oxygen:[6,40,228,387,407,411,440,469],oxygen_c:150,p_e:326,p_ik:430,p_pi:377,pacakg:[3,4,9,19,40,370],pack:[5,8,67,332,370,377,419],pack_bord:8,pack_border_bodi:8,pack_border_hybrid:8,pack_border_vel:8,pack_comm:8,pack_comm_bodi:8,pack_comm_hybrid:8,pack_comm_vel:8,pack_exchang:8,pack_restart:8,pack_revers:8,pack_reverse_comm:8,pack_reverse_hybrid:8,packaag:370,packag:[],packakg:15,packet:[7,9,40,193,373,395],pad:[3,191,193,194,282,495],padua:[9,13],page:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,22,37,40,42,44,55,57,59,63,66,68,75,87,90,94,103,105,106,107,109,111,114,116,119,121,143,146,147,148,161,163,165,168,169,170,176,187,190,191,192,193,194,195,197,198,199,204,205,206,207,208,209,210,211,212,221,231,238,239,240,250,255,256,261,262,263,267,274,275,276,277,278,285,288,299,311,314,317,318,319,328,332,335,337,339,341,350,354,363,364,365,366,370,371,372,375,376,384,386,387,393,394,396,401,402,404,405,419,420,421,424,426,430,431,441,450,451,453,455,457,458,467,469,470,471,472,474,477,478,479,481,486,487,495,496,497,498],pai:[15,18],pair:[],pair_:[87,198,199],pair_airebo:404,pair_charmm:415,pair_class:8,pair_coeff:[],pair_eam:371,pair_eff:154,pair_foo:8,pair_hybrid:[402,456],pair_interact:203,pair_list:406,pair_lj:415,pair_lj_cut:8,pair_lj_soft_coul_soft:87,pair_modifi:[],pair_sph:[443,444,445,446,447,448],pair_styl:[],pair_tally_callback:8,pair_writ:[],paircoeff:3,pairfoo:8,pairij:[3,469],pairkim:3,pairstyl:8,pairwis:[],palegoldenrod:194,palegreen:194,paleturquois:194,palevioletr:194,pan:193,panagiotopoulo:[388,397],pandit:[9,292,433],papaconstantopoulo:371,papayawhip:194,paper:[3,6,7,8,9,13,39,40,64,142,156,162,180,239,242,246,254,284,290,292,299,314,322,326,329,355,362,365,372,381,387,399,401,404,409,411,429,432,433,453,455,464,483],paradyn:5,paraemt:434,paragraph:[71,156,331,358,470,471],parallel:[],parallelepip:[6,170,358,469,472],parallelipip:[170,281],paralleliz:284,param:[3,290,292,466,472],paramet:[],parameter:[120,167,372,377,386,387,393,394,395,396,404,419,420,421,430,432,433,440,451,453,454,455,458],parameter_fil:203,parameterizaion:387,parametr:[6,9,36,394,431,435],paramt:[106,290,333,434],paramter:386,paratem:415,paraview:300,parent:[3,8,337],parenthes:[38,56,188,399,452,495],parenthesi:[2,206,339,495],parinello:[6,7],pariticl:214,paritlc:3,park:[3,7,9,203,303,421,429],parmin:422,parrinello1981:218,parrinello:[218,233,253,255,256,289,318],pars:[],parser:[12,495],part:[0,1,2,3,6,7,8,9,11,12,17,20,21,23,24,25,26,27,28,29,30,31,32,35,36,37,38,40,41,43,45,46,47,48,49,51,53,54,55,56,64,67,70,71,72,78,80,83,92,97,98,99,100,101,102,104,106,109,110,111,113,114,117,120,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,150,152,154,155,159,160,162,166,167,171,174,175,177,178,179,180,182,183,185,186,187,188,191,192,194,195,197,200,201,202,204,208,211,213,214,215,216,217,218,219,220,221,223,226,227,228,229,230,231,232,233,234,236,237,238,239,240,241,242,243,244,245,246,248,249,250,253,255,256,257,258,259,260,261,262,263,264,265,266,267,268,270,272,273,274,275,276,277,278,280,281,282,284,285,289,290,291,292,293,294,295,296,298,299,301,302,303,304,305,306,307,308,310,311,313,314,317,319,320,321,322,323,324,325,326,327,329,330,331,332,333,334,335,337,338,339,340,342,343,345,346,349,350,351,355,356,363,364,365,366,370,371,372,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,419,420,421,422,425,426,427,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,460,461,462,466,467,469,470,471,472,476,477,478,481,487,495,499],partai:[9,431],parti:9,partial:[],partic:6,particip:[216,375,376,405,457],particl:[],particleenergi:3,particleviri:3,particular:[1,3,6,8,10,12,40,63,65,69,70,71,79,93,110,115,117,118,142,168,190,191,197,202,210,214,217,231,232,237,238,242,252,255,280,285,298,299,302,321,332,337,340,356,358,361,364,370,375,377,378,380,382,383,385,389,394,395,398,400,402,407,411,415,418,426,427,434,435,450,451,453,454,455,458,464,466,469,470,471,476,477,479,487,495,496,498,499],particularli:[6,7,9,12,15,16,25,39,193,218,299,356,395],particuolog:[42,376],partilc:314,partit:[],partitoin:62,partner:[3,7,61,215,216,217,240,314,329,456,479,484,490],pascal:[9,13,494],pass:[6,7,8,11,66,74,75,81,89,90,94,104,105,106,107,163,191,193,194,195,218,219,229,231,252,253,255,288,314,331,354,366,370,402,432,449,467,469,470,474,480,495,498],passphras:12,past:[],patch:[0,12],patchi:299,patel:422,path:[3,6,7,11,12,13,15,195,238,254,282,303,314,321,326,365,371,372,377,384,393,394,396,404,419,420,421,426,430,431,432,440,441,451,453,455,458,470],pathtolammp:440,patient:12,patom1:117,patom2:117,patrick:454,pattern:[3,7,12,62,73,471],pattnaik:299,paul:[0,7,13,239,241],pauli:[9,395,440],paus:477,paves:282,payn:[142,431,441],pb2:167,pb4:167,pbc:[71,331,373],pchain:[255,256,260,299],pcie:1,pd2:167,pd4:167,pdamp:[255,256,260,286,299],pdb:[6,13,195],pdebuyl:9,pdf:[0,8,9,13,17,40,100,101,102,113,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,219,238,248,249,304,305,306,307,310,429,443,444,445,446,447,448,479],pdim:329,pdlammp:[78,80,429],pdlammps_ep:[113,429],pdlammps_v:429,pe_eta:255,pe_etap:255,pe_omega:255,pe_strain:255,peachei:13,peachpuff:194,peak:397,pearlman:87,peculiar:12,pedersen:356,peform:[39,291],penalti:[14,432,433],pencil:[6,71,156,210],pend:3,penetr:[42,122,436,438,479],penetret:40,peng:167,penn:13,pentium:10,peopl:[7,8,9,12],peptid:[4,9,219],per:[],peratom:[3,112,143],perceiv:193,percent:[3,12,16,218,370,451],percentag:[1,12,218,255,285,286,299],percol:216,perfect:[6,41,70,73,92,214,280,365],perfectli:[41,214,470],perfom:[6,365],perform:[],performac:1,pergamon:[419,455,462],perhap:358,peri:[],peridyma:78,peridynam:[3,4,6,7,9,40,63,78,80,113,429,450,479],perimitt:388,period:[],perioid:331,perl:[6,13],perm0:494,perman:[3,39,54,71,172,215,216,236,298,337,370,401,473,481],permeabl:279,permiss:[216,467],permit:[6,242,422],permitt:[388,455,461,462],permut:[12,394,451,453,455,458],perpendicular:[6,71,146,193,220,237,247,252,254,280,283,307,331,332,362,469],perram:[356,398],persepct:193,persist:[3,8,71,229,299,370,466,467,471,475,495],person:9,persp:[3,193],perspect:193,pertain:[384,450],perturb:[9,13,70,87,251,297,331,334,336,474],peru:194,peskin:242,pessimist:356,petersen:[314,356],pettifor:[377,450],pettifor_1:377,pettifor_2:377,pettifor_3:377,pfactor:193,pforc:467,phantom:236,pharmaceut:7,phase:[3,12,16,255,321,329,377,407,454,466],phd:431,phenol:490,phenomena:395,phi0:[186,298],phi1:175,phi2:[175,394,451],phi3:[175,394,451],phi:[1,3,4,7,9,12,16,17,79,92,108,142,187,188,193,234,281,298,343,370,371,377,393,396,419,420,421,482],phi_ij:[377,396,430],philadelphia:9,phillip:[240,391,490],phillpot:[291,386,387,440],philosoph:393,philosophi:[6,7,238],phonon:[],phophor:441,phosphid:441,phy:[6,7,13,20,21,25,39,43,45,46,64,70,73,87,88,92,108,112,114,142,143,150,156,174,175,185,192,204,208,218,219,224,232,233,238,239,240,241,242,253,254,255,256,260,276,277,281,282,286,289,291,294,299,302,303,314,317,318,321,322,323,324,326,329,331,340,349,351,355,356,362,365,372,377,378,382,383,385,386,387,388,389,390,391,393,394,395,397,398,399,400,401,404,407,409,411,412,415,416,417,418,419,421,423,424,427,429,430,434,440,441,449,451,452,453,454,455,456,458,464,478,481,483,490],physic:[3,6,9,12,14,16,17,18,40,42,53,59,122,150,162,203,220,233,239,241,242,244,245,246,253,281,290,292,325,326,356,358,365,370,372,374,381,385,393,401,402,422,431,432,433,436,444,445,447,448,464,466,478,479,484,494],physica:[416,417],physik:[7,9],pic:9,picki:8,picocoulomb:494,picogram:494,picosecond:[194,220,487,494],picosend:395,pictur:7,pie:[],piec:[3,11,142,194,255,476,499],pierr:9,pieter:13,pimd:[],pin:16,pink:194,pipe:[6,191,193],pipelin:[3,6],pisarev:326,pishevar:391,piston:[],pitera:6,pixel:193,pizza:[4,6,7,11,13,41,191,193,214],pjintv:13,pka:326,place:[3,6,7,9,11,12,33,41,50,71,87,162,168,172,181,188,191,193,194,196,197,198,199,216,217,220,231,232,233,235,238,239,240,241,243,245,246,255,261,262,263,274,275,278,285,288,297,299,317,318,319,326,331,334,336,354,384,401,450,457,466,467,470,477,479,487,495],placehold:[33,181,371,372,386,393,396,403,404,419,420,421,426,430,432,433,441,449,451,453,454,455,458],placement:[358,407],plai:[193,321],plain:[9,415,467],plan:[3,5,6,17,170,469],planar:[6,40,42,237,280,332,349,351],planck:[231,282],plane:[3,6,9,41,42,57,59,67,71,92,193,197,203,210,214,234,237,247,280,283,293,311,313,326,332,340,342,343,344,345,346,351,358,417,457,472,479],planeforc:[],plasma:[9,88,256,326,395],plastic:[],plastic_strain:[],plastic_strain_r:[],platform:[1,3,7,9,12,13,15,17,191,193,195,471,476,499],plath:[6,91,197,322,329],player:193,pleas:[0,3,7,11,12,13,203,233,242,246,281,284,295,321,337,394,396,429,437,439,440],plen:373,plimpton:[0,5,7,70,114,143,217,280,290,314,399,429],plo:29,plog:[3,12,478],ploop:[255,256,260],plot:[7,11,13,289,413,415,452,459],plu:[3,11,12,39,59,68,97,171,194,213,218,220,221,260,299,367,395],plug:9,plugin:[9,13,195,470],plum:194,pm3:167,pmb:[],pme:356,pmf:[219,303,311],png:[3,12,191,193],pni:193,poariz:6,poem:[],point1:469,point2:469,point3:469,point:[],point_data:300,pointer:[3,7,8,11,229,467],pois:494,poiseuil:[4,200,234],poisson:[59,220,356,399],poisson_solv:203,polak:362,polar:[6,7,108,142,150,167,203,223,386,387,407,456,490],polar_off:386,polar_on:386,polariz:[],poli:[],politano:[9,440],pollock:[7,356],polya:337,polybond:13,polychain:299,polydispers:[3,364,379,385,399,416,417,450,461],polygon:[],polym:[],polymer:7,polymorph:[],polynomi:[9,38,56,188,393,413,424,440,445,452],polytechn:284,poor:[16,17,41,214,276,277,302,370,413],poorli:[362,363],pop:[3,8],popen:12,popul:[12,294,358,392,469],popular:[12,191,394],pore:311,poros:171,porou:[242,245],port:[236,238],portabl:[7,9,12,191,192,219,432,471],portion:[1,3,9,11,12,15,16,41,54,71,88,91,109,110,112,115,143,144,158,191,194,205,206,209,210,211,212,214,218,228,242,255,257,258,259,261,262,263,291,296,297,299,300,339,354,366,370,378,380,381,382,383,387,388,390,391,395,397,398,400,401,407,411,415,418,427,434,435,455,459,468,469,474,478,479,488,495],poschel:399,posfreq:296,posit:[3,6,14,27,39,40,41,42,46,57,59,70,71,81,89,90,104,105,110,119,120,124,142,143,151,166,167,168,170,171,172,177,179,188,190,192,193,194,197,198,200,202,204,205,206,209,210,211,214,215,216,217,218,219,220,221,224,226,231,232,233,234,236,237,239,240,241,242,244,245,248,249,252,253,255,256,257,258,259,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,280,281,282,284,285,286,289,290,294,296,297,299,302,303,307,310,311,313,314,316,317,318,319,321,323,324,325,326,329,331,332,333,334,335,336,337,340,355,358,365,372,373,375,376,379,391,392,395,397,405,410,433,440,449,452,457,464,469,472,479,490,495,496],posix:236,posix_memalign:12,possibl:[1,3,6,8,9,11,12,15,38,40,41,55,59,63,70,71,87,115,117,142,143,146,147,161,190,191,192,194,197,199,203,204,210,214,215,216,217,221,223,233,240,280,293,294,296,299,310,314,316,326,327,345,354,356,363,366,367,370,392,401,419,433,437,439,440,452,458,467,473,482,483,484,487,490,495,496,498],post:[],post_forc:8,post_force_integr:8,post_force_respa:8,post_integrate_respa:8,postit:[210,211,269],postiv:86,postma:[286,317],postprocess:13,pot:[399,433],potentail:396,potenti:[],potentiel:415,potetni:402,potin:422,potpourri:9,pour:[],pourtoi:321,pow:220,powderblu:194,power7:17,power8:17,power:[3,9,11,106,142,194,294,355,370,377,467],pparam:[87,198,199],ppm:[12,191,193],ppn:[14,15,16,17,18,370],pppm:[],pppm_disp:3,pppmdisp:3,pproni:[3,232],pr3:167,pr4:167,practic:[3,12,218,255,256,281,288,458,466],prb:[453,455],prd:[],pre:[],pre_exchang:8,pre_forc:8,pre_force_respa:8,pre_neighbor:8,prec:440,prec_tim:14,prece:439,preced:[2,6,59,205,206,207,208,209,210,211,212,238,296,300,339,358,365,370,377,401,483,486,487,495],preceed:[11,12,71,156,207,331,467,495],precipit:166,precis:[1,3,9,12,13,14,15,16,17,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,43,45,46,47,48,49,51,53,54,56,104,111,114,145,155,168,174,175,177,178,179,180,182,183,185,186,188,191,194,200,206,212,213,218,220,227,230,234,239,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,290,291,292,299,301,302,317,319,330,334,340,342,343,345,346,349,351,355,356,363,370,371,372,374,378,379,380,381,382,383,385,386,387,390,391,393,394,396,397,398,399,400,401,405,407,408,409,410,411,412,413,414,415,416,420,422,425,426,427,429,432,434,435,440,442,451,452,453,454,455,457,458,460,461,462,471,472,478,479,482,487,490,494,495,496],precv:466,predefin:[186,194,337,395],predict:[1,6,10,12,269,299,370],preexponenti:483,prefactor:[24,25,28,32,35,36,162,176,187,198,199,207,331,342,346,349,363,385,397,426,434,435,442,461],prefer:[7,8,12,298,327,372],prefix:[9,11,12,193,219,281,463,466],preliminari:[38,56,188,452],prematur:363,prepar:[9,290,293,314,480,490],prepend:432,preprint:[142,441],preprocessor:236,prerecord:219,prescrib:[6,8,146,147,148,161,197,198,203,206,221,252,271,327],presenc:[191,215,216,242,245,416,417,422,461,497],present:[1,3,12,18,166,188,192,193,221,232,233,238,242,243,245,246,294,310,332,335,386,395,406,415,422,433,434,440,466,490],preserv:[3,59,218,220,255,302,314,336,470],press:[],pressdown:213,pressur:[],pressure_with_eviri:395,presum:[73,157,197,198,199,220,365,402,472],prevent:[2,3,6,40,122,221,230,314,325,349,355,361,363,365,370,391,402,428,444,445,447,449,467,471,477,479,490,495],previou:[],previouli:221,previous:[3,11,59,61,71,86,103,119,121,157,168,170,172,190,191,192,194,202,204,205,206,207,209,210,211,212,220,221,231,237,250,252,285,297,299,301,302,326,328,331,332,333,334,336,337,357,399,450,464,467,471,472,482,484,486,487,491,492,493,495,496],prevoiu:332,price:[6,390],primari:[0,6,9,326],primarili:[5,7,9,17,144],primaritli:[],prime:[224,240,400,405,422,453,455,466],primit:[3,6,334,335,358],princip:[3,236,440],principl:[6,9,11,236,256,290,395,403,422,451,466],prinicp:[42,299,364],print:[],printabl:2,printflag:403,printfluid:242,prior:[166,189,357,498],priori:478,prioriz:370,prism:[3,6,156,170,472],priveleg:3,privileg:[11,12,236],prob:[215,216],probab:442,probabl:[3,8,12,40,71,158,171,172,174,204,214,215,216,217,221,231,240,255,285,331,337,363,424,464,483,490],probe:495,problem:[],problemat:231,proc:[1,3,8,11,12,15,115,191,354,466],proce:[41,54,172,214,225,365,422,476,484,487],procedur:[6,12,39,41,194,204,214,231,239,240,241,255,257,258,259,260,261,262,263,274,275,276,277,278,281,317,318,319,320,323,324,363,365,372,379,470,490],proceed:[12,422],procesor:[41,466],process:[],processor:[],processsor:[41,214,466],procp1:191,procsessor:488,procssor:478,produc:[1,3,4,6,7,9,12,13,14,15,16,17,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,41,42,43,45,46,47,48,49,51,53,54,56,63,65,68,69,71,79,93,110,111,112,114,115,116,117,119,121,143,145,155,174,175,177,178,179,180,182,183,185,186,188,191,194,197,200,205,206,207,209,210,211,212,213,214,217,220,227,229,230,232,233,234,239,240,241,250,252,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,285,289,290,291,294,299,300,301,302,315,316,317,319,326,327,328,330,331,334,339,340,342,343,345,346,349,351,356,363,365,368,370,371,372,374,378,379,380,381,382,383,385,386,387,390,391,393,394,395,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,420,425,426,427,429,430,433,434,435,442,451,452,453,454,455,457,458,460,461,462,464,466,471,472,474,475,478,483,495,496],product:[6,16,17,18,142,220,276,290,327,370,373,395,433,466,495],proessor:370,prof:284,profi:157,profil:[],program:[3,4,6,7,9,11,12,13,17,144,191,193,194,195,197,219,229,236,242,293,393,467,468,480,495],programm:[13,17],progress:[1,41,214,236,253,289,362,363,365,487,490],prohibit:479,project:[6,7,13,14,362,450],promis:7,promot:377,prompt:[8,11,12,236,480],proni:[3,232,233],proofread:8,prop:[6,288],propag:[4,9,202,255,289,304,395,402],propens:6,proper:[217,280,419,467],properati:288,properli:[200,226,299,310,364,365,467,496],properti:[],propoerti:314,proport:[6,39,41,87,104,105,164,214,239,240,241,289,322,329,330,399],proportion:239,propos:[6,142,204,218,231,255,276,294,407,421,454,456],prospect:7,protect:314,protein:[7,10,168,297,299,312,469,477],protocol:236,proton:[455,462,494],prototyp:[10,42,429],prouduc:[212,328],prove:242,proven:276,provid:[1,3,4,6,7,8,9,11,12,13,14,15,16,17,18,29,40,42,61,67,70,120,141,144,162,167,168,192,193,195,205,206,212,217,218,219,220,229,231,236,238,242,246,253,255,281,289,290,293,294,299,303,321,323,324,327,328,339,353,355,356,361,365,370,372,377,379,384,386,387,391,394,395,399,401,404,406,415,416,419,421,422,430,431,432,433,440,441,449,450,451,453,454,455,458,466,471,477,479,482,483,487,488,495],proxim:190,psa:334,pscreen:[3,12,478],pscrozi:[0,7,13],psec:[194,220,235,239,240,255,286,299,317,318,489,494],psend:466,pseudo:[395,464,469,474],pseudodynam:321,pseudopotenti:[9,422],psf:6,psi:[396,461],psi_ij:396,pstart:[3,255,256,260,286,299],pstop:[3,255,256,260,286,299],pstyle:[87,109,198,199],psu:[432,433],psuedo:474,pt2:167,pt4:167,ptarget:218,pthread:[12,17],ptr:[6,11,229,467],ptype1:117,ptype2:117,pu3:167,pu4:167,pu6:167,publicli:5,publish:[7,242,246,290,387,419,422,453,455],pull:[303,311],puls:326,pump:[416,417],punctuat:[2,464,483],purchas:193,purdu:[9,13],pure:[11,314,402,420,421,453,455,478],purg:[3,470],purpl:[2,194],purport:11,purpos:[3,6,7,12,42,61,71,120,130,136,151,152,167,168,170,172,188,191,210,212,217,218,239,280,282,285,287,298,314,355,370,381,405,411,422,424,457,469,472,476,479,481,482,495,499],push:[3,8,200,213,220,237,254,280,297,303,363,399,442],pushd:237,put:[3,6,8,11,12,13,39,59,156,168,191,221,225,333,334,337,358,432,467,469,473],putenv:[480,495],px1:478,px2:478,pxx:[218,255,286,299,355,356,486,487],pxy:[3,6,487],pxz:[3,6,487],py1:478,py2:478,pydir:11,pyi:[218,255,286,299,355,356,487],pymol:[7,11,13],pymol_aspher:[],pympi:11,pypar:11,python:[],pythonpath:11,pyz:[3,6,487],pz1:478,pz2:478,pzz:[218,253,255,286,289,299,355,356,487],q_1:440,q_2:440,q_3:440,q_c:[],q_d:490,q_i:[396,415],q_j:415,qbmsst:[],qcore:290,qdamp:290,qdist:[387,407,411,415],qeq1:290,qeq2:290,qeq:[],qeqal:440,qeqallparallel:440,qfile:[290,387],qin:235,qinitmod:440,qmin:362,qmmm:[],qmol:293,qout:235,qstep:290,qtb:[],quad:[12,18,370,466],quadrat:[],quadratur:[87,203],quadrupl:371,quadruplet:[184,187,340,342,343,344,346,348,349,350],qualifi:[3,238],qualiti:[7,9,193,194],quantic:440,quantit:[74,81,104,105,106,164,399],quantiti:[],quantum:[6,9,142,229,233,282,289,293,294,377,395,422,440,450],quantum_temperatur:289,quartic:[],quartic_spher:203,quartz:[289,294],quasi:282,quat:479,quaternion:[3,6,40,82,115,132,146,147,168,257,258,261,262,265,266,267,274,275,398,469,479],quati:[115,469],quatj:[115,469],quatk:[115,469],quatw:[115,469],queen:13,quench:[337,464,483],queri:[3,11,54,271,467,495],quest:[6,229],question:[8,9,12,13,280,337,429,495],quick:[0,9,12,14,15,16,17,18,19],quickli:[3,4,8,12,13,39,92,214,220,231,236,314,362,363,365],quickmin:[361,362,363,365,483],quicktim:[4,193],quip:[],quit:[],quot:[2,3,12,192,245,287,339,419,464,465,467,477,495],quotat:440,r10:377,r12:398,r_1:142,r_2:142,r_c:[388,390,397,455],r_cut:[377,418],r_d:490,r_e:396,r_ewald:300,r_fu:[416,417],r_i:[29,142],r_ii:142,r_ij:[29,377,395,430,462],r_ik:430,r_j:29,r_jik:430,r_m:418,r_max:211,r_me:388,r_mh:397,r_min:[211,389],r_ub:20,r_x86_64_32:12,ra2:167,rad2theta:167,rad:337,radhi:472,radial:[63,71,97,98,115,118,142,152,154,159,206,211,241,256,268,277,311,320,363,395,401,424,469,472],radian:[20,21,24,28,32,35,36,38,167,175,186,188,298,340,342,346,349,469,472,479],radiat:[120,167,326],radic:[170,469],radii:[71,76,142,217,221,385,393,398,399,416,417,422,436,438,461,472],radit:395,radiu:[2,3,6,40,42,63,71,76,84,85,89,90,115,120,122,131,132,137,142,161,166,191,193,197,211,237,242,256,259,263,268,272,277,278,292,306,310,311,312,314,316,331,332,335,337,362,376,377,379,385,395,396,399,407,415,416,417,418,419,436,438,440,441,455,461,469,472,479,495],radlo:472,rafferti:329,rahman:[6,7,218,253,255,256,289,429],rai:[9,17,167],ram:455,ramirez:208,ramp:[],ran:[3,4,6,10,11],random:[3,6,39,168,171,190,193,202,204,215,216,217,219,221,228,231,232,233,239,240,241,242,251,255,282,285,289,294,297,299,314,318,321,326,330,333,379,391,392,464,479,484,490,495,496],random_se:464,randomli:[168,171,204,221,231,239,285,314,336,483,484],rang:[1,3,6,7,8,9,10,12,14,15,16,18,38,39,56,61,71,72,77,88,108,110,111,112,114,118,119,123,142,143,154,162,167,169,172,173,180,188,191,193,194,203,204,216,220,221,231,233,285,300,314,315,321,322,327,329,355,356,363,366,367,370,372,374,377,378,379,380,381,382,383,385,387,388,389,390,391,392,393,395,398,400,401,402,404,407,408,409,410,411,412,413,414,415,416,417,418,419,422,423,424,425,427,430,433,434,435,440,449,450,452,455,460,461,462,463,467,478,479,487,498],rangecoulomb:[],rank:[6,11,12,236,327,353,466],rankin:260,raphson:3,rapid:[4,6,11],rapidli:[3,8,12,71,217,239,253,255,299,317,318,330,387,391],rapp:[290,291,292],rappe_and_goddard:291,rare:6,rasmol:[6,7],rasmussen:398,raster3d:[6,7],rate:[2,6,12,127,134,138,139,151,194,203,220,221,235,236,237,285,289,322,323,324,325,329,361,362,392,416,417,464,483,487],rather:[1,2,6,9,12,40,41,62,114,151,193,214,220,232,233,299,318,326,330,332,333,334,337,395,432,452,470,474,479,481,486,495],ratio:[6,10,59,87,102,142,204,214,220,239,241,314,322,329,330,355,368,398,399,434,444,457,466,469,479,483],rational:[327,481],rattl:[],rattle_debug:302,ravelo:[260,409],rayleigh:[253,289],rb1:167,rbb:440,rbg:194,rcb:[3,41,214],rcm:[89,90],rcmx:[89,90],rcmy:[89,90],rcut:61,rcutfac:[142,441],rd1:365,rdc:17,rdf:[],rdn:365,rdt:365,rdx:4,reach:[6,12,41,121,208,214,216,218,240,260,307,314,321,339,354,369,388,490,495],react:6,reactant:395,reaction:[303,312,325,336,365,395],reactiv:[9,296,372],read:[2,3,6,7,8,9,11,12,13,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,37,38,40,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,117,166,168,169,171,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,190,191,193,194,195,196,197,203,204,217,218,220,221,231,233,236,252,253,255,257,258,259,260,261,262,263,274,275,276,277,278,281,282,284,285,287,288,292,299,302,303,307,310,313,316,324,325,326,332,340,341,342,343,344,345,346,348,349,350,351,352,354,360,364,365,369,371,372,373,374,375,377,378,379,380,381,382,383,384,385,386,387,388,390,391,392,393,394,395,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,425,427,429,430,431,432,433,434,435,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,457,458,459,460,461,462,464,466,469,470,471,473,474,475,476,477,479,480,481,483,495,496,497,499],read_data:[],read_dump:[],read_restart:[],read_restart_set:8,readabl:[193,364,476,499],reader:[3,13,470],readi:[11,12,169,171,172,236,479,490,497,498,499],readm:[1,4,6,8,9,11,12,13,166,191,195,293,403,422,432,433,467],real:[3,6,7,11,27,30,31,59,71,91,92,108,142,157,168,177,190,194,202,210,211,220,221,224,236,237,240,252,282,289,294,297,330,331,333,334,336,345,355,356,358,361,367,387,422,424,432,433,455,469,472,478,486,489,494,496],realist:[3,221,473],realiz:[71,197,467],realli:[1,3,8,12,114,124,143,194,237,366,402,481],realloc:3,realtim:236,reamin:[331,335],rearrang:365,reason:[3,6,7,11,12,19,39,149,160,168,206,210,211,239,286,299,323,324,327,337,364,365,370,384,388,395,396,397,417,424,457,459,473,478,496],reax:[],reax_def:3,reaxc:[],reaxff:[3,4,5,7,9,13,197,290,292,295,296,402,432,433,450,481],rebal:[41,214],rebalanc:[41,214],rebo:[],rebuild:[11,12,14,15,16,231,366,391,487],rebuilt:[3,12,191,192,193,195,366,370],recalcul:[71,87,314],receiv:[3,213,236,238,280,466],recent:[],reciproc:[6,12,120,167,281,355,378,380,381,387,390,395,407,411,427,435,483],recog:12,recoginz:3,recogn:[3,12,16,73,170,215,216,255,364,393,419,432,467,469,476,477,490],recomend:6,recommend:[7,9,12,14,16,193,194,289,324,355,395,402,416,417,422,433,434,437,439,440,478,488],recompil:[1,3,9,12,195,302],recomput:[103,130,172,225,303,392,481],reconstruct:[3,219,440],record:[195,219,303],recov:[218,255],rectangl:[41,214,358],rectangular:[7,41,62,170,214,231,358,469,471,473],rectilinear:[120,167],rector:53,recurs:[41,214,377,457],recust:41,recv:466,red:[2,10,193,194,217,282],redefin:[3,471,477,495],redirect:12,redo:12,reduc:[],reduct:[18,19,119,120,167,253,289,355],redund:396,ree:445,reed:[253,289],rees:[7,9,13],ref:[323,324,362],refactor:6,refer:[],referenc:[3,6,12,63,68,71,116,191,197,207,212,231,288,328,356,387,401,426,434,467,487,495],reflect:[],reformat:7,refresh:203,reg:472,regard:[6,59,252,302,307,429,433],regardless:[15,71,168,171,190,209,210,220,239,255,257,258,259,261,262,263,286,299,308,314,370,466,472,479],regim:[6,322,329,388,478],region:[],region_spher:8,region_styl:335,regist:[8,118,144,310,432,433],regoin:6,regress:495,regspher:168,regstrip:337,regul:6,regular:[1,3,9,41,62,88,166,170,191,204,214,231,326,356,388,466,469,471,473],reigon:495,reinhardt:[323,324],reject:[168,217,432,484],rel:[1,6,14,27,36,41,59,71,92,104,124,132,142,146,150,151,153,168,177,194,197,204,210,214,220,221,224,231,237,240,251,252,276,280,285,294,296,297,303,311,314,316,321,322,326,333,337,355,356,363,395,398,399,416,417,419,434,461,470,478,483,487,490,496],relat:[],relatic:[],relationship:[6,290,339,355,440,461,490,495],relax:[],releas:[0,5,7,8,13,215],relect:[3,424],reles:42,relev:[2,6,12,41,78,80,113,130,168,172,194,198,199,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,220,221,222,225,227,228,230,231,232,235,236,242,243,244,246,247,248,249,251,252,254,264,265,266,267,268,269,270,271,272,273,279,283,284,285,287,288,291,293,295,296,297,300,301,302,303,308,312,314,315,316,321,322,325,326,327,328,329,330,331,332,333,334,336,337,355,363,373,374,379,385,387,388,390,391,392,395,397,398,399,400,401,406,408,409,410,412,413,414,416,417,424,425,429,434,442,449,452,460,461,462,466,482,496],reli:[3,12,291,395,433,462,469,479],reloc:12,remain:[7,12,33,37,41,50,55,59,71,87,105,148,149,150,151,155,156,157,158,160,171,181,187,188,191,198,199,204,206,207,210,211,218,220,239,240,247,255,256,261,262,263,274,275,276,278,283,284,306,314,317,318,319,325,326,337,339,347,350,364,377,395,402,415,422,424,450,464,469,470,474,479,481,483,487,490,495,496],remaina:377,remaind:[168,191,221,285,314,327,455,469],remap:[3,6,12,59,61,71,151,168,190,210,220,237,252,276,355,469,470,471],remedi:[6,490],rememb:2,remov:[2,3,6,8,9,13,54,71,72,77,92,108,116,118,142,146,147,148,149,150,151,155,156,157,158,160,161,168,171,172,197,206,210,215,228,239,240,245,251,253,255,261,262,263,274,275,276,278,284,290,299,300,302,314,317,318,319,321,337,355,365,390,417,422,469,472,480,481,495,496],remove_bia:8,remove_bias_al:8,remove_molecul:203,remove_sourc:203,remove_speci:203,ren:167,renam:[12,338,480],render:[12,13,191,193,194],rendon:[255,256],reneighbor:[3,8,12,39,57,71,210,214,231,314,327,337,391,486,487],renssela:284,renumb:71,reorder:[3,12,39,466],repeat:[2,6,193,194,210,217,218,231,307,358,377,453,455,457,464,483],repeatedli:2,repel:237,repes:191,replac:[2,3,6,11,12,41,63,89,90,119,145,146,147,148,149,150,151,154,155,156,157,158,160,161,191,193,194,195,206,207,209,210,211,212,214,217,221,239,260,287,294,296,387,409,470,471,476,477,487,495,496,497,499],replic:[],replica:[],replica_fil:12,report:[],repositori:[7,12,403,431,432,433],reprens:326,repres:[1,3,6,8,9,12,15,40,41,42,59,67,71,90,115,118,180,188,191,193,206,207,208,209,210,211,212,218,224,232,234,239,242,255,282,284,286,294,299,300,303,311,326,328,335,356,365,371,377,398,405,415,416,417,419,420,421,427,430,432,433,456,457,464,466,469,479,481,484,490,495,497],represent:[3,6,8,9,57,59,136,170,191,232,233,282,326,377,395,398,422,434,469,472,490],reprocess:474,reproduc:[3,255,332,387,393,399],repul:419,repuls:[6,7,9,36,40,45,46,110,237,290,331,332,335,372,376,377,385,387,391,395,399,401,415,419,423,440,449,455,458,461,462,479],reqir:[290,292],request:[3,6,8,12,41,104,171,188,191,236,242,297,314,316,353,355,424,432,433,464,474,479,483,495,496,497],requir:[],rerun:[],rescal:[],research:[5,7,242,246,422,464,483],resembl:294,reserv:[12,236,490],reservoir:[91,231,235,239,326],reset:[],reset_atomic_reference_posit:203,reset_dt:8,reset_target:8,reset_tim:203,reset_timestep:[],resid:13,residu:236,residue1:366,resist:[6,236],resolut:[208,440,452],resolv:[218,282,314,417],resort:3,resourc:[7,371,393],respa:[3,16,225,236,255,368,371,372,373,374,375,376,377,378,379,380,381,382,383,385,386,387,388,390,391,392,393,394,395,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,416,417,418,419,420,421,422,423,425,427,429,431,432,433,434,435,440,441,442,443,444,445,446,447,448,449,451,452,453,454,455,457,458,460,461,462,477,478,489,495],respecifi:422,respect:[1,6,9,10,13,14,15,17,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,42,43,45,46,47,48,49,51,53,54,56,59,70,71,87,89,97,98,111,114,120,124,145,150,153,155,162,166,167,174,175,177,178,179,180,182,183,185,186,188,193,194,210,211,216,217,218,220,234,237,239,240,242,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,290,291,299,300,303,311,313,326,331,334,340,342,343,345,346,349,351,353,355,356,360,363,364,369,370,371,372,374,376,377,378,379,380,381,382,383,385,386,387,390,391,393,394,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,419,420,422,424,425,426,427,429,434,435,439,440,441,442,451,452,453,454,455,456,457,458,460,461,462,466,470,478,479,482,490,495,497,499],respon:9,respond:[6,7,151,220,395,429],respons:[6,7,253,322,329],resquar:[],rest:[6,8,12,288,292,298,377,417,419,486,487,490],restart1:282,restart2:282,restart2data:[],restart:[],restartfil:[12,13],restor:[3,8,60,61,104,168,198,199,288,303,311,316,486,487],restore_bia:8,restore_bias_al:8,restrain:[],restraint:[9,219,253,298,313,406],restratin:298,restrict:[],result:[1,2,3,6,7,9,11,12,13,15,16,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,41,43,45,46,47,48,49,51,53,54,56,63,64,66,67,71,75,87,90,91,94,104,105,107,111,112,114,116,117,118,119,120,121,143,145,148,151,155,162,163,165,167,168,171,174,175,177,178,179,180,182,183,185,186,188,190,191,193,194,197,200,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,224,227,230,231,232,234,239,240,242,246,253,255,257,258,259,260,261,262,263,264,265,272,274,275,276,277,278,281,282,290,291,296,297,299,301,302,314,317,319,322,323,324,326,327,328,330,331,332,334,336,339,340,342,343,345,346,349,351,355,356,365,368,370,371,372,374,378,379,380,381,382,383,385,386,387,390,391,393,394,395,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,417,419,420,422,424,425,426,427,429,433,434,435,442,451,452,453,454,455,456,457,458,460,461,462,464,466,469,471,472,473,474,478,479,480,481,483,494,495,496],resum:495,retain:[2,215,216,377,422,466],retart:[33,50,181,347],retir:432,retreiv:8,retriev:[6,8,229,420,421,495],reus:[3,481],rev:[6,13,64,70,92,108,112,142,143,156,204,233,239,241,253,255,256,260,276,281,291,294,299,303,314,318,321,323,324,329,362,377,385,386,387,390,393,394,395,398,399,404,409,416,417,418,419,421,430,434,441,451,453,454,455,458,464],revers:[2,6,8,87,179,217,237,255,279,280,290,307,322,323,329,365,415,478,490],review:[142,290,303,321,422,431,441,464,483,490],rewind:354,rewrap:191,rewrit:[5,12],rewritten:19,rezwanur:429,rfac0:[142,441],rfactor:314,rfile:299,rg0:312,rgb:194,rh3:167,rh4:167,rhaphson:3,rheolog:6,rhi:452,rho0:[419,437,439,447,448],rho0_meam:419,rho:[],rho_0:[447,448],rho_alpha_beta:393,rho_bkgd:419,rho_colloid:331,rho_e:326,rho_fin:325,rho_i:[420,421],rho_initi:325,rho_ref_meam:419,rho_wal:331,rhodo:10,rhodopsin:[1,10],rhosum:[],ribier:362,richardson:299,richi:[9,19],rick:[290,291,386,440],rick_and_stuart:291,ridg:[9,19],right:[3,6,11,12,41,144,168,186,187,190,214,217,237,242,252,279,339,358,387,469,472,479,495],rightmost:[41,214],rigid:[],rigidifi:299,rii:[89,90],rij:[92,108,215,216,280,391,449],rin:[401,412,413],ring:[],rino:[73,458],rinv:355,rirj:[332,399],rise:[],risi:[142,441],risk:[8,298,478],rix:[89,90],rjk:[215,216],rjone:[7,9,13],rlo:452,rmask:[3,495],rmass:3,rmax:[71,169,215],rmdir:480,rmin0:[142,441],rmin:[71,169,216,409],rmsd:325,rnemd:6,robert:9,robin:194,robust:[361,362,363],rock:419,rockett:430,rod:299,rodata:12,rodnei:294,roi:7,role:321,roll:12,ronchetti:108,room:[57,59],root:[11,87,89,90,192,321,325,370,393,476],rosati:39,rose:419,ross:419,rosski:282,rosybrown:194,rot:[6,91,282,298,321,496],rotat:[],rotation:108,rotaton:472,rough:[6,168,193,336],roughli:[7,10,12,41,151,166,193,208,231,239,240,254,255,269,286,299,314,317,318,321,356,365,370,436,438,471,478],round:[],rous:232,rout:[87,401,415],routin:[5,6,8,11,15,16,38,39,56,88,172,174,242,422,431,452,482],roux:[6,224,240,456,490],row:[6,65,66,68,69,75,79,90,93,94,105,107,110,116,117,118,121,148,156,163,165,167,206,207,209,210,211,212,245,299,326,328,336,395],royalblu:194,rozero:419,rperp:[252,307],rpi:284,rpm:12,rrespa:[1,3,5,7,8,16,198,199,252,255,366,371,372,373,374,375,376,378,379,380,381,382,383,385,386,387,388,390,391,392,393,394,395,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,416,417,418,419,420,421,423,425,427,429,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,451,452,453,454,455,457,458,460,461,462,478],rspace:3,rsq:[452,459],rsurfac:326,ru3:167,ru4:167,rub:20,rubia:[420,421],rudd:[424,452],rudra:[7,9],rudranarayan:[7,284],ruiz:204,rule:[],run1:[6,369,495],run2:[6,352,354,369,495],run3:[6,369,495],run4:[6,369,495],run5:[6,369,495],run6:[6,369,495],run7:[6,369,469,470,474,495],run8:[6,369,495],run:[],run_styl:[],runloop:354,runtim:[12,17,193,370],russia:9,rutherford:326,rutuparna:[453,455],ryan:9,ryckaert:[302,349],rycroft:166,rydberg:422,s00:429,s0st:6,s2050:1,s2629:393,s319:203,s_fact:304,s_i:[6,395],s_ij:6,sack:7,saddl:[254,365],saddlebrown:194,sadigh:[204,393,420,421],saed_vtk:120,safe:[12,193,224,240,370],safe_zon:3,safest:[3,314],safeti:304,safezon:433,safran:461,sagui:[356,390],sai:[1,3,12,13,194,432,433,467],said:363,sakai:454,sall:[9,440],salmon:194,salt:[388,397,419,469],salter:440,same:[1,2,3,4,6,8,10,11,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,38,39,40,41,43,44,45,46,47,48,49,50,51,53,54,56,57,59,62,63,65,69,71,72,77,79,81,82,84,85,87,88,89,90,91,92,93,95,98,104,105,106,108,110,111,112,114,115,117,118,119,142,143,144,145,146,147,148,149,150,151,154,155,156,157,158,160,161,162,164,166,168,169,170,171,172,174,175,176,177,178,179,180,181,182,183,185,186,188,189,190,191,192,193,194,197,198,199,200,203,204,206,209,210,211,212,213,214,215,216,217,218,220,221,225,226,227,230,231,232,233,234,235,236,237,238,239,240,241,242,245,252,255,257,258,259,260,261,262,263,264,265,272,274,275,276,277,278,280,281,282,284,285,286,289,290,291,292,294,295,296,297,298,299,301,302,303,308,311,313,314,315,316,317,318,319,320,321,322,323,324,325,326,328,329,330,332,333,334,335,337,339,340,341,342,343,345,346,349,351,355,356,358,359,360,364,365,366,367,368,369,370,371,372,374,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,416,417,419,420,423,424,425,426,427,429,430,434,435,440,442,449,450,451,452,453,454,455,457,458,460,461,462,464,466,467,469,470,471,472,474,477,478,479,480,481,482,483,487,490,494,495,496,498],sampl:[1,2,4,6,9,10,11,12,14,91,104,146,147,161,166,190,193,206,207,210,211,219,221,229,231,233,235,255,256,282,285,294,296,300,311,312,314,318,321,324,336,366,377,392,469,483],sample_frequ:203,san:429,sandia:[0,5,7,9,13,14,17,70,113,396,419,429],sandybrown:194,saniti:[298,366],satellit:[6,150],satifsi:495,satisfi:[3,12,73,120,142,166,167,218,242,260,302,334,363,366,399,483],satur:388,save:[6,8,12,19,40,59,188,193,208,217,232,233,239,240,241,285,294,326,356,366,368,377,471,474,481],sb3:167,sb5:167,sc3:167,scalabl:[],scalar:[],scale:[0,1,3,4,5,6,9,10,13,18,40,59,63,71,72,91,115,118,119,142,154,162,188,190,191,193,194,197,198,199,203,204,207,218,220,231,235,236,237,239,241,242,253,255,257,258,259,260,261,262,263,282,286,289,290,299,305,306,314,316,318,321,323,324,326,330,337,355,356,358,364,367,371,372,373,388,392,395,399,402,416,417,419,422,429,436,438,456,470,472,474,478,481,483,486,487,495,496],scale_factor:[436,438],scalegamma:242,scalexi:[3,218,255,260],scalexz:[218,255,260],scaleyz:[218,255,260],scan:[194,216,354,470],scatter:[11,120,167],scatter_atom:11,scatter_coord:11,scenario:[6,40,61,217,288,297,314,327,335,366,473,474,478,486],scf:490,schaik:415,schedul:464,schell:454,schemat:217,scheme:[6,9,18,232,233,255,282,294,302,326,355,456],schlitter1:325,schlitter2:325,schlitter:325,schmid:391,schneider:[239,241],schoen:355,schr:490,schroding:395,schroeder:[108,490],schulten:[240,303,356,490],schunk:314,schwen:9,sci:[73,334,386,421,430,440],scienc:[8,203,217,236,303,323,393,420,440,454],scientif:[142,393],scm:11,scratch:[12,41,214],screen:[],screenshot:11,scripe:11,script:[],scripta:67,scsl:12,sdk:[],sea:11,seagreen:194,seamlessli:288,search:[0,2,3,8,12,92,108,169,171,194,195,314,361,362,363,365,367,464,470,471,483,495],seashel:194,sec:[12,489,494],second:[1,3,6,9,10,11,12,16,54,57,59,61,71,88,91,104,106,108,114,135,136,140,143,144,156,162,166,167,169,170,171,190,191,194,197,198,206,207,209,210,211,212,217,231,232,237,252,254,282,296,298,299,302,303,311,312,314,323,324,326,337,355,358,362,363,365,366,370,375,377,378,380,381,386,387,393,395,396,399,400,402,406,409,419,424,426,440,451,454,455,456,458,462,464,465,466,467,469,471,476,478,482,483,487,490,494,495,496,497,499],second_mo:440,secondari:[3,180],sectinn:498,section:[0,1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,58,59,63,64,65,66,67,68,69,71,74,75,78,79,80,81,83,86,87,88,89,90,91,93,94,97,98,99,100,101,102,104,105,106,107,109,110,111,113,114,115,116,117,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,144,145,146,147,148,149,151,152,153,154,155,156,157,158,159,160,161,162,163,164,166,167,169,174,175,176,177,178,179,180,181,182,183,185,186,187,188,190,191,192,193,195,197,200,201,202,203,204,206,207,208,209,210,211,212,213,214,215,216,217,219,220,221,223,224,226,227,228,230,231,232,233,234,236,238,239,240,241,242,243,244,245,246,248,249,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,270,272,273,274,275,276,277,278,280,281,282,284,285,286,288,289,290,291,292,293,294,295,296,299,301,302,303,304,305,306,307,308,310,314,317,318,319,320,321,322,323,324,325,326,327,329,330,332,333,334,337,338,340,341,342,343,344,345,346,347,349,350,351,356,357,358,360,364,365,367,369,370,371,372,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,464,465,466,467,469,470,472,474,477,478,479,480,482,483,484,487,488,490,495,496],section_acceler:[9,12,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,43,45,46,47,48,49,51,53,54,56,111,114,145,155,174,175,177,178,179,180,182,183,185,186,188,200,213,220,227,230,234,239,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,291,299,301,302,317,319,330,334,340,342,343,345,346,349,351,356,371,372,374,378,380,381,382,383,385,386,387,390,391,393,394,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,420,425,426,427,429,434,435,442,451,452,453,454,455,457,458,460,461,462,472,478],section_accerl:393,section_command:[0,1,9,339],section_error:[7,12],section_exampl:[2,6],section_histori:[7,12],section_howto:[6,8,9,11,12,40,42,57,59,64,66,67,68,70,71,72,73,75,76,77,78,80,81,82,83,84,85,86,87,89,90,92,94,95,96,97,98,99,100,101,102,105,107,108,111,112,113,116,118,119,122,137,138,139,140,142,143,148,150,162,163,165,166,170,189,206,254,267,270,273,329,375,389,464,469,472,483],section_modifi:[6,7,42,191,193,487],section_packag:12,section_perf:7,section_python:[6,12],section_start:[3,4,6,9,11,359,365,463,464,478,484,487],section_tool:[6,7],see:[1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,57,58,59,61,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,248,249,250,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,272,273,274,275,276,277,278,280,281,282,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,310,311,313,314,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,337,338,339,340,341,342,343,344,345,346,347,349,350,351,352,355,356,358,359,360,362,363,364,365,366,367,369,370,371,372,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,460,461,462,463,464,465,466,467,469,470,471,472,474,475,476,477,478,479,481,482,483,484,485,486,487,488,489,490,495,496,497,498,499],seed1:484,seed2:484,seed:[3,168,171,190,193,202,204,215,216,217,219,221,228,231,232,233,239,240,241,242,282,285,289,294,299,314,318,321,326,333,379,391,392,464,479,484,490,495,496],seed_com:240,seed_drud:240,seek:[41,214],seem:[6,218,327,362,419,478],seen:[12,242,335],segement:3,segment:[3,4,6,7,12,40,42,82,115,197,270,299,314,391,405,433,449,450,469,477,479],select:[6,12,15,59,61,71,119,120,157,162,167,168,188,193,195,202,204,210,211,220,221,228,231,236,237,252,303,313,321,322,327,329,331,333,334,336,353,355,361,365,367,370,401,406,419,440,466,470,472,478,479,483,488,495],self:[],sellerio:13,semi:[3,195,203,204,279,281,470],semiax:146,semimet:395,send:[0,3,5,7,8,11,12,194,236,466],sender:[3,466],sens:[1,3,6,7,18,39,41,42,59,71,104,187,191,206,209,210,211,212,214,217,220,232,233,238,239,240,241,285,289,294,300,314,321,322,326,329,337,365,387,407,411,453,454,455,464,469,474,478,481,486],sensabl:236,sensibl:105,sensit:[2,6,73,218,294,496],sent:[194,236,353],sep:[6,11,495],separ:[2,6,7,9,12,13,40,41,76,118,124,142,166,168,171,194,195,203,207,214,215,216,217,218,221,224,231,239,240,255,269,282,285,286,288,290,294,299,302,314,317,318,319,322,329,337,356,370,378,380,387,388,390,407,416,417,419,426,431,441,450,451,452,455,461,467,469,470,471,478,481,486,490,496,497,498],seper:388,sequec:495,sequenc:[2,3,12,41,59,191,193,194,195,214,233,254,337,358,365,402,430,484,495],sequenti:[59,60,194,430,470],sequestr:7,ser:281,seri:[3,4,6,9,13,18,142,191,193,194,207,212,232,233,285,369,372,398,419,422,424,434,442,452,467,476,477,486,487,495],serial:[],serial_icc:12,serious:8,serv:[6,130,170,314,449],server:[1,238,370],set:[],set_callback:229,set_energi:229,set_vari:[6,11,467],setarea:242,sete:[206,217],setenv:[11,12,384],setfl:[13,371,393],setforc:[],setgamma:242,setmask:8,settl:218,setup:[3,4,6,7,8,11,12,13,16,37,40,55,59,71,87,91,156,169,170,171,172,187,194,203,217,220,314,327,350,366,367,370,450,466,469,477,497,499],setup_pre_exchang:8,setup_pre_forc:8,setup_pre_force_respa:8,setvel:[],seven:421,seventh:[135,140],sever:[1,4,5,6,7,8,10,11,12,13,15,18,39,40,63,71,87,162,169,172,187,191,192,195,197,203,215,216,218,233,239,242,246,255,284,286,288,299,303,314,321,330,353,358,363,370,373,377,381,392,393,402,411,415,419,424,430,432,433,439,440,464,467,471,475,483,487,490,495,496],sexton:422,sfactor:[3,193,194,364],sfftw:12,sgi:12,sgmc:204,sgrid:314,sgroup:166,shade:193,shake:[],shan:[17,290,291,386],shanghai:[9,13],shape:[2,3,6,8,40,41,58,59,62,71,82,115,132,146,151,152,168,170,190,193,194,197,198,210,214,218,220,239,253,255,257,261,265,266,274,276,289,314,327,335,375,398,434,466,469,470,471,479],shapei:[115,469],shapex:[115,469],shapez:[115,469],shapshot:474,share:[],shared0:[],sharon:299,sharp:[335,419,455],shawn:9,shear:[3,4,5,6,7,9,59,61,151,190,218,220,242,255,276,314,329,332,399,416,417,429,437,439],sheet:473,shell:[],shen:9,shenderova:372,sheppard:362,shflag:12,shield:[],shift:[],shiftse:314,shiga:[6,255,256],shini:[193,498],shinoda:[6,9,255,256,435],shiny:193,ship:195,shlib:[11,12],shlibflag:12,shock:[4,9,197,202,253,260,289,333,409],shockvel:[253,289],shortcut:[218,255,286,299],shorter:[3,121,231,280,367,424,477],shortest:[193,367,373,478],shorthand:194,shoul:457,should:[1,2,3,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,35,38,39,40,41,42,43,44,45,46,47,48,49,51,53,54,56,59,61,70,71,73,81,83,87,91,97,98,99,103,104,105,111,112,114,143,145,146,147,150,151,154,155,156,158,161,164,166,168,170,172,174,175,176,177,178,179,180,182,183,185,186,188,189,190,191,193,194,198,199,200,201,204,208,213,214,215,216,217,218,220,221,223,224,226,227,228,229,230,231,232,233,234,235,237,239,240,241,242,244,245,246,247,252,255,257,258,259,260,261,262,263,264,265,269,272,274,275,276,278,280,281,282,283,284,285,286,287,289,290,291,292,293,294,295,296,297,298,299,301,302,308,311,314,315,317,318,319,320,321,322,325,326,327,329,330,331,332,333,334,335,336,337,339,340,341,342,343,345,346,349,351,356,358,359,361,363,364,365,366,367,368,370,371,372,374,375,376,378,379,380,381,382,383,384,385,386,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,407,408,409,410,411,412,413,414,415,416,417,419,420,422,424,425,426,427,428,429,431,432,434,435,436,438,440,442,449,451,452,453,454,455,456,457,458,460,461,462,464,465,466,467,469,470,471,472,473,474,476,477,478,479,481,485,486,487,490,495,496,497],shouldn:[3,8],show:[6,11,12,118,280,365,401,419,422,452],shown:[1,12,16,17,41,97,98,120,142,154,167,187,214,217,239,255,276,282,285,294,321,355,395,396,398,399,415,422,434,440,469],shrank:71,shrink:[3,6,41,57,59,71,170,190,191,193,198,199,202,214,220,221,237,242,280,314,333,337,355,356,363,387,407,411,424,469,470],shrunk:71,shut:[6,11,366,468],si4:167,siam:334,sic:[4,387,402,419,426,451,453,455,458],sic_tersoff:430,sicc:[394,451,453,455,458],sicg:[453,455],sicsi:[394,451,453,455,458],side1:472,side2:472,side3:472,side4:472,side:[3,8,41,57,61,71,158,168,204,205,214,217,221,231,237,242,252,280,285,293,311,331,335,336,337,365,387,398,399,434,457,467,469,472,479],sidewai:4,sienna:194,siepmann:329,sigam:385,sigam_ii:405,sige:[453,455],sigma0:377,sigma14:415,sigma1:377,sigma2:377,sigma:[3,6,10,45,46,50,54,87,174,191,194,198,199,231,242,280,314,330,331,335,358,367,370,372,375,376,377,378,382,383,385,390,391,392,394,395,398,400,401,405,406,407,408,409,410,411,412,413,414,415,418,423,424,434,435,445,451,457,478,494,495,496],sigma_14:382,sigma_:388,sigma_c:385,sigma_cc:[372,385],sigma_h:397,sigma_i:[396,424],sigma_ii:[405,457],sigma_ij:[405,424,457],sigma_j:424,sigma_max:392,sigma_ss:385,sign:[3,6,12,179,187,279,311,334,339,422,477,486,495],signal:468,signicantli:17,signifi:[3,66,75,90,94,105,107,116,148,163,165],signific:[7,12,18,86,232,253,256,294,314,327,395,398,419,422,424,497],significantli:[1,6,39,143,166,242,255,298,395,451],sij:207,sikandar:17,silbert:399,silent:[194,467,480],silicon:[394,419,451,469],sill:429,silver:194,sim:[9,435],similar:[5,6,7,8,9,11,12,17,18,40,41,42,46,59,68,72,87,114,117,118,143,144,168,169,191,194,197,198,199,206,208,214,229,230,232,239,245,246,256,288,289,294,298,299,318,321,331,332,334,336,356,361,362,364,372,375,377,391,393,395,399,415,416,424,429,430,439,466,471,476,478,483,485,487,490,495,496,497,499],similarli:[3,6,7,8,59,114,164,170,172,190,191,193,194,205,206,209,210,211,212,216,220,226,237,255,257,258,259,261,262,263,284,286,299,300,302,314,321,322,329,335,340,356,358,365,368,381,399,411,451,466,469,472,473,478,479,483,498],simluat:[6,39,194,314,416,470,471],simlul:[299,326],simmul:329,simpl:[],simpler:[8,11,42,194,299],simplest:[3,8,40,66,75,90,94,105,107,116,118,148,163,165,290,490],simpli:[1,3,6,8,11,12,14,17,66,71,75,88,90,94,96,105,107,115,116,121,148,163,165,171,172,194,197,198,199,206,209,210,211,212,216,218,220,224,229,238,240,245,255,282,286,297,299,300,322,328,329,355,356,358,364,365,370,381,390,402,411,419,424,466,467,474,477,484,487,494,495],simplif:395,simplifi:[204,298,422],simplist:11,simualt:356,simul:[],simulatan:370,simulation_nam:433,simulationub:440,simulatoin:[12,470],simult:370,simultan:[6,7,15,16,220],sin:[220,252,331,334,336,430,469,472,479,495],sinc:[0,1,2,3,6,8,9,10,11,12,13,15,16,21,22,33,39,41,44,54,59,61,64,67,71,73,89,90,112,118,120,146,148,158,166,170,171,173,174,176,181,191,193,194,197,198,199,200,201,204,205,206,207,208,209,210,211,212,213,214,217,218,219,220,221,225,226,231,233,235,238,239,241,242,252,255,257,258,259,260,261,262,263,266,269,276,280,282,285,287,288,294,297,299,303,313,314,322,326,327,328,329,331,332,335,336,337,338,340,341,354,356,363,364,365,366,369,370,371,372,377,380,381,382,383,385,386,390,391,392,393,394,398,399,400,402,403,404,406,407,409,410,411,412,413,414,415,416,417,418,419,420,421,422,424,427,430,431,432,433,434,435,440,441,442,451,452,453,454,455,458,462,464,466,467,469,470,472,474,477,478,479,480,481,483,487,490,494,495,496,498],sinclair:[7,393,450],sine:430,singapor:142,singh:371,singl:[1,2,3,6,7,8,9,11,12,14,15,16,17,18,40,41,42,57,59,61,63,65,66,68,69,75,77,79,87,88,90,93,94,104,105,107,110,115,116,117,118,119,121,144,148,163,165,166,168,191,193,194,195,197,202,205,206,207,209,210,211,212,214,216,217,218,221,224,228,230,235,242,245,252,255,256,260,269,282,284,285,287,298,299,300,302,304,310,314,316,326,328,331,332,334,336,337,339,355,356,361,364,365,366,367,369,370,371,372,377,382,384,386,392,393,394,395,396,399,400,401,402,403,404,419,420,421,422,426,427,430,431,432,433,434,440,441,442,451,453,454,455,458,464,465,467,469,476,477,478,479,480,481,482,483,486,495,498,499],singleel:377,singular:[415,416,417],sinnott:[291,372,386],sinusoid:[168,220,331,332,334,336],sio2:458,sio:386,sirk:[143,449],sisic:[394,451,453,455,458],sisisi:[394,451,453,454,455,458],sister:384,sit:[281,469],site:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,67,70,87,236,242,243,302,356,371,377,387,393,397,407,411,415,427,432,433,456],situat:[9,218,231,242,255,282,300,362,377],sival:167,six:[6,135,140,142,207,209,426,430],sixth:426,sixthpow:[383,424],size:[],size_restart:8,sizex:263,sjplimp:[0,7,11,12],sjtu:9,skew:[3,6,58,59,170,193,220,255,469,472],skin:[3,12,39,61,73,117,169,171,231,269,299,326,366,367,370,428,487,494],skip:[12,16,33,181,284,354,364,369,406,469,474,477,486,495],skyblu:194,slab:[3,6,71,156,210,285,311,355,356,366,424],slateblu:194,slategrai:194,slater:[],sleight:54,slepoi:419,slice:[],slider:11,slight:[3,12,326],slightli:[1,6,39,40,191,192,193,195,294,299,356,372,387,405,407,411,453,455,458,464,477,497],sligthli:390,sliozberg:449,slip:[3,197,314,330,336],sllod:[],slope:[6,104,105,322,324,329,388,495],slot:1,slow:[3,6,7,12,39,232,236,239,240,253,255,314,321,355,365,370,424,440,478,488,490,496],slower:[1,10,17,39,240,356,370,377],slowest:[326,466],slowli:[12,71,214,330,363,422,442,471],slurm:12,slurm_localid:12,sm3:167,small:[],smallbig:3,smaller:[1,3,6,12,16,17,39,56,59,61,71,121,166,170,191,193,194,204,221,225,231,242,281,299,314,324,339,355,356,361,370,405,424,450,457,459,469,476,478,495,499],smallest:[3,42,70,71,72,166,253,296,495],smallint:3,smallq:356,smallsmal:[3,12],smart:233,smd:[],smd_contact_radiu:479,smd_lammps_userguid:9,smd_mass_dens:479,smd_user_guid:[],smi:[3,370],smirichinski:9,smit:231,smith:427,smmoth:479,smooth:[],smoother:168,smoothli:[54,142,322,329,382,400,413,415,418,455,462],smpd:12,smtb:[9,440],smtbq:[],smulat:422,sn2:167,sn4:167,sna:[],snad:[],snap:[],snapcoeff:441,snaphot:474,snapparam:441,snapshot:[],snav:[],snb:17,snow:194,soc:401,socket:[12,17,18,238,466],soderlind:422,soft:[],softer:[331,335],softwar:[1,6,11,12,14,15,16,17,18,19,166,236,284,300],sole:[215,216,365,430,437,439],solid:[4,6,7,9,10,39,40,41,59,70,73,91,104,143,166,203,214,218,220,225,245,255,257,258,259,261,262,263,280,281,286,299,321,324,356,358,378,409,422,429,437,439,469],solut:[3,6,13,166,218,225,253,297,302,314,335,495],solv:[3,9,12,18,242,290,302,324,326,356,362,417],solvat:[4,10,168],solvent:[4,7,13,61,71,169,171,214,228,232,233,239,255,297,299,311,314,322,329,330,382,385,387,388,397,407,416,417,434,450,469,479],solver:[],some:[1,2,3,4,6,7,8,9,10,11,12,13,16,17,18,39,40,41,55,61,63,71,103,106,109,115,119,121,146,147,148,149,160,161,162,168,171,176,179,187,189,191,193,194,197,198,199,202,204,205,206,207,209,210,211,212,214,216,217,218,219,228,231,253,255,256,287,288,290,292,299,303,315,321,326,327,328,330,331,337,353,354,355,356,361,362,363,364,365,366,367,370,373,375,377,384,387,393,395,402,422,424,432,433,450,452,464,466,467,468,469,471,474,475,476,477,478,479,481,483,486,487,494,495,496,499],somehow:3,someindex:338,someon:[7,11,363],someth:[2,3,7,8,11,12,59,218,255,331,334,336,366,402,467,476],sometim:[2,3,6,8,12,18,210,218,255,322,329,355,367],somewhat:[7,9,12,70,104,148,158,206,255,355],somewher:[17,256,395],soon:[42,204,217,228,231,236,432],sophist:[7,144],sorensen:483,sort:[3,13,16,39,71,191,194,195,236,365,366,370,392,470,471,498],sound:[130,242,253,304,447,448],soundspe:[447,448],sourc:[],source_integr:203,sourceforg:11,south:142,souza:322,space:[2,3,6,8,11,12,18,41,59,71,120,142,157,162,167,168,188,190,193,198,199,202,209,210,211,214,216,220,221,237,242,249,252,255,281,282,297,300,304,314,331,333,334,336,339,355,356,358,364,365,366,378,380,381,387,390,393,395,405,407,411,419,422,427,430,435,452,459,461,466,469,472,481,487,490,495,496],spahn:399,span:[2,12,38,71,198,199,210,237,299,355,371,372,377,386,393,396,403,404,419,420,421,426,430,441,451,453,454,455,458,463,464,472,473,495],spars:[71,188],spatial:[],spawn:236,spc:[],spcpu:487,speak:[17,314,321],spearot:[120,167,300],specfi:[12,109,237,472],speci:[],special:[],special_bond:[],specif:[1,2,3,6,7,8,9,10,12,13,15,16,17,18,22,29,33,40,41,42,50,63,71,110,115,117,118,148,150,153,168,176,181,191,193,194,195,197,198,199,202,203,206,207,209,210,211,212,214,217,219,228,229,231,232,236,242,250,285,287,288,291,299,321,326,327,331,337,341,356,363,365,370,372,375,377,389,393,398,399,402,403,404,405,419,422,424,432,433,434,450,451,456,457,466,469,470,474,475,476,478,479,485,486,487,494,495,496,497],specifi:[2,3,6,7,8,9,11,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,57,59,61,63,65,66,68,69,70,71,73,75,76,77,78,79,80,81,83,85,86,87,88,90,91,92,93,94,95,96,97,98,99,100,101,102,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,143,145,148,150,155,156,157,162,163,164,165,166,167,168,169,170,171,172,174,175,176,177,178,179,180,181,182,183,185,186,187,188,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,224,225,226,227,230,231,232,233,234,235,237,238,239,240,242,243,244,245,247,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,269,272,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,294,295,296,297,298,299,300,301,302,303,307,308,311,312,313,314,315,316,317,318,319,321,324,325,326,328,330,331,332,333,334,335,336,337,338,339,340,341,342,343,345,346,347,349,350,351,354,355,356,358,359,360,363,364,365,366,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,490,494,495,496,497,498,499],specifii:[233,242],speciti:478,spectral:441,spectrum:[9,142,289,294],sped:[39,253],speed:[1,3,6,9,12,14,15,16,17,18,19,39,41,130,191,194,214,239,242,253,289,304,314,321,327,333,355,356,365,370,377,387,422,424,447,448,453,464,478,484],speedup:[1,18,356,478],spefici:[168,193,401],speicifi:[],spell:472,spellmey:[6,174,481],spend:[12,205],spent:[1,12,13,15,464,483,488],sph:[],sph_lammps_userguid:9,sph_user_guid:[],sphere1:242,sphere:[],spheric:[],spheriod:[3,6],spherioid:314,spheroid:[6,299,314],spike:118,spin:[9,40,115,332,373,395,469],spirit:[7,208],spit:3,spline:[],split:[1,3,6,11,12,18,41,206,210,214,240,255,334,355,370,457,463,466,478],splittol:[6,355],sppark:6,spread:[1,6,12,339,477],spring:[],springer:303,springgreen:194,sptial:71,sputter:221,sq2:[3,358],sqrt:[2,3,42,59,81,89,108,231,239,241,280,314,330,332,358,385,391,393,397,399,419,424,495],squar:[],squeez:[218,237,416,417],squibb:[5,7],sr2:167,src:[0,1,3,4,6,7,8,9,11,12,14,15,16,17,18,19,166,191,229,302,422],srd:[],srmax:71,srmin:71,srolovitz:393,srp:[],srtio:440,srun:12,ssao:[193,498],stabil:[6,9,239,255,377,432],stabl:[6,64,130,242,260,298,304,377,490],stabli:232,stack:[3,8,70],stage:[3,8,87,197,229,254,293,337,365,464,483,495],stagger:[1,3,194,356,476,485,495],stai:[3,14,17,198,199,253,271,289,370,469],stamp:[321,470],stamped:12,stan:17,stand:[0,6,7,12,13,295,432,433,467],standard:[],stanford:9,starikov:326,start:[],start_6:397,start_7:478,startstep:495,stat:[12,54,172,280,294,363,391],statcoul:494,statcoulomb:494,state:[],statement:[3,467,468],stationari:[],statist:[3,6,12,39,41,64,208,215,216,217,232,233,239,240,241,284,285,289,294,299,302,314,325,326,327,363,365,372,391,392,399,416,461,464,471,477,479,483,486,487],statu:[3,12,54,60,123,172,219,224,240,386,468,483],statvolt:494,std:12,stdin:[3,12,354],steadi:[6,253,260,289],steelblu:194,steep:452,steepest:[7,362],steer:[7,9,219,222,303],stegailov:326,steinhardt:[63,108],steinhaus:490,stencil:[3,242,355],step:[1,2,3,6,8,10,11,12,13,14,15,16,17,18,19,39,71,91,97,98,112,118,119,130,143,154,164,166,191,192,193,194,195,197,198,199,203,204,206,207,208,209,210,211,212,214,215,216,217,218,220,221,224,225,228,229,231,233,236,237,240,253,269,280,281,287,288,289,290,291,292,300,302,303,304,314,316,319,320,321,322,323,324,325,326,327,328,329,336,337,339,354,355,361,363,365,366,391,397,401,419,422,432,433,440,464,466,467,471,473,474,476,477,478,483,484,486,487,490,495,499],stepani:303,stepwis:87,stesman:321,steve:[0,5,7,13],steven:217,stiff:[6,40,51,215,216,281,282,363,429,490],stile:388,still:[1,3,6,9,11,12,13,14,17,38,41,61,71,92,110,118,166,172,188,189,191,194,198,199,214,235,239,269,290,294,314,326,339,355,356,361,383,393,398,399,402,406,416,428,432,434,442,450,469,471,477],stilling:[3,5,7,15,88,144,394,421,430,450,451,458,481],stipul:236,stl:[9,71,307,310],stl_surf:310,stochast:[4,7,9,197,233,314,321,336,392],stoddard:390,stoichiometri:440,stoke:[242,330],stoll:[239,241],stone:[9,19,356,390],stop:[],stopstep:495,stopthresh:[41,214],storag:[3,12,15,328,370,481],store:[],store_st:315,storm:12,stouch:7,str:495,straatsma:6,straddl:[3,59,61,158,237,299,311,337,469,473,479],straight:299,straightforward:[13,395,490],strain:[2,3,6,59,80,123,126,127,132,133,134,138,139,190,218,220,253,255,260,416,417],strang:[188,193,495],strategi:[],stratford:242,strcmp:339,stream:[3,6,114,143,148,151,152,193,203,220,232,233,239,240,276,285,294,314,496],streamlin:[12,477],streitz:[],streiz:387,strength:[3,9,142,162,173,193,298,331,335,376,402,433,434,481],stress:[],stretch:[3,54,59,119,215,303],strict:441,strictli:[6,41,188,214,253,289,321,469],stride2:495,stride:[194,233,476,485,495],strietz:387,strike:221,string:[2,3,6,11,12,41,168,191,192,194,206,207,208,209,210,211,212,214,231,287,300,339,357,369,419,430,431,432,441,465,467,469,479,480,486,487,495],strip:495,strong:[290,372],stronger:6,strongest:[416,417],strongli:[1,6,13,221,299,302,326,422,490],structrur:3,structur:[],structured_point:300,strucur:73,stuart:[290,291,372,386,440,450],stub:12,stuck:218,student:284,studi:[6,106,409,440],studio:[],stukowski:[204,393],style1:[33,50,181,347,402,469],style2:[33,50,181,347,402,469],style:[],style_nam:[255,256],stylecomput:440,stylist:8,sub1:480,sub:[1,3,4,6,7,8,9,11,12,13,18,33,37,39,40,41,42,50,55,58,61,63,68,87,91,109,142,162,170,181,187,192,193,194,198,199,214,218,220,255,256,260,281,289,294,299,302,326,327,335,337,347,350,358,360,370,375,386,392,398,399,401,402,424,432,433,434,440,456,457,462,466,469,472,478,486],subbox:[119,193,194],subdirectori:4,subdivis:242,subdomain:242,subequ:11,subgroup:[191,498],subinterv:192,subject:[6,41,171,214,456],submit:[],subramaniyan:13,subroutin:370,subscript:[11,326,340,396,458,495],subsequ:[6,11,12,41,59,104,169,194,208,214,218,231,321,326,327,328,358,369,393,450,467,469,470,476,479,480,489,495,499],subset:[6,11,12,16,41,80,142,191,194,214,251,255,257,258,259,260,261,262,263,285,286,290,299,365,370,372,377,402,424,463,466,469,471,474,478,495],substanti:[6,16,451,478],substep:255,substitut:[1,2,3,12,191,238,365,369,395,424,467,480,495],substract:387,substrat:[170,218,255,257,258,259,261,262,263,286,299,469],substyl:[415,478],subsystem:326,subtl:[95,97,98,233],subtleti:154,subtract:[3,6,54,63,71,91,95,98,103,104,106,114,143,145,146,147,148,149,150,151,152,154,155,156,157,158,160,161,191,197,206,231,232,235,239,240,241,243,247,251,276,283,299,337,366,414,469,479,487,495,496],succe:12,succeed:[207,208],succes:208,succesfulli:3,success:[2,6,11,12,14,15,118,191,194,204,207,218,221,231,269,285,299,314,321,339,363,365,467,468,476,477],successfulli:[3,11,191,221,467,480],successulli:11,successv:474,sucessfulli:3,sudden:36,suddenli:335,sudo:[11,12],sufac:42,suffer:[16,17,18,329,335,370],suffici:[2,3,7,17,18,41,61,71,192,210,214,253,255,281,314,321,328,331,339,406,424,469,490],suffix2:12,suffix:[],suggest:[0,6,7,12,253,289,467,490],suit:[7,9,13,199,242,395],suitabl:[4,12,13,17,54,87,191,217,288,318,377,384,399,415,419,432,433,464,483],sukumaran:208,sum:[3,6,8,9,12,40,70,71,76,80,83,88,89,90,92,95,99,104,106,108,109,111,112,114,118,119,125,141,142,143,145,148,149,150,151,154,155,156,157,158,160,162,164,165,166,206,207,209,210,211,212,221,229,232,239,240,245,280,281,285,289,294,299,300,303,313,324,326,328,331,335,337,355,356,363,375,387,391,395,396,405,407,410,419,432,433,441,457,467,487,490,495,496],summar:[6,396,440],summari:[],summat:[6,9,42,70,88,108,355,356,381,387,393,394,407,411,422,440,451,453,454,455,458],summer:[3,13,210,432,433],sumsq:119,sun:[21,43,175,340,383,424,433],sunderland:17,sup:[281,289,294,386,440,490],supercomput:[12,18,467],superpos:[402,450],superposit:7,supinski:422,supplement:[233,432,433],supplementari:[219,398,434],suppli:[12,188,231,253,326],support:[1,3,6,7,8,9,11,12,13,14,15,16,17,18,19,40,41,42,61,87,88,103,109,191,192,193,194,195,198,199,200,201,206,214,217,218,219,226,229,233,234,237,239,240,241,242,250,253,255,257,258,259,260,261,262,263,274,275,276,277,278,280,281,286,289,291,293,298,299,301,304,305,306,307,308,310,311,313,317,318,319,320,324,329,331,335,353,354,355,356,362,363,364,370,371,372,373,374,375,376,377,378,379,380,381,382,383,385,386,387,388,390,391,392,393,394,395,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,427,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,451,452,453,454,455,456,457,458,460,461,462,466,470,471,472,476,478,479,480,482,483,489,490,494,495,498,499],suppos:[3,8,396,495],suppress:[6,12,166],sure:[6,8,11,13,14,188,198,199,218,299,302,336,393,452],surf:169,surfac:[2,3,4,6,8,9,40,42,57,70,120,142,166,168,171,193,197,221,228,237,242,245,280,291,298,307,310,311,314,321,326,331,335,336,365,377,402,416,417,422,438,440,457,461,466,472],surface_mov:326,surfact:[388,397],surpris:395,surrog:9,surround:[38,56,70,168,188,194,218,255,257,258,259,261,262,263,280,286,299,452,490],suspect:3,suspens:[416,417],sustain:[191,218,399],suzuki:[255,299],svg:6,svn:[7,11,12],sw_exampl:431,swamp:299,swap:[],swegat:325,swiggl:[3,252,331,334,336,472,495],swiler:[142,441],switch7_section_start:397,switchflag:[142,441],swm4:490,swol:53,swope:6,sxx:194,sy0302:9,symbol:[6,12,120,167,296,377,395,441],symmetr:[6,70,87,94,114,133,134,135,138,139,140,143,198,199,218,255,256,322,329,371,384,390,393,453,455,495],symmetri:[3,5,6,7,8,63,64,70,92,108,170,191,253,280,340,356,371,469,490],sync:[3,6,488],synchron:[1,233,365,488],synechococcu:7,syntax:[],sysdim:281,sysmt:17,sysstem:377,syst:440,system:[],system_:282,systemat:[6,9,208,231,239,422],systemx:3,t10:484,t11:484,t12:484,t13:484,t14:484,t15:484,t3e:12,t_chain:3,t_corr:3,t_correl:464,t_dephas:464,t_e:326,t_e_min:326,t_equil:[323,324],t_event:[3,464,483],t_hi:483,t_infil:326,t_init:[289,326],t_iter:3,t_j:29,t_lb:242,t_lo:483,t_order:3,t_oufil:326,t_out:326,t_outfil:326,t_qm:289,t_switch:[323,324],t_target:379,ta06a:441,ta4:422,ta5:167,ta6:422,tab:[2,469],tabbernor:120,tabinn:424,tabul:[3,7,13,22,37,38,44,55,56,65,71,79,93,188,314,355,371,377,378,380,381,382,383,384,387,393,395,407,411,418,427,430,433,435,450,452,453,459,471],tabular:430,tabulate_long_rang:433,tad:[],tadmor:9,tag:[203,490],tagint:3,tail:[3,87,112,162,371,372,373,374,375,376,377,378,379,380,381,382,383,385,386,387,388,390,391,392,393,394,395,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,427,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,457,458,460,461,462,487,495],tailor:[71,327],tait:[9,447,448],taitwat:[],take:[1,2,3,6,11,12,17,20,21,22,23,24,25,26,27,28,29,30,31,32,35,38,39,40,41,42,43,44,45,46,47,48,49,51,53,54,56,59,77,87,89,91,111,114,115,118,119,143,145,155,162,166,172,174,175,176,177,178,179,180,182,183,185,186,188,191,193,194,198,199,200,213,214,218,220,227,230,234,238,239,240,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,291,299,301,302,311,312,313,314,316,317,318,319,327,330,334,337,340,341,342,343,345,346,349,351,355,356,360,370,371,372,374,377,378,379,380,381,382,383,384,385,386,387,390,391,393,394,396,397,398,399,400,401,405,407,408,409,410,411,412,413,414,415,416,420,422,425,426,427,429,432,433,434,435,440,442,449,451,452,453,454,455,456,457,458,460,461,462,463,467,470,472,477,478,479,486,487,488,495],taken:[6,59,150,168,190,217,221,231,232,233,239,240,241,242,285,289,292,326,345,393,395,398,451,458,464,478,479],talk:[6,7],talli:[],tan:[194,495],tandem:[4,16,299],tang:422,tangent:[42,254],tangenti:[6,110,314,332,336,376,399],tanh:326,tantalum:[4,422,441],taper:[3,292,418],tar:12,tarbal:[0,8,11,12],target:[3,6,7,8,9,11,12,17,39,41,194,202,214,218,219,221,231,232,233,239,240,241,255,256,257,258,259,260,261,262,263,274,275,276,277,278,282,286,289,294,299,303,312,317,318,319,320,325,326,329,330,333,353,356,379,391,464,475,477,496],target_fil:325,task:[1,6,7,12,13,14,15,16,17,18,54,194,236,282,327,370,467,488],taskset:16,tatb:[4,295],tatom:490,tau:[3,157,208,239,240,242,255,286,299,317,318,323,324,326,489,494],tau_1:232,tau_k:232,tau_n_k:232,tb3:167,tbead:160,tbp:377,tchain:[255,256,260,276,277,299],tcl:294,tcom:240,tcsh:[11,12,384],tdamp:[239,255,256,260,299,317,318],tdephas:464,tdrude:[153,224,240,490],teal:194,tech:[7,9,13],technic:[6,7,9,242,292,314,433],techniqu:[6,7,9,87,197,218,253,289,299,330,333,356,424,452,490],technolgi:9,technolog:[9,14,19,236],tell:[2,6,11,12,37,55,187,197,281,350,366,432,433,450,467,471,490],telsa:17,temeperatur:11,temp:[],temp_drud:490,temp_eff:98,tempcom:[146,147,161],temper:[],temperar:282,temperatur:[],temperature_definit:203,tempfix:484,templ:[7,9,18],templat:[3,8,13,17,19,40,168,169,171,221,231,285,299,302,364,469],templeton2010:203,templeton2011:203,templeton:[9,203],tempor:232,temporari:[2,476],temporarili:[188,298,482,483],ten:14,tend:[29,255,280],tensil:[7,220],tensor:[3,6,8,63,82,83,89,90,91,94,107,114,129,132,133,134,135,138,139,140,142,143,144,145,146,147,148,149,150,151,152,154,155,156,157,158,159,160,161,218,242,245,255,256,260,284,286,299,329,355,356,364,395,416,417,422,437,439,487,495],tenth:[129,354],term:[0,1,3,5,6,7,8,9,12,20,21,22,27,38,40,45,46,61,87,88,89,91,112,114,143,144,146,147,156,161,162,175,176,177,188,194,198,199,205,207,209,212,220,226,232,233,234,239,240,241,242,254,255,256,257,258,259,260,261,262,263,274,275,276,278,282,286,289,298,299,312,317,318,319,326,328,330,332,340,341,351,355,363,366,371,372,377,378,379,380,381,382,383,385,386,387,388,389,390,391,393,394,395,396,398,399,400,407,411,414,415,416,417,419,420,421,422,424,427,434,440,449,451,453,454,455,458,461,478,479,481,487,490],termin:[120,255,363,365,437,439,468,477],termostat:318,terrel:362,terri:7,tersoff:[],tersoff_1:[453,454,455],tersoff_2:[453,454,455],tersoff_mod:454,tertiari:180,tessel:[9,166],test:[],test_descriptor_str:3,testf:188,testu:188,tether:[6,297,303,311,313,324,397],tetot:[9,440],tex:8,texa:429,texas_holdem:298,text:[2,3,4,6,7,8,12,13,38,41,56,188,191,193,194,197,203,206,207,208,209,210,211,212,214,219,236,287,325,326,338,356,358,365,393,396,406,419,441,452,465,469,470,486,495,497],textur:17,tfac_insert:231,tfactor:[3,194],tfinal:495,tfix:298,tfmc:[],th4:167,than:[1,2,3,6,8,9,11,12,13,14,15,16,17,18,27,38,39,40,41,42,56,57,58,59,61,63,68,71,76,86,88,92,106,108,110,114,117,118,121,143,166,169,170,171,177,188,190,191,192,194,197,202,204,206,209,210,211,212,214,215,216,217,218,220,221,222,225,228,231,232,233,234,237,238,239,242,253,280,281,285,286,287,288,289,290,292,294,297,298,299,300,303,304,310,311,312,314,318,319,321,322,326,329,330,331,332,333,334,335,336,337,339,355,356,361,362,363,364,365,366,367,370,375,376,377,378,380,381,382,393,395,398,399,405,416,417,419,424,432,433,434,440,442,449,450,451,452,455,457,459,461,462,464,465,466,467,469,470,471,472,473,474,477,478,481,483,484,486,495,496,497],thank:[236,453,455],thb:433,thb_cutoff:433,thb_cutoff_sq:433,thei:[0,1,2,3,4,6,7,8,11,12,13,15,16,17,20,21,23,24,25,26,27,28,29,30,31,32,35,37,38,39,40,41,42,43,45,46,47,48,49,51,53,54,55,56,57,59,61,63,64,66,68,70,71,74,75,81,82,84,87,89,90,91,94,104,105,107,110,111,114,116,117,118,119,121,142,145,146,148,150,151,154,155,161,163,165,168,170,171,172,174,175,177,178,179,180,182,183,185,186,187,188,191,193,194,197,198,199,200,202,205,206,207,209,210,211,212,213,214,215,216,217,218,220,221,226,227,230,231,232,234,235,236,239,240,242,245,252,255,257,258,259,260,261,262,263,264,265,266,267,272,274,275,276,278,284,285,286,287,288,290,291,298,299,300,301,302,314,315,317,318,319,321,325,326,328,329,330,332,334,335,337,339,340,342,343,344,345,346,349,350,351,353,355,356,358,360,362,363,364,365,366,369,370,371,372,374,375,376,377,378,379,380,381,382,383,384,385,386,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,405,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,425,426,427,429,430,432,433,434,435,440,441,442,449,450,451,452,453,454,455,456,457,458,459,460,461,462,465,467,469,470,471,472,473,474,478,479,481,482,487,490,495,497,498],them:[1,2,3,4,6,7,8,9,11,12,13,14,17,39,40,41,54,59,71,91,104,109,116,119,121,144,170,175,191,193,194,195,205,206,207,209,210,211,212,214,217,218,220,228,236,239,240,251,255,257,258,259,260,261,262,263,274,275,278,280,286,288,296,297,298,299,302,314,317,318,319,321,325,326,328,332,333,334,336,337,340,356,358,364,365,366,370,371,377,384,393,396,398,402,424,434,442,457,464,467,469,476,481,484,490,495,496],themselv:[6,11,171,198,199,214,240,355,356,365,367,371,377,387,393,415,419,420,421,441,495],theor:321,theorem:[232,239,377],theoret:[106,236,289,451],theori:[3,6,9,12,40,142,203,219,233,255,281,355,356,377,422,461,483],thereaft:[71,247,283,299,322,329,467],therebi:[327,416,417],therefor:[3,6,12,64,87,153,224,231,240,242,302,321,356,389,431,433,451,456,478,490],therein:[6,419],thereof:87,thermal:[],thermo:[],thermo_modifi:[],thermo_p:[3,63,111,467,487],thermo_press:[63,114,218,224,255,257,258,259,260,261,262,263,286,486,487,490],thermo_styl:[],thermo_temp:[63,114,145,217,218,231,255,257,258,259,260,261,262,263,274,275,276,278,281,286,317,318,319,486,487,490],thermoberendsen:6,thermochem:494,thermochemistri:395,thermodyam:[487,494],thermodyanm:[63,217,314,337,478],thermodynam:[],thermophys:424,thermost:[6,150,202,219,224,240,333,490],thermostat:[],thermostatequ:6,thesi:[355,356,416,431],thess:378,theta0:[20,21,24,26,27,28,32,33,35,36,142,177,298,349],theta0max:142,theta10:377,theta1:[175,340,377],theta2:[175,340,377],theta3:[340,377],theta4:377,theta5:377,theta6:377,theta7:377,theta8:377,theta9:377,theta:[3,6,26,27,37,38,63,65,80,92,108,142,167,168,177,190,193,234,294,298,326,340,349,401,430,454,469,472,479],theta_0:426,theta_:[349,377],theta_c:401,theta_ijk:377,theta_ijl:340,theta_jik:[420,421],theta_pi:377,theta_sigma:377,thex:290,thi:[0,1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,419,420,421,422,423,424,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,490,491,492,493,494,495,496,497,498,499],thick:[71,120,193,210,472],thie:112,thijss:321,thin:[118,193],thing:[3,6,11,12,54,68,71,218,255,286,299,314,466,467,471,495],think:[3,6,7,8,11,13,194,299,337,342,346,358,363,402,432,433,452,467,471,474,495],third:[6,9,12,29,91,136,142,143,166,206,207,209,210,211,212,232,296,311,312,326,386,396,419,426,456,458,464,465,467,469,472],thirumalai:180,thistl:194,tho:394,thole:[],thompson:[0,5,7,9,13,114,142,143,290,358,441],thoroughli:9,those:[1,2,3,4,5,6,7,8,12,13,17,18,20,21,23,24,25,26,27,28,29,30,31,32,33,35,38,39,40,42,43,45,46,47,48,49,50,51,53,54,56,61,71,72,77,87,91,92,108,110,111,112,114,118,142,143,145,148,155,158,168,172,174,175,177,178,179,180,181,182,183,185,186,188,190,191,193,194,204,205,206,207,210,211,212,218,220,221,228,234,236,237,238,239,245,254,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,285,288,291,299,316,323,324,328,332,333,334,337,338,340,342,343,345,346,347,349,351,355,356,363,365,366,370,371,372,374,378,379,380,381,382,383,384,385,386,387,390,391,393,394,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,419,420,424,425,426,427,429,432,433,434,435,441,442,450,451,452,453,454,455,457,458,460,461,462,464,466,467,469,471,472,473,474,476,478,479,481,483,486,487,488,490,495,498,499],though:[6,8,12,39,40,63,71,91,105,168,191,194,204,210,215,216,218,220,225,256,297,299,301,310,322,329,339,355,358,365,391,392,393,395,396,398,399,415,416,424,458,464,469,471,472,477,481,488,495],thought:[151,239,276,299,330,331,362,399,406,490],thread:[1,3,9,12,16,17,18,236,327,353,370,482,488],threads_per_atom:3,three:[1,3,6,54,63,74,87,91,92,106,119,120,121,132,142,146,167,168,180,197,217,218,223,243,255,260,281,286,290,299,314,321,323,326,344,345,349,355,356,364,370,371,372,377,393,394,396,398,399,403,406,419,420,421,422,426,430,433,434,440,441,451,453,454,455,458,467,469,472,495],threebodi:451,thresh:[41,191,193,194,214,467],threshhold:[3,41,193,214,337,467],threshold:[3,41,86,194,214,280,366,433,464,483],thrid:467,through:[3,6,7,9,11,12,63,168,191,195,218,229,231,236,237,242,244,245,246,255,256,282,290,307,321,326,331,354,361,372,394,395,399,407,422,435,440,442,449,456,464,467,470,480,486,490],throughout:[6,16,118,120,327,370,422,469],thru:[3,6,7,11,12,66,74,75,81,89,90,94,104,105,106,107,163,190,191,194,209,252,314,334,339,354,363,369,472],thrust:1,thu:[1,2,3,6,8,9,11,12,18,33,38,39,41,42,50,59,61,63,64,66,67,70,71,72,73,75,77,81,88,90,91,92,94,104,105,107,108,110,111,115,116,117,118,119,142,143,144,148,151,156,158,163,164,165,168,170,171,172,176,181,187,188,190,191,193,194,195,197,198,199,200,201,205,206,207,209,210,211,212,213,214,215,216,217,218,220,221,224,226,228,232,233,234,235,236,237,239,240,245,250,255,260,271,280,286,288,290,294,297,299,300,301,302,303,307,308,311,312,313,314,315,317,318,319,321,322,325,326,328,329,330,331,334,335,336,337,339,340,347,355,356,358,361,363,364,365,369,370,371,372,375,377,378,379,380,381,382,383,384,385,386,387,391,392,393,394,395,396,397,398,399,402,403,404,405,407,411,415,416,417,419,420,421,422,424,425,427,429,430,431,432,433,434,440,441,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,462,464,466,467,469,470,471,472,473,474,476,477,478,479,481,483,484,485,486,487,488,490,494,495,496,497,498],thumb:[8,10,17,168,190,252,299,370,385,472,478],thz:294,ti2:167,ti3:167,ti4:167,tight:[9,377,440],tightli:288,tij:390,tildeslei:[29,87,390],tile:[3,6,41,62,168,214,405,457,466,495],tilt:[3,6,57,58,59,71,156,170,191,194,210,218,220,221,234,253,255,256,280,289,356,358,458,469,472,487],time:[],time_integr:203,timedelta:207,timelin:5,timer:[],timescal:[3,205,206,207,209,210,211,212,253,289,294,395,464,478],timespan:[239,240,255,286,299,317,318],timestamp:[3,474],timestep:[],timesteppnig:302,tin:[386,387],tine:[],tinfoil:356,tini:[72,118,168,363,377,496],tinker:7,tio2:440,tio:440,tip3p:[],tip4:6,tip4p:[],tip:[],tirrel:331,titan:15,titer:299,titl:[206,207,208,209,210,211,212,287,433],title1:[206,207,208,209,210,211,212],title2:[206,207,208,209,210,211,212],title3:[206,207,209,210,211,212],tji:390,tl1:167,tl3:167,tlbr_msw:430,tlo:483,tloop:[255,256,260],tlsph:[],tlsph_defgrad:[],tlsph_strain:[],tlsph_strain_rat:[],tlsph_stress:[],tm3:167,tmax:[3,225,483],tmd:[],tmd_dump_fil:325,tmdatom:325,tmin:225,tmp1:[209,212,480],tmp2:[209,212,480],tmp3:480,tmp:[6,12,41,66,68,69,75,90,94,105,107,116,118,148,163,165,191,193,194,214,288,299,322,329,369,476,480,495],tobia:[255,256,299],todd:276,toe:162,toff:[364,469],togeth:[2,3,6,11,12,17,39,41,71,117,143,148,162,169,191,198,199,206,209,214,218,224,233,240,255,286,299,303,308,311,314,332,336,337,397,402,467,472,477,490,498],toggl:[59,172,476],togheth:3,togther:3,tol:[302,314,355,451],toler:[3,218,290,291,292,302,314,363,365,451,464,483],toma:9,tomato:194,tong:[9,13],too:[1,3,6,7,39,41,64,67,70,72,73,77,88,92,108,142,156,169,171,193,208,214,215,216,218,221,228,231,235,255,281,286,290,294,296,302,314,321,322,326,329,356,365,366,370,391,464,472,483,486,490,495],took:[71,442],tool:[],toolkit:[6,7,13,14,15],top:[0,3,8,9,11,12,13,59,151,190,197,213,220,235,242,254,276,300,333,334,336,365,370,432,433,441,469,473,479],top_group:308,top_veloc:308,topic:[495,498],toplog:[3,466],topolgi:40,topolog:[2,3,6,7,8,12,13,39,40,87,110,117,171,172,194,215,216,236,284,364,402,424,466,469,470,471,473,474,481],topwal:213,torder:299,torqu:[],torsion:[6,175,176,187,372,432,433],torsion_flag:372,tosi:378,tot:[294,440],total:[3,6,11,12,14,15,16,17,18,39,41,42,63,71,81,88,89,90,91,99,103,104,105,106,109,111,112,119,124,125,126,127,129,130,131,132,133,134,135,142,143,145,148,149,150,151,154,155,156,157,158,160,162,164,165,166,191,197,200,201,204,206,208,209,210,211,213,214,216,222,224,226,229,230,231,232,237,239,240,241,242,243,245,253,255,256,260,271,281,282,284,285,289,294,296,298,299,300,301,303,305,308,311,313,322,323,324,326,329,331,335,355,363,364,365,366,367,370,371,373,375,377,386,393,395,399,419,420,421,422,430,432,433,437,440,441,457,464,466,467,469,471,477,478,483,484,487,488,495],touch:[12,237,332,471],toukmaji:[356,390],toward:[9,29,166,193,197,221,222,237,242,254,260,280,297,311,325,327,349,365],toxvaerd:412,tpa:370,tparam:299,tpartial:148,tpc:370,tpcpu:487,tperiod:299,tptask:[16,370],tqx:[115,191,316],tqy:[115,191,316],tqz:[115,191,316],trace:395,track:[3,7,12,216,220,242,326,336,464,469,475,483,487,495],track_displac:203,tracker:236,trade:[6,12,291,355,356,387,407,411,478,483],tradeoff:424,tradit:[6,9,356],traffic:12,trail:[2,22,44,77,87,118,162,172,176,194,198,199,299,341,360,364,365,384,396,419,433,441,463,469,477,479],train:433,traingul:310,traj:219,traj_titl:433,trajectori:[3,6,12,39,87,191,236,255,257,258,259,261,262,263,264,265,267,268,270,272,273,274,275,276,277,278,282,299,302,303,307,327,336,391,424,433,471,479,490,494],tran:[179,180],transfer:[1,6,16,203,224,236,238,322,326,329,355,370,377,422,490],transform:[],transit:[6,9,86,254,303,325,365,388,415,421,422,455,464,483],translat:[3,6,61,63,95,96,97,98,99,146,147,148,152,161,206,231,235,239,240,245,255,261,262,263,274,275,278,282,299,317,318,319,321,358,395,469,487],transmiss:236,transmit:[6,236],transpar:[14,17],transport:[203,326,443],transpos:12,trap:[3,6,91,164,207,237,328,495],trapezoid:[207,495],trate:[3,220,236],travel:314,treat:[2,3,6,8,17,40,42,71,82,84,85,143,146,150,161,172,189,206,207,209,212,221,230,256,281,284,285,299,314,326,328,335,339,354,355,363,364,366,375,376,389,395,396,398,401,405,420,421,422,434,457,469,472,474,477,479,490,495],treatment:[9,294,389],tree:[3,284,415],tref:392,tri:[],tri_surfac:[],trial:[221,231,373,478],triangl:[2,3,6,7,40,42,82,115,136,166,197,273,299,310,314,438,450,457,469,479],triangleflag:469,triangul:[2,6,13,310,438],triangular:[4,6,42,82,115,218,273,310,438,469],tricki:[466,490],triclin:[],triflag:6,trigger:[3,11,12,62,86,214,217,231,363,487],trigon:25,trilinear:242,trilino:17,trim:[3,470],tripflag:432,tripl:[2,142,220,377,432,465,467],triplet:[3,34,37,394,426,430,451,453,454,455,458],trivial:[8,11,290],trj:433,trott:[7,9,14,17,142,441],troubl:[11,12],truli:8,truncat:[3,5,6,12,71,288,294,331,335,362,374,387,395,399,407,409,412,424,429,440,479],trung:15,tscale:[3,253,289],tschopp:67,tsige:381,tsrd:[314,336],tstart:[232,233,239,241,255,256,299,317,318,319,320,391,475],tstat:[],tstop:[232,233,239,241,255,256,299,317,318,319,320,391,475,483],tsuzuki:[73,458],tthi:129,ttm:[],ttm_mod:326,tucker:[142,441],tuckerman2006:[],tuckerman:[255,256,277,282,299,478],tune:[],tunnel:282,turkand:108,turn:[3,4,6,12,22,33,37,39,44,50,54,55,59,65,69,71,110,117,142,167,172,176,181,187,193,194,197,204,215,216,217,218,231,236,255,269,284,287,288,299,314,341,347,350,355,363,365,366,368,370,372,389,401,402,419,424,433,449,450,465,469,471,476,481,482,487,488,492,497],turquois:194,tutein:372,tutori:[6,9],tweak:[12,168,236,370],twice:[3,6,16,17,63,88,174,194,197,198,199,218,252,255,292,370,376,402,467,469,476],twin:67,twist:[416,417],two:[1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,22,38,39,41,42,44,54,56,57,59,61,63,65,68,69,71,76,77,79,87,88,92,93,104,109,110,115,116,117,118,119,120,142,144,146,150,151,153,154,156,162,166,167,168,169,171,176,190,191,192,193,194,197,198,199,204,205,206,207,209,210,211,212,214,215,216,217,218,221,224,228,231,232,233,235,237,238,239,240,242,245,254,255,256,260,280,281,282,285,286,288,289,290,294,296,299,303,311,314,321,322,324,326,329,332,335,337,339,341,351,355,356,358,360,361,363,364,365,368,370,371,372,373,375,377,378,379,380,381,384,385,386,387,389,390,391,392,393,394,395,396,398,399,402,405,406,407,411,415,416,417,419,422,424,427,430,431,432,433,434,436,440,441,442,449,450,451,453,454,455,456,457,458,461,462,463,464,466,467,469,470,471,472,473,476,479,481,482,483,484,486,487,490,494,495,496,497,498,499],two_temperatur:203,twobodi:[453,455,458],twogrid:3,twojmax:[142,441],twolevel:[3,466],txt2html:8,txt:[8,13,191,195,287,288,326,353,364,406,440,459,474,495],typcial:[41,214],type1:[77,120,167],type2:[77,120,167],type:[],typen:[77,120,167],typic:[1,2,3,6,7,8,10,11,12,13,14,15,16,17,18,29,39,40,41,45,46,55,57,59,61,63,70,71,86,87,103,109,121,130,162,166,168,169,171,191,192,193,194,197,198,199,200,202,203,206,208,214,215,216,217,218,220,221,226,228,229,231,234,240,255,269,281,284,285,288,290,292,298,299,302,304,306,314,321,329,330,336,355,358,362,363,364,365,366,367,370,382,384,385,387,397,398,401,402,406,407,411,416,417,419,424,434,437,439,450,452,455,464,465,467,469,470,471,472,478,481,483,484,486,494,495,497,499],typicali:12,tzou:326,u_f:242,u_ij:430,u_prom:377,uberuaga:[254,365],ubiquit:[11,377],uhf:373,uiuc:[9,17],uloop:[3,282,365,369,495],ulpsh:[],ulsph:[],ulsph_num_neigh:[],ultim:483,ultra:166,umbrella:[],umin:[26,27,48,49,177],unabl:[3,11,41,214],unaffect:[191,218,255,299,470,481,486],unalt:[198,199,269],unambigu:[71,210,458],unari:[339,495],unbalanc:3,unbias:[156,395],unbond:[216,469],unbroken:80,uncertainti:40,unchang:[59,218,221,254,255,257,258,259,261,262,263,271,286,299,469,470,473,479],uncharg:[40,356],uncom:[1,4],uncompress:[12,71,193],uncomput:[],uncorrel:[232,321,464],uncoupl:282,undefin:[3,12],under:[0,5,6,7,8,9,10,12,18,21,22,44,142,175,176,193,236,253,255,285,289,290,340,341,360,395,415,433,441,467,483,490],underestim:166,underflow:193,undergo:[6,86,87,104,156,232,239,240,255,303,314],undergon:[217,314],underli:[6,9,12,17,70,193,255,326,358],undermin:39,underpredict:6,underscor:[2,3,63,197,217,218,253,255,257,258,259,260,261,262,263,274,275,276,278,286,288,317,318,319,339,364,495],understand:[1,6,8,231,256,422],understood:[191,377],undesir:[59,218,220,255,299],undetermin:314,undisturb:[416,417],undo:[172,236],undump:[],unexpect:[3,475],unfix:[],unfix_flux:203,unfold:312,unfortun:[327,477,478],uniaxi:[3,146,260],uniform:[7,16,41,88,118,203,214,215,216,239,242,245,256,321,392,398,434,464,466,495,496],uniformli:[59,118,190,242,285,326,430,452,496],uninstal:12,uninterrupt:[204,221,231,252,253,255,257,258,259,260,261,262,263,274,275,276,277,278,288,289,299,303,313,316,324,326,332],union:[3,6,40,194,335,337,469,472],uniqu:[3,6,7,8,9,12,39,71,124,208,232,233,239,240,260,288,294,296,365,393,395,469,495,496],unit:[],unit_styl:3,uniti:[394,424,445],unitless:[64,67,70,71,116,173,206,210,211,220,231,253,255,289,332,363,373,399,427,429,451,453,454,455,458,494],unitlesss:[78,80,113],univ:[9,13],univers:[3,6,9,12,13,18,87,236,355,356,365,369,416,421,429,431,455,463,466,495],universit:[9,13],unix:[12,17,238,480],unknown:[3,12,64,73,469],unless:[2,3,9,11,12,15,16,55,57,67,104,120,153,167,168,191,194,195,202,218,221,231,239,255,257,258,259,261,262,263,285,286,299,314,325,357,363,385,424,452,467,472,476,481,495],unlik:[12,33,50,59,89,158,168,181,191,208,239,255,260,286,292,294,317,318,319,347,354,355,371,377,393,396,401,402,406,419,420,421,433,441,450,466,471,476,481,495,499],unlimit:430,unlucki:3,unmark:7,unmodifi:315,unnecessari:16,unoccupi:326,unoptim:193,unpack:[0,8,11,370],unpack_bord:8,unpack_border_bodi:8,unpack_border_hybrid:8,unpack_border_vel:8,unpack_comm:8,unpack_comm_bodi:8,unpack_comm_hybrid:8,unpack_comm_vel:8,unpack_exchang:8,unpack_restart:8,unpack_revers:8,unpack_reverse_comm:8,unpack_reverse_hybrid:8,unpad:194,unperturb:87,unphys:[3,6,240,255,299,469],unpredict:[297,479],unpublish:422,unrecogn:3,unrel:[8,9,13,174],unreli:424,unrestrain:298,unrestrict:373,unscal:[3,115,162,191,316,470],unset:[355,395],unshift:390,unsmooth:413,unsolv:[367,382],unsort:194,unspecifi:[220,469],unsplit:490,unstabl:[3,242],unstrain:220,unsuccess:[3,285],unsuffici:[],unsupport:3,untar:12,until:[2,3,6,12,14,38,39,41,56,71,121,188,193,214,218,221,231,236,285,307,314,316,323,339,354,355,366,369,370,377,399,452,464,469,470,474,475,477,483,494,495],untilt:472,unus:377,unusu:[3,8,366],unwant:[3,168,355],unwrap:[3,66,74,75,81,89,90,94,104,105,107,115,143,163,191,194,195,205,217,219,236,252,299,311,316,469,470,473,479],unwrapexpand:191,unzip:12,up_intern:193,updat:[0,3,6,8,12,13,125,126,127,137,138,139,140,191,197,204,215,216,224,229,232,239,240,242,244,245,248,249,252,253,255,256,257,258,259,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,284,286,288,289,294,299,306,307,316,317,318,319,321,326,337,370,377,390,422,424,432,433,439,464,469,471,479,480,483,490],upenn:[11,13],upgrad:12,upon:[6,204,236,377,456,483],upper:[2,3,41,57,59,71,88,104,106,144,157,164,190,194,207,208,210,211,214,218,224,240,242,255,289,294,331,332,337,338,363,399,440,472,496],upsid:6,upsilon:398,upto:[3,471,477],upward:221,urbana:[236,355,356,416],urey_bradlei:20,usa:9,usabl:[12,231,393],usag:[3,6,8,240,280,294,314,402,415,469],use_ldg:17,usec:489,useful:370,user:[],user_misc:[30,31,35,178,183,186,345],userguid:9,usr:[11,12,14,470],usual:[2,3,6,9,12,14,17,18,24,28,32,35,36,47,61,71,87,119,146,147,148,153,161,166,185,191,193,198,199,204,206,217,218,219,220,231,234,239,241,253,260,281,289,290,296,298,299,314,322,326,329,331,335,339,346,353,365,366,370,382,385,388,390,398,402,403,406,415,416,417,424,426,436,437,438,439,441,449,451,456,464,468,470,474,478,480,483,486,487,495,499],util:[8,12,17,18,370,398,488],utilizi:12,utilz:[12,488],utsa:429,utsph_strain_r:139,uttormark:13,uuml:281,uwo:9,v11:6,v22:6,v33:6,v_0:[3,326],v_2:422,v_3:422,v_4:422,v_a:[8,220],v_abc:[467,487,495],v_area:[2,495],v_atomfil:479,v_c:162,v_cluster:288,v_dc:162,v_delta:87,v_dhug:[253,289],v_diff:[164,328],v_displac:220,v_dk:162,v_dlj:162,v_drai:[253,289],v_dx:[252,472],v_dy:[252,472],v_dz:252,v_e_hbond:401,v_ea:[432,433],v_eb:[432,433],v_eqeq:[432,433],v_espac:200,v_f:467,v_fac:467,v_flux:235,v_foo:[467,495],v_ij:430,v_increas:234,v_integr:328,v_jx:91,v_jy:91,v_jz:91,v_k11:91,v_k22:91,v_k33:91,v_k:162,v_ke:[191,498],v_left:472,v_lgr_po:[253,289],v_lgr_vel:[253,289],v_linear:[331,334,336],v_lj:162,v_mol:194,v_mu:416,v_myi:252,v_myindex:495,v_myke:119,v_mystep:476,v_myvar:[8,194],v_myx:252,v_n:[242,422],v_name1:[162,220],v_name2:[162,220],v_name:[3,6,71,87,119,190,191,193,194,198,199,200,201,205,206,207,208,209,210,211,212,213,226,234,235,237,239,240,252,301,308,316,317,318,319,328,331,334,336,467,472,476,479,485,487,495,496],v_nstep:337,v_occ:397,v_omega:252,v_oscil:[200,201,213,226,301],v_phi:234,v_prefactor:[198,199,442],v_press:143,v_pressdown:[334,336],v_push:200,v_pxy:6,v_pxz:6,v_pyz:6,v_r0:237,v_r1:166,v_r2:166,v_r:[166,237],v_rad:337,v_radiu:237,v_ramp:[331,334,336],v_rate:[220,237],v_scale1:[198,199],v_scale2:[198,199],v_size:[198,199],v_t_qm:289,v_temp:322,v_theta:[234,472],v_tp:220,v_up:472,v_v0:495,v_v11:6,v_v22:6,v_v33:6,v_v:[252,495],v_valu:[193,467],v_vx:252,v_vy:252,v_vz:[252,496],v_wiggl:[331,334,336],v_x:[2,168,237,252,331,334,336,467,472,495],v_xave:6,v_xmax:6,v_xx:168,v_y:[168,237,472],v_yi:168,v_z:472,vacanc:[4,166,323,422],vacf:[],vacuum:[326,356,388,455,462],valanc:377,vale:3,valenc:[292,377,395,432,433],valent:377,valeriu:9,valid:[2,3,6,9,11,12,71,120,154,167,194,218,231,239,280,299,314,337,339,353,358,393,395,398,422,430,469,470,477,479,495],vallon:419,valon:419,valu:[],valuabl:488,value0:495,value1:[12,148,205,206,207,208,209,210,211,212,260,328,337,480],value2:[12,148,205,206,207,208,209,210,211,212,260,328,337,480],valuei:207,valuej:207,valuev:[7,9],valus:288,van:[9,53,87,109,286,290,295,317,385,386,415,419,432,433,461,496],vanadium:422,vanderwa:[424,487],vanilla:[6,8,12],vanillia:42,vanish:[224,294,302],vapor:[41,214,231,486],vapour:321,var1:480,var2:480,varaibl:[3,472],varavg:12,vare:326,vari:[1,18,41,61,62,71,87,120,156,158,167,198,199,203,206,207,210,214,218,220,253,255,286,298,299,317,318,326,331,355,382,391,400,413,416,429,442,452,466],variabl:[],variable_hill_factor:13,variable_nam:433,varianc:[119,391,495],variant:[1,3,6,12,83,99,260,299,355,362,370,420,421,453,455,478,482,496],variat:[12,41,214,495],varieti:[1,2,6,7,9,13,15,71,193,236,353,358,402,419,432,433,450,458,495],variou:[],varreturn:467,varshalovich:142,varshnei:13,vartiabl:3,vashishta1990:458,vashishta2007:458,vashishta:[],vbia:6,vcm:[],vdim:[157,322,329,496],vdisplac:[3,237,252,331,334,336,495],vdw:[3,386,433],vec1:[119,288],vec2:[119,288],vec:280,vector:[],vel:[3,6,61,206,210,211,220,240,285,303,333,376,391,395,399,464,471,472,474,490,495],veld:[13,314,356,381,411],veloc:[],velocit:[235,391,395,399],velocity_bottom:242,velocity_gradi:439,velocity_temp:496,velocity_top:242,vendor:12,verbatim:467,verbos:[12,440],veri:[1,3,6,7,8,9,10,12,13,17,41,71,72,87,118,119,191,193,194,205,206,207,208,209,210,211,212,214,215,216,218,231,245,255,256,269,282,297,302,317,318,328,365,366,367,370,395,399,416,417,429,441,442,452,477,487,488,490,494,497],verifi:[8,370,424,478,484],verlag:303,verlet:[1,3,7,8,12,18,203,239,255,269,276,282,302,315,326,334,337,463,466,478],versa:[3,6,13,59,162,170,217,237,239,240,299,469,470,490],versu:[6,14,15,16,18,39,41,80,104,105,118,164,194,214,299,302,356,381,390,399,411,424,487,495],vertex:[42,136,310,376],vertic:[2,41,42,136,193,214,221,310,376,495],vfinal:495,vfrac:115,vhi:[157,496],via:[],vibrat:[6,9,221,233,280,289,294,349,395,464,478],vice:[3,6,13,59,162,170,217,237,239,240,299,469,470,490],video:193,view:[4,6,7,9,13,191,193,314,377,395,396,440],viewer:[191,193],viewpoint:193,vij:391,vika:13,vim:[],vincent:[9,19],violat:321,violet:194,virial:[3,63,91,114,142,143,162,198,199,218,224,255,256,257,258,259,260,261,262,263,284,286,299,302,355,370,373,391,392,395,403],virialmod:403,virtual:[6,7,8,12,451],virut:9,visa:7,viscoelast:[113,399,429],viscoelsat:429,viscos:[],viscou:[],viscous:299,vision:440,visit:[300,432,433],vista:191,visual:[],viz:[11,13],viz_tool:11,vizplotgui_tool:11,vizualiziton:300,vlo:[157,496],vmax:[218,314],vmd:[6,7,9,11,13,191,195,236,470],vmdarch:195,vmdhome:195,vname:[168,495],voigt:[6,142],vol:[],volfactor:355,volpress:422,volt:[431,494],volum:[2,3,6,40,41,58,59,63,80,87,91,101,114,118,120,128,132,141,143,166,167,168,171,204,206,210,211,214,218,220,221,231,242,253,255,256,260,264,265,267,268,270,272,273,274,275,276,277,278,285,286,289,299,303,326,331,335,337,355,358,364,379,416,417,422,429,447,448,462,465,466,469,472,479,487,490,494,495],volumetr:80,von:[135,140],voro:[3,9,166],vorobyov:490,voronoi:[],vorselaar:208,voter2:[464,483],voter:[420,421,464,483],voth:[40,282],vpz:333,vratio:495,vri:400,vrpn:236,vshear:332,vstream:6,vtarget:[3,329],vtk:[],vv0210:13,vx0:164,vxcm:299,vxhi:[221,285],vxlo:[221,285],vy0:164,vycm:299,vyhi:[221,285],vylo:[221,285],vz0:164,vzcm:299,vzhi:221,vzi:333,vzlo:221,w_1:142,w_2:142,w_i:142,w_ik:430,waal:[87,109,385,386,415,432,433,461],wadlei:[13,377],wag:[7,9,13],wagner:[7,9,203,242,419],wai:[1,2,3,6,7,8,11,12,15,18,22,44,59,63,65,66,69,71,72,75,77,79,87,90,91,92,93,94,105,107,108,110,116,117,118,142,143,145,146,147,148,149,150,151,154,155,156,157,158,160,161,162,163,165,168,171,176,188,190,191,193,194,197,198,199,206,209,210,212,213,216,217,218,220,229,232,237,239,240,242,253,255,260,269,282,286,288,297,299,300,303,311,314,316,317,318,319,322,325,326,328,331,334,336,337,341,342,343,344,346,349,356,358,360,363,365,366,370,371,372,384,387,388,391,392,393,394,396,398,401,402,404,407,419,420,421,424,426,430,431,434,440,441,442,449,451,453,455,458,463,464,467,469,470,471,472,473,474,477,478,479,495,496],wait:[1,12,236,281,464,466],walk:[3,232,239,240,255],wall:[],wall_surac:136,wall_surfac:[],wallhi:331,wallstyl:332,wander:311,wang:[356,419,430],want:[0,1,2,3,5,6,7,8,9,11,12,17,38,40,56,63,66,68,71,75,81,90,94,104,105,107,109,111,112,114,116,118,143,148,163,164,165,168,171,174,188,191,193,194,197,198,199,200,205,206,214,217,220,221,224,226,229,231,237,240,250,271,280,285,288,298,299,301,311,313,315,322,324,329,331,335,337,339,356,358,365,371,372,377,385,386,391,393,396,402,403,404,419,426,430,432,433,440,442,451,452,453,455,457,458,465,467,469,470,471,472,474,476,477,487,490,495,497,499],ward:377,warm:[16,395],warn:[],warner:371,warp:[5,419],warranti:7,warren:391,wasn:3,wast:3,watanab:[323,324],watch:365,water:[],watkin:185,wave:[7,9,40,202,253,293,333,373,395],wavefunct:[9,373,395],wavelength:[120,167],wavepacket:[40,373,395,469],wavevector:281,wbodi:83,weak:[92,290],web:[1,8,14,15,16,17,384],webb:203,weber:[3,5,7,15,88,144,394,421,430,450,451,458,481],websit:8,weckner:429,wedg:[],weight:[],welcom:467,well:[1,3,6,7,8,9,11,12,13,15,16,17,18,27,40,51,67,71,92,108,114,143,146,154,168,177,193,194,200,204,206,212,214,215,216,218,221,226,231,235,239,242,246,252,255,260,285,299,301,308,321,324,332,363,365,370,375,397,398,401,402,403,416,417,419,422,434,442,453,454,455,467,469,471,473,478,483,488,490,494,498],wennberg:355,went:[3,11],were:[3,4,5,6,7,11,12,13,15,16,19,34,41,42,52,56,60,70,71,104,108,111,114,118,145,148,168,171,172,184,191,194,197,200,206,209,210,211,212,214,220,226,228,235,236,269,276,300,332,333,337,348,355,367,369,395,399,402,406,429,433,464,466,467,469,470,471,472,474,476,484,487,495,496,498,499],weren:474,western:9,westview:461,what:[],whatev:[8,12,14,15,110,115,118,119,121,193,194,198,199,218,255,286,288,332,358,362,363,365,370,383,385,422,432,433,483,490,495],wheat:194,whelan:167,when:[0,1,2,3,4,6,8,9,11,12,13,14,15,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,33,35,37,38,39,40,41,42,43,45,46,47,48,49,50,51,53,54,55,56,59,61,62,63,71,72,81,86,88,92,104,105,106,108,109,111,114,115,118,119,121,144,145,146,151,155,156,158,164,166,168,169,170,171,172,174,175,176,177,178,179,180,181,182,183,185,186,187,188,191,192,193,194,195,197,198,199,200,201,202,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,220,221,225,226,227,228,229,230,231,233,234,236,239,242,243,245,246,250,255,256,257,258,259,260,261,262,263,264,265,269,271,272,274,275,276,278,280,284,285,286,287,288,289,291,292,293,294,298,299,300,301,302,303,311,312,314,315,316,317,319,321,322,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,342,343,345,346,347,349,350,351,352,353,354,355,356,358,361,362,363,364,365,366,367,369,370,371,372,374,378,379,380,381,382,383,384,385,386,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,407,408,409,410,411,412,413,414,415,416,417,419,420,421,422,424,425,426,427,429,430,432,433,434,435,441,442,449,451,452,453,454,455,457,458,460,461,462,464,466,467,469,470,471,472,473,474,475,476,477,478,479,480,481,483,484,486,487,488,489,494,495,496,497,499],whenev:[0,8,12,14,71,194,205,211,299,358,401,467,478,482,495,499],whenth:3,where:[1,3,6,8,9,10,11,12,14,15,18,21,23,24,25,26,27,28,29,32,35,36,37,39,40,41,43,47,48,49,51,55,61,63,65,66,68,69,70,71,73,75,79,80,82,83,84,85,87,88,89,90,92,93,94,95,96,97,98,99,105,107,110,114,115,116,117,118,119,120,121,143,145,146,147,148,149,150,151,154,155,156,157,158,160,161,162,163,165,167,169,171,172,175,177,187,190,191,193,194,197,198,199,200,201,206,207,210,213,214,217,218,220,221,225,226,228,229,231,232,233,234,235,237,239,240,241,242,245,246,248,250,252,253,256,260,269,272,279,280,281,282,285,287,288,289,292,294,299,300,301,302,303,307,308,311,313,316,317,318,319,322,323,324,326,329,330,331,332,334,335,336,337,340,342,343,344,345,346,349,350,351,353,356,358,362,363,364,365,366,367,370,371,372,375,377,378,380,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,404,407,411,416,417,418,419,420,421,422,424,426,427,429,430,431,432,433,434,440,441,444,447,448,449,450,451,452,453,454,455,458,461,462,463,464,466,467,468,469,471,472,473,474,476,478,479,481,483,484,485,486,487,490,494,495,496,497,499],wherea:[6,11,92,204,232,255,290,321,326,490],wherebi:291,wherev:235,whether:[6,8,11,12,17,39,40,54,59,61,63,70,71,103,109,111,155,156,188,193,194,196,197,198,199,206,212,215,216,217,218,219,220,224,228,231,240,252,255,260,288,302,314,322,328,329,337,339,353,355,356,364,368,370,380,382,386,400,402,406,416,417,419,424,433,440,450,464,467,469,470,472,474,481,482,483,486,495,496],which:[0,1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,28,29,32,33,37,38,39,40,41,42,44,45,46,47,50,51,53,54,55,56,58,59,61,63,64,66,67,70,71,72,73,74,75,76,77,78,80,81,82,83,85,87,88,89,90,91,94,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,112,113,114,115,116,118,119,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,174,175,176,179,180,181,182,185,187,188,190,191,193,194,195,197,198,199,200,201,202,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,224,225,226,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,245,246,249,250,252,253,254,255,256,257,258,259,260,261,262,263,265,267,269,270,272,273,274,275,276,277,278,280,281,282,284,285,286,287,288,289,290,291,292,294,295,296,297,298,299,300,301,302,303,304,305,306,308,310,311,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,339,340,341,343,346,347,350,351,353,354,355,356,358,360,361,362,363,364,365,366,367,369,370,371,372,373,375,376,377,378,380,381,382,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,409,410,411,413,415,416,417,419,420,421,422,424,426,427,428,430,431,432,433,434,435,436,437,438,439,440,441,442,445,449,450,451,452,453,454,455,456,457,458,461,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,490,495,496,497,498,499],whichev:[12,369,464,483],white:[194,232,239,240,241,299,318,326,469,495,498],whitesmok:194,whitespac:[2,3,194,364,469],who:[0,3,6,7,8,9,13,371,393],whole:[224,236,281,294,303,490],wholli:221,whose:[3,6,7,8,18,19,38,39,42,56,59,76,87,153,171,188,193,194,204,220,237,238,252,255,257,258,259,261,262,263,280,281,297,298,302,314,328,335,337,358,365,366,395,409,436,438,451,452,453,455,490,495,496],why:[3,6,240,322,329],wide:[1,6,7,9,61,63,197,322,329,358,367,382,385,395,432,433],wider:1,width:[193,194,373,397],wiggl:[3,220,252,307,331,332,334,336,472],wigner:142,wih:6,wiki:14,wikipedia:[6,14],wild:[3,12,22,44,77,87,118,176,198,199,299,341,360,384,401,463,471,476,497,499],wildcard:[3,12,162,172,191,193,194,296,384,449,476,479,498,499],wildli:255,win:370,window:[3,4,12,13,71,191,193,195,206,207,208,209,210,211,212,236,300,319,320,384,470],wipe:[197,402,450,491,493],wire:298,wirt:194,wisconsin:13,wise:[3,12,391,451,478],wish:[2,3,5,6,7,8,11,12,14,17,42,57,58,59,71,119,143,148,169,170,172,174,191,194,198,205,206,207,210,211,212,216,220,221,228,231,237,242,246,285,288,299,302,314,315,331,332,358,365,370,380,401,402,419,424,432,452,467,469,470,471,477,481,487,495,496,499],within:[1,2,3,6,8,9,11,12,13,15,16,17,29,39,40,41,42,55,59,61,63,65,69,70,71,72,73,77,79,92,93,108,110,114,117,118,119,121,124,142,159,168,171,192,193,194,198,199,204,205,206,209,210,211,212,214,215,216,217,221,223,228,231,237,239,280,284,285,286,288,290,299,300,302,304,306,310,311,315,326,329,331,335,337,339,354,358,363,364,365,366,367,370,375,378,380,387,392,393,394,395,397,402,403,406,407,419,422,427,428,429,434,435,450,451,453,454,455,456,458,464,466,467,469,477,478,481,483,490,494,495],without:[1,2,3,4,6,7,8,9,11,12,14,16,17,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,43,45,46,47,48,49,51,53,54,56,59,87,111,114,145,150,155,169,174,175,177,178,179,180,182,183,185,186,188,191,193,194,195,197,200,206,208,209,210,211,212,213,218,220,227,230,232,234,236,239,252,255,257,258,259,260,261,262,263,264,265,272,274,275,276,277,278,285,288,290,291,293,297,299,300,301,302,307,314,317,319,330,334,338,340,342,343,345,346,349,351,354,355,356,365,366,370,371,372,374,378,379,380,381,382,383,384,385,386,387,390,391,393,394,395,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,420,422,424,425,426,427,429,433,434,435,442,450,451,452,453,454,455,457,458,460,461,462,467,469,472,477,478,487,490,494,495],witht:[],witi:15,wolf:[],wolff:[424,452],won:[3,297,417],wong:[203,377],word:[2,3,6,8,12,29,63,194,197,204,205,206,207,210,211,212,219,237,266,271,287,292,298,328,339,354,385,424,465,467,469,495,496],work:[1,3,6,7,8,9,11,12,14,16,18,39,54,59,60,88,119,120,146,147,149,150,151,155,156,157,158,160,161,166,167,191,193,195,198,199,206,210,211,217,229,238,239,240,242,246,252,255,261,262,263,274,275,276,277,278,296,298,300,302,317,318,319,324,354,366,370,384,386,389,391,402,416,417,419,422,424,440,464,466,467,470,471,473,477,478,480,483,495],workaround:[72,118,299,424,496],worker:[12,432,433,458],workhors:8,workstat:[370,467],world:[3,12,142,354,365,369,463,466,467,484,495],worlei:391,worri:17,worsen:18,worst:335,worth:[206,207,209,210,211,212,289,300],would:[1,3,4,5,6,7,8,11,12,22,29,37,40,41,42,44,55,70,71,72,89,91,118,143,148,156,168,169,170,171,176,187,191,193,194,195,197,198,199,201,204,206,214,217,219,220,224,225,228,231,234,235,236,240,252,255,256,269,280,282,286,288,290,294,297,314,321,325,333,334,337,339,340,341,342,343,344,346,347,350,355,358,360,362,363,365,366,369,370,371,372,377,384,385,386,387,391,392,393,394,396,402,403,404,419,420,421,422,426,430,432,433,437,439,441,449,451,453,454,455,458,464,467,469,472,473,474,476,477,478,479,480,484,486,487,490,495,496,498,499],wrap:[1,3,6,11,12,57,59,168,170,190,191,192,194,195,205,211,219,220,221,236,242,252,299,311,314,331,333,335,355,356,365,467,469,470,472,477],wrapper:[],wrigger:303,wright:363,writabl:3,write:[],write_atom_weight:203,write_data:[],write_dump:[],write_freq:433,write_head:8,write_restart:[],writen:300,written:[3,5,6,7,8,9,12,13,14,17,65,69,117,142,166,191,192,193,194,195,197,198,199,200,201,202,203,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,222,224,225,226,227,228,229,230,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,251,254,264,265,266,267,268,269,270,271,272,273,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,311,312,314,315,317,318,319,320,321,322,323,325,326,328,329,330,331,333,334,335,336,338,353,358,366,393,402,418,422,459,461,464,465,467,470,471,475,476,483,484,485,486,495,497,498,499],wrong:[3,11,218,255,279,331,335,336,366,433,471,476],wrote:[3,471],wt1:424,wt2:424,wt3:424,wurtzit:358,www:[0,2,3,4,5,6,7,8,10,11,12,13,15,371,393,416,431,432,433,494],x86:[12,422],x_ij:430,x_ijkl:340,x_kjli:340,x_ljik:340,xave:6,xavx:16,xcm:[8,299,495],xdr:[12,191],xeon:[1,4,7,9,12,16,17,18,370,482],xflag:[155,156,243,245,251,299,321],xhe:[],xhi:[2,6,57,59,170,191,220,325,331,334,336,469,472,487,495],xhi_bound:[6,191],xhi_new:469,xhost:[12,16],xi_ij:430,xiaowang:[13,396,453,455],xiij:280,xlat:[168,220,237,487],xlo:[2,6,11,57,59,170,191,220,237,325,331,334,336,469,472,487,495],xlo_bound:[6,191],xlo_new:469,xmax:[6,202,225,269,495],xmgrace:[],xmin:495,xml:[195,431],xml_label:431,xmovi:[],xmu:[332,399],xorig:71,xplane:332,xplor:191,xpo:168,xrd:[],xsph:9,xsu:[3,191,316,470],xt3:191,xt4:[18,191],xt5:[18,191],xtc:[],xtcdump:194,xvf:12,xwall:[333,334,336],xxx:12,xyz:[3,6,7,13,42,66,71,107,110,156,163,168,191,192,193,194,195,210,218,245,255,256,260,286,296,297,299,311,313,332,334,336,357,364,466,470,496,498],xzhou:[13,396],xzy:466,yang:[422,430],yate:422,yb2:167,yb3:167,ybox:220,ycm:299,year:[5,7],yeh:355,yellow:[193,194],yellowgreen:194,yet:[3,7,9,17,39,42,193,198,296,331,356,362,363,370,383,385,386,395,461,467,469,470,495,497,498],yflag:[155,156,243,245,251,299,321],yhi:[6,59,170,191,220,325,331,334,336,469,472,487],yhi_bound:[6,191],yield:[6,91,112,119,143,151,156,194,207,218,224,255,276,290,322,328,329,332,337,355,375,391,399,424,429,487,495],yip:323,ylat:[168,220,237,487],ylo:[6,59,170,191,220,325,331,334,336,469,472,487],ylo_bound:[6,191],ymax:[202,495],ymin:495,yorig:71,york:[282,356],yoshida:[255,299],you:[0,1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,35,38,39,40,41,42,43,45,46,47,48,49,50,51,53,54,56,57,58,59,61,63,66,68,71,72,73,74,75,77,81,87,88,89,90,91,92,94,103,104,105,107,108,109,111,112,114,116,118,119,142,143,145,146,147,148,151,155,156,161,162,163,164,165,166,168,169,170,171,172,174,175,176,177,178,179,180,181,182,183,185,186,187,188,190,191,193,194,195,197,198,199,200,201,204,205,206,207,209,210,211,212,213,214,215,216,217,218,220,221,224,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,250,252,255,257,258,259,260,261,262,263,264,265,269,271,272,274,275,276,277,278,281,282,284,285,286,288,290,291,294,297,298,299,301,302,303,311,313,314,315,317,318,319,320,322,323,324,325,326,328,329,330,331,332,334,335,336,337,339,340,342,343,345,346,347,349,351,354,355,356,358,360,362,363,364,365,366,369,370,371,372,374,377,378,379,380,381,382,383,384,385,386,387,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,419,420,421,422,424,425,426,427,428,429,430,431,432,433,434,435,440,441,442,443,444,445,446,447,448,449,451,452,453,454,455,457,458,460,461,462,463,464,465,466,467,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,486,487,488,490,494,495,496,497,499],young:[399,436,438],your:[0,1,2,3,4,5,6,7,8,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,43,45,46,47,48,49,51,53,54,56,59,61,109,111,114,118,145,146,147,151,155,161,166,168,169,170,171,172,174,175,177,178,179,180,182,183,185,186,188,190,191,192,193,200,203,207,209,212,213,215,216,217,218,220,221,227,230,231,234,236,239,252,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,285,288,291,297,299,301,302,303,316,317,319,322,326,328,329,330,331,332,334,335,336,337,340,342,343,345,346,349,351,356,358,364,365,366,369,370,371,372,374,377,378,379,380,381,382,383,384,385,386,387,390,391,392,393,394,396,397,398,399,400,401,402,403,404,405,407,408,409,410,411,412,413,414,415,416,419,420,421,422,424,425,426,427,429,430,432,433,434,435,442,449,451,452,453,454,455,457,458,460,461,462,463,466,467,469,471,472,473,476,477,478,479,480,481,482,486,487,494,495,497,499],yourself:[6,8,12,13,218,364],yplane:332,ypo:168,ysu:[3,191,316,470],yuan:9,yukawa:[],yukawa_1_1:459,yxz:466,yzx:466,z_i:[395,455,462],z_j:[455,462],z_meam:419,zachari:13,zannoni:398,zbl:[],zblcut:455,zblcutinn:441,zblcutout:441,zblexpscal:455,zblz:441,zcm:299,zcylind:332,zepeda:204,zero:[3,4,6,9,11,12,26,27,39,41,48,49,59,61,63,66,71,72,75,87,88,90,92,94,103,104,105,106,107,108,110,111,112,114,115,116,117,118,119,120,123,142,143,146,147,148,149,156,157,160,161,163,165,166,167,168,170,171,172,174,177,186,188,190,191,193,194,197,198,199,200,202,204,205,206,207,208,209,210,211,212,213,214,215,216,218,220,225,226,227,228,230,231,232,233,235,239,240,241,242,243,245,251,252,253,255,260,269,272,282,287,288,289,290,291,294,296,297,299,300,301,302,305,306,308,314,316,321,322,324,326,329,330,331,332,333,334,336,337,338,339,345,358,361,363,364,365,366,370,373,377,378,380,381,382,385,387,390,391,395,398,400,401,402,403,407,409,411,412,415,417,418,419,422,424,429,433,434,435,440,449,452,456,458,462,464,465,466,469,470,472,474,476,477,478,479,483,484,487,490,495,496,497,499],zeta:[3,242,290,396],zfactor:193,zflag:[155,156,243,245,251,299,321],zhang:[299,322,399],zhi:[3,6,170,191,202,325,331,334,336,469,472,487],zhi_bound:[6,191],zhou:[13,377,396,430,453,455],zhu:448,ziegenhain:13,ziegler:[284,419,450,455,462],zimmerman2004:203,zimmerman2010:203,zimmerman:[9,70,203,377],zlat:[220,237,487],zlib:191,zlim:440,zlo:[3,6,170,191,202,325,331,333,334,336,469,472,487],zlo_bound:[6,191],zmax:[202,242,495],zmin:[242,495],zn2:167,zone:[120,300],zoom:[3,191,193,194],zorig:71,zplane:332,zr4:167,zrest:313,zsu:[3,191,316,470],zwall:331,zwall_veloc:242,zxy:466,zybin:433,zyx:466},titles:["LAMMPS Documentation","5. Accelerating LAMMPS performance","3. Commands","12. Errors","7. Example problems","13. Future and history","6. How-to discussions","1. Introduction","10. Modifying & extending LAMMPS","4. Packages","8. Performance & scalability","11. Python interface to LAMMPS","2. Getting Started","9. Additional tools","5.USER-CUDA package","5.GPU package","5.USER-INTEL package","5.KOKKOS package","5.USER-OMP package","5.OPT package","angle_style charmm command","angle_style class2 command","angle_coeff command","angle_style cosine command","angle_style cosine/delta command","angle_style cosine/periodic command","angle_style cosine/shift command","angle_style cosine/shift/exp command","angle_style cosine/squared command","angle_style dipole command","angle_style fourier command","angle_style fourier/simple command","angle_style harmonic command","angle_style hybrid command","angle_style none command","angle_style quartic command","angle_style sdk command","angle_style command","angle_style table command","atom_modify command","atom_style command","balance command","Body particles","bond_style class2 command","bond_coeff command","bond_style fene command","bond_style fene/expand command","bond_style harmonic command","bond_style harmonic/shift command","bond_style harmonic/shift/cut command","bond_style hybrid command","bond_style morse command","bond_style none command","bond_style nonlinear command","bond_style quartic command","bond_style command","bond_style table command","boundary command","box command","change_box command","clear command","comm_modify command","comm_style command","compute command","compute ackland/atom command","compute angle/local command","compute angmom/chunk command","compute basal/atom command","compute body/local command","compute bond/local command","compute centro/atom command","compute chunk/atom command","compute cluster/atom command","compute cna/atom command","compute com command","compute com/chunk command","compute contact/atom command","compute coord/atom command","compute damage/atom command","compute dihedral/local command","compute dilatation/atom command","compute displace/atom command","compute erotate/asphere command","compute erotate/rigid command","compute erotate/sphere command","compute erotate/sphere/atom command","compute event/displace command","compute fep command","compute group/group command","compute gyration command","compute gyration/chunk command","compute heat/flux command","compute hexorder/atom command","compute improper/local command","compute inertia/chunk command","compute ke command","compute ke/atom command","compute ke/atom/eff command","compute ke/eff command","compute ke/rigid command","compute meso_e/atom command","compute meso_rho/atom command","compute meso_t/atom command","compute_modify command","compute msd command","compute msd/chunk command","compute msd/nongauss command","compute omega/chunk command","compute orientorder/atom command","compute pair command","compute pair/local command","compute pe command","compute pe/atom command","compute plasticity/atom command","compute pressure command","compute property/atom command","compute property/chunk command","compute property/local command","compute rdf command","compute reduce command","compute saed command","compute slice command","compute smd/contact_radius command","compute smd/damage command","compute smd/hourglass_error command","compute smd/internal_energy command","compute smd/plastic_strain command","compute smd/plastic_strain_rate command","compute smd/rho command","compute smd/tlsph_defgrad command","compute smd/tlsph_dt command","compute smd/tlsph_num_neighs command","compute smd/tlsph_shape command","compute smd/tlsph_strain command","compute smd/tlsph_strain_rate command","compute smd/tlsph_stress command","compute smd/triangle_mesh_vertices","compute smd/ulsph_num_neighs command","compute smd/ulsph_strain command","compute smd/ulsph_strain_rate command","compute smd/ulsph_stress command","compute smd/vol command","compute sna/atom command","compute stress/atom command","compute force/tally command","compute temp command","compute temp/asphere command","compute temp/body command","compute temp/chunk command","compute temp/com command","compute temp/cs command","compute temp/deform command","compute temp/deform/eff command","compute temp/drude command","compute temp/eff command","compute temp/partial command","compute temp/profile command","compute temp/ramp command","compute temp/region command","compute temp/region/eff command","compute temp/rotate command","compute temp/sphere command","compute ti command","compute torque/chunk command","compute vacf command","compute vcm/chunk command","compute voronoi/atom command","compute xrd command","create_atoms command","create_bonds command","create_box command","delete_atoms command","delete_bonds command","dielectric command","dihedral_style charmm command","dihedral_style class2 command","dihedral_coeff command","dihedral_style cosine/shift/exp command","dihedral_style fourier command","dihedral_style harmonic command","dihedral_style helix command","dihedral_style hybrid command","dihedral_style multi/harmonic command","dihedral_style nharmonic command","dihedral_style none command","dihedral_style opls command","dihedral_style quadratic command","dihedral_style command","dihedral_style table command","dimension command","displace_atoms command","dump command","dump h5md command","dump image command","dump_modify command","dump molfile command","echo command","fix command","fix adapt command","fix adapt/fep command","fix addforce command","fix addtorque command","fix append/atoms command","fix atc command","fix atom/swap command","fix ave/atom command","fix ave/chunk command","fix ave/correlate command","fix ave/correlate/long command","fix ave/histo command","fix ave/spatial command","fix ave/spatial/sphere command","fix ave/time command","fix aveforce command","fix balance command","fix bond/break command","fix bond/create command","fix bond/swap command","fix box/relax command","fix colvars command","fix deform command","fix deposit command","fix drag command","fix drude command","fix drude/transform/direct command","fix dt/reset command","fix efield command","fix enforce2d command","fix evaporate command","fix external command","fix freeze command","fix gcmc command","fix gld command","fix gle command","fix gravity command","fix heat command","fix imd command","fix indent command","fix ipi command","fix langevin command","fix langevin/drude command","fix langevin/eff command","fix lb/fluid command","fix lb/momentum command","fix lb/pc command","fix lb/rigid/pc/sphere command","fix lb/viscous command","fix lineforce command","fix meso command","fix meso/stationary command","fix_modify command","fix momentum command","fix move command","fix msst command","fix neb command","fix nvt command","fix nvt/eff command","fix nph/asphere command","fix nph/body command","fix nph/sphere command","fix nphug command","fix npt/asphere command","fix npt/body command","fix npt/sphere command","fix nve command","fix nve/asphere command","fix nve/asphere/noforce command","fix nve/body command","fix nve/eff command","fix nve/limit command","fix nve/line command","fix nve/noforce command","fix nve/sphere command","fix nve/tri command","fix nvt/asphere command","fix nvt/body command","fix nvt/sllod command","fix nvt/sllod/eff command","fix nvt/sphere command","fix oneway command","fix orient/fcc command","fix phonon command","fix pimd command","fix planeforce command","fix poems","fix pour command","fix press/berendsen command","fix print command","fix property/atom command","fix qbmsst command","fix qeq/point command","fix qeq/comb command","fix qeq/reax command","fix qmmm command","fix qtb command","fix reax/bonds command","fix reax/c/species command","fix recenter command","fix restrain command","fix rigid command","fix saed/vtk command","fix setforce command","fix shake command","fix smd command","fix smd/adjust_dt command","fix smd/integrate_tlsph command","fix smd/integrate_ulsph command","fix smd/move_tri_surf command","fix smd/setvel command","<no title>","fix smd/wall_surface command","fix spring command","fix spring/rg command","fix spring/self command","fix srd command","fix store/force command","fix store/state command","fix temp/berendsen command","fix temp/csvr command","fix temp/rescale command","fix temp/rescale/eff command","fix tfmc command","fix thermal/conductivity command","fix ti/rs command","fix ti/spring command","fix tmd command","fix ttm command","fix tune/kspace command","fix vector command","fix viscosity command","fix viscous command","fix wall/lj93 command","fix wall/gran command","fix wall/piston command","fix wall/reflect command","fix wall/region command","fix wall/srd command","group command","group2ndx command","if command","improper_style class2 command","improper_coeff command","improper_style cossq command","improper_style cvff command","improper_style distance command","improper_style fourier command","improper_style harmonic command","improper_style hybrid command","improper_style none command","improper_style ring command","improper_style command","improper_style umbrella command","include command","info command","jump command","kspace_modify command","kspace_style command","label command","lattice command","log command","mass command","min_modify command","min_style command","minimize command","molecule command","neb command","neigh_modify command","neighbor command","newton command","next command","package command","pair_style adp command","pair_style airebo command","pair_style awpmd/cut command","pair_style beck command","pair_style body command","pair_style body/rounded/polygon command","pair_style bop command","pair_style born command","pair_style brownian command","pair_style buck command","pair_style buck/long/coul/long command","pair_style lj/charmm/coul/charmm command","pair_style lj/class2 command","pair_coeff command","pair_style colloid command","pair_style comb command","pair_style coul/cut command","pair_style coul/diel command","pair_style born/coul/long/cs command","pair_style lj/cut/dipole/cut command","pair_style dpd command","pair_style dsmc command","pair_style eam command","pair_style edip command","pair_style eff/cut command","pair_style eim command","pair_style gauss command","pair_style gayberne command","pair_style gran/hooke command","pair_style lj/gromacs command","pair_style hbond/dreiding/lj command","pair_style hybrid command","pair_style kim command","pair_style lcbop command","pair_style line/lj command","pair_style list command","pair_style lj/cut command","pair_style lj96/cut command","pair_style lj/cubic command","pair_style lj/expand command","pair_style lj/long/coul/long command","pair_style lj/sf command","pair_style lj/smooth command","pair_style lj/smooth/linear command","pair_style lj/cut/soft command","pair_style lubricate command","pair_style lubricateU command","pair_style lj/mdf command","pair_style meam command","pair_style meam/spline","pair_style meam/sw/spline","pair_style mgpt command","pair_style mie/cut command","pair_modify command","pair_style morse command","pair_style nb3b/harmonic command","pair_style nm/cut command","pair_style none command","pair_style peri/pmb command","pair_style polymorphic command","pair_style quip command","pair_style reax command","pair_style reax/c command","pair_style resquared command","pair_style lj/sdk command","pair_style smd/hertz command","pair_style smd/tlsph command","pair_style smd/tri_surface command","pair_style smd/ulsph command","pair_style smtbq command","pair_style snap command","pair_style soft command","pair_style sph/heatconduction command","pair_style sph/idealgas command","pair_style sph/lj command","pair_style sph/rhosum command","pair_style sph/taitwater command","pair_style sph/taitwater/morris command","pair_style srp command","pair_style command","pair_style sw command","pair_style table command","pair_style tersoff command","pair_style tersoff/mod command","pair_style tersoff/zbl command","pair_style thole command","pair_style tri/lj command","pair_style vashishta command","pair_write command","pair_style yukawa command","pair_style yukawa/colloid command","pair_style zbl command","partition command","prd command","print command","processors command","python command","quit command","read_data command","read_dump command","read_restart command","region command","replicate command","rerun command","reset_timestep command","restart command","run command","run_style command","set command","shell command","special_bonds command","suffix command","tad command","temper command","thermo command","thermo_modify command","thermo_style command","timer command","timestep command","<no title>","uncompute command","undump command","unfix command","units command","variable command","velocity command","write_data command","write_dump command","write_restart command"],titleterms:{"break":215,"default":[37,39,40,55,57,58,59,61,62,71,87,88,92,103,104,106,108,109,120,124,125,142,148,156,157,161,167,168,171,173,187,189,190,191,193,194,195,196,198,199,200,202,203,204,206,210,211,212,215,216,218,219,220,221,225,228,231,232,237,239,240,241,242,243,245,250,253,255,256,260,276,277,281,282,285,286,287,288,289,291,294,296,297,299,300,314,316,321,322,323,324,327,329,331,333,337,350,353,355,356,358,359,361,362,364,366,367,368,370,373,377,379,395,416,417,422,424,432,433,449,450,464,465,466,469,470,472,474,476,477,478,481,483,485,486,487,488,489,494,496,497,498],"function":495,"long":[208,378,380,381,382,383,387,389,390,407,411,415,427,435],"new":8,"static":12,acceler:1,ackland:64,acknowledg:7,adapt:[198,199],addforc:200,addit:[12,13],addtorqu:201,adiabat:6,adjust_dt:304,adp:371,airebo:372,alloi:393,amber2lmp:13,amber:6,angl:[8,65],angle_coeff:22,angle_styl:[2,20,21,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38],angmom:66,append:202,arrai:6,aspher:[6,82,146,257,261,265,266,274],atc:[9,203],atom:[6,7,8,64,67,70,71,72,73,76,77,78,80,81,85,92,96,97,100,101,102,108,112,113,115,142,143,166,202,204,205,288,495],atom_modifi:39,atom_styl:40,attract:5,aug:[],aveforc:213,awpmd:[9,373],balanc:[41,214],barostat:6,basal:67,beck:374,berendsen:[286,317],between:6,binary2txt:13,bodi:[6,8,42,68,147,258,262,267,275,375,376],bond:[8,13,69,215,216,217,295],bond_coeff:44,bond_styl:[2,43,45,46,47,48,49,50,51,52,53,54,55,56],bop:377,born:[378,389],boundari:[7,57],box:[6,58,218],brownian:379,buck:[380,381,389,418],bug:3,build:[9,11,12],calcul:6,call:12,categori:2,centro:70,ch2lmp:13,chain:13,change_box:59,charmm:[6,20,174,382,415],chunk:[6,66,71,75,90,94,105,107,116,148,163,165,206],citat:7,class2:[21,43,175,340,383],clear:60,cluster:72,cmm:9,cna:73,code:6,coeffici:6,colloid:[331,385,461],colvar:[9,13,219],com:[74,75,149],comb3:386,comb:[291,386],come:5,comm_modifi:61,comm_styl:62,comman:[],command:[2,6,8,12,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,491,492,493,494,495,496,497,498,499],common:3,comparison:1,compos:6,compress:9,comput:[2,6,8,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,495],compute_modifi:103,condit:7,conduct:[6,322],constant:6,constraint:7,contact:76,contact_radiu:122,coord:77,core:6,correl:[207,208],cosin:[23,24,25,26,27,28,177],cossq:342,coul:[378,380,381,382,383,387,388,389,400,407,411,415,427,435],coupl:6,creat:216,create_atom:168,create_bond:169,create_box:170,createatom:13,creation:7,csld:318,csvr:318,cubic:409,cuda:[9,14,111,114,145,155,200,213,227,230,234,255,264,301,302,317,319,330,378,380,382,383,393,399,400,407,408,410,413,425,451,453],custom:8,cut:[49,373,380,383,387,390,395,397,407,408,415,423,427],cvff:343,damag:[78,123],data2xmovi:13,data:6,databas:13,deby:[387,407],dec:[],deform:[151,152,220],delete_atom:171,delete_bond:172,delta:24,deposit:221,descript:[20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,491,492,493,494,495,496,497,498,499],diagnost:7,diel:388,dielectr:173,diffract:9,diffus:6,dihedr:[8,79],dihedral_coeff:176,dihedral_styl:[2,174,175,177,178,179,180,181,182,183,184,185,186,187,188],dilat:80,dimens:189,dipol:[6,29,390],direct:224,discuss:6,disp:6,displac:[81,86],displace_atom:190,distanc:344,distribut:[7,12],document:0,dpd:391,drag:222,dreid:[6,401],drude:[6,9,153,223,224,240],dsf:[387,407],dsmc:392,dump:[6,8,191,192,193,195],dump_modifi:194,dynam:290,eam:[13,393],echo:196,edip:394,eff:[9,13,97,98,152,154,159,241,256,268,277,320,395],efield:226,eim:396,elast:6,emac:13,enforce2d:227,ensembl:7,erot:[82,83,84,85],error:3,evapor:228,event:86,exampl:[1,4,6,11,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,482,483,484,485,486,487,488,489,491,492,493,494,495,496,497,498,499],exp:[27,177],expand:[46,410],extend:[8,11],extern:229,fcc:280,featur:[7,8,495],fene:[45,46],fep:[9,13,87,199],field:[6,7],file:6,finit:6,fire:290,fix:[2,6,8,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,495],fix_modifi:[198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,218,219,220,221,222,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,328,329,330,331,332,333,334,335,336],flow:6,fluid:242,flux:[91,144],forc:[6,7,144,315],fourier:[30,31,178,345],freez:230,from:[6,11],futur:5,gauss:397,gaybern:398,gcmc:231,gener:[1,6,7,13],get:12,gld:232,gle:233,global:6,gpu:[9,15,374,378,380,382,383,385,387,390,391,393,397,398,400,407,408,409,410,423,425,434,435,442,451,452,453,460,461,462],gran:[332,399],granular:6,graviti:234,gromac:400,group2ndx:338,group:[88,337,495],gyrat:[89,90],h5md:[9,191,192],harmon:[32,47,48,49,179,182,331,346,426],hbond:401,heat:[91,144,235],heatconduct:443,helix:180,hertz:[399,436],hexord:92,histo:209,histori:[5,399],hook:399,hourglass_error:124,how:6,hybrid:[33,50,181,347,402],idealga:444,imag:[191,193],imd:236,implicit:382,improp:[8,93],improper_coeff:341,improper_styl:[2,340,342,343,344,345,346,347,348,349,350,351],includ:352,inclus:8,indent:237,indic:0,individu:2,induc:6,inertia:94,info:[0,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,218,219,220,221,222,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,328,329,330,331,332,333,334,335,336,353],input:[2,6,8],instal:11,instruct:9,integr:[6,7],integrate_tlsph:305,integrate_ulsph:306,intel:[9,16,255,264,265,380,382,398,407,451,453],interfac:[6,11],internal_energi:125,introduct:7,invers:224,ipi:238,ipp:13,jan:0,jul:[],jump:354,kate:13,keyword:424,kim:[9,403],kokko:[9,17],kspace:[2,8,9,327],kspace_modifi:355,kspace_styl:[6,356],label:357,lammp:[0,1,2,6,7,8,11,12],langevin:[239,240,241],lattic:358,lcbop:404,lennard:418,librari:[6,11,12],limit:[269,319],line:[12,270,405],linear:414,lineforc:247,list:[2,406],lj1043:331,lj126:331,lj93:331,lj96:408,lmp2arc:13,lmp2cfg:13,lmp2vmd:13,local:[6,65,68,69,79,93,110,117],log:359,lubric:416,lubricateu:417,make:12,mass:360,math:495,matlab:13,mdf:418,meam:[9,419,420,421],measur:1,meso:[248,249],meso_:100,meso_rho:101,meso_t:102,messag:3,mgpt:[9,422],micelle2d:13,mie:423,min_modifi:361,min_styl:362,minim:[8,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,218,219,220,221,222,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,328,329,330,331,332,333,334,335,336,363],misc:9,mod:[326,454],model:[6,7],modifi:8,molecul:364,molfil:[9,191,195],moltempl:13,momentum:[243,251],morri:448,mors:[51,401,425],move:252,move_tri_surf:307,movi:[191,193],mpi:11,msd:[104,105,106],msi2lmp:13,msm:[378,380,382,387,407],msst:253,multi:[6,7,182],multipl:6,nb3b:426,neb:[254,365],neigh_modifi:366,neighbor:367,nemd:6,newton:368,next:369,nharmon:183,noforc:[266,271],non:[6,7],none:[34,52,184,348,428],nongauss:106,nonlinear:53,nph:[255,256,257,258,259,299],nphug:260,npt:[255,256,261,262,263,299],nve:[264,265,266,267,268,269,270,271,272,273,299],nvt:[255,256,274,275,276,277,278,299],omega:107,omp:[9,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,43,45,46,47,48,49,51,53,54,56,174,175,177,178,179,180,182,183,185,186,188,234,255,257,259,260,261,263,264,272,274,276,278,291,340,342,343,345,346,349,351,371,372,374,378,379,380,381,382,383,385,386,387,388,390,391,393,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,420,421,425,426,427,429,434,435,442,451,452,453,454,455,457,458,460,461,462],onewai:279,open:7,oper:495,opl:185,opt:[19,382,393,407,411,425],optim:1,option:[6,8,12],orient:280,orientord:108,orthogon:6,other:6,output:[6,7,8,12,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,218,219,220,221,222,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,328,329,330,331,332,333,334,335,336],overlai:402,overview:11,packag:[1,9,12,14,15,16,17,18,19,370],pair:[6,109,110],pair_coeff:384,pair_modifi:424,pair_styl:[2,371,372,373,374,375,376,377,378,379,380,381,382,383,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,460,461,462],pair_writ:459,pairwis:8,parallel:11,paramet:6,pars:2,partial:155,particl:[6,7,42],partit:463,past:5,per:6,perform:[1,10],peri:429,period:25,phonon:[9,13,281],pimd:282,piston:333,planeforc:283,plastic:113,plastic_strain:126,plastic_strain_r:127,pmb:429,poem:[9,284],point:290,polariz:6,poli:[379,416,417],polygon:376,polym:13,polymorph:430,post:7,potenti:[2,6,8],pour:285,pppm:6,prd:464,pre:7,press:286,pressur:114,previou:12,print:[287,465],problem:[3,4],process:[6,7],processor:466,profil:156,properti:[6,115,116,117,288],pymol_aspher:13,python:[9,11,13,467],qbmsst:289,qeq:[290,291,292],qmmm:[9,293],qtb:[9,294],quadrat:186,quantiti:6,quartic:[35,54],quip:431,quit:468,ramp:157,rattl:302,rdf:118,read_data:469,read_dump:470,read_restart:471,reax:[9,13,292,295,296,432,433],reaxc:9,rebo:372,recent:297,reduc:119,refer:495,reflect:334,region:[8,119,158,159,335,472,495],relat:[20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,40,41,43,44,45,46,47,48,49,50,51,53,54,55,56,57,59,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,83,84,85,86,87,89,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,228,230,231,232,233,234,235,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,294,295,296,297,299,300,301,303,304,305,306,307,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,349,350,351,352,353,354,355,356,358,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,474,475,476,477,478,479,481,482,483,484,485,486,487,488,489,491,492,493,495,496,497,498,499],relax:218,replic:473,replica:[6,7],report:3,requir:12,rerun:474,rescal:[319,320],reset:225,reset_timestep:475,resquar:434,restart2data:13,restart:[6,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,218,219,220,221,222,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,328,329,330,331,332,333,334,335,336,476],restrain:298,restrict:[14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,491,492,493,494,495,496,497,498,499],rho:128,rhosum:446,rigid:[6,83,99,245,299],ring:349,rotat:160,round:376,rule:2,run:[6,11,12,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,218,219,220,221,222,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,328,329,330,331,332,333,334,335,336,477],run_styl:478,scalabl:10,scalar:6,screen:12,script:[2,6,8,11],sdk:[36,435],self:313,serial:11,set:[6,479],setforc:301,setvel:308,shake:302,share:[11,12],shell:[6,480],shield:290,shift:[26,27,48,49,177],simpl:31,simul:6,size:6,slater:290,slice:121,sllod:[276,277],small:299,smd:[9,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,303,304,305,306,307,308,310,436,437,438,439],smooth:[413,414],smtbq:[9,440],sna:142,snad:142,snap:441,snapshot:6,snav:142,soft:[415,442],solver:2,sourc:7,spatial:[210,211],spc:6,speci:296,special:[7,424,495],special_bond:481,sph:[9,443,444,445,446,447,448],sphere:[84,85,161,211,245,259,263,272,278],spheric:6,spline:[420,421],spring:[311,312,313,324],squar:28,srd:[314,336],srp:449,standard:9,start:[12,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,218,219,220,221,222,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,328,329,330,331,332,333,334,335,336],state:316,stationari:249,stop:[198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,218,219,220,221,222,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,328,329,330,331,332,333,334,335,336],store:[315,316],strategi:1,streitz:387,stress:[143,144],structur:2,style:[1,2,6,8],submit:8,suffix:482,summari:6,swap:[204,217],syntax:[20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,281,282,283,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,491,492,493,494,495,496,497,498,499],system:6,tabl:[0,6,38,56,188,452,453],tad:483,taitwat:[447,448],talli:144,temp:[145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,317,318,319,320],temper:484,temperatur:6,tersoff:[453,454,455],test:11,tfmc:321,thermal:[6,322],thermo:[6,485],thermo_modifi:486,thermo_styl:487,thermodynam:[6,8],thermostat:6,thole:456,time:[6,212],timer:488,timestep:489,tip3p:6,tip4p:[6,387,407,411,415],tip:12,tlsph:437,tlsph_defgrad:129,tlsph_dt:130,tlsph_num_neigh:131,tlsph_shape:132,tlsph_strain:133,tlsph_strain_rat:134,tlsph_stress:135,tmd:325,tool:[12,13],torqu:163,transform:224,tri:[273,457],tri_surfac:438,triangle_mesh_vertic:136,triclin:6,tstat:391,ttm:326,tune:327,type:7,ulsph:439,ulsph_num_neigh:137,ulsph_strain:138,ulsph_strain_r:139,ulsph_stress:140,umbrella:351,uncomput:491,undump:492,unfix:493,unit:494,user:[9,12,14,16,18],vacf:164,valu:[6,495],variabl:[6,8,495],variou:1,vashishta:458,vcm:165,vector:[6,328,495],veloc:496,version:[0,5,12],via:12,vim:13,viscos:[6,329],viscou:[246,330],visual:6,vol:141,voronoi:[9,166],vtk:300,wall:[6,331,332,333,334,335,336],wall_surfac:310,warn:3,water:6,weight:209,what:[7,12],wolf:[378,387],wrapper:11,write:6,write_data:497,write_dump:498,write_restart:499,xmgrace:13,xmovi:13,xrd:167,xtc:9,yukawa:[460,461],zbl:[455,462]}}) \ No newline at end of file +Search.setIndex({envversion:47,filenames:["Manual","Section_accelerate","Section_commands","Section_errors","Section_example","Section_history","Section_howto","Section_intro","Section_modify","Section_packages","Section_perf","Section_python","Section_start","Section_tools","accelerate_cuda","accelerate_gpu","accelerate_intel","accelerate_kokkos","accelerate_omp","accelerate_opt","angle_charmm","angle_class2","angle_coeff","angle_cosine","angle_cosine_delta","angle_cosine_periodic","angle_cosine_shift","angle_cosine_shift_exp","angle_cosine_squared","angle_dipole","angle_fourier","angle_fourier_simple","angle_harmonic","angle_hybrid","angle_none","angle_quartic","angle_sdk","angle_style","angle_table","atom_modify","atom_style","balance","body","bond_class2","bond_coeff","bond_fene","bond_fene_expand","bond_harmonic","bond_harmonic_shift","bond_harmonic_shift_cut","bond_hybrid","bond_morse","bond_none","bond_nonlinear","bond_quartic","bond_style","bond_table","boundary","box","change_box","clear","comm_modify","comm_style","compute","compute_ackland_atom","compute_angle_local","compute_angmom_chunk","compute_basal_atom","compute_body_local","compute_bond_local","compute_centro_atom","compute_chunk_atom","compute_cluster_atom","compute_cna_atom","compute_com","compute_com_chunk","compute_contact_atom","compute_coord_atom","compute_damage_atom","compute_dihedral_local","compute_dilatation_atom","compute_displace_atom","compute_erotate_asphere","compute_erotate_rigid","compute_erotate_sphere","compute_erotate_sphere_atom","compute_event_displace","compute_fep","compute_group_group","compute_gyration","compute_gyration_chunk","compute_heat_flux","compute_hexorder_atom","compute_improper_local","compute_inertia_chunk","compute_ke","compute_ke_atom","compute_ke_atom_eff","compute_ke_eff","compute_ke_rigid","compute_meso_e_atom","compute_meso_rho_atom","compute_meso_t_atom","compute_modify","compute_msd","compute_msd_chunk","compute_msd_nongauss","compute_omega_chunk","compute_orientorder_atom","compute_pair","compute_pair_local","compute_pe","compute_pe_atom","compute_plasticity_atom","compute_pressure","compute_property_atom","compute_property_chunk","compute_property_local","compute_rdf","compute_reduce","compute_saed","compute_slice","compute_smd_contact_radius","compute_smd_damage","compute_smd_hourglass_error","compute_smd_internal_energy","compute_smd_plastic_strain","compute_smd_plastic_strain_rate","compute_smd_rho","compute_smd_tlsph_defgrad","compute_smd_tlsph_dt","compute_smd_tlsph_num_neighs","compute_smd_tlsph_shape","compute_smd_tlsph_strain","compute_smd_tlsph_strain_rate","compute_smd_tlsph_stress","compute_smd_triangle_mesh_vertices","compute_smd_ulsph_num_neighs","compute_smd_ulsph_strain","compute_smd_ulsph_strain_rate","compute_smd_ulsph_stress","compute_smd_vol","compute_sna_atom","compute_stress_atom","compute_tally","compute_temp","compute_temp_asphere","compute_temp_body","compute_temp_chunk","compute_temp_com","compute_temp_cs","compute_temp_deform","compute_temp_deform_eff","compute_temp_drude","compute_temp_eff","compute_temp_partial","compute_temp_profile","compute_temp_ramp","compute_temp_region","compute_temp_region_eff","compute_temp_rotate","compute_temp_sphere","compute_ti","compute_torque_chunk","compute_vacf","compute_vcm_chunk","compute_voronoi_atom","compute_xrd","create_atoms","create_bonds","create_box","delete_atoms","delete_bonds","dielectric","dihedral_charmm","dihedral_class2","dihedral_coeff","dihedral_cosine_shift_exp","dihedral_fourier","dihedral_harmonic","dihedral_helix","dihedral_hybrid","dihedral_multi_harmonic","dihedral_nharmonic","dihedral_none","dihedral_opls","dihedral_quadratic","dihedral_style","dihedral_table","dimension","displace_atoms","dump","dump_h5md","dump_image","dump_modify","dump_molfile","echo","fix","fix_adapt","fix_adapt_fep","fix_addforce","fix_addtorque","fix_append_atoms","fix_atc","fix_atom_swap","fix_ave_atom","fix_ave_chunk","fix_ave_correlate","fix_ave_correlate_long","fix_ave_histo","fix_ave_spatial","fix_ave_spatial_sphere","fix_ave_time","fix_aveforce","fix_balance","fix_bond_break","fix_bond_create","fix_bond_swap","fix_box_relax","fix_colvars","fix_deform","fix_deposit","fix_drag","fix_drude","fix_drude_transform","fix_dt_reset","fix_efield","fix_enforce2d","fix_evaporate","fix_external","fix_freeze","fix_gcmc","fix_gld","fix_gle","fix_gravity","fix_heat","fix_imd","fix_indent","fix_ipi","fix_langevin","fix_langevin_drude","fix_langevin_eff","fix_lb_fluid","fix_lb_momentum","fix_lb_pc","fix_lb_rigid_pc_sphere","fix_lb_viscous","fix_lineforce","fix_meso","fix_meso_stationary","fix_modify","fix_momentum","fix_move","fix_msst","fix_neb","fix_nh","fix_nh_eff","fix_nph_asphere","fix_nph_body","fix_nph_sphere","fix_nphug","fix_npt_asphere","fix_npt_body","fix_npt_sphere","fix_nve","fix_nve_asphere","fix_nve_asphere_noforce","fix_nve_body","fix_nve_eff","fix_nve_limit","fix_nve_line","fix_nve_noforce","fix_nve_sphere","fix_nve_tri","fix_nvt_asphere","fix_nvt_body","fix_nvt_sllod","fix_nvt_sllod_eff","fix_nvt_sphere","fix_oneway","fix_orient_fcc","fix_phonon","fix_pimd","fix_planeforce","fix_poems","fix_pour","fix_press_berendsen","fix_print","fix_property_atom","fix_qbmsst","fix_qeq","fix_qeq_comb","fix_qeq_reax","fix_qmmm","fix_qtb","fix_reax_bonds","fix_reaxc_species","fix_recenter","fix_restrain","fix_rigid","fix_saed_vtk","fix_setforce","fix_shake","fix_smd","fix_smd_adjust_dt","fix_smd_integrate_tlsph","fix_smd_integrate_ulsph","fix_smd_move_triangulated_surface","fix_smd_setvel","fix_smd_tlsph_reference_configuration","fix_smd_wall_surface","fix_spring","fix_spring_rg","fix_spring_self","fix_srd","fix_store_force","fix_store_state","fix_temp_berendsen","fix_temp_csvr","fix_temp_rescale","fix_temp_rescale_eff","fix_tfmc","fix_thermal_conductivity","fix_ti_rs","fix_ti_spring","fix_tmd","fix_ttm","fix_tune_kspace","fix_vector","fix_viscosity","fix_viscous","fix_wall","fix_wall_gran","fix_wall_piston","fix_wall_reflect","fix_wall_region","fix_wall_srd","group","group2ndx","if","improper_class2","improper_coeff","improper_cossq","improper_cvff","improper_distance","improper_fourier","improper_harmonic","improper_hybrid","improper_none","improper_ring","improper_style","improper_umbrella","include","info","jump","kspace_modify","kspace_style","label","lattice","log","mass","min_modify","min_style","minimize","molecule","neb","neigh_modify","neighbor","newton","next","package","pair_adp","pair_airebo","pair_awpmd","pair_beck","pair_body","pair_body_rounded_polygon","pair_bop","pair_born","pair_brownian","pair_buck","pair_buck_long","pair_charmm","pair_class2","pair_coeff","pair_colloid","pair_comb","pair_coul","pair_coul_diel","pair_cs","pair_dipole","pair_dpd","pair_dsmc","pair_eam","pair_edip","pair_eff","pair_eim","pair_gauss","pair_gayberne","pair_gran","pair_gromacs","pair_hbond_dreiding","pair_hybrid","pair_kim","pair_lcbop","pair_line_lj","pair_list","pair_lj","pair_lj96","pair_lj_cubic","pair_lj_expand","pair_lj_long","pair_lj_sf","pair_lj_smooth","pair_lj_smooth_linear","pair_lj_soft","pair_lubricate","pair_lubricateU","pair_mdf","pair_meam","pair_meam_spline","pair_meam_sw_spline","pair_mgpt","pair_mie","pair_modify","pair_morse","pair_nb3b_harmonic","pair_nm","pair_none","pair_peri","pair_polymorphic","pair_quip","pair_reax","pair_reax_c","pair_resquared","pair_sdk","pair_smd_hertz","pair_smd_tlsph","pair_smd_triangulated_surface","pair_smd_ulsph","pair_smtbq","pair_snap","pair_soft","pair_sph_heatconduction","pair_sph_idealgas","pair_sph_lj","pair_sph_rhosum","pair_sph_taitwater","pair_sph_taitwater_morris","pair_srp","pair_style","pair_sw","pair_table","pair_tersoff","pair_tersoff_mod","pair_tersoff_zbl","pair_thole","pair_tri_lj","pair_vashishta","pair_write","pair_yukawa","pair_yukawa_colloid","pair_zbl","partition","prd","print","processors","python","quit","read_data","read_dump","read_restart","region","replicate","rerun","reset_timestep","restart","run","run_style","set","shell","special_bonds","suffix","tad","temper","thermo","thermo_modify","thermo_style","timer","timestep","tutorial_drude","uncompute","undump","unfix","units","variable","velocity","write_data","write_dump","write_restart"],objects:{},objnames:{},objtypes:{},terms:{"00a":323,"00b":323,"02214e23":91,"03275e":494,"0892e":12,"0b1":11,"0e20":[339,472,495],"0e4":[253,332,399],"0e5":253,"0x98b5e0":193,"100k":1,"1024x1024":193,"10e":389,"10f":3,"10g":495,"10th":[464,470,483],"10x":[3,362,363,365,366,377],"10x10x10":156,"10x20x20":358,"11e":10,"15g":[194,495],"16g":[206,212],"16x":1,"18986e":363,"18e":10,"1_12":358,"1_3":358,"1_6":358,"1_prop":6,"1st":[2,6,8,12,20,22,38,44,56,57,58,60,71,87,162,174,176,188,198,199,206,207,208,209,210,211,212,216,220,255,287,297,325,337,341,360,366,371,372,377,384,386,393,395,396,403,404,413,414,419,420,421,426,430,441,451,452,453,454,455,458,463,469,477,478,481,495],"1x2x2":466,"2000k":193,"20x":377,"23899e":363,"2400k":193,"256k":10,"25x":10,"298k":388,"2_3":358,"2k_ss":395,"2nd":[2,3,6,11,12,15,17,38,45,46,56,57,60,71,77,88,150,157,188,194,206,207,208,209,210,211,212,216,218,220,255,299,303,311,337,340,347,354,363,364,365,366,370,372,386,395,401,402,419,441,450,451,452,453,454,455,458,469,476,478,481,495],"2pi":188,"2theta":167,"2x1x2":466,"2x2x1":466,"2x2x2":466,"2x4x10":466,"2x5":395,"300k":[233,299,496],"32k":10,"3419e":253,"3806504e":[6,91],"38e":10,"3n_k":232,"3nk":289,"3nkb":294,"3rd":[15,17,20,38,56,71,106,116,188,206,207,209,210,211,212,216,299,300,337,364,368,370,386,395,401,402,441,451,452,453,454,455,458,469,476,481,495],"3x3":[91,358],"4857990943e":395,"4_94":11,"4th":[6,38,56,81,104,105,118,164,174,188,194,311,337,356,369,371,372,377,393,396,403,419,426,430,441,451,452,453,455,458,469,476,481,484,499],"4x10":354,"4x2x10":466,"4x6x10":466,"50k":1,"53xx":18,"54xx":18,"55e":10,"5_1":377,"5_12":358,"5_6":358,"5kx":[200,226],"5nlog_2":12,"5th":[118,363,486],"6021765e":494,"6863e22":429,"6x6":6,"72360e":253,"7797e":253,"7842e":12,"8032044e":494,"8706e":440,"8706q":440,"8730m":440,"8730n":440,"8e12":208,"8x1":6,"8x2":[6,12],"948q":440,"9e18":[12,39],"9e9":429,"9jan09":[332,399],"9th":365,"__main__":467,"__pthread_key_cr":12,"_compute_group_group":144,"_compute_heat_flux":144,"_compute_t":8,"_j1m1m1":142,"_j2m2m2":142,"_serial":12,"abstract":17,"boolean":[3,337,339],"break":[],"byte":[3,12,208,486],"case":[1,2,3,6,8,9,11,12,13,15,16,17,18,39,40,41,45,46,59,61,63,71,73,104,105,110,116,118,119,145,146,147,148,149,151,154,155,156,157,158,160,161,162,166,168,170,171,172,174,190,191,192,193,194,200,201,205,206,207,209,210,211,212,213,214,216,218,220,224,226,228,231,234,235,237,238,239,240,242,253,255,256,257,258,259,260,261,262,263,274,275,276,278,280,281,286,288,289,290,291,298,299,301,303,305,306,308,311,314,317,318,319,321,322,326,328,329,331,332,334,335,336,337,339,354,355,356,358,360,362,363,364,365,367,369,370,372,382,385,387,389,393,395,398,399,401,402,403,415,416,417,419,422,424,426,430,433,436,438,442,449,452,453,455,462,464,467,469,471,472,476,477,479,481,483,485,486,487,488,490,494,495,496,498,499],"catch":[1,3,467],"char":[6,8,440],"class":[1,3,5,6,7,8,9,11,12,13,22,37,44,55,176,187,229,288,341,350,383,402,432,433,450,458,467,469],"default":[],"export":[193,384],"final":[3,5,6,7,8,11,12,17,41,59,87,143,194,205,206,207,209,210,211,212,214,218,220,231,254,255,260,289,293,299,300,303,323,325,326,333,339,363,365,371,372,377,393,396,403,415,419,426,430,431,451,452,453,455,458,464,477,483,490,495,497],"float":[3,6,8,12,40,42,71,115,191,194,206,212,236,288,300,316,395,437,439,467,469,479,486,495],"function":[],"import":[1,2,3,6,11,17,71,106,168,179,197,218,231,234,239,240,255,294,317,318,319,321,326,336,338,415,422,467,469,478,486,490],"int":[3,6,8,11,102,229,231,239,241,294,326,486],"long":[],"new":[],"null":[3,6,91,92,108,114,143,168,197,213,219,222,225,252,288,297,301,303,307,308,311,312,332,371,372,386,393,396,399,402,403,404,419,420,421,426,430,432,433,441,451,453,454,455,458,469,472,477,479,496],"public":[0,7,8,12,229,238,396,431,440],"return":[2,3,6,8,11,14,15,16,17,18,19,41,71,110,119,136,137,141,166,168,194,206,210,211,220,229,255,339,352,354,399,466,467,468,476,479,485,495],"short":[1,3,6,7,13,16,166,255,299,314,327,356,366,367,370,372,377,378,380,381,382,386,387,389,395,402,405,407,411,415,418,419,424,427,435,440,452,456,464,467,477,479,483,490],"static":[],"switch":[1,3,6,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,43,45,46,47,48,49,51,53,54,56,91,111,114,142,145,155,167,174,175,177,178,179,180,182,183,185,186,188,193,196,200,204,213,220,227,230,234,238,239,242,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,291,299,301,302,317,319,323,324,330,334,340,342,343,345,346,349,351,352,354,356,359,365,369,370,371,372,374,378,379,380,381,382,383,385,386,387,390,391,393,394,396,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,420,422,425,426,427,429,432,434,435,442,451,452,453,454,455,457,458,460,461,462,463,464,466,469,471,472,476,478,482,484,495,497,499],"throw":486,"true":[6,12,13,17,110,117,191,206,214,216,220,255,256,280,281,282,286,299,321,325,337,339,370,395,399,440,451,467,471,479,495],"try":[1,3,8,12,17,19,206,236,242,322,323,324,329,467,495],"var":[3,11,12,168,337,354,480,495],"void":[4,6,7,8,41,171,214,229,472],"while":[1,3,9,10,11,12,13,14,18,71,106,142,151,166,179,191,195,204,211,218,220,224,232,233,238,239,240,242,255,276,289,290,294,296,327,356,363,370,377,388,393,433,453,455,458,464,467,478,483,490],a10:339,a123:339,a12:434,a2m:[6,91],a_0:[242,326,377],a_0_real:242,a_1:326,a_2:326,a_3:326,a_4:326,a_c:385,a_cc:385,a_f:455,a_i:[],a_ij:377,a_j:[],a_pi:377,a_sigma:377,a_ss:385,aacut:281,aat:175,aatom1:117,aatom2:117,aatom3:117,ab_23_cd:339,abbrevi:12,abc:[3,12,339,467,495],abf:219,abf_integr:13,abi:195,abil:[3,9,218,255,286,299,395],abl:[3,8,11,12,39,86,191,195,217,226,230,322,329,370,467,495,498],ablat:326,about:[0,1,3,4,6,8,9,10,11,12,13,17,39,41,42,61,63,78,110,117,118,120,162,168,191,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,220,221,222,224,225,226,227,228,229,230,231,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,251,254,260,264,265,266,267,268,269,270,271,272,273,279,280,281,283,284,285,286,287,288,290,291,292,293,294,295,296,297,298,299,300,301,302,311,312,314,315,317,318,319,320,321,322,323,324,325,326,328,329,330,331,333,334,335,336,337,353,356,362,363,365,370,375,376,382,387,402,429,433,461,467,470,471,476,477,479,484,488,495,497,499],abov:[1,2,6,7,8,10,11,12,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,38,40,41,42,43,44,45,46,47,48,49,50,51,53,54,56,57,63,64,68,70,71,72,73,76,77,86,87,89,90,91,94,95,97,98,114,116,118,120,142,143,145,146,147,148,149,150,151,154,155,156,157,158,160,161,162,166,167,168,170,171,174,175,176,177,178,179,180,181,182,183,185,186,188,191,192,193,194,197,198,199,200,201,206,207,209,210,211,212,214,217,218,220,221,226,229,231,235,237,239,240,241,245,254,255,260,282,285,287,292,298,299,303,311,314,317,318,319,320,337,339,340,341,342,343,344,345,346,347,349,351,356,358,360,364,365,369,370,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,390,391,392,393,394,395,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,417,418,419,422,423,424,425,427,429,430,432,433,434,435,440,441,442,443,444,445,446,447,448,449,451,452,453,454,455,456,457,458,460,461,462,463,464,465,466,467,469,470,471,472,473,476,477,478,479,480,483,484,487,490,495,496,498,499],abscissa:452,absenc:201,absent:490,absolut:[3,194,204,219,220,224,303,316,355,356,363,399,407,470],absorb:326,absoult:356,ac3:167,academ:231,acc:321,acceler:[],accelri:[6,13],accept:[7,12,87,168,194,204,217,220,231,321,381,411,477,484],acceptor:401,access:[0,3,6,7,8,9,11,12,16,40,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,85,88,89,90,91,92,93,94,96,97,100,101,102,104,105,106,107,108,109,110,112,113,114,115,116,117,119,120,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,146,147,148,149,150,151,152,153,155,156,157,158,159,160,161,163,164,165,166,167,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,220,221,222,225,226,227,228,229,230,231,232,233,234,235,236,237,239,241,242,243,244,245,246,247,248,249,251,252,253,254,255,260,264,265,266,267,268,269,270,271,272,273,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,308,311,312,313,314,315,316,317,318,319,320,322,323,324,325,326,328,329,330,331,332,333,334,335,336,355,370,397,399,401,402,419,432,433,442,466,467,470,475,487,495],accidenti:349,accler:16,accommod:202,accomod:255,accompani:8,accomplish:[16,220,243,271],accord:[6,64,71,123,129,132,150,193,204,215,216,242,255,281,289,303,305,323,324,326,331,332,334,335,336,366,370,395,399,410,413,430,437,439,440,442,444,445,447,448,449,478,483,495],accordingli:[11,14,146,147,161,172,366,416,417,449],account:[3,6,9,87,120,150,166,167,176,187,207,209,225,236,237,239,255,261,262,263,274,275,276,278,280,284,290,299,300,302,311,312,313,314,317,318,319,322,326,329,345,364,387,399,407,411,416,417,419,422,440,466,483,496],accuml:[3,299,322,329],accumul:[1,6,8,15,71,144,197,207,208,239,299,303,328,353,370,475,494],accur:[1,3,6,15,17,38,41,56,151,214,253,294,299,302,314,322,329,335,337,356,377,395,398,399,424,434,450,452,453,455,483,488,495],accuraci:[1,3,6,12,41,190,191,194,214,233,255,291,302,327,337,355,356,362,395,424,432,433,452,459,478,483,488,490,495,498],accuractli:488,ach:355,achiev:[1,3,6,16,17,18,29,41,214,231,233,255,256,281,282,289,355,402,478],achiv:18,acid:9,ackland1:393,ackland2:393,ackland:[],acknowledg:[],acml:12,aco:495,acolor:[193,194],acoust:281,acquir:[3,6,58,61,62,171,216,218,220,255,428,474,490],across:[1,2,3,6,9,12,13,15,41,57,61,65,68,69,71,79,93,109,110,117,119,156,170,172,206,209,210,211,214,225,235,299,300,304,322,326,329,335,339,365,370,464,469,472,473,477,486,488],act:[3,6,110,153,224,234,237,238,239,240,242,245,254,299,308,321,323,324,326,335,336,337,363,379,390,398,399,401,434,449],acta:[120,167,371],actinid:[9,422],action:[2,6,11,12,71,232,237,324,490],activ:[5,8,11,12,13,14,55,59,87,166,219,232,236,239,245,254,279,299,306,325,353,415,450,463,492,495],actual:[1,3,6,8,12,56,62,124,151,191,194,198,199,213,215,216,224,239,240,276,280,286,294,303,314,316,317,318,319,321,327,336,337,355,366,398,400,405,410,416,417,449,466,467,478,479,487,495],adam:[355,356],adapt:[],add:[0,1,3,5,6,7,8,9,11,12,13,14,15,16,17,18,19,40,42,71,87,91,103,116,119,121,166,168,169,191,192,193,197,198,199,200,201,203,205,206,207,209,210,211,212,216,219,224,226,229,233,234,235,237,239,241,242,246,253,254,255,256,257,258,259,260,261,262,263,274,275,276,277,278,280,288,298,299,301,302,311,313,317,319,320,324,325,326,328,330,331,335,337,356,358,362,364,372,378,380,383,387,395,402,407,419,424,427,433,435,467,469,470,475,477,479,481,488,490],add_molecul:203,add_speci:203,add_to_nodeset:203,addforc:[],addit:[],addition:[6,8,16,141,314,336,398,434],addres:9,address:[7,8,11,193,238],addtorqu:[],adequ:[314,327,355,365,478],adher:29,adhikari:242,adiabat:[],adiam:[193,194],adjac:[39,168,365,424,452,453,483,484],adjiman:423,adjust:[2,3,6,16,17,41,59,120,146,147,148,151,152,155,156,161,162,167,172,191,193,206,214,218,220,236,239,243,247,251,252,255,256,260,276,280,283,285,286,289,290,291,292,297,299,306,314,318,322,327,329,330,331,333,334,336,355,356,363,365,370,372,392,416,417,440,455,479,496],adjust_dt:[],adjust_radiu:306,adjust_radius_factor:306,admiss:260,adof:[148,206],adopt:[298,490],adp:[],adri:[9,295,432,433],adust:162,advanc:[3,236,377,464,475],advantag:[1,6,8,11,14,18,39,40,41,214,370,394,478,483],advect:[3,6,314],advertis:8,advis:[365,431],afer:3,affect:[1,6,10,14,15,16,17,40,60,61,71,88,119,143,152,166,172,193,194,199,206,207,209,210,211,212,215,216,217,218,220,221,229,235,237,239,245,252,256,257,258,259,261,262,263,269,274,275,276,278,299,300,312,326,336,349,355,361,362,363,365,366,367,370,395,416,417,424,466,467,469,471,472,474,477,479],affin:[16,17,18,220,370,386],afil:233,aforement:18,afresh:[287,477,495],afshar:391,after:[2,3,5,6,8,9,11,12,15,21,22,33,39,40,41,44,50,57,58,59,61,63,71,146,147,148,149,150,151,152,155,156,157,158,160,161,168,169,171,172,175,176,181,190,191,192,193,194,195,197,198,199,203,204,206,207,214,215,216,217,218,220,224,231,242,243,244,245,246,251,252,253,255,261,262,263,269,274,275,276,278,281,285,289,297,299,302,310,315,317,318,319,321,322,323,324,325,329,331,333,337,340,341,347,354,360,361,363,364,366,368,369,370,371,372,377,384,386,393,394,395,396,402,403,404,415,416,417,419,420,421,422,426,430,432,433,440,441,451,453,454,455,458,464,466,468,469,470,471,472,474,475,477,479,481,483,486,487,490,494,495,496,497,498,499],afterrun:477,afterward:3,afterword:41,ag1:167,ag2:167,again:[6,11,12,16,17,62,142,148,154,162,191,194,220,235,285,340,354,365,416,417,464,466,467,469,471,476,483,485,495,497],against:[11,12,13,64,221,365,432,433],aggreg:[6,12,65,68,69,79,93,110,117,235,251,297,299,312,464,496],aggress:[235,483],agilio:[9,13],agre:[3,8,188,363,372,404,433],agreement:[5,7],ahd:401,ahead:333,aidan:[0,5,7,9,13,358],aij:13,aim:6,airebo:[],ajaramil:[7,9,13],aka:193,akohlmei:[7,9,13,195,236],aktulga:[7,9,292,433],al2o3:440,al2o3_001:[120,300],al3:167,ala:[242,440],alain:9,alat:[280,419],alb:[430,453,455],albeit:298,albert:9,alchem:[87,162],alcohol:329,alcu:[371,377],alcu_eam:430,alderton:390,alejandr:[255,256],alessandro:13,algebra:422,algorithm:[0,1,6,7,8,9,41,61,194,203,214,217,220,242,244,245,269,282,290,299,302,321,322,326,329,334,361,362,363,367,370,395,417,422,437,439,464,466,483],alia:[12,16],alias:[1,356],aliceblu:194,align:[6,12,29,41,71,170,188,210,214,237,358,469,472,490],alkali:395,all:[0,1,2,3,5,6,7,8,9,11,12,13,14,15,16,17,18,22,33,37,39,40,41,42,44,50,54,55,57,59,60,61,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,156,161,162,163,164,165,166,167,168,169,170,171,172,174,176,181,187,188,191,192,193,194,195,197,198,199,200,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,223,224,225,226,227,228,229,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,248,250,251,253,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,272,273,274,275,276,277,278,279,280,281,282,284,285,286,287,288,289,290,291,292,294,295,296,297,298,299,300,301,302,303,304,305,306,310,311,313,314,315,316,317,318,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,345,350,353,354,355,356,357,358,360,363,364,365,366,367,369,370,371,372,373,375,376,377,378,380,381,382,383,384,386,387,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,411,415,416,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,461,462,463,464,466,467,468,469,470,471,472,473,474,476,477,478,479,480,481,482,483,484,486,487,488,490,494,495,496,497,498,499],allen:[29,87,390,398],allentildeslei:87,allign:3,allindex:338,alloc:[3,5,6,8,9,11,12,60,229,328,364,366,370,428,433,469,477],allocat:3,alloi:[],allosw:71,allow:[1,2,3,6,8,9,11,12,13,14,15,16,17,18,22,37,39,40,41,55,57,58,59,61,62,63,77,92,108,110,144,146,147,148,161,166,167,168,170,176,187,188,191,193,194,195,197,198,200,202,203,204,206,207,208,209,210,211,212,214,216,217,218,219,220,221,225,226,229,231,232,233,234,236,239,242,245,246,250,252,255,256,280,284,286,287,288,289,293,299,300,302,303,305,306,310,314,321,322,323,324,326,327,328,329,330,331,337,339,341,350,355,356,358,363,364,365,366,369,370,373,377,378,379,380,381,382,387,393,395,399,400,401,402,407,411,416,417,422,424,430,433,434,437,439,440,449,459,461,464,467,469,471,472,473,474,475,476,479,481,482,483,486,487,495,496],almost:[2,3,12,60,237,289,326,356,367,370,449],alo:387,alon:[6,7,217,295,432,433,467],alond:13,along:[6,8,9,12,29,40,71,87,120,167,168,190,191,193,206,217,237,242,243,247,252,254,289,299,302,303,307,311,312,321,325,326,332,335,337,358,361,362,363,365,387,390,399,402,405,407,411,419,432,433,452,469,472,479,480,495],alonso:[420,421],alpha:[6,12,51,198,242,281,289,290,294,363,371,374,378,387,391,393,394,396,401,406,407,419,425,429,454,456,487,490],alpha_:[],alpha_c:415,alpha_i:441,alpha_ialpha_j:[],alpha_lj:415,alphabet:[2,3,22,37,44,55,63,176,187,197,341,350,364,384,450,469],alphanumer:[3,63,197,288,296,339,364,495],alreadi:[3,7,8,9,12,16,17,18,42,168,169,171,192,202,206,210,211,214,216,220,246,287,289,314,337,364,365,391,400,402,409,417,449,459,462,465,469,470,474,479,495],also:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,22,29,36,37,38,39,40,41,42,44,54,55,56,58,59,61,63,66,71,72,73,75,77,81,87,89,90,92,94,104,105,106,107,108,109,114,116,118,119,121,142,143,144,145,146,147,148,149,150,151,152,154,155,156,157,158,160,161,162,163,164,165,166,168,169,170,171,172,174,176,187,188,189,190,191,192,193,194,195,197,198,199,200,202,205,206,207,208,209,210,211,212,213,214,215,216,217,218,220,221,226,229,230,231,232,233,235,236,239,240,241,242,252,253,255,256,257,258,259,260,261,262,263,268,271,272,274,275,276,277,278,280,281,282,284,285,286,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,307,308,311,312,314,317,318,319,320,321,325,326,327,328,330,332,335,337,339,341,347,350,353,355,356,358,359,360,363,364,365,366,367,369,370,377,381,382,384,388,389,390,391,393,394,395,398,399,401,402,403,411,415,416,419,422,424,426,428,429,430,431,434,435,437,444,445,447,448,450,451,452,453,454,455,456,458,464,466,467,468,469,470,471,472,473,474,476,477,478,479,481,482,483,484,487,488,489,490,491,493,494,495,496,497,499],alter:[3,6,8,9,11,12,41,59,145,146,147,148,149,151,154,155,156,157,160,161,168,172,191,193,195,198,199,206,215,216,217,218,220,254,255,294,297,299,301,308,314,322,329,336,362,365,402,469,474,476,479,495,496,499],altern:[1,6,8,11,12,17,18,91,168,191,197,207,220,236,240,255,288,299,321,322,329,342,346,355,362,363,371,372,387,393,394,396,404,407,415,419,420,421,426,430,431,441,451,453,455,458,467,469,470,482,484,487],although:[29,42,188,245,255,286,290,299,321,354,476,490,499],aluminum:462,alwai:[0,6,11,12,17,18,54,57,63,71,166,194,206,207,208,210,211,212,216,219,231,233,237,291,294,299,314,331,335,336,340,355,356,361,363,364,366,367,370,380,383,393,410,422,432,433,440,442,452,453,455,462,464,469,470,472,474,481,483,486,490,495,496],amap:194,amatrix:233,amaz:11,amazingli:13,amber2lmp:[],amber:[],ambient:193,ambigu:[3,63,197,495],amd:[17,370,422],amend:11,amino:9,amit:9,among:[16,143,204,242],amorph:[168,454],amount:[1,3,6,12,59,88,117,166,170,190,193,204,208,218,219,231,235,239,255,280,286,299,306,314,319,322,327,329,337,355,370,391,428,469,472],amplitud:[220,252,307,332,349,472,495],amu:231,amzallag:440,analag:[6,495],analalog:6,analog:[6,108,142,170,188,399],analys:[7,474],analysi:[7,9,13,63,64,73,195,295,296,304,338,422,441,469,479],analyt:[1,3,9,13,120,162,167,302,355,377,403,404,409,422,430],analyz:[6,8,13,365,422],andersen:302,anderson:[284,391],andr:[7,9,13],andrew:13,andzelm:449,ang:280,angl:[],angle1:298,angle2:298,angle_coeff:[],angle_cosineshift:27,angle_cosineshiftexp:[26,177],angle_cutof:401,angle_cutoff:401,angle_hybrid:29,angle_info:433,angle_styl:[],angle_typ:40,angleangl:[3,340,347,469],angleangletors:[3,175,469],anglecoeff:3,angletors:[3,175,181,469],angletyp:216,angmom:[],angmomi:[115,191,316],angmomx:[115,191,316],angmomz:[115,191,316],angstrom:[6,10,59,71,120,157,167,168,190,191,193,194,202,210,211,220,221,231,236,237,252,292,297,331,333,334,336,356,358,361,367,371,372,382,393,415,419,426,431,432,433,455,462,472,478,494,496],angular:[3,6,29,40,61,63,66,82,83,84,85,107,115,142,146,147,160,161,168,191,197,239,245,251,252,257,258,259,261,262,263,265,266,267,270,272,273,274,275,278,297,299,302,307,316,371,377,386,399,416,417,419,422,430,450,453,454,469,479,495,496],angularm:266,anharmon:[27,53,177,294,483],ani:[1,3,6,7,8,9,10,11,12,13,14,15,16,17,22,29,38,39,40,41,42,44,55,56,58,59,61,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,146,147,148,149,150,151,152,153,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,171,172,174,176,188,190,191,192,193,194,197,200,201,202,204,206,207,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,226,228,231,234,235,237,239,242,245,251,252,255,260,280,282,284,285,286,288,290,291,292,294,296,297,299,301,302,303,307,308,311,313,314,315,316,325,326,331,332,333,334,335,336,337,338,339,341,354,355,356,358,360,361,363,364,365,367,368,369,370,372,377,381,382,386,387,390,391,393,394,396,398,402,403,404,411,422,424,430,432,433,434,441,449,450,451,452,453,454,455,456,457,458,463,464,466,467,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,487,488,490,491,493,494,495,496,497,498,499],anihil:415,anim:[2,4,7,11,13,193,365],anion:[396,440],aniso:[3,218,220,255,256,257,258,259,260,261,262,263,286,299],anisotrop:[239,398,434],ann:423,annot:[7,451,453,454,455,458,469],annual:[464,483],anoth:[1,3,4,6,7,8,11,12,17,29,40,63,71,72,87,118,121,192,193,197,198,204,206,209,210,211,212,217,220,221,232,235,239,240,245,255,256,260,285,288,299,300,317,318,319,326,336,339,361,363,365,366,369,387,391,395,396,398,401,402,406,407,415,432,434,442,449,453,454,455,463,464,467,470,476,478,490,495,499],ansi:[12,16],answer:[3,4,8,12,299,367,368],anthoni:324,antiquewhit:194,antisymmetr:[9,40,373],antisymmetri:395,antonelli:[323,324],antonio:429,anymor:324,anyon:7,anyparticl:86,anyth:[8,11,168,220,238,451,453,455,480],anywai:[171,370,490,497],anywher:[12,168,384,419,441,495],aoff:[364,469],aparam:[87,198,199],apart:[3,169,245,311,366,375,442,469,478],aperiod:281,api:[11,12,195,403,467],appar:3,appear:[2,3,6,11,12,13,39,40,41,72,77,87,92,108,110,117,118,142,151,168,169,171,191,193,194,206,210,211,214,218,221,224,231,236,285,296,297,325,337,339,340,355,363,364,365,385,393,419,424,440,452,458,465,466,467,469,470,471,474,476,490,495,499],append:[],appendix:[29,390,440],appl:[218,255,256,458],appli:[2,3,4,5,6,8,9,12,17,18,29,33,41,50,57,59,61,63,71,72,87,88,106,118,142,143,148,154,156,158,162,167,168,170,174,176,181,187,190,191,193,194,197,198,199,200,201,203,206,213,214,218,219,220,222,225,226,229,230,231,232,233,234,236,237,239,240,241,242,246,255,256,260,261,262,263,269,274,275,278,279,280,282,286,289,297,298,299,301,302,303,304,307,311,312,313,315,317,318,319,320,322,324,325,326,329,337,355,358,363,364,365,375,378,380,382,387,390,395,399,400,401,402,404,405,407,413,417,422,424,427,432,435,436,437,438,439,449,456,461,469,470,472,473,474,478,479,481,486,490,495,496,497,498],applic:[1,6,9,12,17,195,203,217,221,222,229,231,233,236,280,285,298,303,311,322,329,355,370,455,479,490],applyt:3,appopri:17,approach:[6,7,9,14,191,203,232,281,282,294,299,321,322,324,326,329,355,377,387,389,392,398,402,422,434,436,438,449,459],appropri:[1,2,3,6,8,11,12,13,15,17,33,38,42,50,56,61,73,88,91,118,119,146,147,148,176,181,187,188,190,191,194,206,207,210,211,212,217,218,220,229,230,233,242,250,252,253,255,257,258,259,260,261,262,263,274,275,276,278,282,285,286,289,294,299,314,317,318,319,322,329,331,332,334,335,336,347,356,365,372,377,381,385,386,387,394,399,402,404,411,415,422,431,432,433,451,452,453,454,455,458,459,469,470,471,473,474,482,483,486,495,496],approri:234,approxim:[6,9,120,124,167,231,233,242,282,300,302,321,355,361,362,363,379,389,395,398,416,417,422,424,431,434,440,461,483,490],april:11,aprpopri:464,apu:[416,417],aqua:[193,194],aquamarin:194,ar_therm:203,ar_ttm:203,ara:13,arbitrari:[6,40,58,118,191,193,195,219,220,234,255,282,290,451,467,480,495],arbitrarili:[11,59,118,142,190,218,255,387,495],arcco:3,arch:[1,12,14,15,17],architect:353,architectur:[16,370,422],archiv:[6,7,11,12,316,384,476],arcsin:3,area:[6,41,91,114,118,166,214,220,242,322,329,392,399,429,457,466,479],aren:[118,288,339],arflag:12,arg:[3,11,12,22,40,41,44,55,59,63,71,87,119,156,162,166,168,171,172,176,190,191,192,194,197,198,199,200,202,204,206,207,208,209,210,211,212,213,214,215,216,219,220,221,226,229,231,234,235,236,237,245,252,257,258,259,285,298,299,300,301,304,307,308,310,321,324,331,332,333,334,336,337,341,353,365,370,378,379,380,382,383,384,389,390,395,400,402,407,411,415,416,417,418,427,435,437,439,450,466,467,469,472,474,476,478,480,482,487,488,495,496,498,499],argon:231,argonn:12,argument:[2,3,6,8,11,12,17,20,21,22,23,24,25,26,27,28,29,30,31,32,35,38,40,41,42,43,44,45,46,47,48,49,51,53,54,56,59,63,73,87,91,108,111,114,118,142,143,145,150,155,156,157,162,166,168,169,170,172,174,175,176,177,178,179,180,182,183,185,186,188,191,194,197,198,199,200,202,205,206,207,208,209,210,211,212,213,214,218,219,220,227,229,230,231,233,234,238,239,245,252,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,284,285,287,291,296,299,300,301,302,314,317,319,326,328,330,332,334,337,339,340,341,342,343,345,346,347,349,351,353,354,356,357,358,360,365,369,370,371,372,374,375,376,377,378,379,380,381,382,383,384,385,386,387,389,390,391,393,394,396,397,398,399,400,401,402,403,404,405,407,408,409,410,411,412,413,414,415,416,418,419,420,421,424,425,426,427,429,430,432,433,434,435,440,441,442,450,451,452,453,454,455,456,457,458,460,461,462,463,464,465,466,467,468,469,470,472,474,477,478,479,480,484,486,487,495,496,498],aris:[12,461],arithmet:[3,6,104,355,382,385,410,424,456,457],arkansa:9,arl:9,armv8:17,arnold:355,around:[1,3,4,6,12,42,57,58,59,66,70,71,72,73,77,118,142,146,163,166,168,170,190,193,194,201,202,218,220,221,237,252,255,288,290,294,299,307,311,314,331,332,335,354,364,440,469,472,479,480,490,495],aroung:3,arrai:[],arrang:142,arrheniu:483,art:[9,464,483],artefact:233,articl:[6,440],articul:[7,284],artifact:[88,166,490],artifici:[253,289,444,445,447],arun:13,arxiv:[142,192,441],ascend:[41,194,236,245,299,474],asci:7,ascii:[13,300,325,365,393,396,419,469],ash:[416,417],asid:[8,168,419],asin:495,ask:[3,11],askari:429,askoos:13,asoci:193,aspect:[6,7,59,220,231,398,434,457,469,479,483],aspect_ratio:300,asper:4,aspher:[],asq:[416,417],assembl:4,assign:[1,2,3,6,7,11,12,14,15,17,18,33,39,40,41,50,57,59,61,63,66,71,72,75,90,94,105,107,112,115,116,120,142,143,148,163,165,167,168,171,181,190,191,192,193,194,195,197,198,199,202,206,209,214,216,217,218,221,223,231,236,239,240,241,242,252,255,257,258,259,260,261,262,263,272,274,275,276,277,278,282,285,286,288,290,296,299,300,317,318,319,320,337,347,356,358,360,364,365,369,370,377,393,396,398,401,402,433,434,462,466,467,469,470,471,472,473,478,479,484,487,495,496],assignemnt:[6,478],assing:288,assist:[7,253],associ:[3,5,6,8,9,12,22,37,39,40,44,55,59,66,74,75,81,87,89,90,94,100,102,104,105,107,132,163,176,187,191,193,194,198,199,200,204,218,220,226,229,231,232,238,242,252,255,284,294,298,299,300,312,314,338,339,341,350,358,363,365,369,370,384,387,391,392,393,395,401,402,404,407,411,436,438,449,450,452,467,470,477,489,490,492,495],associd:67,assum:[2,3,4,6,11,12,16,17,18,39,59,67,71,88,97,103,105,145,146,147,148,149,150,151,153,154,155,156,157,158,160,161,162,166,168,171,194,198,199,204,206,207,209,210,211,212,218,220,228,236,238,242,245,257,258,259,261,262,263,265,267,270,272,273,274,275,278,280,281,285,286,287,290,299,301,303,311,322,325,326,331,334,337,344,355,356,364,365,370,376,377,379,381,384,385,392,395,401,402,406,411,416,417,457,464,466,467,469,471,474,479,483,486,487,490,496],assumpt:[166,236,371,424],astar:419,astart:442,asterisk:[22,44,61,77,87,118,162,172,176,194,198,199,245,299,341,360,384,401,449,463,466,479,494],astop:[363,442],asu:393,asub:419,asubrama:13,asymmetr:[129,334,377,393],asynchron:[15,16],atan2:495,atan:495,atc:[],atc_fe_output:203,athomp:[0,7,9,13],atm2pa:6,atmospher:494,atol:12,atom1:[284,298,364,469],atom2:[284,298,364,469],atom3:[284,298,364,469],atom4:[298,364,469],atom:[],atom_element_map:203,atom_forc:433,atom_info:433,atom_modifi:[],atom_styl:[],atom_vec:8,atom_vec_atom:8,atom_vec_electron:8,atom_veloc:433,atom_weight:203,atomey:[6,7,11,13,191,193,194],atomfil:[3,71,288,337,369,479,495],atomic_charg:203,atomic_numb:430,atomid:469,atomist:[6,203,321,422],atomperbin:3,atomt:194,atomvec:8,attach:[6,211,282,303,311,469],attatch:324,attempt:[3,6,41,59,71,190,204,214,215,216,217,221,231,285,286,314,334,355,359,365,402,467,484,487,495],attend:203,attent:[15,18],attogram:494,attrac:419,attract:[],attribut:[3,6,7,8,11,39,40,42,58,63,71,87,115,116,117,119,146,162,191,193,194,197,198,199,205,206,209,210,211,217,218,255,257,258,259,260,261,262,263,265,266,274,275,276,278,286,299,300,316,317,318,319,358,364,377,395,402,469,470,471,479,487,495],atw:[416,417],atwat:454,atwt:419,atyp:[117,162,216,387,407,411,415],au1:167,au3:167,aug:[],augment:[12,115,218,288,419],augt1:419,auo:296,auoh:296,author:[3,8,9,13,192,393,394,490],auto:[6,8,11,12,91,164,197,207,208,303,328,355,364,370,466],autocorrel:[63,91,239],autom:[12,193],automag:7,automat:[3,6,12,14,15,16,17,18,19,36,130,188,202,208,231,233,242,299,303,327,355,370,386,393,402,419,422,436,437,438,439,462,469,482,490,495],auxiliari:[1,6,9,11,12,13,191,281,299,470,474,497],avail:[1,3,5,6,7,8,9,11,12,13,15,16,17,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,43,45,46,47,48,49,51,53,54,56,61,63,87,111,114,115,142,145,155,166,174,175,177,178,179,180,182,183,185,186,188,191,193,197,200,206,209,210,211,212,213,218,219,220,227,230,232,234,236,239,255,256,257,258,259,260,261,262,263,264,265,272,274,275,276,278,291,293,299,300,301,302,317,319,324,330,334,340,342,343,345,346,349,351,353,356,370,371,372,374,378,379,380,381,382,383,385,386,387,390,391,393,394,395,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,417,419,420,424,425,426,427,429,430,432,433,434,435,441,442,451,452,453,454,455,457,458,460,461,462,470,472,478,482,495],availab:[],ave_chunk:6,aveforc:[],avendano:423,averag:[3,6,7,12,15,41,63,64,71,87,91,92,104,106,118,120,144,148,156,164,167,191,194,197,199,203,205,206,207,208,209,210,211,212,213,214,218,231,233,235,239,245,255,256,260,281,286,289,295,296,299,300,303,340,372,395,419,456,470,474,487,490,495],averi:314,avesq:119,avg:12,avi:193,avoid:[1,3,6,12,36,39,59,168,169,188,193,202,207,209,212,224,231,233,240,280,282,290,294,299,300,328,335,368,377,395,415,419,433,452,471,477,478,490],awai:[3,6,61,118,191,193,206,217,221,234,237,254,280,303,311,325,331,366,387,407,411,474],awar:[370,394,466],awpmd:[],axel:[7,9,13,18],axi:[3,6,41,71,92,120,132,146,167,168,170,190,193,206,214,231,234,237,252,285,307,311,326,332,345,351,358,469,472,479],axial:260,azimuth:[193,234],azur:194,b_k:441,ba2:167,babadi:434,back:[1,6,7,11,12,13,14,15,17,149,150,151,155,156,157,158,160,168,172,191,194,195,198,199,219,224,229,236,237,239,240,255,261,262,263,274,275,276,278,297,299,317,318,319,323,324,333,334,336,354,355,356,365,399,467,469,470,471,472,473,476,482,483,495,496],backbon:[217,302,349],backcolor:[194,498],backend:17,background:[9,87,88,114,143,194,214,220,239,314,322,326,329,365,385,416,417,419],backtrack:[361,363],backward:[9,12,195,365,483,495],baczewski:232,bad:[3,12,59,61,237,365,469,474,486],badli:[3,218,255],bal:321,balanc:[],balasubramanian:277,ball:[142,416,417],ballenegg:355,bammann:203,band:[4,6,7,9,142,197,254,362,365,377,422,440],bandwidth:[1,10,18,40],bandwith:193,bar:[87,193,494],barashev:393,bare:[224,238,240],barost:[224,490],barostat:[],barostt:6,barr:386,barrat:294,barrett:67,barrier:[3,4,6,254,351,365,386,397,483],bartel:281,bartok2010:441,bartok2013:441,bartok:[9,142,431,441],bartok_2010:431,bartok_phd:431,bary:494,barycent:310,basal:[],base:[3,4,6,8,9,11,12,13,14,15,20,63,64,71,78,87,91,104,113,120,148,150,167,168,170,191,192,193,194,197,203,210,211,214,215,216,220,221,225,231,236,239,243,245,269,281,282,288,290,292,299,300,303,304,314,321,356,370,372,374,377,391,395,398,401,402,403,405,407,416,420,421,427,429,430,440,451,454,455,458,464,466,469,470,471,473,476,479,480,483,484,487,494,495,496,499],bash:384,bashford:[6,20,174,382,481],basi:[3,6,12,40,142,148,168,202,239,241,281,314,331,358,405,479,495],basic:[6,7,8,12,17,41,115,143,193,194,203,214,255,256,280,335,371,373,422,463,471,490],basin:[86,365,464,483],bask:[393,419,430],bath:[9,289,294],batom1:[69,117,119,191,194],batom2:[69,117,119,191,194],bayli:[6,174,481],bb13:175,bcc:[3,4,7,64,70,73,358,419,421],bcolor:[3,193,194],bdiam:[3,193,194],be2:167,bead:[5,7,10,13,40,45,46,160,201,217,282,449],beam:221,bear:[6,232],becau:13,becaus:[0,1,3,6,8,12,16,17,18,40,41,42,59,64,71,72,77,92,108,118,130,142,148,153,158,168,169,170,174,191,192,193,194,195,200,206,214,215,216,217,218,220,226,230,231,232,233,238,239,240,241,252,255,256,269,276,285,289,290,294,299,311,316,321,322,325,326,329,333,334,335,336,337,343,355,361,363,365,366,369,370,376,382,384,387,389,391,395,396,398,399,400,401,402,406,415,416,417,419,424,434,449,450,456,457,466,467,469,471,472,473,476,478,479,481,483,490,495,496,497,499],beck:[],becker:[371,393],beckman:236,becom:[1,2,3,6,7,8,18,39,41,54,57,59,71,170,191,193,194,214,215,216,217,220,231,233,242,254,255,296,297,317,318,331,332,334,335,336,355,356,361,365,372,385,387,393,395,398,407,424,430,434,451,458,461,469,470,472,479,495],been:[1,2,3,6,7,8,9,11,12,13,16,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,41,42,43,45,46,47,48,49,51,53,54,56,57,59,60,63,65,69,71,87,111,114,115,116,117,119,121,145,146,147,148,149,150,151,155,156,157,158,160,161,169,170,171,172,174,175,177,178,179,180,182,183,185,186,188,190,191,193,194,195,200,202,204,205,206,207,209,210,211,212,213,214,217,218,219,220,221,227,230,231,234,236,237,239,240,242,243,244,245,246,250,252,253,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,284,285,286,289,291,293,296,297,299,301,302,310,315,317,318,319,326,327,328,330,331,332,333,334,336,337,340,342,343,345,346,349,351,354,355,356,363,366,370,371,372,374,378,379,380,381,382,383,385,386,387,390,391,392,393,394,395,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,417,420,421,422,425,426,427,429,432,433,434,435,442,449,451,452,453,454,455,457,458,460,461,462,464,466,467,469,470,471,472,473,475,479,483,486,487,495,496,497,498],befor:[1,2,3,6,8,9,12,14,17,22,29,39,40,41,44,59,66,71,74,75,81,89,90,94,104,105,106,107,116,148,151,156,157,163,168,169,171,172,176,189,190,194,198,199,200,201,202,204,206,209,210,211,212,213,214,218,223,224,230,231,236,238,239,240,242,245,252,255,261,262,263,274,275,278,281,288,289,290,293,294,299,300,301,315,317,318,319,325,331,332,333,337,341,360,361,363,365,370,396,399,415,419,422,450,459,464,466,467,470,471,472,473,474,476,477,479,483,486,487,490,495,496,497,498,499],began:[5,12],begin:[3,8,12,38,39,56,71,119,121,169,188,190,191,194,198,199,203,205,206,207,209,210,211,212,214,220,269,284,297,300,314,316,319,328,333,336,337,352,354,355,356,357,359,362,364,365,366,369,370,393,422,424,430,437,439,440,442,449,452,462,464,469,476,483,485,487,494,495,497],behalf:3,behav:[3,27,177,362,363],behavior:[3,172,188,191,193,195,217,218,221,231,232,233,236,239,240,241,255,285,289,294,314,317,318,326,362,377,395,419,462,463,471,475,495,497],behaviour:[6,239],behind:[8,238,253,289,314,355],beig:194,belak:7,believ:11,bellott:[6,20,174,382,481],bellow:345,belong:[2,3,40,71,122,171,204,206,210,231,245,299,337,364,436,469],below:[1,2,3,5,6,8,9,11,12,15,16,17,22,38,39,41,42,44,54,56,59,60,63,65,68,69,71,77,79,91,93,114,115,118,119,120,142,143,148,154,156,162,166,167,168,171,172,174,176,187,188,190,191,193,194,197,198,200,201,203,206,207,208,209,210,211,213,214,216,217,218,220,221,226,229,231,234,235,237,239,240,245,252,253,255,260,261,262,263,274,275,278,280,285,288,289,290,297,298,299,301,302,308,311,314,315,316,317,318,319,322,323,324,326,329,331,332,337,339,341,353,355,358,360,361,363,364,365,367,370,371,372,373,377,378,379,382,383,384,385,387,390,393,395,396,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,417,418,419,423,424,429,432,433,434,435,441,442,449,450,452,457,458,460,461,462,463,464,467,469,470,471,472,474,476,477,479,481,482,483,485,486,487,489,490,495,496,499],bench:[1,6,11,12],benchmark:[1,7,10,11,12,13,14,15,16,17,18,41,214,355,482],beneath:221,benedict:422,benefici:[61,367],benefit:[1,232,478],bennet:87,beowulf:7,berardi:[398,434],beraun:326,berendsen:[],berensen:299,berkelei:166,berkowitz:355,berlin:[7,9,303],bern:[3,282,290,291,386,398,440,450,478],bernendsen:6,beryllium:395,besid:[8,301,472],best:[1,6,8,14,15,16,17,18,19,255,276,277,298,299,370,377,387,407,411,424,452,470,478,483],beta:[6,9,281,289,371,374,393,394,396,419,453,454,455,487,495],beta_:377,beta_k:441,beta_pi:377,beta_sigma:377,beta_t:454,better:[3,6,7,8,12,14,16,27,142,177,199,214,231,242,255,269,290,297,299,314,356,365,370,453],betwe:375,between:[],beutler:415,bewteen:[110,207,314,322,329,402,405,466],beyon:478,beyond:[3,5,6,12,17,61,71,87,166,191,194,209,210,231,255,355,367,397,413,424,483,487,495],bflag1:[42,193],bflag2:[42,193],bgq:[17,422],bi3:167,bi5:167,bia:[3,6,8,114,143,146,147,148,149,150,151,155,156,157,158,160,161,206,219,220,231,239,240,255,261,262,263,274,275,276,278,294,317,318,319,321,496],bias:[6,9,219,496],biaxial:146,biersack:[419,450,455,462],big:[3,4,12,191,289,294,314,366,385],bigbig:[3,12],bigint:[3,229],bilay:[4,10,311],bilayer1:311,bilayer2:311,bill:7,billion:[3,7,10,12,39,231,477],bin2d:71,bin3d:71,bin:[3,6,11,12,39,63,66,71,75,90,94,105,107,116,118,148,156,163,165,191,194,206,209,210,211,281,289,294,314,366,367,370,392,428,470,498],binari:[3,6,7,9,12,13,16,33,37,50,55,181,187,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,251,252,253,254,255,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,328,329,330,331,332,333,334,335,336,347,350,371,372,373,374,375,376,377,378,379,380,381,382,383,385,386,387,390,391,392,393,394,395,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,425,427,429,430,431,432,433,434,435,440,441,442,443,444,445,446,447,448,449,451,452,453,454,455,457,458,460,461,462,470,471,476,497,499],binary2txt:[],binchunk:206,bind:[9,17,18,192,210,377,440],binsiz:[39,194,366,370],binstyl:156,bio:[40,366],biolog:[6,7],biologi:180,biomolecul:[284,299,355,356,382],biomolecular:478,biophys:236,biosym:13,bird:392,bisect:[41,214,457],bisector:[6,387,407,411],bispectrum:[63,142,441],bisqu:194,bit:[3,11,12,17,39,229,240,424,452,477,490],bitmap:[3,452,459],bitrat:[193,194],bitzek:362,bkgd_dyn:419,bla:12,black:194,blais:[9,13],blanchedalmond:194,blank:[2,3,12,38,56,109,188,193,284,299,364,365,377,394,419,426,441,451,452,453,454,455,458,466,467,469,495],blast:326,blend:419,block:[2,3,6,91,142,168,170,171,285,335,358,370,377,395,430,441,472,483,490],blocksiz:370,blow:[3,269,331,335,442],blown:3,blue:[2,193,194,217],bluegen:[191,355,422],blueviolet:194,bni:71,board:[356,390],bodi:[],body_nparticl:8,bodyflag:469,bodyforc:242,bodyforcei:242,bodyforcex:242,bodyforcez:242,bodystyl:[245,299],boff:[364,469],bogaert:321,bogu:[3,151,218],bogusz:88,bohr:[393,395,422,455,494],boltzmann:[6,7,9,87,91,114,145,148,149,150,151,154,155,156,157,158,160,206,217,239,242,243,244,245,246,260,330,391,484,494],bond:[],bond_coeff:[],bond_graph_cutoff:433,bond_harmon:[8,48,49],bond_harmonicshift:49,bond_info:433,bond_interact:203,bond_styl:[],bond_typ:172,bondangl:[3,21,33,469],bondbond13:[3,175,469],bondbond:[3,21,33,469],bondchk:433,bondcoeff:3,bondtyp:[215,216,364],bonu:[3,497],book:461,bookkeep:424,bookmark:0,boost:[1,3,12,64,366],bop:[],border:[3,7,16,61,326,496],boresch:87,boreschkarplu:87,born:[],boron:395,borrow:303,bose:294,botero:[7,9,13,395],both:[1,3,6,7,8,9,11,12,14,15,16,17,27,37,39,40,54,55,57,59,61,62,63,68,69,71,83,87,88,110,115,117,118,130,144,146,147,148,153,156,158,161,168,170,171,172,177,187,188,191,193,196,197,198,199,204,206,207,210,211,212,215,216,217,218,219,220,225,231,233,235,237,239,240,242,243,251,252,255,256,261,262,263,269,274,275,278,284,288,289,296,299,302,303,311,314,318,322,323,324,326,329,331,332,334,335,336,339,340,350,356,360,363,364,365,366,368,370,372,377,378,379,380,381,382,383,385,390,391,393,394,395,398,399,401,402,403,407,409,411,412,413,415,416,417,422,423,424,427,434,435,451,453,454,455,458,464,466,467,469,470,471,472,476,481,486,487,490,495,497,498,499],bottleneck:[1,3,467,488],bottom:[8,9,151,194,220,230,242,276,322,329,358,481],bottomwal:213,bounc:[3,314],bound:[3,6,17,26,27,41,42,57,59,71,157,170,177,190,191,194,209,210,214,220,221,225,231,240,255,285,314,331,332,333,334,335,336,355,363,395,469,472,483,490,495,496],boundar:3,boundari:[],boundary_dynam:203,boundary_faceset:203,boundary_integr:203,bount:11,bourgogn:9,box:[],boxcolor:[193,194],boxxlo:11,bpa:370,bpclermont:[9,13],bptype:449,br1:167,bracket:[2,3,6,41,63,71,119,121,197,205,206,207,209,210,211,212,214,328,487,495],bragg:[120,167],branc:11,branch:11,branicio2009:458,branicio:[73,458],breakabl:[7,44,55],breakag:[78,215],breakdown:[1,12,15,88,109,432,433,464,483],brennan:449,brenner:[372,450],brick:[3,41,61,62,156,170,214,469,471,473,495],brief:[1,5,6,7,8,12,238,255,372,377,433,483],briefli:[6,10,282,386,440],brilliantov:399,bristol:[5,7],brittl:429,broader:467,broadli:8,broken:[2,54,65,69,70,78,104,109,117,172,215,255,377,471,481,488,497],brook:6,brought:190,brown:[7,9,13,15,16,120,143,194],brownain:379,brownian:[],brownw:7,brows:0,browser:[4,193],bryantsev:401,bsd:12,bstyle:[40,42],btype:[69,117,169,191,387,407,411,415,449],buc:380,buck:[],buckingham:[7,198,199,290,356,378,380,381,389,418,450],buckplusattr:440,buffer:[3,8,193,194,486],bufi:193,bug:[],bui:193,build:[],builder:[7,13],built:[1,2,3,4,6,8,9,11,12,13,14,15,16,17,20,21,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,40,43,45,46,47,48,49,50,51,53,54,55,56,64,67,78,80,83,86,87,97,98,99,100,101,102,106,111,113,114,120,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,144,145,146,147,152,154,155,159,160,162,166,167,174,175,177,178,179,180,181,182,183,185,186,187,188,191,192,195,197,200,201,202,204,208,213,215,216,217,219,220,221,226,227,228,230,231,232,233,234,236,238,239,241,242,243,244,245,246,248,249,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,270,272,273,274,275,276,277,278,280,281,282,284,285,288,289,290,291,292,293,294,295,296,299,301,302,303,304,305,306,307,308,310,314,317,319,320,321,322,323,324,326,327,329,330,332,333,334,338,339,340,342,343,344,345,346,347,349,350,351,356,365,366,367,370,371,372,374,375,376,377,378,379,380,381,382,383,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,425,426,427,428,429,430,431,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,460,461,462,464,467,470,472,478,482,483,484],bulatov:[420,421],bulk:[4,6,10,70,242,280,286,388,419,422,424,429,436,438,440,473],bullet:7,bump:239,bunch:8,bundl:[9,193,195],burlywood:194,bussi1:318,bussi2:318,bussi:[233,318],buyl:[9,192],bybe:9,bypass:6,c1060:14,c11:[207,419],c12:207,c13:207,c1n:207,c2050:14,c21:207,c22:207,c23:207,c2n:207,c31:207,c32:207,c33:207,c34:207,c3n:207,c41:207,c42:207,c43:207,c44:207,c_0:[326,447,448],c_1:[68,69,119,120,167,191,194,232,288,300,337],c_2:[69,119,120,164,166,167,191,300,328,337],c_3:[119,300],c_cluster:6,c_cstherm:6,c_dist:119,c_doubl:11,c_e:326,c_flux:91,c_forc:119,c_gauss:397,c_hb:401,c_id:[6,63,71,87,119,121,191,205,206,207,208,209,210,211,212,300,316,328,487,495],c_ij:6,c_ijkl:6,c_index:119,c_k:232,c_ke:322,c_msdmol:121,c_my_stress:205,c_mycentro:[206,210],c_mychunk1:116,c_mychunk2:116,c_mychunk:[6,66,75,90,94,105,107,148,163,165],c_mycom:209,c_mycomput:206,c_myf:[191,498],c_myrdf:[118,212],c_mytemp:[8,207,208,209,212,328,487,495],c_n:376,c_n_k:232,c_p:143,c_pe:112,c_peratom:[112,143],c_pi:377,c_press:119,c_prop:6,c_radiu:166,c_reax:[432,433],c_sa:300,c_sigma:377,c_size:6,c_stress:191,c_tatom:[],c_tdrude:[224,240,490],c_thermo_press:[8,207,208,209,212],c_thermo_temp:212,c_xrd:209,ca2:167,cach:[17,39,424,482],cacul:302,cadetblu:194,cai:490,calcforc:242,calclat:91,calcluat:[106,112,114,143,387],calcualt:[91,206],calcul:[],caldwel:[6,174,481],calhoun:282,call:[],callabl:[3,11],callback:[3,8,11,144,197,229,467],caller:3,calori:494,caltech:[6,7,9,13,395],calucl:6,calul:[11,12,148,356],cambridg:[9,431],campa:281,can:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,57,58,59,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,174,175,176,177,178,179,180,181,182,183,185,186,187,188,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,349,350,351,352,353,354,355,356,358,359,360,361,363,364,365,366,367,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,476,477,478,479,480,481,482,483,484,485,486,487,488,490,494,495,496,497,498,499],cancel:[197,299,496],candid:[172,204,231],cannot:[1,2,3,6,11,12,13,15,16,17,39,40,41,54,57,58,59,68,71,82,84,88,119,121,144,146,148,169,171,172,190,191,192,193,194,205,206,207,209,210,211,212,214,217,218,220,221,231,232,233,239,240,241,245,252,255,257,259,261,263,265,266,267,272,274,278,285,286,289,294,296,299,300,301,304,314,322,326,328,329,331,332,335,336,337,339,355,358,363,365,368,369,370,380,381,383,393,398,400,407,411,413,415,424,427,432,434,435,436,438,449,450,452,464,466,467,469,470,472,473,475,478,479,481,483,486,494,495],canon:[197,204,231,233,255,256,274,275,276,277,278,282,318,321,324,422,429],cao1:282,cao2:282,cao:282,capabl:[5,7,9,11,14,17,18,333,339,356,370,372,383],capac:[9,40,102,154,294,326,444,469,479],capit:[223,469],capolungo:[120,167,300],captur:[6,327,372,381,395,399,411,419,490],carbid:387,carbon:[7,193,349,372,386,404,419],card:[12,14,16,22,44,77,87,118,176,198,199,299,341,360,384,401,463,471,476,497,499],care:[3,6,59,71,168,171,190,206,210,211,215,216,221,233,238,242,255,285,299,321,375,467,469,472,473,478,479],carefulli:[11,12,54,296,337,402,404,474],carlo:[6,7,9,197,204,217,231,299,321,392,450],caro:[204,393],carpent:[7,13],carri:[16,248,288,326,399,433],cart:[3,466],carter:[9,17],cartesian:[3,62,371,466],carv:171,cascad:[225,326],cash:7,cast:[233,495],cat:[15,193],catastroph:290,cate:242,categori:[],cation:[396,440],cauchi:[135,140],caus:[1,2,3,6,8,12,16,17,168,170,171,172,191,194,202,218,225,231,255,269,280,297,299,302,331,333,334,335,336,339,354,356,363,365,369,401,407,413,416,417,424,463,467,468,469,470,473,474,476,477,495,499],caution:[1,356],cautiou:[215,216],cautious:372,caveat:[372,478],cbecker:[371,393],cc1:[6,14,66,75,90,94,105,107,116,148,163,165,206,210],cc2:14,ccc:[394,451,453,455,458],ccflag:[12,16,17,18,19,191],ccm6:393,ccsi:[394,451,453,455,458],ccu:377,cd2:167,cdeam:393,cdennist:9,cdll:11,cdof:[6,148,206],cdte:377,cdte_bop:377,cdtese:377,cdzn:377,cdznte:377,ce3:167,ce4:167,ceas:362,ceil:495,cell:[3,6,59,88,118,120,166,167,168,191,202,218,219,231,236,253,255,256,260,281,289,292,326,355,356,358,392,395,422,487],cella:[6,487],cellalpha:[6,487],cellb:[6,487],cellbeta:[6,487],cellc:[6,487],cellgamma:[6,487],center:[3,6,25,42,63,66,71,74,75,86,89,90,99,104,105,106,116,118,120,148,149,150,153,156,160,163,165,168,193,194,197,198,199,201,206,209,210,211,218,220,221,222,224,231,232,237,239,240,245,251,255,261,262,263,274,275,276,278,281,285,290,296,297,299,300,303,311,312,314,316,317,318,319,321,322,324,331,335,340,358,364,375,376,394,395,398,399,405,416,417,419,420,421,451,453,454,455,457,458,472,479,490,495],centimet:494,central:[3,61,70,76,77,92,108,118,124,142,245,280,302,312,344,364,422,426,432,433,458,469],centro:[],centroid:[3,282,457,479],cerda:355,ceriotti2:233,ceriotti:[13,233,238],certain:[1,2,3,6,8,12,17,39,71,115,119,121,172,191,193,205,206,207,209,210,211,212,217,229,230,299,301,315,328,339,347,354,366,402,424,433,456,471,475,490,495],certainli:237,cerutti:356,cfg:[3,6,7,13,191,192,193,194,195],cfile:433,cfl:[130,304],cfor:303,cg_type:435,cgiko:2,cgikot:2,cgkio:2,cgko:2,cgkot:2,cgo:2,cgot:2,ch2:302,ch2lmp:[],ch3:302,ch5md:192,chain3:366,chain:[],challeng:[6,303],chalopin:294,champaign:[236,355,356,416],chan:422,chandler:[371,393],chandrasekhar:[6,407],chang:[1,2,3,6,8,9,11,12,14,15,16,17,39,40,41,46,55,57,59,62,71,80,87,104,118,128,130,150,151,152,168,169,170,172,188,190,191,192,193,194,195,197,198,199,200,201,203,204,210,211,213,214,215,216,217,218,219,220,221,225,226,228,230,231,233,235,236,237,239,241,242,243,245,251,252,253,255,256,257,258,259,260,261,262,263,269,274,275,276,277,278,280,281,285,286,288,289,290,293,296,297,298,299,301,302,303,314,317,318,319,320,322,323,324,325,326,327,329,332,335,337,356,361,363,365,368,370,391,395,399,402,416,417,419,422,424,432,433,440,449,450,464,465,466,467,469,470,471,472,473,474,475,477,478,479,480,481,484,487,491,493,494,495,496,497],change_box:[],changeabl:191,channel:[4,200],chapter:[282,356],charact:[2,3,6,12,38,41,56,63,188,191,193,194,195,197,214,288,296,339,364,369,395,406,430,432,433,440,452,466,467,471,476,477,495,497,498,499],character:[6,67,70,108,118,142,441,464,483],characterist:[240,314,323,376],charg:[1,3,4,5,6,7,9,11,15,40,87,88,115,120,167,168,191,195,197,198,199,204,221,226,231,288,290,291,292,296,316,329,355,356,364,378,380,386,387,389,390,393,395,396,402,407,411,415,427,432,433,440,450,455,456,458,459,461,462,469,470,474,479,481,490,494,495],charmm2lammp:13,charmm:[],chartreus:194,cheap:314,cheaper:[225,398,434],check:[3,6,8,11,12,15,17,39,41,71,91,188,204,210,214,215,216,221,228,231,237,238,298,302,314,322,324,329,337,339,354,363,364,365,366,367,370,392,403,406,424,433,464,466,467,469,477,483,486,487,495],checkf:188,checkqeq:433,checku:188,chem:[6,13,20,21,25,39,40,43,45,46,87,88,108,114,143,174,175,185,208,219,224,232,233,240,242,254,255,256,276,277,282,286,289,291,299,303,314,317,318,321,322,323,324,331,340,349,351,355,356,362,365,372,378,382,383,386,387,388,390,391,395,397,398,400,401,407,411,412,415,419,423,424,427,440,449,456,478,481,483,490],chemic:[9,120,162,167,191,203,204,231,290,295,296,321,356,432,433,445],chemistri:[9,289,290,292,377,395,432,433],chen:326,cheng:386,chenoweth:[432,433],chenoweth_2008:[432,433],chi:[93,157,190,280,290,292,396,398,496],chiefli:431,child:8,chip:[7,12,17,18,370,482],chipot:219,chiral:349,chmod:[11,12],cho:419,chocol:[7,194],choic:[3,6,12,15,16,18,40,41,54,87,143,146,147,161,172,188,206,210,211,214,217,220,221,233,239,242,253,255,282,290,299,321,350,356,361,362,365,367,370,402,415,424,428,469,478,479,482,483,489,490,494],choos:[1,3,6,7,8,12,16,17,18,29,39,54,87,119,158,159,193,215,216,217,218,221,228,239,242,253,255,257,258,259,260,261,262,263,286,314,318,332,355,356,362,459,464,466,478,484],chose:[453,455],chosen:[2,3,6,12,17,142,168,171,180,188,193,199,204,218,221,228,231,232,240,242,253,255,260,282,285,296,314,318,321,322,327,329,330,336,356,357,362,370,395,399,406,409,435,453,464,478,483,490],chri:166,christian:[7,9,14,17],christoph:7,chunk:[],chunkid:[66,75,90,94,105,107,116,148,163,165,206],chute:[4,10,234],ciccotti:302,cieplak:[6,174,481],cii:207,cij:207,circl:[42,71,310],circular:[3,6,146,189],circumst:18,circumv:[92,108,294],citat:[],cite:[3,7,8,12,239,440],ckio:2,cko:2,cl1:167,clarendon:[29,390],clarifi:[7,453,455],clariti:339,clark:427,class2:[],classic:[0,3,5,6,7,8,9,229,282,289,294,326,351,395],classifi:[9,450,458],claus:467,clean:[6,12,14,15,17,477],cleanli:[468,498],clear:[],clearli:7,clebsch:142,clermont:[9,13],clever:473,click:[2,11,22,37,44,55,168,176,187,193,236,341,350,365,384,450],client:[236,238],climb:[254,365,483],clinic:[7,13],clo:[157,190,496],clock:[12,464,483],clockwis:332,close:[3,6,11,12,13,39,41,67,71,143,171,191,216,217,218,233,240,242,255,276,299,302,332,335,354,356,359,361,362,365,370,372,377,387,388,405,419,424,436,438,455,473,479,490,492],closer:[3,41,118,166,190,191,214,218,222,323,365],closest:[216,280,299,329,398,434,449,459],cloud:[440,490],clovertown:18,clsuter:72,clump1:[284,299],clump2:[284,299],clump3:[284,299],clump:299,cluster:[],clutter:[3,9],cmap:469,cmatrix:233,cmax:419,cmd:[11,12,282,480],cmdarg:11,cmin:419,cmm:[],cn1:207,cn2:207,cna:[],cnn:207,cnr:[9,13],cnt:[402,473],co2:[40,167,302,364],coars:[7,9,29,36,40,54,180,284,299,314,400,435,481],coarser:[356,495],coarsest:142,code:[],coeff:[3,7,8,12,21,22,33,44,50,174,175,176,181,340,341,347,384,402,406,424,437,439,442,469],coeffcient:469,coeffici:[],coefficienct:391,coefficient0:393,coefficient1:393,coeffieci:[6,374,405],coeffincientn:393,coexist:[9,231,395],cohes:[6,396,419],coincid:[124,335,382,416,417,464],colberg:192,cold:[6,153,231,235,366,490],coldest:322,coleman8:9,coleman:[9,120,167,300],colin:9,collabor:[7,8,9,15],collect:[3,6,7,8,9,13,40,42,66,75,83,90,94,99,105,107,116,148,156,163,165,168,191,194,206,219,245,251,284,294,297,299,337,355,364,366,385,469,476,482,488,499],collid:[225,314,336],colliex:167,collinear:[3,284],collis:[3,242,314,332,336,392,399,462],colllis:314,colloid:[],colombo:39,colon:[195,337,470],color1:194,color2:194,color:[3,9,41,191,193,194,214,232,289,294],column:[3,6,9,12,13,42,63,65,66,67,68,69,71,75,77,79,81,90,92,93,94,105,107,108,110,112,115,116,117,118,119,121,142,143,148,156,163,165,166,167,188,191,194,197,205,206,207,209,210,211,212,245,252,253,289,299,315,316,326,336,397,401,432,433,470,484,486,495],colvar:[],colvarmodul:12,com:[],comamnd:220,comand:217,comannd:370,comb3:[],comb:[],comb_1:291,comb_2:291,combiant:388,combin:[3,6,7,9,11,13,36,40,63,65,69,79,87,93,104,110,117,146,147,161,191,193,203,209,236,245,255,282,288,318,327,335,338,340,355,356,358,362,370,385,387,388,395,396,402,414,415,441,451,453,455,458,461,472,477,482,490,495],come:[],comfort:[12,13],comm:[0,3,11,12,61,73,192,236,238,239,356,365,370,391,424,429,452,471],comm_modifi:[],comm_modift:61,comm_styl:[],comm_world:11,command:[],comment:[2,7,11,12,38,56,174,188,191,240,299,326,364,365,371,393,394,396,406,419,426,433,440,441,451,452,453,454,455,458,466,467,469,490,495],commerci:7,commmand:[3,6,12,59,109,277,405,463,464,466,483,498],common:[],commonli:[3,6,12,17,25,57,59,106,108,170,191,193,195,351,400,409,441,453,455,469,472,481],commun:[1,3,6,7,8,10,11,12,14,15,16,18,40,41,58,61,62,71,171,172,193,194,214,215,216,218,219,220,236,238,242,244,245,246,255,281,288,290,291,292,299,314,326,337,353,355,366,367,368,370,392,428,466,467,478,479,495,497,499],communc:355,comp:[7,192,238,239,302,356,365,395,424,429,434,448,452,454],compact:[63,197,384,450],compani:[5,7],compar:[1,3,4,6,8,12,17,39,86,112,120,151,166,167,176,187,194,224,290,337,339,355,356,363,365,419,440,464,483,484,490,494],comparison:[],comparison_of_nvidia_graphics_processing_unit:14,compass:[7,21,22,37,43,44,55,175,176,187,340,341,350,383,450],compat:[3,5,7,8,9,11,12,13,17,18,41,71,119,121,179,191,195,199,205,206,207,209,210,211,212,214,281,293,318,321,328,331,334,355,370,403,422,424,452,466,467,495],compens:[6,215,216,297,366,395],compet:325,competit:356,compil:[3,7,8,9,10,12,13,14,15,16,17,18,19,166,191,192,193,195,236,325,356,370,422,469,470,474,495],compl:17,complain:[12,17],complement:419,complementari:[7,387,407],complet:[3,6,9,11,12,15,41,59,71,194,210,214,219,245,282,285,288,314,325,327,339,354,365,370,396,437,439,457,464,469,474,477,481,483,486,490,495],complex:[6,8,11,12,13,25,40,42,62,92,108,142,144,156,168,169,242,310,335,353,365,395,422,452,467,469,472,495],compli:[321,325],complic:[6,7,9,12,13,204,231,467],complier:12,compon:[3,6,8,12,61,63,66,67,73,81,88,89,90,91,92,94,95,98,105,106,107,108,109,110,111,112,114,115,119,129,132,133,134,135,138,139,140,142,143,145,146,147,148,149,150,151,152,153,154,155,156,157,158,160,161,163,164,165,190,191,193,194,200,201,205,206,207,208,209,210,211,212,213,217,218,220,221,226,229,234,238,239,242,245,247,251,252,254,255,256,260,261,262,263,274,275,276,278,279,281,282,283,286,297,299,301,302,303,307,308,311,314,317,318,319,321,328,329,334,335,336,355,358,362,363,364,365,370,376,391,395,399,416,417,437,439,440,441,469,470,479,487,495,496],componenet:6,composit:[6,204,242,393],compound:[386,395,396,458],compres:[71,116,206],compress:[],compris:[40,335,434,457],compton:[120,167],comptu:3,compuat:356,comput:[],computation:[3,6,215,216,326,377],computational:490,compute_arrai:8,compute_fep:[199,415],compute_group_group:231,compute_inn:8,compute_ke_atom:8,compute_loc:8,compute_modifi:[],compute_peratom:8,compute_sa:[120,300],compute_scalar:8,compute_temp:8,compute_ti:199,compute_vector:8,compute_xrd:167,concaten:[2,3,498],concav:335,concentr:[71,393],concept:[6,148,158,206,478],conceptu:[3,6,71,156,218,220,365,387,402,419,474],concern:[6,73,87,192,232],concetr:71,concis:[11,325],conclud:12,concret:8,concurr:[9,16,356,495],conden:[326,453,455],condens:[6,150,326,372,389,393,407,458],condit:[],conducit:6,conduct:[],cone:472,confer:422,confid:[3,483],config:[12,191,466],configfil:219,configur:[1,2,6,12,15,17,38,59,124,170,188,190,191,193,197,218,219,220,221,225,231,238,239,269,282,290,325,353,363,365,372,377,394,419,422,451,453,455,458,464,469,471,472,483],confin:[469,483],conflict:[3,12,40,424,467],conform:[3,6,13,59,217,218,254,298,303,325,349,365,395,481],confus:[3,458],conjuct:391,conjug:[7,8,239,362,395,432,433],conjunct:[6,7,71,86,87,116,151,156,162,168,172,194,198,199,239,242,246,269,285,286,290,291,292,294,299,314,322,329,334,355,356,365,378,380,384,387,391,395,401,407,424,427,435,456,469,472,476,490,499],connect:[3,6,87,153,171,217,236,284,299,302,311,365,388,399,449,455,466,467,473,490],conput:3,consecut:[3,11,12,39,71,168,194,198,199,221,236,237,387,407,411,464,470,472],consequ:[1,6,204,326,406,483],conserv:[3,29,197,204,217,224,225,232,235,239,241,242,246,251,253,255,269,299,302,317,318,322,329,330,334,365,390,391,399,413,440,478,483],consid:[6,9,70,71,78,87,117,150,153,154,171,191,194,198,199,205,207,210,214,216,217,221,243,256,281,299,321,322,325,326,329,356,384,395,402,433,434,440,449,464,465,467,470,471,472,474,477,479,487,490,495],consider:[6,8,239,240,317,318,319,370,478],consist:[3,6,8,9,11,12,40,42,65,69,79,93,105,110,113,114,117,148,151,153,168,180,190,195,200,201,206,220,221,224,226,229,232,239,240,241,252,255,257,258,259,260,261,262,263,264,265,267,268,269,270,272,273,274,275,276,277,278,286,289,294,296,298,299,317,318,319,320,330,355,356,358,364,365,370,372,377,379,385,387,395,398,402,405,416,417,419,422,424,434,437,439,440,452,459,467,469,470,471,472,473,474,481,490,495],consistent_fe_initi:203,consit:299,constant:[],constitu:[3,6,245,299,331,335,385,434],constitut:[437,439],constrain:[3,6,8,145,146,147,148,149,151,154,155,156,157,158,160,161,197,206,221,231,232,237,245,249,284,285,297,299,302,312,322,329,363,364,395,474,481,490],constraint:[],construct:[6,8,12,14,38,54,56,61,64,67,70,72,73,77,92,108,120,142,167,218,255,281,298,335,366,370,390,422,424,449,451,452,472,473,488,495],constructor:[8,11],consult:433,consum:[1,294,428,495],consumpt:353,contact:[],contact_stiff:[436,438],contain:[0,1,2,3,4,6,8,9,11,12,13,17,18,19,38,40,41,56,63,87,91,118,120,142,148,156,166,167,168,170,174,176,187,188,191,193,194,195,197,198,199,203,205,206,207,209,210,211,212,214,219,221,226,233,237,238,239,242,253,269,280,281,284,285,287,289,292,296,299,300,304,314,321,325,326,335,336,339,354,356,364,365,368,369,371,372,373,377,386,387,390,393,394,395,402,403,419,422,426,430,431,432,433,441,451,452,453,454,455,456,458,464,465,466,467,469,470,471,472,474,476,478,481,483,486,487,490,495,497,499],content:[12,18,433,485,487],context:[3,6,8,12,17,118,119,194,215,216,221,284,296,330,362,461,469,476,485,494,495,496],contibut:70,contigu:466,contin:16,continu:[0,2,3,5,6,9,12,13,14,41,71,81,104,105,164,194,197,198,199,204,206,207,208,209,210,211,212,214,217,218,219,220,221,231,232,233,235,236,237,239,240,241,247,252,253,255,257,258,259,260,261,262,263,274,275,276,277,278,283,285,288,289,299,300,303,313,314,316,323,324,326,332,335,339,354,369,370,377,391,392,409,412,432,433,434,437,439,454,464,467,469,471,472,477,483,486,487,495,497],continuum:[6,7,9,203,326,437,439],contour_integr:203,contract:[59,218,220,255,286,299],contradictori:3,contrain:302,contraint:269,contrari:[233,240],contrast:[1,6,42,55,64,150,153,220,337,437,439,461,498],contrib:326,contribut:[3,5,6,7,8,9,12,13,17,63,66,68,70,71,74,75,77,80,84,87,88,89,90,91,94,103,105,107,109,110,111,112,114,116,119,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,199,204,205,206,207,209,210,211,212,218,231,239,242,245,246,250,256,276,277,284,285,293,296,299,300,302,328,355,363,365,373,391,392,393,395,402,416,417,422,424,432,433,440,481,487,490],contributor:12,control:[3,5,6,7,8,9,11,13,16,27,29,41,87,91,124,142,177,191,193,197,203,204,214,218,219,220,235,236,239,240,255,257,258,259,260,261,262,263,286,291,299,305,306,317,318,319,326,330,353,355,367,395,398,422,432,433,436,438,451,455,464,466,478,484,485],control_typ:203,controlfil:433,convect:91,conveni:[6,12,29,191,195,212,300,358,441,495],convent:[3,8,9,29,179,186,187,194,298,311,338,393,395,495],converg:[3,6,41,88,191,193,195,200,214,217,218,226,229,260,289,291,294,298,302,361,362,363,365,386,387,407,440,464,476,483],convers:[3,8,142,193,194,204,207,286,355,387,388,389,395,407,411,415,427,467,483,494],convert:[2,3,4,5,6,7,8,12,13,20,21,24,28,32,35,36,59,63,71,91,168,175,191,193,194,212,253,337,340,342,346,349,358,365,371,393,422,453,455,462,467,469,470,471,476,486,490,494,495,497,499],convex:[42,335,376],convinc:[7,12],cook:9,cooki:7,cool:[7,158,235,297],cooordin:191,cooper:[5,7],coord123:116,coord1:[3,116,206,210,211],coord2:[3,116,206,210,211],coord3:[3,116,206,210,211],coord:[],coordb:440,coordbb:440,coordiat:363,coordin:[1,3,4,6,7,8,11,13,14,15,17,40,41,42,59,61,62,63,66,68,71,74,75,77,81,87,89,90,94,104,105,107,115,116,118,136,142,151,157,163,165,166,168,172,190,191,192,193,194,195,197,200,205,206,209,210,211,214,215,216,217,218,219,220,221,224,226,227,229,231,234,235,236,237,238,239,240,252,254,255,257,258,259,261,262,263,276,279,280,281,284,285,286,296,297,299,301,302,303,308,311,312,313,314,316,324,325,326,333,334,336,337,358,363,364,365,370,371,372,375,376,394,440,464,469,470,471,472,474,477,479,483,490,495,496],coordn:[116,206],coorind:[],copi:[0,3,4,8,11,12,15,17,40,121,193,326,365,384,432,467],copper:462,coproccesor:16,coprocessor:[1,4,7,9,16,17,370,482],coproprocessor:17,copy_arrai:8,copyright:[7,8,284],coral:194,core:[],core_shel:150,coreshel:[6,9,380,387,389],cornel:[6,174,481],corner123i:115,corner123x:115,corner123z:115,corner1i:115,corner1x:115,corner1z:115,corner2i:115,corner2x:115,corner2z:115,corner3i:115,corner3x:115,corner3z:115,corner:[3,6,40,115,193,335,336,358,457,469],cornflowerblu:194,cornsilk:194,corpor:16,corr:386,correct:[3,6,9,11,12,16,17,59,87,88,103,104,112,118,150,155,162,193,220,231,233,239,255,256,276,284,286,289,325,331,335,355,365,371,372,373,374,375,376,377,378,379,380,381,382,383,385,386,387,388,389,390,391,392,393,394,395,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,427,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,457,458,460,461,462,469,484,487,490],correction_max_iter:203,correctli:[3,8,9,11,17,71,81,103,104,105,145,146,147,149,151,153,154,155,156,157,160,161,164,191,194,200,221,226,229,240,249,255,256,292,299,302,311,313,332,335,365,366,370,389,417,422,466,467,469,479,494,496],correl:[],correspond:[1,2,6,8,11,12,14,20,21,22,23,24,25,26,27,28,29,30,31,32,35,38,40,42,43,44,45,46,47,48,49,51,53,54,56,70,71,87,97,98,111,114,115,116,117,120,121,129,132,133,134,135,136,138,139,140,142,145,146,155,162,167,174,175,176,177,178,179,180,182,183,185,186,188,190,191,193,194,198,199,200,206,208,209,210,211,213,216,218,220,227,229,230,234,239,242,243,251,252,253,255,257,258,259,260,261,262,263,264,265,269,272,274,275,276,278,281,282,286,291,299,301,302,317,319,321,330,331,332,334,335,336,338,340,341,342,343,345,346,349,351,356,360,362,364,365,371,372,374,378,379,380,381,382,383,384,385,386,387,390,391,393,394,395,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,419,420,422,424,425,426,427,429,430,432,433,434,435,440,441,442,451,452,453,454,455,457,458,460,461,462,464,466,467,469,470,472,482,483,484,486,487,490,495],correspondingli:[416,417,478],cosin:[],cosineshift:27,cosmo:[233,238],cossq:[],cost:[1,6,10,11,12,17,39,41,71,111,120,143,167,193,194,206,210,211,214,215,216,228,255,291,326,355,356,368,387,407,411,422,424,451,466,478],costheta0:[451,453,455,458],costheta:430,costli:[11,88,233,366],couett:4,coul:[],could:[2,3,6,9,11,12,17,33,41,50,59,66,71,75,87,90,94,105,107,111,114,116,148,158,163,165,181,191,193,194,198,199,206,207,210,214,220,229,238,288,289,290,294,297,299,301,314,315,321,325,326,327,331,335,337,339,347,352,354,361,363,366,370,373,397,401,402,405,432,433,465,466,467,469,471,473,476,477,485,490,495,496],coulomb:[3,5,6,7,8,9,10,12,14,15,18,72,88,109,110,118,143,169,173,290,292,327,355,356,363,370,378,380,381,382,383,386,387,388,389,390,395,399,400,402,407,411,415,418,424,427,432,433,435,440,450,455,456,458,461,474,481,487,490,494],coulommb:6,cound:3,count:[1,3,6,8,10,11,12,16,41,63,68,77,91,116,118,119,156,166,172,200,201,204,206,209,210,211,213,214,221,226,228,231,237,255,269,285,302,317,318,335,356,363,364,365,367,370,397,401,424,487,495],counter:[332,464,475,477,483],counteract:231,counterbal:235,counterbalanc:29,counterpart:[191,299,464],counterproduct:18,coupl:[],courant:304,cours:[3,8,128,130,162,191,198,199,232,298,311,325,331,333,334,336,337,356,416,442,466,469,482,490,495,497],courtesi:358,cov:440,coval:[6,29,395,419,440,490],covari:233,cover:[6,71,188,194,203,242,395,457],coverag:[71,210],cpc:238,cpp:[1,3,6,8,9,11,12,13,87,191,198,199,229,302],cpu:[1,3,4,9,10,12,14,15,16,17,18,63,71,194,208,224,240,327,353,356,370,384,450,464,482,483,486,487,488,495],cpuremain:487,cr2:167,cr3:167,crack:[4,366],crada:[5,7],crai:[5,7,13,18,191],crash:[3,12,366,490],craympi:370,creat:[],create_atom:[],create_bond:[],create_box:[],create_elementset:203,create_faceset:203,create_group:192,create_nodeset:203,createatom:[],creation:[],crimson:194,critchlei:284,criteria:[3,118,169,193,194,215,216,217,250,363,429,457,471,474,495],criterion:[12,41,123,166,168,171,204,214,217,231,269,291,304,332,337,363,365,386,395,399,440,474,483,484],criterioni:483,critic:[6,48,49,253,321,326,363],crmax:71,crmin:71,cross:[3,12,22,71,89,146,176,191,193,205,210,216,220,252,254,276,299,307,311,313,322,329,341,358,365,382,391,392,393,400,401,402,407,409,411,430,435,437,439,453,455,462,469,473,479,497],crossov:1,crossterm:469,crozier:[0,7,13],crucial:289,crystal:[4,6,13,73,108,280,281,324,358,366,473,487,490],crystallin:[6,104,281,358,454,490],crystallis:321,crystallogr:[120,167],crystallograph:[358,487],crystallographi:[120,167,358],cs1:167,cs_chunk:6,cs_im:[40,469],cs_re:[40,469],csanyi:[142,431,441],cscl:419,csequ:6,csh:[11,12,384],cshrc:[11,12],csic:[394,451,453,455,458],csinfo:6,csisi:[394,451,453,455,458],csld:[],cst:393,cstherm:6,cstyle:466,csvr:[],ctcm:[371,393],ctemp_cor:224,cterm:303,ctr:9,ctype:11,cu1:167,cu2:167,cu3au:419,cube:[6,41,166,171,214,224,335,358,490],cubic:[],cuda:[],cuda_arch:15,cuda_get:15,cuda_hom:15,cuda_prec:15,cufft:14,cuh:377,cummul:[3,6,212,215,216,217,219,228,233,239,241,314,317,318,319,320,322,329,401,487],cumul:[6,204,206,209,210,211,225,231,239,253,255,260,269,299,300,365],curli:2,current:[0,1,3,5,6,7,8,9,11,12,13,15,16,17,18,40,41,42,59,61,63,71,73,81,87,103,104,110,118,119,132,143,148,156,158,164,166,169,172,190,191,192,193,194,195,198,199,203,206,210,211,212,214,215,216,217,218,219,220,221,225,226,229,231,233,236,237,239,245,252,255,256,261,262,263,269,274,275,276,278,284,290,291,293,296,297,298,299,302,303,304,305,306,307,308,310,312,313,314,317,318,319,325,326,329,330,331,332,333,334,336,337,339,353,354,355,356,359,360,362,363,364,365,370,376,377,384,386,390,393,395,396,399,402,403,406,416,417,419,420,421,424,430,432,433,436,437,438,439,442,453,455,456,459,464,465,466,467,469,470,471,472,473,475,476,477,479,481,483,484,486,487,495,496,497,498,499],curv:[6,168,231,281],curvatur:[398,434,462],custom:[],cut0:467,cut1:478,cut2:478,cut:[],cuthi:[280,292],cutinn:[379,416,417],cutlo:[280,292],cutmax:430,cutoff1:[383,390,407,411,415,418,427,435],cutoff2:[378,380,381,383,389,390,407,411,415,418,427,435],cutoff:[3,6,10,16,18,39,45,46,54,55,61,70,72,73,77,87,92,108,110,117,118,142,166,169,171,216,217,222,280,289,290,292,294,296,299,314,327,331,335,337,353,355,356,363,366,367,368,370,371,372,373,374,375,376,377,378,379,380,381,382,383,385,387,388,389,390,391,392,393,394,395,396,397,398,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,432,433,434,435,440,441,442,443,444,445,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,467,471,474,478,490,495],cutoff_glob:376,cutoff_inn:376,cutoffa:394,cutoffc:394,cuu3:393,cval:167,cvd:321,cvel:303,cvff:[],cwiggl:[3,252,331,334,336,495],cyan:[2,193,194],cycl:[3,231,253,255,256,260],cyclic:[3,188],cygwin:12,cylind:[3,4,71,193,206,237,285,332,335,472],cylindr:[6,237,311,332],cypress:370,cyrot:377,cyrstal:281,d3q15:242,d3q19:242,d_double_doubl:15,d_e:326,d_flag2:288,d_flag:288,d_name:[115,191,288,316,479],d_single_doubl:15,d_single_singl:15,d_sx:288,d_sy:288,d_sz:288,daan:324,dai:12,daili:12,daivi:276,damag:[],dammak:294,damp:[3,6,197,202,239,240,241,246,255,256,260,286,289,290,294,299,317,318,330,332,333,362,363,365,378,380,382,387,390,395,399,407,415,427,435,450,456,483,490],damp_com:240,damp_drud:240,dampen:[299,490],dampflag:[332,399],dan:17,danger:[3,12,231,337,391,487],dangl:171,daniel:9,darden:[356,390],darkblu:194,darkcyan:194,darken:193,darkgoldenrod:194,darkgrai:194,darkgreen:194,darkkhaki:194,darkmagenta:194,darkolivegreen:194,darkorang:194,darkorchid:194,darkr:194,darksalmon:194,darkseagreen:194,darkslateblu:194,darkslategrai:194,darkturquois:194,darkviolet:194,dasgupta:290,dash:[399,486],dat:[6,91,188,203,465],data2xmovi:[],data:[],data_atom:8,data_atom_hybrid:8,data_bodi:8,data_vel:8,data_vel_hybrid:8,databas:[],datafil:[12,13,300],dataset:300,datatyp:3,date:[0,6,12,13,190,432,433,495],datom1:117,datom2:117,datom3:117,datom4:117,datum:[3,6,42,65,68,69,79,93,110,117,191,207],davenport:418,davi:331,david:[9,19,355,356,453,455],daw:[393,430],dbg:14,dcd:[3,6,7,191,192,193,194,195,282,470,474],ddim:190,deactiv:415,dealt:238,debug:[6,7,11,12,13,14,17,120,124,167,168,282,287,353,355,370,403,424,459,467,468,476,479,486,495],deby:[],decai:[92,387,462],decid:[3,6,12,16,71,252,288,299,327,484],decipher:358,declar:192,declin:314,decod:193,decompos:[87,441],decomposit:[3,5,7,18,62,203,282],decoupl:[6,490],decreas:[3,191,200,201,208,217,220,226,229,231,239,325,355],decrement:303,deepli:352,deeppink:194,deepskyblu:194,def:[12,13,467],defaul:61,defect:[6,70,166,422],defgrad:2,defin:[2,3,5,6,7,8,11,12,17,20,21,22,23,24,25,26,27,28,29,30,31,32,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,51,53,54,55,56,57,58,59,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,174,175,176,177,178,179,180,182,183,185,186,187,188,189,190,191,192,193,194,197,198,199,200,201,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,220,221,224,225,226,229,230,231,234,237,238,239,240,241,242,250,252,254,255,256,257,258,259,260,261,262,263,265,266,267,270,272,273,274,275,276,277,278,280,281,282,284,285,286,288,290,292,297,299,300,301,302,304,308,312,314,316,317,318,319,320,322,323,324,326,328,329,331,332,333,334,335,336,337,339,340,341,342,343,344,345,346,349,350,351,353,355,356,358,360,362,363,364,365,366,367,368,369,370,372,373,374,375,376,378,379,380,381,382,383,384,385,387,388,390,391,392,394,395,397,398,399,400,401,402,403,405,407,408,409,410,411,412,413,414,415,416,417,418,422,423,424,425,426,427,429,430,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,466,467,469,470,472,473,474,475,478,479,480,481,483,484,486,487,490,491,492,493,494,495,496],definit:[2,3,6,8,12,13,78,80,118,142,194,206,207,208,209,210,211,212,220,237,260,300,316,328,331,334,336,338,350,353,364,373,377,385,395,405,430,437,439,441,457,467,469,471,478,480,494,495],defint:487,deform:[],deg2theta:167,deg:490,degener:[3,284],degrad:[8,18,281,356,478],degre:[3,6,8,20,21,24,28,29,32,35,36,38,65,79,92,93,95,97,98,100,102,103,108,114,145,146,147,148,149,150,151,152,153,154,155,156,157,158,160,161,167,168,174,175,178,179,186,188,190,193,206,217,224,231,233,234,239,240,245,255,256,260,261,262,263,274,275,276,278,282,284,298,299,302,317,318,319,324,340,342,346,349,351,363,390,393,401,479,487,490,496],degress:[148,206],del:483,delai:[3,6,12,366,392,487],deleg:402,delet:[2,3,7,8,12,54,57,60,63,166,171,172,197,206,207,209,210,211,212,215,217,228,231,255,300,317,318,337,339,354,364,366,369,424,449,469,470,471,472,480,481,486,491,493,495,496],delete_atom:[],delete_bond:[],delete_el:203,deli:190,delimit:[467,495],deloc:[256,395,440],delr:419,delt_lo:483,delta:[],delta_1:377,delta_3:377,delta_7:377,delta_conf:3,delta_ij:[419,430],delta_mu:3,delta_pi:377,delta_r:430,delta_sigma:377,delta_ua:376,delx:190,delz:190,dem:376,demand:294,demo:11,demon:279,demonstr:[289,419],den:285,dendrim:401,denniston:[9,242,244,245,246,281],denomin:[7,173],denot:[120,224,240,281,292,294,387,400,402,433,437,439],dens:[71,217,395],densiti:[3,6,7,9,18,40,41,59,101,118,128,142,154,166,168,198,199,203,206,210,211,214,220,229,242,245,248,249,281,285,286,290,326,331,358,360,364,371,377,393,419,420,421,430,434,440,444,446,447,448,469,478,479,487,494],density_continu:439,density_summ:439,depart:[0,7],departur:[253,289],depend:[1,2,3,6,8,9,11,12,16,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,35,38,39,40,41,43,44,45,46,47,48,49,51,53,54,56,61,63,65,68,69,70,71,79,92,93,104,110,111,114,115,116,117,121,142,145,151,155,156,162,168,169,174,175,176,177,178,179,180,182,183,185,186,187,188,190,191,193,194,197,198,199,200,201,204,206,208,209,210,212,213,214,216,218,220,226,227,230,233,234,235,237,239,240,242,244,245,252,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,280,291,294,296,299,301,302,308,314,317,318,319,321,323,325,326,328,330,331,334,335,336,337,339,340,341,342,343,345,346,349,351,356,358,363,364,366,367,368,370,371,372,374,375,377,378,379,380,381,382,383,384,385,386,387,388,390,391,393,394,395,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,419,420,422,423,425,426,427,429,430,432,433,434,435,440,441,442,450,451,452,453,454,455,456,457,458,460,461,462,464,466,469,471,472,475,479,481,483,486,487,489,495,496],dependend:6,depflag:12,dephas:[464,483],depos:221,deposit:[],deprec:[290,432],depth:[51,146,193,326,398,434],dequidt:9,der:[87,109,385,386,415,432,433,461,490],deriv:[6,7,8,9,38,56,63,87,142,162,188,207,218,220,231,239,252,255,257,258,259,260,261,262,263,280,286,290,294,323,324,326,331,332,335,362,364,372,377,385,390,395,396,400,409,413,414,419,422,432,433,450,452,461,490],derjagin:461,derlet:280,descend:194,descent:[7,362],descib:[40,193,290],describ:[0,1,2,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,19,38,39,40,41,42,56,62,63,68,70,71,73,88,112,115,118,120,132,142,143,146,147,148,152,153,156,159,161,162,166,167,168,170,171,180,185,188,191,192,197,198,199,206,207,208,209,210,211,212,214,217,218,219,220,221,223,224,232,233,236,237,238,239,240,241,242,244,245,246,250,254,255,256,260,268,277,280,282,287,288,289,290,291,292,299,303,311,314,315,316,317,318,319,320,321,322,323,324,329,331,332,334,339,355,356,358,361,362,363,364,365,369,372,373,375,376,378,379,380,382,383,384,385,386,387,390,393,395,396,398,399,400,402,405,407,408,409,410,411,412,413,414,415,416,417,418,419,422,423,429,430,431,432,433,434,435,440,441,442,449,450,451,452,453,454,455,456,458,460,461,462,464,466,467,469,470,471,472,473,479,482,483,486,495,496,497],descript:[],descriptor:[142,191,403],deserno:356,design:[0,3,6,7,8,9,11,13,14,15,17,120,150,153,167,203,217,223,224,255,256,280,281,300,321,326,373,374,375,376,379,382,387,389,395,415,416,417,420,421,430,433,452,478],desir:[2,3,6,7,11,12,14,15,16,33,40,50,59,71,88,91,114,119,143,150,168,181,190,206,212,218,220,229,231,232,239,240,241,245,255,276,284,285,286,287,290,294,299,302,314,317,318,319,320,325,332,347,352,355,356,358,361,363,364,365,391,393,401,416,417,451,453,455,465,466,467,469,473,478,483,484,486,487,495,496,497],desk:7,desktop:[4,6,7,10,12,193],despit:490,destabil:377,destre:349,destroi:[11,39,215,216],detail:[1,2,3,4,6,7,8,9,11,12,13,14,15,16,17,18,19,22,37,40,41,42,55,63,66,67,68,71,75,78,90,91,94,103,105,107,109,111,113,114,116,119,121,142,143,145,146,147,148,151,161,162,163,165,168,169,172,173,176,187,190,191,193,194,197,198,199,203,206,207,208,209,210,212,214,216,217,218,219,220,221,229,231,232,233,234,236,237,239,241,242,246,252,253,254,255,256,257,258,259,260,261,262,263,267,269,274,275,276,277,278,281,284,285,286,288,289,291,292,293,299,302,314,317,318,319,320,321,322,324,325,326,327,328,329,330,337,339,341,350,355,356,359,363,364,366,367,370,371,372,373,375,376,377,379,381,382,383,384,385,386,387,390,391,395,396,398,399,400,401,402,407,408,409,410,411,412,413,414,415,416,417,418,419,423,424,429,432,433,434,440,441,442,450,457,460,461,467,469,470,471,472,474,475,478,479,481,484,487,488,495,496,499],detect:[2,3,12,42,61,63,86,92,230,285,325,365,386,401,406,464,466,469,480,483,495],determ:370,determin:[1,3,6,8,9,12,15,39,40,42,51,57,58,59,61,62,68,71,87,103,109,111,114,120,121,129,143,156,157,166,167,168,190,191,193,194,195,196,200,201,202,205,206,207,208,209,210,211,212,213,214,218,220,221,224,226,231,234,235,237,239,240,245,250,252,253,255,261,262,263,274,275,276,278,280,282,286,289,296,297,298,299,300,301,304,306,308,314,317,318,319,321,327,328,331,332,333,334,335,336,337,350,355,356,358,364,366,367,370,372,373,381,386,390,392,393,397,399,402,403,411,419,422,424,433,434,440,449,452,456,461,466,469,470,472,474,476,479,483,485,486,488,494,495,496],detil:110,devan:[9,435],devanathan:455,develop:[0,3,5,6,7,8,9,11,12,14,15,16,17,18,19,42,236,260,284,289,290,293,372,377,395,421,422,440,458,471],devemi:9,deviat:[253,260,280,397],deviator:9,devic:[1,3,12,15,17,236,370],device_typ:370,devin:[291,386],devis:421,dfactor:193,dff:490,dfft_fftw2:12,dfft_fftw3:12,dfft_fftw:12,dfft_none:12,dfft_singl:[3,12,356],dfft_xxx:12,dfftw:12,dfftw_size:12,dft:[9,293,422],dhi:[59,190,220,285],dhug:[253,289],dhugoniot:[253,289],dia:419,diagnost:[],diagon:[3,6,83,142,143,144,218,255,286,299,329,437,439],diagonalstyl:441,diagram:[41,120,167,187,214,282],diallo:401,diam:[193,194,285,364],diamet:[3,6,40,42,115,168,191,193,194,198,199,239,285,299,314,316,330,332,364,376,385,398,399,409,434,457,461,469,470,479],diamond:[358,395,419],diamter:[40,285],dick:6,dicsuss:252,dictat:[204,253],did:[3,12,363,391,392,393,399,424,453,455,477],didn:3,die:18,diel:[],dielectr:[],diff:[3,6,12,164,328,355],differ:[1,2,3,4,6,7,8,9,10,11,12,14,15,16,17,18,22,37,38,39,41,42,54,55,56,61,64,68,70,71,87,92,95,97,98,122,142,145,146,147,148,149,151,154,155,156,157,158,160,161,162,168,169,171,176,187,188,190,191,193,194,197,199,202,204,206,209,214,215,216,217,218,219,220,224,230,231,232,233,234,235,236,239,240,242,252,255,256,257,258,259,261,262,263,265,267,270,272,273,274,275,278,280,282,284,286,289,290,291,294,297,299,302,303,311,312,314,317,318,319,322,323,324,326,329,330,331,332,335,339,340,350,352,354,355,356,358,359,361,362,364,365,367,368,369,370,371,372,377,381,382,384,385,386,391,393,395,398,399,400,402,405,407,408,410,411,418,419,420,421,423,424,426,430,432,433,434,435,436,437,439,440,441,442,450,451,452,453,455,457,458,461,463,464,466,467,469,471,472,473,474,477,478,479,481,483,484,486,487,488,490,494,495,496,497],differenti:[1,3,6,29,188,355,387,430,454],difficult:[218,282,370,401,478],difficulti:[92,108,302,432],diffract:[],diffus:[],digit:[2,3,194,339,422],dih_table1:188,dih_table2:188,dihedr:[],dihedral_coeff:[],dihedral_cosineshift:27,dihedral_styl:[],dihedralcoeff:3,dihedraltyp:216,dihydrid:395,dij:302,dilat:[],dim1:3,dim2:3,dim:[3,59,71,145,149,150,151,154,155,156,157,158,160,168,190,210,220,237,332,358,419,472,494,495,496],dimdim:495,dimems:281,dimens:[],dimensinon:71,dimension:[3,39,92,114,120,142,145,148,149,150,151,154,155,156,157,158,160,167,189,206,210,254,281,326,358,361,365,430,469,479],dimensionless:[106,123,124,126,129,131,133,138,142,326,356,441,461],dimentionless:137,dimer:[6,299,419],dimgrai:194,dimstr:[41,214],dinola:[286,317],dintel_offload_noaffin:16,dipol:[],dipolar:[4,29,40,191,316,490],dir1:480,dir2:480,dir:[1,3,4,8,9,11,12,253,280,289,313,430,432,433,467,480,495],dirac:142,direc:430,direct:[],directli:[3,6,8,9,11,12,87,115,142,144,191,192,193,200,226,233,237,242,281,300,318,330,332,333,334,335,358,362,370,371,372,378,380,381,387,390,393,395,407,411,424,427,435,449,467,479,480,481,487,495],directoi:14,directori:[0,1,2,3,4,6,7,8,9,11,12,13,14,15,16,17,60,195,219,238,284,290,293,310,314,323,324,365,369,371,372,377,384,386,387,393,394,396,403,404,415,419,420,421,422,426,430,431,432,433,440,441,451,453,454,455,458,467,469,470,471,480,495],disabl:[3,12,16,326,406,467,482,495],disadvantag:[6,214],disallow:[191,220,255],disappear:471,discard:[2,3,41,71,208,210,214,327,335,466,471,472],discontinu:[9,188,363,413],discourag:419,discov:[13,327],discret:[6,8,40,42,193,194,239,242,376],discuss:[],disk:[6,84,85,92,161,189,221,231,285,467],disloc:[70,422],disord:[39,70,422],disp:[],dispar:434,disperion:[390,411],dispers:[3,6,7,9,166,281,355,356,381,390,411,416,424,433,452,458],displac:[],displace_atom:[],displace_box:59,displacemet:472,displai:[11,13,22,37,44,55,176,187,191,193,341,350,384,450],dispters:3,disregard:422,dissip:[6,232,239,281,323,324,379,391,399,416,417,450],dissolut:215,dist:[6,69,91,110,119,191,282,298,392,449,464,496],distanc:[],distinct:[6,224,296,355,434],distinguish:[6,86,142,245,376,395,468],distort:371,distrbut:371,distribut:[],distro:[113,384,429,430],ditto:[8,12,14,15,16,17,18,42,117,216,462,467],div:8,divd:119,diverg:[3,12,39,299,324,471,490,497],divid:[3,6,16,41,91,114,119,128,130,143,165,166,176,187,194,206,207,209,214,220,280,322,329,334,355,363,365,396,433,440,458,478,486,495],divis:[6,242,377,405,415,466,487,495],dl_poli:[6,7],dlambda:162,dlammps_async_imd:236,dlammps_bigbig:[12,39],dlammps_ffmpeg:[3,12,193],dlammps_gzip:[3,12,191,193,325,469,470,474],dlammps_jpeg:[3,12,193],dlammps_longlong_to_long:12,dlammps_memalign:[12,16],dlammps_png:[3,12,193],dlammps_smallbig:12,dlammps_smallsmal:12,dlammps_xdr:[12,191],dlen:479,dlmp_intel_offload:[12,16],dlo:[59,190,220,285],dlopen:6,dlvo:[7,385,461],dm_lb:242,dmax:[314,361],dna:7,doc:[0,1,2,3,4,6,7,8,9,11,12,13,14,15,16,17,18,22,37,40,42,55,57,59,63,66,68,75,87,90,94,103,105,106,107,109,111,113,114,116,119,121,143,146,147,148,161,163,165,168,169,170,176,187,190,191,192,193,194,195,197,198,199,204,205,206,207,208,209,210,211,212,221,231,239,240,250,255,256,261,262,263,267,274,275,276,277,278,285,288,299,311,314,317,318,319,328,332,335,337,339,341,350,354,363,364,365,370,371,372,375,376,384,386,387,393,394,396,401,402,404,405,419,420,421,424,426,429,430,431,441,450,451,453,455,457,458,467,469,470,471,472,474,477,478,479,486,487,495,496,497,498],docuement:434,dodd:[42,376],dodgerblu:194,doe:[0,1,2,3,5,6,7,8,9,11,12,14,15,16,17,18,33,38,39,41,42,50,54,56,59,62,63,67,70,71,72,87,88,91,105,112,118,119,120,144,146,148,150,151,156,158,162,167,168,169,170,172,174,176,181,187,188,190,191,192,193,194,197,203,204,206,210,213,214,216,217,218,220,224,226,228,231,232,235,237,239,240,242,245,251,255,256,257,258,259,261,262,263,274,275,276,277,278,286,287,288,292,294,297,299,314,317,319,321,322,326,329,330,331,334,335,336,337,342,343,344,346,347,349,354,355,356,357,358,364,365,366,371,372,373,374,375,376,377,379,381,382,383,385,386,387,388,390,391,392,393,394,395,397,398,399,400,402,403,404,405,406,409,410,412,413,414,416,417,419,420,421,422,424,430,431,432,433,434,436,437,438,439,440,441,442,443,444,445,446,447,448,449,451,452,453,454,455,456,457,458,460,461,462,464,465,466,467,469,470,471,472,473,476,477,479,480,481,482,483,486,487,490,495,499],doegenomestolif:7,doesn:[3,7,8,12,168,191,204,210,211,311,364,366,370,372,386,394,404,432,433,451,453,454,455,458,469,471],dof:[3,8,114,146,147,148,161,206,299,496],dof_per_atom:[148,206],dof_per_chunk:[148,206],doff:[364,469],doi:[6,219],domain:[3,6,7,12,13,18,39,41,42,58,61,62,71,120,157,167,170,190,192,193,194,197,204,214,218,220,221,235,238,242,255,256,282,294,299,326,331,332,355,356,365,370,392,424,464,466,469,473,486],domin:[1,395,483],don:[0,8,11,12,13,118,171,200,226,240,288,335,419,440,467,469],donadio:318,done:[1,3,6,7,8,12,14,15,16,17,18,38,39,41,56,59,62,71,162,165,168,171,188,191,193,194,203,204,206,208,209,210,211,212,214,215,216,217,218,220,221,229,231,236,237,239,240,247,255,261,262,263,274,275,276,278,279,281,282,283,288,296,299,300,302,314,317,318,319,321,323,324,337,339,354,355,356,363,365,366,369,370,372,381,393,402,403,404,411,417,418,419,424,432,449,452,457,464,465,466,467,470,473,474,477,487,488,490,495,496],donor:401,dot:[143,164,200,226,234,254],doti:[377,430],doubl:[1,2,3,6,8,9,11,12,14,15,16,17,39,87,220,229,287,335,339,354,356,369,370,377,396,400,422,432,433,465,469,473,477,482,495,496],dover:203,down:[3,6,7,8,11,39,71,218,231,239,314,330,370,395,424,440,468,488],downhil:[361,362],download:[5,7,8,9,11,12,13,17,236,403,431],downsid:6,downward:296,dozen:[8,12,109,197,432,433],dpack_arrai:12,dpack_memcpi:12,dpack_point:12,dpd:[],dpde:248,dproduct:373,dr_ewald:[120,300],drag:[],dragforc:242,drai:[253,289],drain:[235,330,363],dramat:[59,190,215,216,217,218,220,255,314,317,318,356,370,424,440,466],drautz:377,draw:193,drawback:288,drawn:[42,191,193,194,232,464],drayleigh:[253,289],dreid:[],drfourth:106,drho:[115,371,393],drift:[6,104,106,232,233,239,240,251,297,314,478,486,490],drive:[11,12,201,218,220,234,255,280,286,299,333,365],driven:[6,180],driver:[6,12,14,15,197,229,236],drop:[3,194,391],droplet:402,drsquar:106,drude:[],dry:228,dsecriptor:403,dsf:[],dsmc:[],dstyle:285,dt_collis:242,dt_lb:242,dt_md:242,dt_srd:314,dtilt:[59,220],dtneb:483,dtqm:289,dtype:[117,216],dual:[16,17,314,370],dudarev:167,due:[1,3,6,9,10,12,16,17,19,40,54,57,58,61,66,70,71,74,75,81,86,88,89,90,94,103,104,105,106,107,112,118,120,128,142,143,145,146,147,149,151,154,155,156,157,158,160,161,163,167,168,171,172,191,193,197,200,201,209,213,215,216,217,218,219,220,221,226,227,228,229,232,233,236,237,239,240,241,242,245,246,247,251,252,253,254,255,260,269,280,283,285,297,298,299,301,311,313,314,315,317,318,319,320,321,323,324,326,330,331,333,334,335,337,356,361,363,365,366,367,388,391,393,397,398,402,416,417,424,430,432,434,435,449,452,453,455,459,461,462,464,466,469,470,471,478,483,486,487,488,490,495,496],duffi:326,duin:[9,290,295,432,433],duke:356,dummi:[12,29,454],dump1:474,dump2:474,dump2vtk_tri:136,dump:[],dump_atom:8,dump_custom:8,dump_h5md:192,dump_modifi:[],dumpcustom:8,dumptimestep:474,dunbrack:[6,20,174,382,481],dunweg:[239,241],duplic:[2,3,14,15,17,41,42,169,214,233,280,469,494],dupont:[5,7,13],durat:[37,55,145,146,147,149,150,151,153,154,155,156,157,160,161,187,194,206,231,294,326,350,399,450],dure:[2,3,6,8,9,12,16,17,38,39,41,56,71,87,128,130,144,150,169,172,188,191,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,220,221,222,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,251,252,254,255,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,307,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,356,363,365,369,370,391,415,422,424,433,452,464,465,467,469,472,474,476,477,479,481,483,484,487,488,495,498,499],dvector:8,dvlo:461,dvx:6,dx_lb:242,dy3:167,dyamic:12,dyanam:6,dyanmic:483,dynam:[],dynamo:[5,371,393,419],dyne:494,dyre:412,dysam:472,e28637:29,e_1:377,e_2:377,e_b:396,e_e:395,e_hbond:401,e_i:[6,377,396],e_j:[6,377],e_k:[377,395],e_kl:6,e_lj:[372,390],e_n:[377,395],e_nn:395,e_pr:395,e_rebo:372,e_tors:372,e_tot:422,e_vol:422,eaa:340,eaat:175,each:[0,1,2,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,53,54,55,56,57,59,61,62,63,64,66,67,68,70,71,72,73,74,75,76,77,78,80,81,83,85,87,89,90,92,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,111,112,113,114,115,116,117,118,119,120,121,122,136,142,143,144,146,147,148,149,150,151,152,155,156,157,158,160,161,162,163,164,165,166,167,168,171,172,174,175,176,177,178,179,180,181,182,183,185,186,187,188,190,191,192,193,194,195,196,197,198,199,200,201,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,231,232,233,234,235,236,237,238,239,240,241,242,243,245,246,247,248,249,251,252,253,254,255,257,258,259,260,261,262,263,264,265,266,267,269,270,271,272,273,274,275,276,277,278,280,281,282,283,284,285,286,287,288,290,291,292,294,296,299,300,301,302,303,307,308,310,311,312,313,314,315,316,317,318,319,321,324,325,326,327,328,329,330,331,332,334,335,336,337,339,340,342,343,344,345,346,347,349,350,351,354,355,356,358,362,363,364,365,366,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,395,396,397,398,399,400,401,402,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,422,423,424,425,426,427,429,430,432,433,434,435,436,440,441,442,443,444,445,446,447,448,449,450,451,452,455,456,457,458,459,460,461,462,463,464,466,467,469,470,471,472,473,474,476,477,478,479,481,483,484,486,487,488,489,490,494,495,496,497,499],eacn:[41,214],eam0d:281,eam3d:281,eam:[],eam_databas:13,eam_gener:13,eangl:487,earli:[41,206,209,210,211,212,214,293,300],earlier:[7,8,12,59,194,365,399,419,424,483],earliest:483,earth:395,easi:[6,7,8,9,11,13,87,143,191,198,199,200,201,210,213,226,234,235,237,239,240,301,308,317,318,319,331,334,336,364,469,472,477,479,496],easier:[8,9,13,16,191,193,281],easili:[8,11,193,194,330,365,466,476,485,495],eastwood:[355,356],eat:175,eatom:337,eaxmpl:6,eba:21,ebb13:175,ebb:21,ebond:[224,240,486,487],ebt:175,ec_ii:419,ec_ij:419,ec_jj:419,echo:[],eco:[432,433],ecoa:[432,433],ecoul:[109,224,240,432,433,487],ecp:[395,469],edg:[2,3,6,41,42,59,71,120,166,167,170,171,192,193,202,210,237,301,331,334,335,336,337,358,376,469,472,479],edge_histo:166,edge_threshold:166,edih:487,edim:322,edip:[],edit:[3,8,12,13,14,15,16,17,18,19,490],editor:13,edu:[7,9,11,13,393,416,429,432,433],edward:[9,17],eebt:175,eff:[],effect:[1,2,3,6,8,9,11,12,14,15,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,43,45,46,47,48,49,51,53,54,56,66,71,74,75,81,89,90,94,104,105,106,107,111,114,143,145,150,155,156,163,166,172,174,175,177,178,179,180,182,183,185,186,187,188,190,191,193,194,198,199,200,203,204,207,211,212,213,215,216,217,218,220,221,227,230,231,232,233,234,235,236,237,239,240,254,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,279,280,282,285,286,288,289,290,291,294,298,299,301,302,313,314,317,318,319,321,322,324,326,329,330,331,332,333,334,335,336,337,340,342,343,345,346,349,351,355,356,358,362,363,364,365,366,371,372,374,377,378,379,380,381,382,383,385,386,387,390,391,393,394,395,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,420,422,424,425,426,427,429,434,435,436,438,440,442,450,451,452,453,454,455,457,458,460,461,462,464,466,467,471,472,474,478,479,481,487,488,494,495,497],efffect:473,efficaci:39,effici:[0,1,3,6,7,8,10,12,15,17,18,39,58,61,67,114,144,191,192,193,194,207,208,218,220,224,233,255,282,284,294,299,302,314,355,356,361,366,370,377,385,387,402,407,411,422,434,476,499],effort:[5,7,470],efftemp:[97,98,154],efi:[432,433],efield:[],eflux:235,eggebrecht:[387,440],ehb:[432,433],eigensolv:3,eigenvalu:[281,282,355],eigtol:3,eik:162,eim:[],eimp:487,einstein:[294,324],either:[1,2,3,4,6,8,9,11,12,14,15,16,17,22,33,41,44,50,59,63,71,104,109,115,118,120,142,143,148,150,151,167,168,171,176,181,188,191,192,193,194,197,205,207,209,211,212,214,217,218,219,220,221,231,237,238,242,246,252,253,255,256,260,276,280,296,299,301,302,303,311,314,321,328,332,335,339,341,353,355,356,358,362,363,367,370,377,379,385,393,402,403,405,416,417,419,422,424,428,430,449,453,455,457,464,467,469,471,472,473,476,478,481,484,486,495],ejtehadi:[385,398,434],elaplong:[198,199,237,472,487,495],elaps:[3,190,198,199,200,201,213,220,226,234,235,237,239,240,252,285,301,308,317,318,319,331,332,334,336,442,464,472,474,475,479,483,487,495],elast:[],elastic_t:4,elba:29,electr:[6,197,203,226,240,355,356,396,432,433,462,490,494],electrolyt:[9,461],electron:[3,6,7,9,13,40,97,98,115,120,152,154,159,197,203,223,224,240,241,256,268,277,292,320,326,362,364,371,373,386,390,393,395,396,419,422,430,431,440,455,458,462,469,489,490,494],electron_integr:203,electron_temperatur:203,electron_unit:395,electroneg:[6,290,291,292,386,396,440],electroneg_compon:440,electronic_dens:3,electronic_specific_heat:3,electronic_thermal_conduct:3,electrostat:[6,9,16,18,204,231,290,292,293,327,355,356,385,390,395,407,415,417,433,440,461],eleftheri:299,elem1:[396,419,441],elem2:[396,419,441],elem:440,element1:[296,371,393,440],element2:[296,371,393,440],element:[3,6,7,8,12,13,42,63,81,89,104,106,114,119,121,136,142,143,144,145,146,147,148,149,150,151,155,156,157,158,160,161,164,191,192,193,194,195,197,203,207,209,212,281,296,321,328,371,372,376,377,386,393,394,395,396,402,403,404,419,420,421,422,426,430,431,432,433,440,441,451,453,454,455,458,490,495,498],elementn:[371,393],elementset:203,elev:483,elif:[142,339],elig:[3,204,215,216,228,231,401],elimin:[3,6,71,232,239,240,299,302,323,324,464],elj:390,ellad:9,elliot:9,elliott:9,ellips:[4,6,9,71,82,146,189],ellipsoid:[3,4,6,7,13,40,42,71,82,115,132,146,168,189,190,191,239,252,257,261,265,266,274,299,314,360,363,398,417,434,450,469,479,497],ellipsoidflag:469,elong:[224,240,487],elp:[432,433],els:[3,7,8,12,71,109,118,119,121,192,193,205,206,207,209,210,211,212,231,255,299,314,326,327,328,337,339,355,402,468,480,495,498],elsewher:[8,252,314,419,431,432,433,481,487,495],elt:419,emac:[],email:[0,3,5,7,8,9,11,396],emb:[3,9,335],emb_lin_neg:419,embed:[3,5,7,11,12,13,29,88,144,166,326,371,393,396,415,419,420,421,430,450,459,467],embt:175,emi:[7,9],emil:9,emol:[432,433,487],emphas:399,empir:[203,318,372,395],emploi:[9,281,290,294,454],empti:[3,57,71,170,299,355,366,406,469,480,481,495],enabl:[3,6,8,9,11,12,13,14,15,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,33,35,37,38,39,40,43,45,46,47,48,49,50,51,53,54,55,56,60,61,62,64,67,78,80,83,87,97,98,99,100,101,102,106,111,113,114,120,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,144,145,146,147,150,152,154,155,159,160,162,166,167,174,175,177,178,179,180,181,182,183,185,186,187,188,191,192,194,195,197,198,199,200,201,202,204,208,211,213,215,216,217,219,220,221,226,227,228,229,230,231,232,233,234,236,237,238,239,240,241,242,243,244,245,246,248,249,251,253,255,256,257,258,259,260,261,262,263,264,265,266,267,268,270,272,273,274,275,276,277,278,280,281,282,284,285,289,290,291,292,293,294,295,296,298,299,301,302,303,304,305,306,307,308,310,311,313,314,317,319,320,321,322,323,324,326,327,329,330,331,332,333,334,335,338,340,342,343,345,346,347,349,350,351,356,363,365,369,370,371,372,374,375,376,377,378,379,380,381,382,383,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,419,420,421,422,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,460,461,462,467,470,471,472,476,478,488,495,499],enclos:[2,6,12,170,191,287,339,419,440,465,467,477,495],encod:[13,39,42,191,193,194,288,402],encompass:[3,6,40,42,57,59,118,169,310,328,450,472],encount:[3,8,12,59,108,209,369,474,495],encourag:[7,8,293,312],end12i:115,end12x:115,end12z:115,end1i:115,end1x:115,end1z:115,end2i:115,end2x:115,end2z:115,end:[1,2,3,5,6,8,11,12,15,16,17,18,19,38,40,41,42,57,59,71,115,171,172,175,190,191,193,194,195,198,199,207,209,211,212,217,220,232,237,239,241,254,255,256,269,286,298,299,303,314,317,318,319,320,322,325,326,329,333,336,337,354,355,364,365,369,370,391,393,398,405,418,422,434,437,439,441,442,459,464,467,469,470,471,472,474,476,477,481,485,487,490,495,499],end_of_step:8,endbondtors:[3,175,181,469],endif:8,energet:[217,372,433],energi:[0,1,2,3,4,5,6,7,8,9,12,13,20,21,23,24,25,26,27,28,29,30,31,32,35,36,38,40,43,45,46,47,48,49,51,53,54,56,63,65,69,82,83,84,85,86,87,88,91,95,96,97,98,99,100,102,103,109,110,111,112,114,125,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,168,172,174,175,176,177,178,179,180,182,183,185,186,187,188,191,194,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,340,342,343,344,345,346,349,351,355,356,361,362,363,365,366,370,371,372,374,375,376,377,378,379,380,381,382,383,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,429,430,432,433,434,435,440,441,442,443,444,449,450,451,452,453,454,455,457,458,459,460,461,462,464,467,469,474,478,479,481,483,485,486,487,490,494,495,498],energy_compon:440,energy_update_freq:433,enforc:[6,57,58,105,190,191,192,193,195,197,204,217,220,255,279,281,291,299,302,339,355,407,466,495,496],enforce2d:[],eng:[11,65,69,110,191,229,337,339,386,421],eng_previ:339,engin:[203,220,284,303,323,393,420],engr:[432,433],enhanc:[199,203,464],enlarg:[59,193],enough:[3,40,61,86,168,169,171,214,240,285,289,294,299,327,331,332,335,366,370,387,428,469,473,474],enpub:393,enrti:[],ensembl:[],ensight:6,ensur:[3,6,142,191,204,208,218,231,232,255,304,325,356,377,392,415,451,458],enter:[57,158,396,422,458,483],enthalpi:[125,257,258,259,393,486,487,495],entir:[0,2,3,6,11,14,15,41,42,63,88,111,112,114,118,120,143,148,167,168,194,197,198,199,206,210,211,214,217,219,228,231,232,235,239,240,251,255,257,258,259,260,261,262,263,280,282,284,297,299,312,326,328,339,370,390,411,424,452,469,477,478],entireti:457,entiti:[6,8,40,42,191,299],entri:[3,8,12,38,42,56,65,69,79,93,110,117,120,129,132,133,134,135,136,138,139,140,166,188,194,209,210,211,219,289,337,364,377,394,419,426,433,441,451,452,453,454,455,458,495],entropi:483,entry1:[38,56,194,384,452],entry2:194,entryn:194,enumer:[169,191],enumuer:6,env:370,environ:[1,3,6,11,12,16,17,18,193,233,238,280,370,371,377,384,386,394,395,430,453,466,480,495],epair:[109,194,397,401,432,433,487],epen:[432,433],epfl:[233,238],epp:390,epq:390,eps0:461,eps14:415,epsilon0:455,epsilon:[3,6,36,45,46,50,53,54,87,174,198,199,231,299,314,331,335,361,363,375,376,382,383,385,387,388,389,390,398,400,401,402,405,406,407,408,409,410,411,412,413,414,415,418,423,427,434,435,445,451,457,460,461,478,490,494],epsilon_0:462,epsilon_14:382,epsilon_:434,epsilon_d:388,epsilon_i:[398,424,434],epsilon_i_:434,epsilon_i_a:[398,434],epsilon_i_b:[398,434],epsilon_i_c:[398,434],epsilon_ij:424,epsilon_j:[398,424,434],epsilon_j_:434,epsilon_j_a:[398,434],epsilon_j_b:[398,434],epsilon_j_c:[398,434],epsilon_lj:434,epton:429,eqch:163,eqeq:[432,433],eqp:390,eqq:390,equal:[2,3,6,8,11,12,17,39,41,54,63,65,68,69,71,76,79,86,87,91,93,110,112,117,119,121,143,146,162,164,168,190,193,194,197,198,199,200,201,204,207,208,209,212,213,214,218,220,221,226,231,232,234,235,237,239,240,242,245,246,252,253,260,271,280,282,285,287,289,290,291,294,296,298,299,301,303,308,310,317,318,319,322,323,324,326,328,329,331,334,336,337,339,354,358,363,365,366,367,369,370,386,391,397,398,401,405,416,422,423,430,432,433,434,436,437,438,440,441,442,452,457,458,462,465,466,467,469,471,472,476,477,480,483,485,487,495,496],equat:[3,6,7,8,9,91,108,114,120,167,176,187,197,218,224,225,233,239,240,242,245,253,254,255,256,260,276,280,282,289,290,294,302,314,322,326,329,331,332,334,336,349,355,356,385,390,391,395,396,399,404,416,417,419,424,434,437,439,444,445,447,448,462,490],equi:256,equidist:254,equil:[3,290,359,476,499],equilater:479,equilibr:[3,4,5,6,7,9,59,91,168,197,204,207,217,218,231,253,255,256,276,277,289,290,291,292,322,323,324,329,386,387,432,433,465,479],equilibria:329,equilibribum:[215,216],equilibrium:[1,3,4,6,7,21,24,26,27,28,29,32,35,36,38,43,47,48,49,51,53,56,59,151,152,175,177,218,220,231,232,233,240,242,255,260,276,289,290,294,298,302,303,311,314,321,322,324,329,340,342,346,349,386,419,426,440,490],equilibrium_angl:8,equilibrium_dist:8,equilibrium_start:203,equival:[6,12,13,29,59,61,126,127,135,140,166,170,194,209,212,218,220,231,239,255,276,286,298,299,334,391,395,440,453,455,469,472,477,478,487,490],equlibrium:6,equliibr:[290,292],er3:167,eradiu:[40,115,395,469],eras:[301,323],erat:[220,417],erc:387,erfc:[387,407,424],erforc:115,erg:494,erhart:[204,393,453,455],ermscal:373,ernst:9,eror:3,eros:419,erose_form:419,erot:[],errata:[453,455],erratum:331,erron:3,error:[],erta:399,ervel:[115,469],escap:[221,490],especi:[8,11,16,156,168,197,204,214,231,289,294,297,298,370,466],espresso:[9,293],essenti:[8,11,12,27,88,130,149,150,151,154,155,156,157,158,160,177,207,260,281,330,356,372,387,407,455,474,487],essex:29,establish:[87,235],estim:[1,3,6,10,12,38,41,56,91,143,203,214,225,253,314,321,355,356,361,424,433,452,483,487],esu:494,esub:419,eta:[6,242,255,289,290,292,330,394,396,398,430,454,458,494],eta_dot:255,eta_ij:430,eta_ji:396,etag:[40,469],etail:487,etap:255,etap_dot:255,etc:[1,2,3,6,7,8,9,10,11,12,13,15,16,39,40,42,54,61,68,89,90,91,95,111,112,115,117,143,145,148,149,150,151,152,154,155,156,157,158,160,162,168,170,171,172,181,191,193,194,197,198,203,204,205,206,209,210,211,212,215,216,220,221,229,231,232,239,255,285,296,300,326,327,335,339,354,355,363,364,365,366,368,393,394,402,415,417,422,428,432,433,451,453,455,458,464,467,469,470,471,476,478,479,483,485,486,487,488,490,494,495,497,499],ethernet:18,etol:[363,365,464,483],etot0:289,etot:[6,95,97,98,112,143,154,194,224,240,253,289,486,487],eu2:167,eu3:167,euler:[363,365],eulerian:203,euqat:443,europhi:242,ev_tal:8,evalu:[2,3,9,11,12,38,56,71,87,88,91,109,119,142,144,148,158,166,168,190,191,193,194,198,199,200,201,203,205,206,207,208,209,210,211,212,213,220,226,232,234,235,237,238,239,240,281,287,290,301,304,308,317,318,319,328,331,334,336,337,339,355,356,361,363,370,422,424,430,436,438,440,452,464,465,467,471,472,474,476,477,478,479,483,485,487,495,496],evalut:[339,467],evan:[156,276],evanseck:[6,20,174,382,481],evapor:[],evaul:[8,363],evdwl:[109,432,433,487],even:[3,6,8,12,15,17,18,34,39,41,52,57,59,61,63,70,71,121,169,170,184,188,191,194,197,198,199,204,205,206,209,210,211,212,214,215,216,218,220,221,224,237,240,253,255,256,281,294,296,299,300,310,314,322,326,329,331,335,337,348,355,361,363,365,370,375,395,396,399,402,405,424,434,458,459,469,470,472,474,475,476,478,479,481,484,486,487,488,490,499],evenli:[3,41,143,188,214,242,405,459],event:[],eventu:[3,6,12,15,170,290,483],ever:[54,56,238,314],evera:[385,398,434,450],everi:[0,1,2,3,6,8,9,11,12,15,16,39,41,71,72,91,115,121,130,156,171,191,192,193,194,195,197,198,199,200,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,220,221,225,228,229,231,233,235,236,237,242,243,251,255,256,260,279,280,281,285,286,287,288,289,290,291,292,294,296,297,299,300,302,303,314,316,317,318,319,320,321,322,325,326,327,328,329,337,339,354,356,365,366,367,370,391,392,402,415,432,433,440,446,463,464,465,469,471,473,474,476,477,478,483,484,485,487,495,499],everyth:[8,109],everywher:[118,409],eviri:395,evolut:[233,242,282,464],evolv:[242,282,327],ewald:[2,3,5,6,7,8,12,88,112,120,143,327,355,356,363,378,380,381,387,390,395,407,411,427,435,450,452],ewald_disp:390,ewalddisp:3,exact:[22,41,44,71,124,162,171,176,214,217,232,233,239,240,241,285,294,295,314,326,341,355,384,471,476,483,495,497,499],exactli:[3,6,12,14,17,38,41,42,56,59,71,72,91,118,146,152,159,168,188,198,199,209,214,220,225,232,239,240,241,256,268,269,277,281,289,314,319,320,333,370,384,391,393,399,402,416,424,452,471,472,479,483,495],exager:490,examin:[6,8,9,17,217,281],examp:[467,495],exampl:[],exce:[3,6,16,17,18,41,58,71,170,205,206,209,210,211,212,214,218,220,225,228,255,281,296,300,305,306,314,363,370,469,495],exceed:[3,41,59,214,220,255,314,477],excel:395,except:[1,2,5,6,8,9,11,14,20,21,22,23,24,25,26,27,28,29,30,31,32,35,37,38,40,41,43,44,45,46,47,48,49,51,53,54,55,56,59,60,71,89,90,110,111,114,119,143,145,146,147,148,149,150,151,152,154,155,156,157,158,159,160,161,168,172,174,175,176,177,178,179,180,182,183,185,186,187,188,190,191,194,197,200,206,207,209,213,214,218,220,227,230,231,234,237,239,241,255,256,257,258,259,260,261,262,263,264,265,268,269,272,274,275,276,277,278,282,291,292,299,301,302,311,314,317,319,320,326,330,334,337,339,340,341,342,343,345,346,349,350,351,355,356,358,360,364,365,366,368,369,370,371,372,374,378,379,380,381,382,383,384,385,386,387,389,390,391,393,394,395,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,417,420,425,426,427,429,432,433,434,435,442,450,451,452,453,454,455,457,458,460,461,462,464,466,467,469,471,472,474,477,478,479,480,481,483,487,490,494,495,496,498],excess:[208,395],exchang:[2,3,6,8,9,61,62,197,203,204,231,239,291,299,322,326,329,355,370,395,484],exchange:355,excit:[9,395],exclud:[3,6,9,12,16,17,63,71,114,142,148,155,156,172,191,206,210,215,216,243,251,284,297,299,321,332,337,363,364,366,379,399,402,405,416,417,424,449,481],exclus:[1,3,9,12,16,87,370,386,422,424,478,488],excurs:[255,464],exectubl:12,execut:[1,2,3,4,6,8,11,12,17,60,169,193,236,293,339,354,357,369,465,467,477,480,483,495],exempl:440,exemplari:232,exemplifi:395,exert:[6,237,240,294,333,334,335,356],exhaust:[203,369,495],exhibit:[92,255,362,395,478],exist:[3,6,7,8,11,12,13,16,37,55,59,68,70,124,168,169,187,192,193,194,197,202,213,216,218,221,231,284,285,287,337,340,342,343,344,346,350,359,364,370,402,432,449,459,465,467,469,470,471,480,481,482,495,496,497],exit:[2,3,11,12,41,57,191,214,354,369,467,468,477,486,495],exlanatori:3,exp:[],expand:[],expans:[12,142,191,480,495],expect:[1,3,8,12,13,14,15,16,17,18,19,41,42,71,103,149,160,166,188,214,226,231,233,252,280,286,288,289,294,299,337,356,366,384,419,422,424,464,467,469,471,474,478,483,495],expens:[6,10,71,194,280,284,299,326,337,355,356,366,370,467],experi:[6,13,15,17,213,221,236,245,254,286,298,299,361,365,391,424,478,483],experienc:[6,12,244,245],experiment:[231,355,370,483],expert:12,expertis:7,explain:[1,3,6,8,9,11,12,16,18,41,59,63,65,68,69,71,72,73,76,77,79,86,93,148,156,188,191,193,194,197,206,207,212,214,216,218,220,255,280,288,299,311,337,339,354,355,358,364,365,369,375,393,405,440,442,457,467,470,471,474,476,479,490,495,499],explan:[3,6,59,115,142,191,206,254,280,402,463,466,467,469,478],explanatori:[3,8,119,191,205,206,209,210,211,299,364,466,495],explantori:[3,295],explic:423,explicit:[6,9,11,22,44,77,87,115,118,162,176,198,199,220,305,306,341,360,372,373,377,382,384,393,395,406,416,456,463,466,470,473],explicitli:[3,6,8,12,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,43,45,46,47,48,49,51,53,54,56,71,111,114,145,155,158,166,168,174,175,177,178,179,180,182,183,185,186,188,191,194,200,210,213,220,227,230,232,234,239,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,288,289,291,299,301,302,317,319,320,326,330,334,340,342,343,345,346,349,351,364,370,371,372,374,378,379,380,381,382,383,384,385,386,387,388,390,391,392,393,394,396,397,398,399,400,401,402,405,406,407,408,409,410,411,412,413,414,415,416,420,422,424,425,426,427,429,434,435,442,443,444,445,446,447,448,450,451,452,453,454,455,456,457,458,460,461,462,469,471,472,478,479,481,482,488,490],explictli:[16,482],exploit:[9,15,17,282],explor:[120,167],expon:[3,290,292,393,398,401,415,423,435],exponenti:[87,430,451,458,462,483,495],expos:11,exposit:[203,391,392],express:[6,142,154,168,198,199,218,252,280,290,326,332,339,377,393,395,409,419,440,441,450,495],expressiont:377,extend:[],extens:[3,6,9,17,44,45,46,53,55,63,82,83,84,87,88,91,95,98,99,109,111,119,121,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,197,200,201,204,212,213,219,222,226,229,230,231,233,234,235,237,239,241,253,255,260,269,280,281,297,298,299,301,303,308,311,313,317,318,319,320,321,323,324,326,328,331,335,336,398,419,422,433,434,441,486,487],extent:[1,3,41,42,45,57,71,166,170,191,202,210,214,237,333,336,355,358,372,436,438,452,466,469,472],exterior:[3,6,335],extern:[],extra:[3,6,8,12,16,17,40,41,46,61,71,103,111,112,114,120,143,145,146,147,149,151,154,155,156,157,158,160,161,167,168,169,170,174,194,209,214,216,255,287,288,289,299,314,363,364,367,368,390,399,402,405,419,424,466,467,469,472,481,490,495],extract:[3,6,11,13,36,63,87,109,117,119,121,198,199,292,365,387,396,419,441,467,474,486],extract_atom:11,extract_comput:[11,467],extract_fix:11,extract_glob:11,extract_vari:11,extramak:[12,15],extrapol:1,extrem:[1,3,6,17,58,193,208,218,220,255,324,395,454,490],extrema:415,extrins:203,f77:[5,7,12],f90:[5,7,12],f_1:6,f_5:[164,328],f_a:[453,454,455],f_ave:119,f_c:454,f_f:455,f_fix_id:289,f_harm:324,f_i:[29,430],f_id:[6,71,119,121,191,197,205,206,207,208,209,210,211,212,250,316,328,487,495],f_ij:430,f_indent:212,f_int:323,f_j:29,f_jj:91,f_k:430,f_langevin:326,f_max:[289,294],f_msst:253,f_r:[240,453,454,455],f_sigma:377,f_solid:324,f_ss:6,f_temp:[],face:[3,6,57,59,71,156,166,170,202,210,211,331,333,334,335,336,358,398,419,434,469,472],face_threshold:166,facet:166,facil:[0,12],facilit:[6,13,42],fact:[6,8,16,233,314,324,399,440,481],factor:[1,3,6,12,18,24,28,32,35,36,39,41,46,47,57,58,59,72,87,91,103,110,117,118,120,142,162,167,170,174,185,190,191,193,194,198,199,207,214,218,220,221,231,236,239,241,242,253,255,256,260,282,286,290,298,302,304,306,314,318,322,329,330,331,335,346,356,358,364,370,372,373,377,378,380,382,387,388,389,391,395,399,402,406,407,419,422,424,426,427,433,435,442,451,456,466,469,472,473,478,481,483,484,487,490,494,495],factori:[3,467],factoriz:355,fail:[3,11,12,59,172,218,221,355,363,365,389,433,467],failur:[123,437,468,495],fairli:[11,424,478,483],faken:73,falcon:236,fall:[3,6,194,209,285,467,495],fals:[86,337,339,440,495],fame:8,famili:[458,466],familiar:[0,11],fan:430,far:[3,6,12,17,57,59,61,86,191,194,195,214,215,216,218,221,255,280,298,299,314,331,342,346,361,365,366,457,467,469,474,487],farago:239,farrel:[453,455],farther:191,fashion:[6,8,41,71,168,194,197,198,199,204,210,214,216,221,231,233,237,252,253,255,257,258,259,260,261,262,263,271,274,275,276,277,278,288,289,291,299,303,307,313,316,324,326,330,331,332,334,336,365,402,416,472,481,495,498],fasolino:404,fast:[6,7,9,12,13,17,39,191,266,289,327,355,356,379,416,417,422,450,452,471,476,478,487,496,499],faster:[1,6,9,10,11,12,14,15,17,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,41,43,45,46,47,48,49,51,53,54,56,61,63,106,111,114,145,155,174,175,177,178,179,180,182,183,185,186,188,191,194,200,213,214,220,227,230,234,238,239,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,286,290,291,299,301,302,314,317,319,321,323,326,330,334,340,342,343,345,346,349,351,355,356,367,368,370,371,372,374,377,378,379,380,381,382,383,384,385,386,387,390,391,393,394,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,420,425,426,427,429,434,435,442,450,451,452,453,454,455,457,458,460,461,462,464,472,478,482,490],fastest:[1,6,14,17,156,210,326,327,370,466],fatal:[3,486],fault:[70,433],faulti:12,fava:398,favor:217,favorit:7,fbmc:321,fcc:[],fcm:[271,495],fdirect:224,fdotr:403,fdti:87,fe2:167,fe3:167,fe_md_boundari:203,featu:8,featur:[],fecr:393,feedback:[7,236],feel:[7,236,237,245,280,335,337,365,424],felling:421,felt:335,femtosecond:494,fene:[],fennel:[387,407],fep:[],ferguson:[6,174,481],fermi:[1,12,15,154,370,455],fermion:[9,395],fernando:418,ferrand:[9,13],few:[1,3,4,5,6,7,9,10,11,12,13,14,18,39,195,205,206,207,209,210,211,212,240,255,285,288,290,302,328,355,363,364,365,372,440,466,469,474,478,480,488,495,497],fewer:[1,3,11,15,16,61,245,478],fewest:3,fextern:229,feynman:282,fff:467,ffield:[386,396,432,433,440],ffmpeg:[3,12,193],ffplai:193,fft:[1,3,7,12,14,15,88,111,112,143,281,355,356,478],fft_inc:[12,356],fft_lib:12,fft_path:12,fftbench:[355,488],fftw2:12,fftw3:12,fftw:[11,12],fhg:[7,9],ficiti:449,fictiti:[6,200,201,226,229,233,282,298,387,407,411,449],field1:[470,474],field2:470,field:[],fifth:[311,426],figur:[1,3,8,11,12,289,466,467],fij:390,file0:280,file1:[11,13,280,325,339,364,474,476,480],file2:[11,13,325,339,364,474,476,480],file:[],file_from:192,filen:364,filenam:[3,12,13,38,41,56,188,191,193,194,195,203,206,207,208,209,210,211,212,214,219,280,284,287,290,291,292,295,296,299,300,325,326,352,353,354,364,365,371,372,377,387,393,394,396,404,419,420,421,426,430,431,432,433,440,441,451,452,453,454,455,458,465,466,467,470,471,476,480,487,495,497,498,499],filennam:476,filep:[3,191,194,471,476,499],filepo:296,fill:[7,9,168,193,285,326,358,366,377,422,433,472],filter:[194,203],final_integr:8,final_integrate_respa:8,finchham:[6,150,389],find:[0,3,4,6,7,8,11,12,13,14,16,38,39,56,61,71,73,87,119,171,188,195,204,217,218,228,231,254,280,286,294,298,361,363,365,366,387,402,407,411,419,440,450,452,490,495],find_custom:8,fine:[16,17,172,200,226,324,366,370,495],finer:[142,168,495],finest:355,finger:[168,190,252,472],finish:[6,11,41,214,339,352,354,355,367,369,370,457,474,495,496],finit:[],finni:[7,393,450],finvers:224,fiorin:[9,219],fire:[],firebrick:194,first:[0,1,2,3,5,6,8,9,11,12,14,15,16,17,21,38,39,41,42,45,46,54,56,57,59,61,62,71,81,88,91,104,105,106,108,114,118,119,129,132,135,136,140,143,153,156,162,164,166,167,169,170,171,175,188,191,192,193,194,195,197,198,206,207,209,210,211,212,214,217,220,231,232,237,242,252,253,254,255,280,282,287,288,289,291,296,299,302,303,311,312,314,315,316,323,324,325,326,328,332,337,339,340,347,358,363,364,365,366,369,370,371,372,375,377,378,380,382,384,386,387,393,395,396,399,400,402,403,404,405,406,407,411,416,417,419,421,422,424,426,430,432,433,440,441,449,451,452,453,454,455,458,462,464,465,466,467,469,470,471,474,476,478,481,482,483,486,487,490,495,496,497,499],fischer:[6,9,19,20,174,382,481],fit:[3,6,9,12,38,56,188,298,314,372,377,404,419,424,445,452,454,477,495],five:[73,154,289,364,377,420,469,483],fix:[],fix_adapt:[162,199,415],fix_atom_swap:[],fix_bal:62,fix_deposit:[3,204,285],fix_evapor:204,fix_flux:203,fix_gcmc:[204,364],fix_gl:233,fix_gld:233,fix_grav:285,fix_id:[3,218,253,255,257,258,259,260,261,262,263,286,289],fix_modifi:[],fix_mov:[190,332],fix_nh:8,fix_npt:233,fix_nvt:[204,231],fix_poem:[3,6],fix_pour:[3,221],fix_qbmsst:9,fix_qeq:[3,386],fix_rattl:302,fix_reax_bond:432,fix_rigid:[245,375],fix_saed_vtk:300,fix_setforc:8,fix_shak:302,fix_srd:3,fix_styl:260,fix_temp_rescal:320,fixedpoint:[218,255],fixextern:229,fixid:203,fji:390,flag1:[223,368],flag2:[223,368],flag:[3,8,11,12,14,15,16,17,40,66,74,75,81,86,89,90,94,104,105,107,120,163,167,171,191,193,194,195,212,217,219,223,236,239,243,245,251,252,281,288,299,311,313,314,321,325,334,337,353,356,364,368,369,370,372,401,406,419,422,449,464,466,467,469,470,471,473,474,475,479,495],flag_buck:381,flag_coul:[381,390,411],flag_lj:[390,411],flagfld:[379,416,417],flaghi:[3,379,416,417],flaglog:[379,416,417],flagn:223,flagvf:[379,416,417],flat:[6,326,331,332,336],flavor:[2,7,12],fld:[9,331,379,416,417],flen:373,flex_press:373,flexibl:[3,6,8,169,193,206,210,219,233,256,322,329,395,454,487],flip:[3,6,220,255,333,334],floor:495,flop:12,floralwhit:194,flow:[],fluctuat:[6,64,87,218,231,232,239,242,255,260,280,281,324,326,349],fluid:[],fluid_veloc:246,flush:[3,194,486],flux:[],flv:193,fly:[7,9,12,41,193,197,203,208,221,224,299,302,327,377,422,487,490],fmackai:9,fmag:222,fmass:282,fmax:[363,487],fmomentum:224,fmsec:[2,194,239,240,252,255,286,299,317,318,478,489,494,496],fname:354,fno:[12,16],fnorm:[363,487],fnpt:224,fnvt:224,foce:402,fock:373,focu:302,fogarti:[9,292,433],foil:[142,280,441],fold:[312,478],folk:7,follow:[0,1,2,3,4,6,7,8,9,11,12,13,14,15,16,17,18,19,20,23,24,25,26,27,28,29,30,31,32,35,36,38,41,42,43,45,46,47,48,49,51,53,54,56,59,63,64,70,71,73,91,92,97,98,108,115,118,119,121,142,143,146,147,148,154,156,161,164,166,168,169,174,177,178,179,180,182,183,185,186,188,191,192,193,194,197,203,204,205,206,207,208,209,210,211,212,214,219,220,221,224,225,229,231,232,233,236,238,239,240,242,245,253,255,260,261,262,263,274,275,276,278,281,282,284,287,288,289,290,292,294,296,298,299,300,302,316,317,318,319,322,323,324,325,326,328,329,337,338,342,343,344,345,346,349,351,353,358,360,363,364,365,370,371,372,373,374,375,376,377,378,379,380,381,382,383,385,386,387,388,389,390,391,392,393,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,423,424,425,426,427,429,430,431,432,433,434,435,437,439,440,441,442,443,444,445,446,447,448,449,451,452,453,454,455,456,457,458,460,461,462,464,466,467,469,470,472,474,476,477,478,481,483,484,485,490,495,496,498],foo:[4,8,11,12,191,193,229,467,480,495],foot:6,footprint:[12,370],fopenmp:[12,16,18],forc:[],force_uvm:17,forceatom:245,forcefield:[298,401],forcegroup:242,forcezero:361,ford:390,forestgreen:194,forev:71,forget:[240,490],forgiv:255,fork:[12,191],form:[2,3,6,8,12,19,22,44,54,63,66,74,75,77,81,87,89,90,92,94,104,105,107,118,142,143,162,163,172,176,194,197,198,199,216,232,233,239,241,245,252,276,281,292,294,298,299,326,331,335,340,341,344,349,360,362,364,365,372,373,377,384,393,395,397,401,402,406,418,419,421,422,426,427,430,432,433,434,440,441,442,450,452,453,454,455,461,463,466,467,469,474,479,486,490,495],formal:[6,78,80,91,232,233,239,255,282,314,322,440],format:[2,3,6,7,8,9,12,13,22,38,41,44,56,68,77,176,188,191,192,193,194,195,206,209,210,211,212,214,216,281,284,288,290,292,295,299,300,310,325,326,337,338,341,360,364,365,371,372,377,384,393,396,406,419,421,431,432,433,435,441,452,458,459,466,467,469,470,471,474,485,486,487,495,497],former:[6,12,16,39,41,194,214,326,330,377,379,475,481,495],formerli:[7,13],formul:[1,40,64,143,200,226,239,255,276,290,292,298,302,325,355,372,377,393,395,398,419,429],formula:[2,3,6,7,13,21,22,37,44,54,55,70,73,87,89,90,91,95,97,98,107,114,120,143,145,146,147,148,149,150,151,152,154,155,156,157,158,159,160,161,167,168,173,175,176,187,190,191,198,199,200,201,206,207,208,209,212,213,220,226,234,235,237,239,240,252,280,281,287,296,301,308,312,314,317,318,319,328,331,334,336,337,339,340,341,343,350,358,364,372,373,375,377,382,383,384,385,390,391,393,394,398,399,400,401,403,406,407,409,410,411,413,414,416,417,419,423,424,425,434,435,442,450,451,453,454,455,458,460,461,465,469,472,479,486,487,494,495,496],forth:[1,6,11,12,13,14,15,369,467,472,476],fortran:[3,6,9,11,12,13,229,393,402,419,432,433],fortun:8,forward:[3,8,87,354,365,370],foster:[377,429,430],foul:171,found:[3,6,9,12,73,162,191,217,219,231,236,242,281,321,327,339,354,366,384,387,390,464,470,471,486],four:[6,11,54,81,104,105,142,164,253,326,349,364,365,422,464],fourier:[],fourth:[6,106,298,311,321,382,426,440],fox:[6,120,174,448,481],fphi:[38,56,452],fpic:12,fplo:[38,56,452],fprime:452,fqdn:238,fqq:390,frac:[],fraction:[1,3,6,8,12,16,39,41,80,111,143,171,190,193,194,204,215,216,217,218,253,285,289,296,297,314,319,320,358,365,370,377,379,399,416,417,474,479],fragment:[42,236,296],fraig:[42,376],frame:[83,142,194,203,253,289,333,398],framer:[193,194],framework:[5,233,371,441],franc:9,fraunhof:9,free:[5,6,7,9,13,29,60,63,70,87,162,199,280,314,323,324,325,326,362,365,373,395,415,422,430,461,466],freedom:[3,6,8,95,97,98,100,102,103,114,145,146,147,148,149,150,151,152,153,154,155,156,157,158,160,161,206,217,224,231,233,239,240,245,255,256,260,261,262,263,274,275,276,278,282,284,299,302,317,318,319,324,363,390,487,490,496],freeli:[0,6,7,12,146,147,161,166,193],freez:[],frenkel:[231,324],freq:202,frequenc:[3,6,16,39,104,194,208,269,281,282,289,294,353,391,395,433,440,464,478,483,495,498],frequent:[3,64,67,70,72,73,77,88,92,108,142,194,215,216,228,322,329,424,476],fri:[253,289],friction:[4,5,6,10,42,197,233,239,289,294,299,326,330,332,376,399,479],friedrich:304,from:[],front:[253,289,333],frontend:[193,293],frozen:[6,114,172,230,232,240,366,397],fs2:[6,91],fscale:236,fstr:495,fstring:467,ftol:[363,365,464,483],fuchsia:194,fuction:387,fudg:302,fugac:231,fugacity_coeff:231,fulfil:6,full:[1,2,6,9,12,17,38,39,40,91,193,207,208,219,242,280,355,356,370,377,393,395,396,398,456,469,471,476,477,481,483,488,490,498],full_energi:[3,231],fuller:363,fulli:[3,6,9,78,233,238,280,363,365,387,430,431,497],fulton:393,fumi:378,func:[467,495],funcfl:393,functino:[],functionaliri:219,fund:[0,7],fundament:[314,494],funnel_flow:310,funrol:422,further:[3,6,8,12,13,61,63,71,86,106,109,118,193,194,197,206,209,210,211,212,215,221,225,242,246,282,290,300,304,314,326,328,337,356,361,363,364,365,366,371,375,386,422,440,464,483,484,495],furthermor:[27,177,395],furthest:61,futher:3,futur:[],g_ewald:3,g_ewald_6:3,g_ewald_disp:3,g_jik:430,g_p:326,ga3:167,gaa:377,gahler:362,gai:[3,398,450],gain:321,gainsboro:194,galindo:423,game:236,gamma0:29,gamma:[3,6,29,239,242,246,281,289,290,292,294,330,391,394,398,419,423,444,447,448,451,453,455,458,487],gamma_:[3,326,332],gamma_ijk:453,gamma_n:[332,399],gamma_p:[3,326],gamma_t:[332,399],gammaa:423,gammafactor:242,gammar:423,gan:[430,451,453,455,458],gan_sw:430,gan_tersoff:430,ganzenmuel:[7,9],ganzenmul:9,gao:[6,20,174,382,481],gap:[188,416,417,431,441],gap_2014_5_8_60_17_10_38_466:431,gap_exampl:431,gaseou:7,gass:231,gather:[11,477],gather_atom:11,gather_scatter_loop_unrol:12,gathert_atom:11,gauch:180,gaug:12,gauss:[],gaussian:[6,40,63,91,104,106,232,233,239,282,298,314,318,336,355,391,392,395,397,431,450,464,495,496],gave:[3,424],gaybern:[],gcc:17,gcmc:[],gcore:224,gd3:167,gdot:417,gdrude:224,ge4:167,gec:[453,455],gen:[255,256],gener:[],genom:7,gentler:[331,334,336],gentli:394,geom:[6,355,392,464,496],geometr:[3,6,7,8,42,57,59,71,158,159,168,170,191,194,200,210,211,213,214,221,226,235,255,261,262,263,274,275,276,278,299,301,308,317,318,319,335,337,355,358,365,375,376,379,383,385,387,390,395,398,400,407,408,409,410,411,412,413,414,415,416,417,418,423,424,434,442,456,457,460,461,469,472,479,487,495],geometri:[3,6,7,9,13,25,41,71,156,168,210,214,215,216,218,221,237,358,424,469,472],georg:[7,9],georgia:13,gerber:415,germani:[9,14],germann:[260,409,464,483],germano:398,gerolf:13,get:[],get_natom:[11,467],get_rank:11,get_siz:11,getenv:495,gettimeofdai:12,gewald:[6,355],gezelt:[387,407],gf100:14,gf104:14,gf200:14,gflop:12,gflp:12,ghost:[3,6,7,12,16,58,61,62,73,166,171,218,220,240,255,288,299,300,353,355,366,370,391,392,395,399,406,474,479,490],ghostwhit:194,ghz:10,giacomo:9,gif:[4,193],gifsicl:193,gigabit:18,gillan:441,gingold:[444,445,447],gio:2,git:[7,12],github:[13,17,219,233,238,431],give:[0,1,2,3,5,6,7,8,9,10,11,12,14,15,16,17,18,54,71,92,108,115,148,151,155,168,191,194,200,202,206,207,209,212,218,220,233,255,276,280,281,286,294,296,299,328,355,356,363,366,367,370,372,377,392,395,401,402,419,422,424,434,453,454,455,464,466,467,469,479,483,490,496],given:[3,5,6,7,9,10,11,12,16,17,22,27,37,44,55,61,63,64,67,71,108,115,125,126,127,129,130,133,134,135,136,137,138,139,140,141,142,143,162,166,170,176,177,187,188,191,192,194,197,204,206,208,210,215,216,218,220,221,225,231,232,233,234,236,242,249,252,254,255,260,279,280,281,282,289,290,296,298,302,310,311,312,314,316,321,326,327,330,331,332,335,341,350,355,356,370,371,372,377,378,380,381,383,384,385,386,387,388,391,392,393,395,396,398,401,407,408,409,411,419,420,421,422,423,424,426,427,430,434,435,437,439,440,441,450,462,464,467,469,471,472,479,483,494,498,499],gjf:239,gjwagn:7,gko:2,gld:[],gle4md:[233,238],gle:[],glitch:3,glob:480,global:[],glosli:[356,422],glotzer:[299,391],glue:11,gmail:[7,9,13],gmake:[12,17],gmask:[3,495],gnu:[0,7,12,17],gnuplot:[11,13],goal:[5,12,39],goddard:[6,9,25,290,291,292,351,395,401,432,433,481],goe:[12,54,142,168,190,252,307,363,366,390,394,400,409,412,442,462,472,476],gold:[70,194],goldenrod:194,goldman:289,gone:3,good:[1,3,6,12,17,41,73,120,166,167,214,239,253,255,290,296,302,321,355,365,366,371,385,392,393,422,424,452,458,464,478,483,487],googl:236,gordan:142,gordon:6,gould:[6,174,481],gov:[0,7,9,13,371,393,396,494],govern:242,gpl:[0,7,8,12],gpt:[9,422],gpu1:370,gpu:[],gpuid:370,gpun:370,grab:[3,6],gracefulli:3,grad:[6,200,226,254],gradient:[6,7,8,12,13,124,129,218,226,234,235,254,276,291,322,326,361,362,365,417,433,452],gradient_correct:439,graduat:284,graft:217,grai:194,grain:[5,6,7,9,29,36,40,54,67,168,171,180,197,280,284,299,314,400,422,435,481],gram:[206,210,211,393,494],grama:[9,292,433],gran:[],grand:[3,197,204,231],granflow:5,granular:[],graph:11,graphen:473,graphic:11,grasp:5,gravit:234,graviti:[],grdient:203,great:[3,13,289],greater:[1,3,10,61,71,86,166,194,218,232,255,280,319,333,370,375,376,378,380,381,405,424,464,466,469,472,478,483,495,496],greathous:13,greatli:[120,483],green:[2,6,91,132,133,193,194,281,282,322,377],green_kubo:6,greenyellow:194,greffet:294,greg:[7,9],grest:[45,46,217,314,356,381,399,411,481],grew:71,grid:[3,12,41,62,120,156,167,170,214,242,294,314,326,327,353,355,356,463,466,469,471,473,478],grigera:6,grime:40,grmask:[3,495],gromac:[],gronbech:[239,355],groot:391,ground:[6,395],group1:[150,171,366],group2:[88,144,150,169,171,366],group2ndx:[],group:[],group_id:11,groupbig:314,groupid1:[245,299],groupid2:[245,299],groupid:469,groupnam:366,grouptyp:231,grow:[3,6,8,202,220,221,237,239,255,280,328,399,469,481],grow_arrai:8,grow_reset:8,growth:[6,321],grueneisen:9,gsmooth_factor:419,gstyle:[3,466],gtl:7,gtx285:14,gtx450:14,gtx460:14,gtx470:14,gtx560:14,gtx580:14,guarante:[65,69,79,93,110,117,168,171,191,225,290,354,358,479],guess:[3,191,286,470],gui:[7,11],guid:[1,17,40,78,80,100,101,102,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,197,248,249,304,305,306,307,310,327,429,437,439,443,444,445,446,447,448,479],guidelin:[1,8,14,15,16,17,18,19,355,452],guidlin:17,gullet:419,gulp:6,gumbsch:362,gunnel:422,gunsteren:[286,317,415],gunzenmul:7,gunzip:12,guo:[6,20,174,180,382,481],gwald:3,gyrat:[],gzip:[3,12,191,193,194,325,365,469,470,474],h12:398,h2o:[40,364],h5cc:192,h5md1:192,haak:[286,317],had:[3,6,11,13,59,63,191,194,195,209,212,217,218,232,233,235,239,240,241,253,255,257,258,259,260,261,262,263,274,275,276,278,285,286,314,317,318,319,326,391,392,399,449,471,475,478,484,487],hafskjold:6,half:[1,3,6,8,9,16,17,39,41,58,59,170,193,205,214,220,239,255,326,331,335,366,370,373,377,385,395,422,436,438,469,471,472,479,490],halfwai:[41,193,194,405],halperin:92,halsei:399,halt:[41,194,214,235,339,486],halv:193,ham:[38,56],hamak:[331,335,385,434],hamilton:70,hamiltonian:[233,255,256,318,395,478],hammond:[355,356],han:393,hand:[3,6,19,54,144,168,186,190,193,242,252,358,387,395,469,472,479,482],handl:[3,9,16,193,219,292,370,373,395,416,433,458,467,483],hang:[3,12,466,467],happen:[3,6,8,12,15,18,61,118,172,194,204,207,366,370,467,470,477],happi:8,haptic:236,hara:454,hard:[1,245,292,298,299,392,440,472],harden:[9,442],harder:[331,335,490],hardi:[203,240,355,356,490],hardwar:[1,12,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,43,45,46,47,48,49,51,53,54,56,111,114,145,155,174,175,177,178,179,180,182,183,185,186,188,200,213,220,227,230,234,239,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,291,299,301,302,317,319,330,334,340,342,343,345,346,349,351,355,356,370,371,372,374,378,379,380,381,382,383,385,386,387,390,391,393,394,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,420,425,426,427,429,434,435,442,451,452,453,454,455,457,458,460,461,462,472,482],hardwir:[3,17,332],hardy2:356,harm:373,harmon:[],harmonic_fix_wal:417,harpertown:18,harrison:372,hart:314,hartre:[373,393,395,422,494],hasan:9,hash:[39,469],hassl:298,hat:[6,10,254],have:[0,1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,41,42,43,45,46,47,48,49,51,53,54,56,57,59,63,64,65,66,67,69,70,71,72,73,75,77,81,86,90,91,92,94,104,105,106,107,108,111,114,115,116,117,118,132,142,143,144,145,146,147,148,149,151,155,157,160,161,163,164,165,166,168,169,170,171,172,174,175,177,178,179,180,182,183,185,186,188,190,191,192,193,194,195,200,202,204,205,206,207,210,211,212,213,214,215,216,217,218,220,221,226,227,228,230,231,232,233,234,235,236,237,239,240,241,242,245,250,252,253,255,257,258,259,260,261,262,263,264,265,269,272,274,275,276,277,278,280,282,284,285,286,288,289,290,291,294,297,299,301,302,308,310,314,315,317,318,319,320,321,325,326,327,328,330,331,332,333,334,335,336,337,338,339,340,342,343,345,346,347,349,351,355,356,358,361,362,363,364,365,366,367,370,371,372,373,374,377,378,379,380,381,382,383,385,386,387,390,391,392,393,394,396,397,398,399,400,401,402,403,405,407,408,409,410,411,412,413,414,415,416,417,419,420,421,422,424,425,426,427,429,430,432,433,434,435,439,440,442,451,452,453,454,455,457,458,460,461,462,463,464,466,467,469,470,471,472,473,474,475,476,477,478,479,481,483,484,486,487,488,490,494,495,496,497,498,499],haven:467,hayoun:294,hayr:239,hbcut:432,hbnewflag:432,hbond:[],hbond_cutoff:433,hcp:[64,67,73,358,419],hdf5:[9,192],he1:167,head:[6,21,175,340,397,401,432,433,484],header:[3,6,7,8,12,169,191,193,194,195,206,207,209,210,211,212,253,289,296,300,326,364,371,377,393,449,466,469,479,486],heal:478,heat:[],heatconduct:[],heavi:314,heavili:[41,214],heavisid:326,hecht:314,heenen:9,height:[193,221,285,365,397],heisenberg:9,held:[6,71,314,365,399],helic:180,helium:374,helix:[],hello:467,help:[3,8,12,14,15,16,17,18,19,191,218,220,253,353,377,453,455,497],henc:[1,3,13,20,21,26,32,35,36,70,71,110,148,150,158,175,206,255,292,314,330,331,335,337,340,342,346,349,356,387,397,415,430],henderson:53,hendrik:9,henin:[9,219],henkelman1:[254,365],henkelman2:[254,365],henkelman:[254,362,365],here:[1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,18,19,22,37,41,44,55,63,68,69,70,71,120,148,166,167,176,179,187,191,193,194,197,206,214,217,220,231,232,240,242,280,289,292,294,300,326,331,334,336,337,339,341,350,354,363,365,369,370,372,373,377,384,396,398,401,402,406,418,422,430,434,437,439,440,450,452,462,467,471,474,490,495],herist:327,herrmann:314,hertizian:332,hertz:[],hertzian:[6,332,399,450],hertzsch:399,hess:355,hessian:[5,362],heterogen:106,heurist:[327,470],hex:[3,168,358],hexagon:[67,92,419],hexat:92,hexord:[],hey:[112,143],hf4:167,hfo:386,hftn:[362,363,365],hg1:167,hg2:167,hgrid:314,hibb:282,hidden:[17,467],hienergi:337,hierarch:[7,478],hierarchi:[356,381,382,407,408,411,418,423,478],higdon:[9,416,417],high:[1,3,6,7,9,12,19,41,108,188,191,193,214,218,225,240,253,322,326,329,356,362,363,370,377,395,398,422,434,452,462,466,478,483,490],higher:[1,14,142,171,194,206,212,215,216,221,237,285,294,321,334,336,363,395,403,440,495],highest:[221,339,364,365,495],highli:[3,6,7,9,168,193,220,239,255,269,289,299,361,363,395,464,483],highlight:[6,7,10,13],hight:397,hilger:[355,356],hill:282,hill_height:13,him:9,hint:12,histo:[],histogram:[1,6,12,63,118,166,197,207,209,212],histor:396,histori:[],hit:[3,314,333],hmaktulga:[7,9],ho3:167,hoc:349,hocknei:[355,356],hofl:192,hoh:[6,387,407,411],hold:[6,33,59,71,181,206,220,247,283,298,299,311,363,365,399,415,461,480],holdem:298,holder2:356,holder:[355,356],hole:311,holian:[260,409],holm:[280,356],holonom:325,home:[11,12,195],homebrew:12,homepag:[193,236],homogen:[276,424],hone:282,honeydew:194,honor:195,hood:422,hook:[],hookean:399,hoomd:195,hoover:[6,7,8,158,197,224,239,240,255,256,257,258,259,260,261,262,263,274,275,276,277,278,282,286,294,299,317,318,319,324,391,490],hop:[217,365,377,440],hope:[5,13,17,41,42,214,477],hopefulli:[8,363],horizon:429,horn:6,host:[3,12,16,17,219,370],hot:[6,235,256],hotpink:194,hottest:322,hour:12,hourglass:[2,9,124],hove:419,how:[],howev:[1,2,3,6,7,9,11,12,15,16,17,36,39,41,71,88,91,105,120,142,167,188,191,193,194,207,208,212,214,217,218,221,224,231,232,233,238,239,240,241,242,245,255,280,282,285,288,289,294,299,300,314,315,317,318,321,322,326,327,328,329,330,356,358,360,361,365,370,383,385,393,394,399,402,419,422,428,430,439,451,452,455,464,466,467,470,471,477,483,486,487,490,495,496],howto:[6,63,71,145,146,147,149,151,154,155,156,157,158,160,161,197,239,240,255,286,317,318,319,387,401,407,411,496],hoyt:203,hpc:[1,15],hsw:17,htm:393,html:[0,4,8,11,12,15,144,238,397,417,478,479],htmldoc:0,htst:483,http:[0,6,7,9,11,13,14,15,219,233,236,238,371,393,416,431,432,433],htype:[387,407,411,415],hubbard:388,huge:[12,170,269,314,469,474,486],huggin:[7,378,380,450],hugh:203,hugoniostat:[4,197,260],hugoniot:[253,260,289],hull:166,hummer:355,hundr:[7,14],hura:6,hwloc:[12,17],hybrid:[],hydrat:397,hydrocarbon:[372,386,395],hydrodyanm:40,hydrodynam:[7,9,40,100,102,242,244,245,246,379,416,417,437,439,450,479],hydrogen:[3,6,7,228,294,372,377,387,395,401,407,411,415,432,433,450,469,478,490],hydrostat:[3,9,218,255,260,286,299],hynninen:[388,397],hyoungki:421,hyper:282,hyperbol:388,hyperspher:142,hyperthread:[16,17],i_0:326,i_1:430,i_csid:6,i_flag1:288,i_mpi_pin_domain:16,i_myflag1:288,i_myflag2:288,i_n:430,i_nam:[115,191,288,316,479],ialloi:419,iatom1:117,iatom2:117,iatom3:117,iatom4:117,ibar:419,ibead:282,ibm:[191,355,422],icc:[10,12,422],icm:[9,236],ico:64,icosohedr:73,ictp:13,id1:[299,365,406,469,472],id2:[299,303,311,365,406,469,472],id_press:[218,253,255,257,258,259,260,261,262,263,286],id_temp:[217,218,253,255,257,258,259,260,261,262,263,274,275,276,278,286,317,318,319],idea:[1,3,6,11,12,41,143,193,194,214,237,280,303,314,322,356,424,477,490],ideal:[6,9,12,40,73,118,124,224,231,280,358,416,444,490],idealga:[],ident:[1,3,9,12,39,40,71,142,191,194,209,218,219,232,233,239,240,252,255,280,282,286,294,296,299,356,364,365,370,378,380,387,389,393,407,409,415,426,432,433,440,441,458,462,464,467,470,483,494,495,496,498],identi:370,identif:67,identifi:[1,3,6,12,38,40,56,70,166,168,188,296,314,337,401,406,419,452,464,466,469,472,483,484,486,488],idl:[18,483],idn:[299,365],idr:495,ielement:419,ieni:13,ifdef:[8,12],iff:240,iffp:467,ignor:[3,6,11,16,41,42,61,71,83,87,99,109,121,172,191,193,194,198,199,207,208,209,210,212,214,218,219,220,221,231,234,238,239,252,255,260,266,271,286,287,288,298,299,300,314,317,318,319,325,326,328,331,335,336,337,347,357,360,364,365,370,371,383,384,385,393,394,396,398,405,406,419,426,430,434,451,452,453,454,455,457,458,464,466,469,470,474,479,481,483,486,495],ihl:314,iii:[6,9,25,290,292,351,401,481],ijj:458,ijk:[345,349,351,377,430,458,466],ijl:349,ikeshoji:6,ikj:458,ill:[148,158,206,290],illeg:3,illinoi:[236,355,356,416],illog:467,illustr:[1,6,8,11,12,16,17,18,19,280,282,365,402,467,495],ilmenau:[7,9,14],ilya:[7,9],imag:[],image2pip:193,imageint:3,imagemagick:[4,193],imagin:[311,325,377,394,402,403,405,420,421,426,430,451,453,454,455,458,481],imaginari:[6,92,231,282,469],imbal:[1,12,41,214,370,488],imbalanc:[41,214],imbu:314,imd:[],img:193,immedi:[0,2,3,8,12,168,215,216,221,302,310,315,316,333,466,467,469,471,483,495,498],immens:3,immers:[242,299],impact:[1,4,6,8,225,321,488],impart:[3,6,234,314,336],impei:[6,407],implement:[1,3,6,8,9,12,17,18,27,78,87,108,120,150,156,167,168,176,177,187,206,219,223,233,236,239,242,244,245,246,253,255,276,279,281,282,288,289,292,293,294,302,303,314,321,326,330,349,354,355,356,363,365,370,371,373,376,377,386,387,389,391,393,394,395,402,407,411,415,419,429,432,433,434,453,455,466,467,478,483,490,495,497],impli:[3,6,40,59,87,143,190,193,198,199,200,220,226,239,298,317,319,320,355,358,384,467],implicit:[],implicitli:8,implict:388,imporop:364,importannt:[],important:324,important_not:[],impos:[2,6,71,114,157,190,197,200,201,213,226,227,229,234,237,246,247,254,269,280,283,301,308,311,313,314,321,322,323,324,329,330,331,334,335,336,363,365,367,463,477],imposs:1,improp:[],improper_coeff:[],improper_styl:[],impropercoeff:3,impropertyp:216,imprort:98,improt:[198,199],improv:[0,1,9,16,39,41,194,214,255,281,370,401,407,422,424,433,451,454],in3:167,inaccur:[1,3,6,171,253,355],inaccuraci:335,inact:401,inappropri:168,incid:[120,167,221],includ:[],includig:[339,354],inclus:[],incom:236,incompat:[3,11,403],incomplet:[3,11,469],incompress:[256,395],inconsist:[3,172,217,470],inconveni:358,incorpor:[289,377,388],incorrect:[3,151,239,419],incorrectli:[3,358,399,495],increas:[1,3,6,10,18,38,56,57,59,111,120,143,188,191,193,194,208,215,216,217,220,231,239,286,297,298,299,322,325,329,355,356,365,370,395,398,433,452,454,467,478,483,495],increasingli:395,increment:[3,11,130,200,201,213,214,221,226,228,255,303,304,337,354,369,405,440,464,467,481,483,495],incur:[14,17,206,210,211,228,326,466],inde:151,indefatig:7,indefinit:323,indent:[],independ:[4,6,9,11,12,16,17,41,59,63,91,119,121,154,168,190,197,205,206,207,209,210,211,212,214,217,218,219,220,221,232,234,239,240,242,245,255,281,286,290,294,299,300,303,313,324,326,358,399,422,464,467,486,496],indetermin:[191,194],index:[0,3,6,8,11,12,38,39,40,56,68,69,119,121,188,191,194,205,207,236,238,282,300,326,337,338,339,360,369,424,432,433,452,459,469,484,495],indianr:194,indigo:194,indirectli:[6,495],indistinguish:239,indium:441,individu:[],induc:[],industri:7,ineffici:[3,6,40,64,67,70,72,73,77,92,108,142,156,193,220,255,281,355,367],inelig:204,inerti:417,inertia:[],inexpens:[233,478],inf:[2,3,12,329,472],infer:[3,95,97,98,162,200,201,214,215,216,226,236,284,314,322,329,358,384,396,469,481,487],infil:[3,13,299,466],infin:[3,363,474,487],infininti:193,infinit:[3,221,230,237,239,242,281,314,326,332,333,356,358,395,473,494],infinitesim:6,inflect:[388,409],influenc:[3,9,41,80,150,252,285,355,356,424,453,454,455],inform:[0,1,2,3,6,7,8,9,11,12,13,15,17,39,41,42,59,61,62,63,68,88,117,119,120,167,168,174,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,224,225,226,227,228,229,230,231,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,251,254,264,265,266,267,268,269,270,271,272,273,279,280,281,283,284,285,286,287,288,290,291,292,293,294,295,296,297,298,299,300,301,302,304,311,312,314,315,317,318,319,320,321,322,323,325,328,329,330,331,333,334,335,336,338,353,355,356,359,362,363,364,365,366,368,370,371,372,373,374,375,376,377,378,379,380,381,382,383,385,386,387,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,425,427,429,430,431,432,433,434,435,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,457,458,460,461,462,466,467,469,470,471,473,474,476,481,483,484,486,488,495,497,498,499],infrequ:[6,255,391,464,483],infti:[388,416,417],ingtegr:377,inher:[355,363,424],inherit:[6,456],inhomogen:[18,326,424],inidividu:363,init:[3,8,297,440],init_fil:326,init_list:8,init_on:8,init_styl:8,initi:[2,3,4,6,7,8,11,12,13,38,39,40,41,56,57,59,62,71,80,81,86,87,104,105,132,164,169,170,188,190,191,193,194,195,198,199,202,203,207,214,216,217,218,220,227,231,232,236,237,238,239,240,242,247,251,252,253,254,255,260,269,281,282,283,288,289,294,297,298,299,301,313,314,316,321,323,324,325,326,327,328,331,332,333,334,336,337,339,355,359,362,363,365,372,373,376,390,391,392,422,431,432,433,440,452,464,466,467,469,471,472,474,476,477,479,483,484,487,490,495,496,497,499],initial_integr:8,initial_integrate_respa:8,initialis:431,initialt:326,inlclud:11,inlcud:495,inlin:467,inner2:[382,400],inner:[3,8,16,191,237,339,354,361,362,363,365,369,371,372,373,374,375,376,377,378,379,380,381,382,383,385,386,387,388,390,391,392,393,394,395,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,427,429,431,432,433,434,435,440,441,442,443,444,445,446,447,448,449,451,452,453,454,455,457,458,459,460,461,462,478,483,495],inner_distance_cutoff:401,innergroup:245,innermost:[38,56,71,368,452,478],innernod:245,innner:413,inordin:327,inorgan:[6,458],inp:[219,339,441,458],input1:[65,68,69,79,93,110,115,116,117,119,121,316],input2:[65,68,69,79,93,110,115,116,117,119,121,316],input:[],input_doubl:3,inquir:304,insensit:12,insert:[3,5,7,8,12,59,168,197,221,231,237,285,355,441,449,467,473,490],insid:[2,3,6,8,11,71,131,137,168,191,194,205,210,211,221,222,228,231,237,242,245,285,299,314,331,333,334,335,336,337,353,358,409,467,468,469,471,472,479,483,495],insight:[6,13],instabl:[242,390,439],instal:[],instanc:[6,11,198,219,233,333,397,402,424,430,467,490],instantan:[6,63,217,218,232,233,255,260,281,286,289,294,296,299,321,475,487],instanti:[6,11,12,203,402,466],instead:[1,3,6,8,9,11,12,13,17,18,40,41,59,61,63,70,71,90,104,119,146,150,172,188,191,199,206,209,210,211,212,214,218,219,231,239,242,245,246,281,287,297,299,316,334,353,355,356,359,366,370,380,381,393,406,408,415,419,422,464,472,476,483,485,490,495],institut:[9,236,284],instruct:[],insuffici:[3,6,12],insult:255,insur:[3,6,11,12,17,39,40,61,73,103,105,168,169,188,191,193,194,200,215,216,221,226,227,228,229,231,234,239,251,287,288,297,299,314,326,331,335,336,337,339,354,364,366,370,385,398,402,428,434,452,466,467,469,470,474,477,478,486,487,495,496],int_max:3,integ:[3,6,8,11,12,39,40,42,64,68,70,71,108,115,117,119,121,142,166,168,171,172,174,178,179,183,188,190,191,193,194,204,206,210,211,215,216,217,221,223,229,231,232,233,236,239,240,241,242,281,284,285,288,289,294,299,314,316,318,321,325,326,345,355,358,379,391,392,405,419,432,433,437,439,441,464,466,467,468,469,477,478,479,483,486,495,496],integr:[],integrate_ulsph:[],intel:[],intel_cpu:[12,16],intel_phi:[12,16],intend:[3,6,8,12,13,36,208,232,431,469],intens:[1,3,6,9,63,66,74,75,86,89,90,91,94,104,105,106,107,114,116,118,119,120,121,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,163,164,165,167,197,206,207,209,210,211,212,214,215,216,217,225,228,235,245,253,255,260,296,299,300,314,322,326,328,329,486,487],intepol:495,inter:[14,18,42,61,62,148,171,172,191,217,239,241,254,291,299,355,365,377,479,490,495,497,499],interact:[1,3,6,7,8,9,10,11,12,14,15,16,17,22,29,33,37,39,42,44,50,54,55,57,61,63,65,69,72,77,79,87,88,92,93,108,109,110,112,114,117,118,124,125,126,127,129,130,131,132,133,134,135,137,138,139,140,142,143,144,146,147,161,162,166,169,170,171,172,173,174,176,180,181,187,191,197,198,199,215,216,217,230,231,236,237,239,241,245,269,280,282,284,290,292,298,299,305,306,314,315,321,326,330,331,332,335,336,341,342,343,344,346,350,355,356,363,364,365,366,367,368,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,427,429,430,433,434,435,437,439,440,441,442,449,450,451,453,454,455,456,457,458,459,460,461,462,464,467,469,471,473,474,478,479,481,486,487,490,497],interatom:[3,4,7,168,191,254,323,324,371,377,393,395,403,419,422,440,454,495],intercept:120,interchang:6,interconnect:18,interconvert:395,intereract:39,interesect:335,interest:[1,5,7,8,9,11,13,71,167,282,321,324,356,394,417,432,433,467,495],interf:370,interfac:[],interfer:[12,255,372],interg:[6,490],intergr:[478,482],interi:417,interior:[3,6,41,335,472],interlac:419,interleav:[6,168,477],intermedi:[6,12,59,193,254,280,349,365,467,468,477,481],intermix:464,intermolecular:372,intern:[0,2,3,5,6,9,11,16,20,21,24,28,32,35,36,39,40,42,63,87,100,102,120,143,148,150,167,175,188,193,194,197,198,199,203,216,220,224,236,248,249,253,255,260,281,299,303,340,342,346,349,353,363,364,443,444,452,467,469,471,474,483,486,487,494,495,496,497],internal_element_set:203,internal_quadratur:203,internet:238,interpenetr:419,interpentr:[444,445,447],interpol:[6,15,38,56,101,188,193,194,203,242,280,355,356,365,377,424,433,446,452,453],interpret:[2,6,11,193,209,399,442,464,467,483,495],interrupt:289,intersect:[3,6,120,194,335,337,472],intersert:335,interspers:363,interstiti:[166,422],intertia:[3,94],interv:[3,6,91,192,207,239,255,289,294,295,306,440,446,464,483,495],intestieti:120,intial:[6,370,372],intiial:[41,474],intiti:[3,313],intra:299,intra_energi:231,intramolecular:[29,231],introduc:[6,9,92,108,193,255,289,294,299,349,355,371,387,395,407,411,415,451,483,495],introduct:[],intsal:[],intuit:358,inv:[120,167,300],invalid:[3,12,71,89,171,269,365,416,417,471],invari:[108,135,140,142],invent:302,invers:[],invert:[1,6,172,281],invis:335,invoc:[166,217,370,437,439,467],invok:[1,3,6,7,8,11,12,13,14,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,41,43,45,46,47,48,49,51,53,54,56,59,63,66,71,74,75,81,87,88,89,90,94,104,105,107,111,112,113,114,119,145,155,162,163,166,168,169,171,172,174,175,177,178,179,180,182,183,185,186,188,191,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,220,221,222,223,225,226,227,228,229,230,231,232,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,251,252,254,255,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,290,291,292,293,294,295,296,297,299,300,301,302,303,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,340,342,343,345,346,349,351,354,355,356,357,358,363,365,370,371,372,374,378,379,380,381,382,383,385,386,387,390,391,393,394,396,397,398,399,400,401,402,403,405,407,408,409,410,411,412,413,414,415,416,417,420,424,425,426,427,429,434,435,437,439,441,442,451,452,453,454,455,457,458,459,460,461,462,463,466,467,468,470,472,474,477,478,480,481,483,486,487,490,495,496],invokd:3,involv:[3,6,7,8,12,63,110,117,118,119,148,172,197,204,215,231,242,284,287,292,314,355,362,363,365,375,392,398,405,451,453,455,465,466,472,474,478,483],ioff:[364,469],ion:[6,7,9,150,279,311,326,356,377,388,396,397,419,422,440,450,455,462,469,490],ionic:[6,9,378,380,388,395,396,427,440,490],ioniz:[9,386,395],ionocoval:9,iparam:[3,216],ipi:[],ipp:[],ir3:167,ir4:167,irregular:[6,41,58,214,218,220,255,299],irrelev:426,irrespect:[416,417],irrevers:224,is_act:495,is_avail:495,is_defin:495,isbn:461,isel:[355,356],isenthalp:[255,256,257,258,259],ismail:[355,356,381,411],isn:[3,8,11,12,235],iso:[3,218,224,240,255,256,257,258,259,260,261,262,263,286,294,299,490],isobar:[255,256,261,262,263],isodem:395,isol:[3,171,337],isomorph:282,isotherm:[231,255,256,261,262,263,286],isotrop:[6,92,239,286,355,356,379,398,416,417],isovolum:300,isralewitz:303,issu:[1,3,6,9,11,12,13,14,15,17,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,43,45,46,47,48,49,51,53,54,56,59,71,73,81,104,111,114,145,155,174,175,177,178,179,180,182,183,185,186,188,193,200,203,213,217,218,220,221,226,227,230,231,234,239,253,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,282,286,288,291,299,301,302,313,317,318,319,324,330,334,336,339,340,342,343,345,346,349,351,356,364,365,368,371,372,374,378,379,380,381,382,383,385,386,387,390,391,393,394,396,397,398,399,400,401,405,407,408,409,410,411,412,413,414,415,416,420,425,426,427,429,434,435,442,449,451,452,453,454,455,457,458,460,461,462,469,471,472,478,481,486,487,495,496],ital:[432,433],itali:13,item:[6,7,8,41,191,194,214],iter:[3,6,12,39,41,63,192,200,201,213,214,218,224,226,229,237,281,290,291,299,302,321,337,339,354,361,362,363,365,369,440,464,474,478,483,487,495],ith:[71,119,121,205,206,207,208,209,210,211,212,316,328,487,495],itself:[2,3,4,6,7,8,9,11,12,13,18,42,59,91,109,159,191,192,193,194,195,207,208,219,224,240,250,254,293,299,326,337,339,364,365,387,396,398,402,403,452,467,473,476,477,481,495,499],ityp:[3,117,118,168,202,216,292,459],itype1:118,itype2:118,itypen:118,ivector:8,ivori:194,ixcm:299,ixi:[42,94,299,364,495],ixx:[42,94,299,364,495],ixz:[42,94,299,364,495],iycm:299,iyi:[42,94,299,364,495],iyz:[42,94,299,364,495],izcm:299,izrailev:303,izumi:454,izz:[42,94,299,364,495],j0jt:91,j20:207,j_m:142,jac:[6,174,481],jackson:423,jacobi:3,jacobsen:362,jagreat:13,jame:[9,19],janssen:280,januari:419,jaramillo:[7,9,13,395],jarzynski:303,jatempl:9,jcc:9,jcp:331,jec:13,jeff:13,jello:255,jensen:[239,355],jeremi:[9,421],jerom:9,jewett:13,jiang:[240,490],jiao:[9,13],jiht:[7,9],jik:377,jim:7,jku:7,jmake:12,jmm:142,joannopoulo:253,job:[12,60,302,477],jochim:[255,256],john:[7,9,13,192],johnson:[9,13],join:[6,472],joint:[3,284,401],jon:[9,70],jonathan:9,jone:[1,3,6,7,9,10,12,13,45,46,64,87,109,112,197,203,286,314,331,335,356,358,363,372,375,380,381,382,383,385,390,398,400,401,402,405,406,407,408,409,411,412,414,415,418,423,424,430,434,435,445,450,457,481,490],jonsson:[73,254,362,365,440],jorgensen:[6,185,387,407,411],joul:494,journal:[162,180,203,292,356,393,422,432,433,444,445,447],jparam:[3,216],jpeg:[3,12,193],jpeglib:12,jpg:[4,8,12,191,193,194,498],jpg_inc:12,jpg_lib:12,jpg_path:12,jpl:[7,9],jth:495,jtype1:118,jtype2:118,jtype:[3,118,216,459],jtypen:118,judg:483,judici:6,julien:9,jump:[],june:195,just:[3,6,8,11,12,13,17,19,22,29,42,44,59,61,91,109,112,118,143,146,147,161,176,191,206,210,211,220,224,228,245,252,286,288,299,321,326,337,339,341,364,365,370,372,375,384,402,430,457,467,471,473,474,476,477,488,490,495,498,499],justo:394,jusufi:[388,397],jut:335,jzimmer:9,k11:91,k22:91,k33:91,k_2:344,k_4:344,k_b:[],k_d:490,k_n:376,k_na:376,k_sigma:377,k_ub:20,kadiri:67,kalia:458,kamberaj:299,kapfer:108,kappa:[6,91,322,387,407,460,461],kappa_:326,karplu:87,karttunen:242,kate:[],kayser:388,kbit:194,kboltz:314,kbp:194,kbt:294,kcal2j:91,kcal:[236,478,490,494],kde:13,ke_eta_dot:255,ke_etap_dot:255,ke_omega_dot:255,keblinski:[387,440],kecom:148,keef:120,keep:[3,7,12,59,71,186,210,216,220,237,281,297,324,329,355,363,387,415,441,464,469,475,477,483,487,495],keflag:3,kei:[6,17,59,314,458,483],keir:13,kelchner:70,kelkar:329,kelvin:494,kemper:[291,386],kepler30:17,kepler32:17,kepler35:17,kepler37:17,kepler:[1,12,14,15,17,370],kept:[6,197,260,323,324,490],kernel:[7,13,17,40,101,131,137,203,232,233,306,422,443,444,445,446,447,448,479],kernel_radiu:469,keword:193,keyboard:12,keyword:[],keywrod:395,kforc:490,khaki:194,khersonskii:142,kick:[200,201,202,226,333],kilogram:494,kim:[],kimviri:[3,403],kind:[1,2,3,6,7,8,9,11,12,17,39,40,41,42,61,62,63,73,119,121,148,191,193,197,204,206,207,209,214,217,219,223,231,234,252,299,302,314,321,336,365,367,369,377,395,432,433,459,464,468,469,474,475,482,483,490,495],kinemat:[9,416,417],kinet:[3,6,8,9,63,82,83,84,85,87,91,95,96,97,98,99,114,143,145,146,147,148,149,150,151,153,154,155,156,157,158,160,161,197,204,206,218,224,231,235,239,251,253,255,256,257,258,259,260,261,262,263,286,289,314,322,329,330,363,395,464,483,487,490],kiss:12,kjl:349,klahn:325,klapp:355,klein:[6,9,203,219,255,256,277,299,407,435],kloss:7,kmax:[3,120,300,355],knc:17,knock:326,know:[3,11,12,41,63,109,118,197,224,238,240,269,314,363,394,403,456,467,470,473,478,490],knowledg:[4,8,193,403],known:[3,12,142,193,281,290,299,323,466,483,496],kohlmey:[7,9,13,18,355,356],kokko:[],kokkos_arch:17,kokkos_cuda:[12,17],kokkos_cuda_opt:17,kokkos_debug:17,kokkos_devic:17,kokkos_omp:[12,17],kokkos_pg:17,kokkos_phi:[12,17],kokkos_use_tpl:17,kolafa:356,kollman:[6,174,481],kondor:431,kone:[323,324],kong2011:281,kong:[9,13,281],konglt:9,koning00a:323,koning00b:323,koning96:[323,324],koning97:324,koning99:323,kooser:13,koskinen:362,kosztin:303,krau:13,kremer:[45,46,481],kress:[420,421],kspace:[],kspace_modifi:[],kspace_styl:[],kspce:12,kspring:254,kstart:298,kstop:298,kth:[232,282],kub:20,kubo:[6,91,322],kumagai:454,kumar:[9,416,417],kuronen:430,kurt:284,l12:419,l_box:395,l_skin:326,la3:167,laa:9,lab:[5,7,9,12,113,429],label:[],laboratori:[0,253,289],lack:[3,253,395],lackmann:377,ladd:[276,324],lafitt:423,lag:326,lagrang:[132,133],lagrangian:[6,124,125,126,127,129,130,131,132,133,134,135,137,138,139,140,203,253,289,290,305,306,437,439,490],lagrangian_posit:[253,289],lagrangian_spe:[253,289],lai:463,lambda1:[453,454,455,458],lambda2:[453,454,455],lambda3:[453,455],lambda4:458,lambda:[87,113,120,162,167,242,300,323,324,326,371,394,415,451],lambda_fin:323,lambda_initi:323,lamda:[3,53,314],laminar:448,lamm:6,lammps2pdb:[6,13],lammps_clos:6,lammps_command:6,lammps_extract_atom:6,lammps_extract_comput:6,lammps_extract_fix:6,lammps_extract_glob:6,lammps_extract_vari:6,lammps_fil:6,lammps_gather_atom:3,lammps_get_coord:6,lammps_get_natom:6,lammps_n:[6,12],lammps_open:6,lammps_potenti:[384,386,480],lammps_put_coord:6,lammps_quest:[6,229],lammps_scatter_atom:3,lammps_set_vari:6,lammps_sppark:6,lammps_vers:6,lammpsplot:13,lammpspotenti:384,lammpstrj:[470,474,490],lammpsviri:[3,403],lamoureux:[6,224,456,490],landron:440,lane:1,lang:490,langevin:[],langevin_drud:[],langston:[42,376],languag:[6,11,12,17,467,495],lanl:9,lapack:12,laps:327,laptop:7,larg:[0,1,3,5,6,7,8,9,10,12,13,14,16,18,39,40,41,58,59,70,71,111,118,143,148,151,156,168,169,170,180,188,190,191,193,194,206,210,211,214,217,218,220,221,225,231,242,255,269,276,281,284,285,289,294,296,297,298,299,302,311,314,322,326,327,329,331,335,349,355,356,361,363,366,370,385,391,395,398,399,406,422,424,428,434,452,464,467,469,471,472,476,478,483,486,488,490,496,499],larger:[1,2,3,6,11,12,13,39,41,56,59,70,71,118,168,170,193,207,209,212,221,235,242,255,276,277,285,290,294,298,299,300,310,314,321,326,330,331,332,335,355,356,361,362,363,365,366,367,370,377,385,387,388,395,399,407,411,417,424,428,449,450,457,469,473,474,477,478,483,495],largest:[3,6,12,39,71,166,168,225,355,363,367,449,452,469,471,477,478,489,495],laroch:294,laser:326,last:[1,2,3,5,6,11,12,15,38,42,56,59,61,71,112,119,143,166,188,191,193,194,195,196,206,207,209,210,211,212,214,225,254,297,300,311,314,339,353,363,364,365,366,370,374,375,376,377,378,385,386,391,393,397,398,400,401,405,408,410,412,413,414,417,423,425,434,440,442,449,452,456,457,460,461,464,465,467,470,474,476,477,481,483,484,487,488,495],lat:419,late:5,latenc:[10,236],later:[6,9,11,12,16,17,40,59,71,105,170,172,207,221,260,276,284,303,321,337,339,355,363,364,369,370,372,377,467,469,471,473,483,486,495,497],latest:[7,206,207,208,209,210,211,212,300,471],latex:8,latgen:281,latitud:142,lattc:419,latter:[2,6,11,12,14,15,16,17,41,42,87,146,194,198,199,205,206,210,211,214,218,237,246,255,257,258,259,261,262,263,284,286,288,292,299,314,330,335,354,364,377,379,380,381,382,383,390,405,407,411,415,422,427,435,440,456,464,466,467,472,475,486,495,498],lattic:[],launch:[1,3,6,11,12,17,18,370,466,467],laupretr:349,lavend:194,lavenderblush:194,lavgevin:220,law:[6,253,368,437,439],lawngreen:194,lawrenc:9,layer:[6,9,71,197,210,322,326,329],layout:[1,3,17,170,353,466,469,478],lb_fluid:242,lbl:[7,9,166],lbnl:9,lbtype:242,lcbop:[],ld_library_path:[11,12],ldfftw:12,ldrd:7,lead:[2,3,6,12,22,25,39,41,44,59,61,77,87,118,162,166,172,176,194,198,199,209,214,221,233,242,260,289,299,302,314,321,322,329,341,349,355,360,365,370,384,387,407,411,413,422,439,463,469,479,490,495,496],least:[3,6,12,18,71,120,167,192,204,210,233,284,288,330,366,370,376,402,452,457,467,495],leav:[3,7,11,12,17,21,41,57,143,158,175,214,218,221,255,257,258,259,261,262,263,286,299,302,340,424,469,473,481],lechman:314,lectur:303,led:[3,5],lee2:419,lee:[203,419],left:[6,11,12,41,109,144,187,193,194,217,237,279,314,337,339,358,469,471,476,495,499],leftmost:[41,214],legaci:12,legal:7,lehoucq:429,leimkuhl:334,leiu:391,lemonchiffon:194,len:479,lenart:[388,397],length:[3,6,8,11,12,18,21,38,39,40,41,42,44,53,54,55,56,58,59,61,65,68,69,71,74,79,80,82,87,88,89,90,91,93,104,106,109,110,114,116,117,119,120,121,130,132,145,146,147,148,149,150,151,152,153,155,156,157,158,159,160,161,164,166,167,170,175,188,191,193,194,197,204,208,209,211,212,214,215,216,217,218,220,231,234,242,253,254,255,256,260,269,280,286,296,299,300,302,311,314,321,325,326,328,331,335,356,358,361,363,365,366,368,373,376,377,378,380,387,388,392,395,397,401,405,407,419,424,432,433,443,452,453,460,461,469,472,477,479,486,487,490,495],lengthi:231,lennard:[],lenoski:[420,421],less:[1,3,6,13,14,15,16,17,18,38,41,56,57,58,59,71,76,92,108,110,117,118,146,147,161,188,194,206,209,210,211,212,214,216,217,218,220,221,228,237,253,255,280,292,294,300,314,333,334,336,356,358,363,367,370,377,382,398,399,405,416,417,424,434,451,452,455,461,469,495,496],let:[1,11,12,38,56,151,179,188,207,302,314,332,370,385,452,478,482,490,497],lett:[142,156,233,240,242,253,294,303,323,324,362,377,393,395,398,415,441,490],letter:[2,9,12,41,57,59,194,214,223,224,240,282,339,369,431],leuven:9,level:[2,3,8,11,12,14,17,191,193,198,199,208,236,252,254,255,339,353,356,369,377,381,382,407,408,411,418,422,423,432,433,466,478,483,488,495],lever:449,levin:399,lewi:304,lexicon:7,lgr_po:[253,289],lgr_vel:[253,289],lgvdw:433,li1:167,liang:386,lib:[1,3,9,11,12,14,15,17,293,370,386,403,467,470],libatom:[9,431],libcolvar:12,libdir:11,libfftw3:12,libgpu:15,libjpeg:12,liblammp:[11,12],liblammps_foo:[11,12],liblammps_g:[11,12],liblammpscuda:14,libmpi:11,libmpi_stub:12,libmpich:12,libpackag:12,libpng:12,librari:[],librt:17,licens:[0,7,8,12,193],lie:[6,300],lieu:355,life:7,lifo:8,ligand:311,liggght:7,lightblu:194,lightcor:194,lightcyan:194,lightest:321,lightgoldenrodyellow:194,lightgreen:194,lightgrei:194,lightli:311,lightpink:194,lightsalmon:194,lightseagreen:194,lightskyblu:194,lightslategrai:194,lightsteelblu:194,lightweight:314,lightyellow:194,like:[3,4,6,7,8,9,11,12,14,16,17,18,39,42,54,59,152,159,193,195,200,218,219,221,224,226,236,239,240,241,253,255,256,261,262,263,268,269,274,275,276,277,278,280,286,288,289,290,294,299,300,314,316,317,318,319,320,321,322,329,330,331,334,335,336,339,355,358,362,365,370,377,385,390,391,395,396,399,401,402,412,413,419,441,452,455,460,461,466,467,469,470,471,472,474,479,484,487,488,490,495,496],likelihood:[120,167,217],likewis:[1,6,10,12,15,16,18,39,41,71,88,117,203,214,215,216,231,239,240,255,256,260,277,294,314,317,318,319,356,365,371,375,377,387,393,396,422,450,467,469,471,481,495],likhtman:208,lime:194,limegreen:194,limit:[],limit_eradiu:395,limit_veloc:[305,306],lindahl:355,line:[],linear:[],linearli:[10,119,194,220,281,331,333,334,336,364,365,367,469,495],lineflag:[6,469],lineforc:[],linen:194,linesearch:[8,12,361],ling:[9,13],lingo:[11,403],link:[5,6,7,8,9,11,12,13,14,15,17,22,37,44,55,63,176,187,193,197,216,236,240,284,293,295,303,311,341,350,373,384,419,431,432,433,450,456,467],linker:12,linkflag:[12,16,18],linux:[10,11,12,15,193,195,236],linuxamd64:470,liouvil:255,lip:13,lipid:[4,9,10,13,29,299],lipton:284,liquid:[6,7,9,29,39,40,41,59,87,92,143,154,166,214,218,220,231,255,286,289,294,321,390,422,424,427,454,478],lisal:449,lism:9,list:[],listen:[236,238],listfil:406,liter:[469,480],literatur:[6,8,419,440,451],lithium:395,littl:[1,3,12,64,255,366,464,472],littmark:[419,450,455,462],liu:[401,433],livermor:9,lj1043:[],lj126:[],lj12_4:435,lj12_6:435,lj1d:281,lj6:3,lj93:[],lj96:[],lj9_6:435,lj_flag:372,llnl:[5,7,9],lmp1:11,lmp2:11,lmp2arc:[],lmp2cfg:[],lmp2vmd:[],lmp:[11,467,490],lmp_auto:12,lmp_cuda:[14,17],lmp_foo:12,lmp_g:[6,11,12,13,17,354],lmp_gpu:15,lmp_ibm:[12,354],lmp_inc:12,lmp_intel_cpu:[],lmp_intel_phi:[],lmp_kokkos_cuda:17,lmp_kokkos_omp:17,lmp_kokkos_phi:17,lmp_linux:[4,6,12],lmp_mac:12,lmp_machin:[1,12,14,15,16,370],lmp_mpi:[12,17,18,19,282],lmp_mvapich:17,lmp_omp:[],lmp_openmpi:17,lmp_opt:[],lmp_win_mpi:12,lmp_win_no:12,lmpptr:[11,467],lmpqst:229,lmpsdata:13,lmptype:[3,12,229],load:[1,3,4,6,7,9,11,12,16,17,18,41,193,195,197,214,236,289,370,386,466,467,488],loadabl:11,loca:194,local:[],localhost:236,localized_lambda:203,localonli:12,localvector:63,locat:[3,6,8,9,11,12,27,61,118,120,166,167,177,188,191,221,222,242,313,324,335,361,384,387,396,397,407,409,411,456,466,469,470,472,479,481],lock:[3,369,495],lockstep:[218,255,286,299],log:[],logarithm:[138,139,495],logfil:[0,3,6,12,287,359,465],logfreq2:495,logfreq:[194,476,485,495],logic:[7,11,12,17,41,168,214,337,339,464,466,467,470,478,483,495],lomdahl:[260,409],london:[13,231,433],lone:[432,433],longer:[1,3,6,8,12,13,54,118,191,194,205,206,207,208,209,210,211,212,215,231,239,280,284,289,299,302,321,331,335,337,361,370,372,399,440,466,474,478,483,492],longest:[41,214,215,366,457],longitudin:311,look:[1,3,6,8,11,12,18,54,61,191,193,196,384,441,452,490,495],lookup:[3,39,188,424,452],lookup_t:300,loop:[3,4,6,7,11,12,18,39,42,65,68,69,79,88,93,110,117,118,143,193,206,210,211,215,216,225,321,337,339,354,357,363,365,366,368,369,392,422,440,464,465,467,473,474,477,478,483,488,489,495,496],loopa:[339,354,369],loopb:[339,354,369],loopmax:440,loopvar:495,lopez:[255,256],lorant:290,lorentz:167,lose:[6,58,59,170,218,220,240,255,399,469],loss:[6,494],lossi:193,lossless:193,lost:[3,12,13,57,103,221,297,304,314,424,469,470,471,478,486],lot:[18,303,355],low:[1,3,6,7,12,41,151,166,191,193,214,224,240,276,294,299,322,329,356,422,433,452,461,483,490],lower:[2,3,6,9,11,12,41,57,59,71,88,144,157,190,193,194,207,208,209,210,211,214,218,224,236,239,240,242,255,289,294,322,329,331,332,337,338,355,358,369,388,419,483,491,493,496],lowercas:193,lowest:[142,339,364,479,483,484,495],ls_:136,lsfftw:12,lsurfac:326,lu3:167,lubric:[],lubricateu:[],lubricuteu:266,lucki:12,luigi:13,lumped_lambda_solv:203,lussetti:322,lustig:[7,13],lybrand:356,lyulin:349,m4v:193,m_c:[],m_d:490,m_eff:[332,399],m_fill:3,m_i:312,m_lambdai:429,m_taubi:429,m_u:242,m_v:242,m_yield_stress:429,mac:[12,14],mac_mpi:12,mach:[9,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,304,305,306,307,310,479],machin:[1,3,4,6,7,9,10,11,12,14,15,16,17,18,19,191,193,236,255,327,355,361,363,368,370,422,466,471,476,477,478,496,499],mackai:[9,242,244,245,246],mackerel:[6,20,174,240,382,481,490],maco:193,macro:17,macroparticl:392,macroscop:[7,234,253,429],made:[3,6,11,12,15,16,33,41,42,50,64,169,181,191,193,195,197,198,199,204,214,221,225,236,245,285,293,297,299,324,337,347,366,370,398,399,402,432,434,442,466,473,479,482,491,493,496,497],madura:[6,407],magazin:393,magda:331,magenta:194,magic:[3,11],maginn:[162,329],magnitu:316,magnitud:[6,70,106,110,115,144,168,190,191,194,221,222,234,235,237,239,303,311,313,314,321,332,356,363,390,399,479],mai:[0,1,2,3,6,7,8,11,12,13,14,15,16,17,18,29,38,39,40,41,56,58,59,61,63,65,68,69,71,79,86,87,88,89,90,92,93,103,104,106,108,109,110,111,112,114,115,116,117,119,120,121,142,143,146,147,148,156,157,161,162,166,167,168,169,170,171,172,187,188,190,191,192,193,194,195,197,198,199,200,202,204,206,207,208,209,210,211,212,213,214,215,216,218,220,221,224,225,226,228,231,232,233,235,236,237,239,240,241,242,243,245,250,251,252,253,255,256,260,269,272,281,282,285,286,287,288,289,290,291,294,296,297,298,299,300,301,302,303,305,306,308,314,316,317,318,321,322,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,353,354,355,356,358,361,362,363,364,365,366,367,368,370,373,375,377,385,391,395,399,402,403,405,413,415,417,419,420,421,422,424,432,433,435,441,449,452,458,462,464,465,466,467,469,470,471,472,473,474,475,476,477,478,479,481,483,486,487,490,495,496,497,499],mail:[3,7,9,12,337],main:[3,6,8,11,12,236,242,299,323,324,393,440,456,467,484],mainboard:1,mainli:[370,427],maintain:[8,9,13,39,153,216,220,276,314,327,362,371,393,478,481],major:12,make:[],makefil:[3,7,9,11,12,13,14,15,16,17,18,19,191,356,370,422,467],makelist:12,maks:399,malloc:[3,12],manag:[5,8,12,191,236,282,316,478],manbi:441,mandadapu:203,mandatori:[8,191,219],manh:377,mani:[1,2,3,4,5,6,7,8,9,12,13,14,15,16,17,18,38,39,41,42,56,61,63,68,71,88,91,103,104,118,144,148,168,169,188,190,191,192,193,194,195,197,198,199,200,204,205,206,207,208,209,210,211,212,214,215,216,217,218,220,221,228,231,232,235,236,242,243,251,253,255,256,260,269,279,280,281,285,288,290,291,292,294,296,299,300,302,314,325,326,328,337,339,355,363,365,366,368,370,384,386,392,395,397,401,402,440,441,450,452,453,455,467,469,471,473,474,476,477,478,479,481,482,483,484,488,495,496,499],manipul:[12,41,214,236,387,430,480],manner:[2,3,6,9,11,17,41,143,164,193,198,199,200,201,209,214,220,225,226,229,235,239,240,255,261,262,263,274,275,276,278,293,317,318,319,322,323,324,329,331,335,339,356,364,365,369,370,393,395,402,405,416,457,464,466,469,470,471,472,474,478,483],manolopoulo:238,mantissa:3,manual:[0,1,3,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,43,45,46,47,48,49,51,53,54,56,58,63,68,71,111,114,120,145,146,147,149,150,151,154,155,156,157,158,160,161,167,174,175,177,178,179,180,182,183,185,186,188,191,193,195,200,210,213,220,227,230,234,238,239,240,254,255,257,258,259,260,261,262,263,264,265,267,270,272,273,274,275,276,278,286,288,291,299,300,301,302,317,318,319,329,330,334,339,340,342,343,345,346,349,351,356,365,369,370,371,372,374,375,378,379,380,381,382,383,385,386,387,389,390,391,393,394,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,420,425,426,427,429,434,435,442,451,452,453,454,455,457,458,460,461,462,464,472,478,482,483,484,487,495],manybodi:[3,7,8,9,12,143,144,363,371,372,377,386,393,396,402,404,426,430,451,453,454,455,458,481,495],map:[2,3,11,12,17,18,39,59,64,71,120,124,142,156,167,168,190,193,194,203,210,281,298,355,356,358,365,371,372,377,386,393,394,396,402,403,404,419,420,421,424,426,430,431,432,433,440,441,449,451,452,453,454,455,458,466,469,471,483,495],map_fil:281,mapflag:12,mara:[9,440],march:419,margin:483,mari:13,mark:[400,415,437,439,440],marker:287,maroon:194,maroonmpi:11,marrink:400,marsaglia:[3,232,233,239,240,294],marseil:9,martin:[281,419],martinez:204,martyna:[255,256,299,478],mashayak:17,mask:[3,280,495],mask_direct:203,mass:[],mass_matrix:203,massdelta:302,massiv:[0,193,242,282,322,329],massless:[6,240,356,387,407,411,415,490],masstot:299,master:[3,365,464,483],mat:[67,203,386,454],match:[3,6,8,9,11,12,17,38,41,56,59,71,118,151,188,194,195,214,217,220,236,255,256,276,296,300,314,321,355,356,377,401,413,419,431,432,433,452,463,467,469,470,471,474,478,483,490,495],matchett:[42,376],mater:[73,371,421,430,440],materi:[6,7,9,59,70,126,127,171,202,203,220,231,237,253,280,286,294,322,326,332,387,393,394,395,399,403,419,420,422,429,432,433,436,437,438,439,464,469,483,490,494],material_fil:203,math:[],mathemat:[120,142,167,168,190,198,199,200,201,213,218,226,232,234,235,237,239,240,287,301,308,317,318,319,331,334,336,441,465,472,479,496],mathrm:[],mathtt:[],matlab:[],matric:[9,142,233,281,398],matrix:[3,6,9,91,166,207,218,233,281,290,355,358,422],matter:[6,9,12,39,57,59,71,150,210,326,366,372,389,393,395,419,435,440,453,455,458,462],mattson:[114,143],max2theta:167,max:[3,6,8,12,15,18,71,119,194,209,214,216,218,221,285,302,314,339,358,361,363,365,366,370,440,464,469,483,487,495],max_alpha:8,max_cell_s:392,max_group:3,max_nn:306,max_travel:307,max_vel:[305,306],max_veloc:306,maxangl:231,maxbodi:3,maxbond:[3,216],maxedg:166,maxev:[363,464,483],maxfoo:8,maxim:[321,365],maximum:[3,6,8,12,15,17,25,41,42,45,53,54,57,59,61,92,108,118,119,120,123,166,167,169,170,190,191,202,207,208,209,214,216,220,221,225,231,269,280,285,290,302,304,305,306,314,327,355,356,361,365,366,370,373,377,392,397,416,417,440,469,472,477,487,495,496],maxit:[290,363,464,483,487],maxsize_restart:8,maxwel:[17,279],maxwell50:17,maxwell52:17,maxwell53:17,maxx:430,mayb:13,mayer:[7,378,380,440,450],mayo:[6,7,13,25,351,401,481],mbt:175,mbyte:[12,294],mcdlt:[158,235],mcgraw:282,mdash:490,mdatom:231,mdf:[],mdnvt:231,mdregion:203,mdtemp:231,mdump:[41,214],meain:[],meam:[],meam_sw_splin:421,meamf:419,mean:[1,2,3,4,6,7,8,10,11,12,17,22,34,37,38,39,41,42,44,52,54,55,56,57,59,61,63,68,71,72,76,77,82,84,85,87,91,92,104,105,106,108,114,115,116,117,118,119,142,143,145,146,147,149,150,151,154,155,156,157,158,160,161,162,168,169,171,172,174,176,184,187,188,189,190,191,193,194,195,197,198,199,202,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,226,229,231,232,233,234,235,237,239,240,241,245,252,255,257,258,259,260,261,262,263,269,274,275,276,278,280,282,284,285,286,288,294,296,297,299,301,302,303,308,311,314,316,317,318,319,321,322,325,326,328,329,330,331,332,333,334,335,336,337,341,342,343,344,346,348,350,355,356,358,360,361,363,364,365,366,368,370,373,378,380,381,382,384,387,391,392,393,395,398,399,401,402,405,407,408,411,418,419,423,424,427,428,430,432,433,434,435,449,451,452,453,454,455,457,461,463,464,466,467,469,470,471,472,473,474,475,476,477,478,479,480,481,483,484,486,487,490,494,495,496,497,499],meaning:[118,126,127,129,132,136,402],meaningless:[67,321],meant:[6,299,456,473],measur:[],meaur:488,mech:429,mechan:[6,8,9,11,12,16,17,128,144,203,235,282,293,377,395,403,409,422,437,439,463,467,469],mechanic:293,mechanim:124,meck:108,media:193,medium:461,mediumaquamarin:194,mediumblu:194,mediumorchid:194,mediumpurpl:194,mediumseagreen:194,mediumslateblu:194,mediumspringgreen:194,mediumturquois:194,mediumvioletr:194,mee:321,meet:[3,12,169,193,194,216,217,327,474],mehl:371,mei:418,meloni:39,melros:[416,417],melt1:195,melt2:195,melt3:195,melt:[4,10,217,281,377,422,454],mem:15,member:[171,284,377],membran:[29,279,461],memori:[1,3,5,6,7,8,9,12,15,16,17,18,39,40,60,71,194,206,208,210,211,232,233,294,326,353,366,370,377,424,428,433,466,469],memory_usag:8,mendelev:393,mention:[1,6,7,11,42,220,235,242,260,331,358,365,372,432,433,471,495],menu:[193,236],mep:[254,365],mer:[4,10,217],meremianin:142,merg:[3,5,469],merz:[6,174,481],mescscop:429,mesh:[1,2,3,6,7,8,10,12,40,41,42,120,136,167,203,214,242,300,310,355,356,392,422],meshless:9,meso:[],meso_:[],meso_cv:479,meso_rho:[],meso_t:[],mesocop:40,mesoscal:7,mesoscop:[7,100,101,102,248],mess:[3,479],messag:[],met:[8,41,118,214,339,354,356,363,365,369,457,477],metadynam:[9,13,219],metal:[3,5,7,9,10,40,59,71,157,168,202,203,210,211,220,221,235,237,289,290,294,330,331,333,334,336,356,358,367,371,372,377,386,393,394,395,396,402,404,419,420,421,422,430,431,440,451,453,454,455,458,472,486,487,489,494],meter:[367,494],methan:[289,294],methanol:4,methin:349,method:[1,3,5,6,7,8,9,11,12,13,16,17,19,38,39,40,41,56,64,87,91,112,143,188,197,198,199,203,207,208,214,219,229,239,242,246,250,253,255,281,282,289,290,291,292,294,299,302,303,321,322,323,324,329,355,356,361,362,363,365,370,371,373,377,386,387,393,395,396,419,420,421,424,430,440,450,452,458,464,466,467,469,470,472,483,490],methodolog:[6,73,143,282,355],metin:[7,9],metric:[3,10,64,472,487],metropoli:[204,231,484],mezei:87,mf1:195,mf2:195,mf3:195,mg2:167,mglob_default_function_attr:12,mgoh:426,mgpt:[],miai:294,mic:[12,17],micel:[4,13,312],micelle2d:[],michael:[9,13,421],michel:13,mickel:108,micro:[3,489,494],microcanon:[264,265,267,268,270,272,273],microelast:429,micromet:494,micropor:231,microscal:416,microsec:494,microsecond:494,mid:[5,9,59,220,422,449],middl:[3,6,8,16,22,41,44,77,87,118,157,162,166,172,175,176,194,198,199,205,214,285,297,298,299,322,329,340,341,360,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,390,391,392,393,394,395,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,416,417,418,419,420,421,422,423,425,427,429,431,432,433,434,435,440,441,442,443,444,445,446,447,448,449,451,452,453,454,455,457,458,460,461,462,463,467,477,478,479,495],middlebondtors:[3,175,469],midnightblu:194,midpoint:449,mie:[],might:[3,4,6,7,8,12,14,25,71,150,229,231,233,299,440,467,477,495],migrat:[3,8,17,41,42,59,61,65,69,79,93,110,117,191,197,214,280,288,294,314,355,367,370,477,497,499],mikami:[6,255,256],mike:[7,9,13,15,16],mil:[9,393],mill:362,miller:299,million:[3,7,10,39,41,71,214],mimic:[6,42,54,240,253,285,387,397,407],mimim:[218,365],min2theta:167,min:[3,4,6,8,12,119,142,194,209,355,358,440,449,464,483,495],min_cap:3,min_cg:8,min_clearstor:8,min_dof:8,min_modifi:[],min_nn:306,min_popstor:8,min_post_forc:8,min_pre_forc:8,min_pushstor:8,min_setup:8,min_setup_pre_forc:8,min_step:8,min_stor:8,min_styl:[],minarea:166,mincap:433,mind:[7,232,281],mine:[12,88,158,159,197,337,492],minim:[],minima:[180,351],minimi:[365,457],minimizaiton:365,minimizi:294,minimum:[3,12,25,26,27,42,45,57,59,71,86,106,119,166,167,169,171,177,190,191,193,202,209,218,219,225,238,254,296,298,300,304,306,310,314,331,335,339,351,355,358,361,362,363,365,366,382,395,398,400,401,407,409,411,416,417,433,435,449,464,477,483,495,496],minlength:166,minmiz:[8,218],minn:9,minord:[3,355],mintcream:194,mintmir:[7,290,387,450],minu:[12,59,148,220,339,365,495],minut:[4,8],mirror:[61,333],misc:[],miscellan:[2,203],mise:[135,140],mishin:[371,450],mismatch:3,miss:[3,5,12,171,209,231,269,294,314,406,424,486,487],mistak:[3,495],mistakenli:3,mistyp:3,mistyros:194,mitchel:[6,113,150,355,356,389,429],mitchell2011:429,mitchell2011a:429,mitig:255,mitur:[],mivi2:294,mix:[1,3,6,9,14,15,16,71,117,150,209,210,327,355,356,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,390,391,392,393,394,395,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,427,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,460,461,462,467,469,482,490,497],mixtur:[6,40,255,299,314,336,385,419,469],mixture_ref_t:419,mjpeg:193,mkdir:480,mkl:12,mkmk:281,mkv:193,mldivide3:3,mlpark:7,mlutipl:212,mn2:167,mn3:167,mn4:167,mo3:167,mo5:[167,422],mo6:167,mobil:[6,106,143,145,146,147,149,154,161,193,299,337,338],moccasin:194,mod:[],mode:[1,3,6,9,11,12,13,14,15,16,17,18,61,66,75,88,90,94,105,107,116,118,119,144,148,163,165,166,167,191,193,194,209,212,219,220,229,233,255,282,294,303,314,353,355,367,370,387,395,422,440,466,471,476,478,487,494,495,499],model:[],model_ar_p_mors:403,modern:[12,239,241],modest:[1,368],modif:[6,13,87,419,422,434,455,490],modifi:[],modify_param:8,modin:203,modul:[3,9,11,12,13,219,294,467],modular:8,modulo:[3,495],modulu:[286,399,419,429,436,438],moementum:252,mofil:470,mol1:495,mol:[3,9,71,115,168,170,171,191,194,219,221,231,236,239,285,288,299,302,310,316,390,398,435,478,479,490,495],molchunk:[66,75,90,94,105,107,148,163,165,206],mole:[204,393,494],moleclu:[215,216,221,228],molecul:[],molecular:[0,2,3,5,6,7,8,9,12,13,39,40,53,71,110,115,117,145,146,147,149,151,154,155,156,157,160,161,168,169,170,171,172,180,191,192,195,203,216,219,231,238,281,282,289,293,294,298,303,325,326,356,364,373,374,377,381,392,395,402,450,469,470,471,473,474,478,479,481,487,489,490,495],molfil:[],molfrac:[221,285],molnar:303,molp:111,moltempl:[],molybdenum:422,mom:[6,91,298,496],momementum:[146,147,257,258,261,262,265,266,267,274,275],momemtum:66,moment:[3,6,9,40,42,82,84,85,107,115,146,161,168,189,191,239,242,245,272,285,299,312,316,364,390,394,440,469,479,490,494],momenta:[233,266,329,395],momentum:[],momon:217,monaghan:[9,444,445,447],monitor:[3,6,12,97,98,151,218,220,221,228,236,239,253,255,285,287,289,299,302,314,363,365,390,487],mono:[73,416],monodispers:[3,332,379,399,416,417],monom:[13,54,217],monoton:[3,303,325,365,483],monoval:356,mont:[6,7,9,197,204,217,231,299,321,392,450],montalenti:[464,483],month:0,moor:[17,143],more:[0,1,2,3,4,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,58,59,61,62,63,64,65,67,68,69,70,71,72,77,78,79,80,83,86,87,88,90,92,93,97,98,99,100,101,102,103,104,106,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,150,151,152,154,155,156,157,159,160,161,162,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,190,191,192,193,194,195,197,198,199,200,201,202,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,224,225,226,227,228,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,270,272,273,274,275,276,277,278,280,281,282,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,310,314,316,317,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,349,350,351,353,355,356,358,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,460,461,462,464,465,466,467,469,470,472,473,474,475,476,477,478,479,480,481,482,483,484,486,488,490,495,496,497,498,499],morefoo:8,moreov:[215,216],moriarti:[9,422],moriarty1:422,moriarty2:[9,422],moriarty3:422,morri:[],morriss:[156,276],mors:[],morse_f:452,mosel:362,mosi2:419,moskalev:142,most:[0,1,2,3,4,5,6,7,8,10,11,12,15,17,18,19,37,39,41,55,71,104,110,156,166,187,191,193,194,206,209,210,211,212,214,215,216,218,235,255,256,282,287,288,289,290,299,300,327,329,337,339,350,356,362,366,368,370,372,395,398,419,431,432,433,455,464,465,466,478,483,487,488,495,497],mostli:[8,9,11,13,71,170,193,366,469,478,481,495,498],motiion:6,motion:[3,6,7,9,42,86,98,104,145,146,147,149,151,153,154,155,156,157,158,160,161,220,224,233,242,245,246,252,255,256,260,276,280,282,284,294,298,299,322,326,332,335,365,390,395,416,417,472,478,490],motiv:280,mous:236,mov:193,move:[],move_tri_surf:[],movement:[3,6,12,252,321,363,487],movi:[],mp4:193,mpeg:193,mpg:193,mpi4pi:11,mpi:[],mpi_allreduc:[299,467],mpi_barri:1,mpi_cart:466,mpi_cart_cr:466,mpi_cart_get:466,mpi_cart_rank:466,mpi_cart_shift:466,mpi_comm:6,mpi_comm_world:11,mpi_fastmgpt:422,mpi_get_processor_nam:466,mpi_inc:12,mpi_lib:12,mpi_lmp_bigint:3,mpi_lmp_tagint:3,mpi_path:12,mpi_wtim:12,mpicc:11,mpich2:12,mpich:[12,14,15,16,17,18,370],mpich_icc:16,mpicxx:[12,17],mpiexec:[12,14,15,16,17,18,370],mpiio:[3,191,194,471,476,499],mpirun:[1,6,11,12,14,15,16,17,18,19,282,354,370],mplayer:193,msd:[],msi2lmp:[],msi:13,msm:[],msmse:[120,167,300],msse3:422,msst:[],mtchell2011:429,mtchell2011a:429,mtd:219,mth:[8,121,194,486],mtk:[255,256,260],mtotal:364,mu_j:29,muccioli:398,much:[1,3,6,11,39,144,191,193,208,218,289,321,366,367,370,398,434,464,467,483,488,490,495],mui:[115,191,226,316,469],mukherje:[7,9,284],mulder:325,muller:[6,91,197,322,329,423],mult:8,multi:[],multibodi:[3,61,284],multicent:395,multicor:[1,466,482],multidimension:13,multielectron:373,multilevel:[355,356],multiphys:11,multipl:[],multipli:[3,87,91,118,176,187,198,199,207,239,242,280,286,358,363,372,469,495],multiprocessor:370,multiscal:11,multisect:[41,214],multistag:87,multitud:7,mundi:277,munich:9,murdick:377,murti:454,murtola:355,must:[1,2,3,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,56,57,59,61,62,71,82,84,86,87,105,109,111,114,117,118,119,120,121,146,150,157,161,166,167,168,169,170,171,172,174,175,176,177,178,179,180,181,182,183,185,186,188,189,190,191,192,193,194,195,198,199,200,202,203,204,205,206,207,209,210,211,212,213,214,215,216,217,218,220,221,224,226,229,231,232,233,235,236,237,238,239,240,242,243,244,245,246,250,251,252,253,254,255,256,257,259,260,261,263,265,266,267,269,272,274,278,280,284,285,286,287,288,289,290,292,294,296,297,298,299,300,301,302,308,310,311,313,314,317,318,319,321,322,324,325,326,328,329,331,332,333,334,335,336,337,339,340,341,342,343,344,345,346,347,349,351,355,356,358,360,363,364,365,366,367,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,437,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,464,465,466,467,469,470,471,472,474,476,477,478,479,480,483,484,486,487,490,494,495,496,497,499],mutli:6,mutlipl:469,mutual:[3,358,488],mutut:478,muvt:231,mux:[115,191,193,226,316,469],muz:[115,191,226,316,469],mv2_comm_world_local_rank:12,mvapich2:[17,370],mvapich:12,mxn:[12,282],my_ga:231,my_one_wat:231,my_post_process:480,my_qeq:290,my_setup:480,my_swap_region:204,myblock:[221,285],mybox:170,mychunk1:116,mychunk2:116,mychunk:[6,66,75,90,94,105,107,148,163,165],mycmap:469,mycom:209,mydump:[191,194],myer:[5,7],myfil:[466,495],myfix:[204,484],myflux:91,myforc:[191,498],myhug:260,myke:91,mymol:[40,302,364],mympi:11,mymultipli:[467,495],myn:467,mype:91,mypi:495,mypress:250,myramp:143,myrdf:[118,212],myreg:358,myregion:337,myrigid:[83,99,285],mysocket:238,myspher:[194,335],mystr:339,mystress:91,mytemp:[2,103,145,146,147,149,151,152,154,156,161,250,339,354,369,486,496],myz:469,n_dephas:464,n_element:192,n_f:[289,294],n_hbond:401,n_ij:399,n_ion:326,n_k:232,na1:167,nabla:326,nacl:[4,6,419],nacl_cs_x0:6,nakano:[290,292,365,458],namd:[7,9,191,236],name1:[162,220],name2:[162,220],name:[0,1,2,3,5,6,8,9,11,12,13,33,42,50,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,181,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,251,252,253,254,257,258,259,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,281,282,283,284,285,286,287,288,289,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,327,328,329,330,331,332,333,334,335,336,337,338,339,347,353,354,356,357,359,364,365,369,371,372,377,380,393,394,396,398,399,402,403,404,406,419,420,421,426,430,432,433,440,441,451,453,454,455,456,458,459,466,467,469,470,471,472,476,479,482,484,485,487,490,495,496,497,498,499],namespac:[6,8,12],nan:3,nangl:[3,469],nangletyp:[364,469,479],nano:[299,489,494],nanoindent:70,nanolett:299,nanomet:[191,194,494],nanoparticl:[214,299],nanosec:494,nanosecond:494,nappli:229,narea:3,narrow:[6,188],narulkar:[453,455],nasa:7,nasr:281,natdef:3,nation:[0,7,9,12,113,429],nativ:[1,6,7,12,16,17,191,195,470],natoli:[9,19],natom1:117,natom2:117,natom:[6,11,39,364,467,469,486,487,495],nattempt:285,natur:[6,9,142,220,255,280,294,332,393,395,396,419,430,466,495],navajowhit:194,navi:[194,393],navier:242,nb3:167,nb3b:[],nb3bharmon:426,nb5:167,nbin:[118,209,210,211,322,329],nbodi:[245,299,422],nbond:[3,115,469],nbondtyp:[194,364,469,479],nbot:377,nbounc:314,nbrhood_cutoff:433,nbtype:117,nbuild:487,ncall:229,ncbin:71,nchar:194,nchunk:[3,6,66,71,75,90,94,105,107,116,148,163,165,206],ncoeff:441,ncorr:208,ncorrel:208,ncount:[206,207,208],nd3:167,ndanger:487,nden:[6,91],ndihedr:[3,469],ndihedraltyp:[364,469],ndim:210,ndirango:299,ndof:[255,260],ndoubl:469,ndp:490,ndx:338,neal:299,nearbi:[7,62,169,221,252,291,314,335,366,372,416,417,450,461,490],nearest:[3,70,71,73,92,108,166,169,242,254,280,321,335,355,406,419,440,452,495],nearli:[6,9,18,54,59,214,239,314,395,422,424,464,467,473,481],neb:[],neb_combin:365,neb_fin:365,neb_log:483,neb_step:483,neb_styl:483,necessari:[6,9,11,12,13,15,17,33,61,87,176,181,187,195,214,218,219,231,232,293,314,327,337,355,370,415,422,424,440,469,470,474,477,478,479,483,490,498],necessarili:[12,294,321,342,343,344,346,358,424,496],necessit:288,need:[1,2,3,5,6,7,8,9,11,12,13,14,15,16,17,18,33,37,38,39,40,41,42,50,54,55,56,58,61,63,64,67,70,72,73,77,82,91,92,103,105,108,111,114,130,142,143,145,146,147,148,149,151,154,155,156,157,158,160,161,168,170,174,176,181,187,188,190,191,192,193,194,198,199,200,201,203,204,206,207,208,209,210,211,212,214,215,216,218,219,220,224,226,229,230,231,235,236,238,239,240,242,248,249,255,269,281,285,286,288,294,298,299,303,310,314,322,325,326,328,329,330,331,337,347,350,355,356,364,365,366,367,370,371,372,373,374,377,378,379,380,381,382,383,385,386,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,440,441,442,443,444,445,446,447,448,449,451,452,453,454,455,457,458,460,461,464,467,469,470,471,472,474,476,477,479,481,482,483,490,495,497,498,499],needless:[6,366],neeed:9,neelov:356,neg:[3,6,12,27,46,65,69,89,103,110,117,142,143,170,172,177,179,188,193,218,220,221,232,260,280,303,311,325,329,331,336,355,362,396,410,419,450,469,472,488],neglect:[376,401,417],neglig:[6,11,87,255,451],neigh:[2,3,12,15,370],neigh_modifi:[],neighbor:[],neighborhood:[26,92,124,441],neighbour:240,neighobr:[6,387,407,411],neither:[2,3,12,41,63,203,217,220,221,372,379,395,416,417,474],nelem:441,nelement:[371,393],nelson:[92,108],nemd:[],nest:[2,339,352,369,495],net:[3,6,11,39,86,88,149,160,235,280,290,299,417,433],netpbm:193,network:[12,191,215,216,236,466],neumann:355,neutral:[3,88,231,355,387,407,440],never:[7,12,63,71,197,207,218,231,255,280,302,316,327,331,334,336,355,366,393,419,441,458,466,469,483,486,495],neveri:[3,8,71,200,205,206,207,208,209,210,211,212,215,216,217,242,243,281,290,291,292,295,296,300,322,328,329,365,440,474,483],newatom:221,newer:[12,206,419,495],newfil:[352,354],newli:[221,490,496],newlin:194,newn:299,newt:155,newtemp:[63,103],newtion:[377,422,430],newton:[],newtonian:232,newtyp:[3,216],next:[],neyt:321,nfile:[3,38,56,188,191,194,452,471,476,499],nfirst:474,nfirt:474,nfreak:300,nfreq:[39,71,205,206,207,208,209,210,211,212,214,296,300,474],nghost:[3,12],ngp:106,ngpu:370,nguyen:[15,377],nharmon:[],nhc:282,nht:299,ni2:167,ni3:167,ni_000:[120,300],nialh_jea:393,nialhjea:[384,402],nice:[6,8],nickla:421,nicola:9,nimprop:[3,469],nimpropertyp:[364,469],nine:[129,136,396,440],ninteg:469,nissila:[242,440],nist:[371,393,494],niter:[41,214],nitrid:387,niu3:[384,393,402],nkb:289,nlast:474,nlen:208,nline:364,nlocal:[3,8,11,12,229],nlog:356,nlvalu:108,nmax:42,nmin:42,nmol:469,nmpimd:282,nn2:419,nneighmaxdef:3,nnn:[92,108],no_affin:[16,370],no_gradient_correct:439,no_histori:6,no_velocity_gradi:439,noced:363,nocheck:406,nocit:12,nocoeff:497,nodal:[6,38,56,188,203,326,452],node:[1,3,12,14,15,16,17,18,41,120,124,167,192,214,236,242,326,370,406,466,482],node_area:242,node_group:203,nodeless:395,nodeset:203,nodeset_to_elementset:203,nodess:16,nof:188,noforc:[],nois:[6,232,233,239,240,241,242,289,294,299,318,326],nomenclatur:[6,71,210,358],nomin:[191,255],non:[],nonbond:[4,12,426,450],none:[],noneq:233,nonequilibrium:[9,323,324,395],nonetheless:239,nongauss:[],nongaussian:106,nonlinear:[],nonloc:[429,479],nonperiod:3,nonzero:3,noordhoek:386,nopreliminari:188,nor:[2,3,41,59,203,304,305,306,307,308,310,386,436,437,438,439,469,472],nord:[430,453,455],norder:466,nordlund:[430,453,455],norm:[6,12,63,119,197,206,210,211,300,305,306,363,365,449,486,487,494],normal:[3,6,9,10,11,12,39,41,58,61,63,67,70,71,73,88,91,103,104,114,118,119,153,156,168,169,170,188,194,197,206,207,209,210,211,214,218,220,221,230,231,235,239,240,252,255,269,280,282,283,290,294,296,297,303,314,315,317,318,319,326,331,332,335,336,340,342,343,344,346,360,362,363,365,370,376,385,386,398,399,402,422,449,462,463,464,467,469,471,472,474,475,479,483,486,487,488,490,494,495,498],norman:326,nornal:3,nose:[6,7,8,158,197,224,239,240,255,256,257,258,259,260,261,262,263,274,275,276,277,278,282,286,294,299,317,318,319,324,391,490],noskov:[456,490],noslip:[314,336],nosync:488,notabl:[5,39],notat:[6,61,63,70,142,162,197,252,255,393,458,495],note:[1,2,3,6,7,8,9,11,12,13,14,15,16,17,18,19,22,24,25,28,32,33,35,36,37,38,39,40,41,42,44,47,54,55,56,58,59,60,61,62,63,65,66,68,69,71,73,75,79,87,89,90,91,93,94,98,104,105,106,107,110,112,114,115,116,117,118,119,120,121,142,143,148,150,151,152,156,158,162,163,165,166,167,168,169,170,171,172,174,176,179,181,185,187,188,190,191,192,193,194,195,197,198,199,200,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,220,221,224,225,226,228,229,231,233,234,235,237,238,239,240,241,242,250,251,252,253,255,257,258,259,260,261,262,263,269,274,275,276,278,282,284,285,286,288,289,290,292,297,298,299,300,303,311,312,314,317,318,319,322,325,326,328,329,330,331,332,335,336,337,339,340,341,342,343,344,346,350,354,355,356,358,360,363,364,365,366,370,371,372,376,377,378,380,381,382,384,385,387,388,390,391,392,393,396,398,399,400,401,402,406,407,409,411,415,416,417,419,420,421,422,423,424,426,430,432,433,434,435,437,439,440,441,442,445,449,451,452,453,455,457,458,461,462,464,466,467,469,470,471,472,473,474,476,477,479,481,483,484,486,487,490,494,495,496,498,499],noth:[204,238,357,370,467,480],notic:[0,6,7,8,12,324,326,490],noutcol:8,noutput:281,noutrow:8,novemb:419,novik:13,novint:236,now:[2,3,6,9,11,12,13,46,61,62,71,191,198,199,216,232,236,237,299,332,335,356,358,376,393,395,399,432,433,442,465,470,490,496],nowait:236,nozforc:355,np3:167,np4:167,np6:167,npair:[118,207],nparticl:[3,40,42,375],npartit:487,npernod:[14,15,16,17,18,370],nph:[],nphi:[16,370],nphug:[],npoli:285,nproc:[3,11,191],npt:[],npt_aspher:[257,263,274],npt_bodi:[258,275],npt_sphere:[259,278],nrbin:[],nrecomput:392,nrepeat:[71,205,206,207,208,209,210,211,212,296,300,474],nreset:[218,255,256,260],nreset_ref:218,nrho:[371,393],nrl:393,nsall:9,nsampl:392,nsbin:71,nsbmax_most:3,nsec:489,nskip:[121,474],nsq:[3,367,428],nstart:[121,207,208,209,212,300,469,474],nstat:280,nstep:[3,13,218,255,337,446,467,470],nsteplast:467,nstop:[121,474],nswap:[322,329],ntabl:[38,56,188,452],nterm:303,nth:[12,77,118,119,191,194,209,220,474,484],ntheta:377,nthread:[3,370],ntild:281,ntpc:370,ntptask:370,ntype1:117,ntype2:117,ntype:[3,142,168,191,194,290,292,395,401,430,469,479],nuclear:[9,97,98,154,233,256,289,294,364,395,462],nuclei:[9,97,98,152,154,159,241,256,268,277,320,373,395,469],nucleu:[97,98,290,455,490],nudg:[4,6,7,197,254,362,365],nulcear:9,num:2,num_of_collis:3,numa:[1,3,12,370,466],numactl:16,number:[1,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,22,27,38,39,40,41,42,44,56,63,64,65,66,68,69,70,71,72,73,75,76,77,78,79,80,87,90,91,92,93,94,103,104,105,107,108,110,113,114,115,116,117,118,119,120,121,131,137,142,145,146,147,148,149,150,151,153,154,155,156,157,158,160,161,162,163,165,166,167,168,169,170,171,172,176,177,187,188,190,191,192,193,194,195,197,198,199,202,204,206,207,208,209,210,211,212,214,215,216,217,219,220,221,228,229,231,232,233,235,236,237,238,239,240,241,242,245,252,255,256,260,269,280,281,282,284,285,288,289,290,294,296,299,302,306,314,315,316,318,321,322,323,324,326,327,328,329,331,333,334,336,337,339,341,353,355,356,358,360,361,363,364,365,366,367,370,371,372,377,379,384,386,391,392,393,394,395,396,401,402,403,404,405,419,420,421,422,424,426,430,431,432,433,434,437,439,440,441,449,451,452,453,454,455,457,458,459,462,463,464,466,467,469,470,471,472,473,475,476,477,478,479,481,483,484,486,487,488,490,494,495,496,499],number_of_a:3,number_of_b:3,number_of_typ:[],numbond:3,numer:[1,2,3,6,9,11,12,22,38,41,42,44,56,71,77,87,108,118,162,172,176,188,191,193,194,198,199,200,202,203,206,210,212,226,232,235,239,252,255,282,299,302,326,331,333,334,336,337,341,360,363,364,384,390,402,419,424,432,433,439,452,462,463,467,468,469,476,479,485,486,487,495],numpi:11,nvalu:[206,210,211,212,467],nvaluelast:467,nvc_get_devic:15,nvcc:[1,12,17],nve:[],nve_aspher:[257,261,274],nve_bodi:[258,262,275],nve_spher:[259,263,278],nvida:17,nvidia:[1,3,9,12,14,15,17,370,482],nvt1:490,nvt2:490,nvt:[],nvt_aspher:[257,261,278],nvt_bodi:[258,262],nvt_sphere:[259,263],nvtfe:203,nwait:281,nwchem:7,nxnode:326,o_cor:150,o_shel:150,oascr:7,obei:[3,220,358,464],ober:7,obj_shared_foo:12,obj_target:12,object:[6,8,11,12,15,40,42,193,218,236,242,245,285,303,310,363,364,467,472],observ:[255,289,317,318,321,322,329],obsolet:13,obstacl:[4,237],obtain:[1,3,9,12,29,73,87,104,108,166,195,199,230,233,242,260,281,282,321,355,372,390,419,424,431,440,453,455,478],obviou:[12,462,495],obvious:[193,484,495],occ:397,occasion:[3,255,464],occlus:193,occup:[3,166,370,397],occur:[1,3,6,9,11,12,14,17,39,57,59,61,62,71,86,106,166,169,171,188,191,194,204,214,217,218,220,231,234,237,245,253,269,290,299,314,323,336,337,339,355,366,370,392,395,415,433,464,466,467,472,474,478,483,486,495],occurr:[349,469,483,495],oct:11,octahedr:25,octant:466,odd:[41,108,194,214,255,299,317,318,326,484],off:[1,3,6,12,14,15,17,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,37,38,39,40,43,44,45,46,47,48,49,50,51,53,54,55,56,59,61,65,69,71,109,110,111,114,115,117,142,143,145,151,155,166,167,172,174,175,176,177,178,179,180,181,182,183,185,186,187,188,191,193,194,197,200,204,212,213,216,217,220,227,230,231,232,234,236,239,240,245,255,257,258,259,260,261,262,263,264,265,269,272,274,275,276,278,284,286,287,291,299,301,302,314,317,319,329,330,331,334,335,340,341,342,343,345,346,347,349,350,351,355,356,363,365,366,368,370,371,372,374,378,379,380,381,382,383,385,386,387,389,390,391,393,394,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,417,419,420,424,425,426,427,429,433,434,435,437,439,440,442,449,450,451,452,453,454,455,457,458,460,461,462,464,465,466,469,471,472,476,478,481,482,483,488,492,494,495,497,499],offend:[3,467],offer:[6,14,18,171,362,387,440,464,478],offic:7,offload:[1,12,16,17,236,370],offset:[3,6,57,168,193,220,221,285,364,387,407,411,450,469],offsit:8,often:[1,3,6,7,12,13,14,15,16,17,18,37,55,71,162,187,193,200,209,212,214,218,229,236,255,282,300,350,358,362,363,365,366,367,370,386,391,407,453,455,464,483,490,494],ohio:421,old:[3,6,9,197,218,221,255,419,432,442,470,473,477,480,494,497],older:[3,5,12,13,17,194,206,218,255,442,495],oldlac:194,oleinik:377,olfason:[6,25,351,401,481],oliv:194,olivedrab:194,olivi:9,ollila:[242,244,245,246],olmst:[203,280],omega0:351,omega:[],omega_dot:255,omega_ijk:455,omega_ik:453,omegai:[115,191,316],omegax:[115,191,316],omegaz:[115,191,316],omgea:6,omiss:[0,7],omit:[188,194,333,381,390,411],omp:[],omp_num_thread:[3,16,18,370],omp_proc_bind:17,ompi_comm_world_local_rank:12,ompi_icc:16,on_the_fli:203,onc:[0,1,2,3,6,11,12,16,40,41,59,60,63,71,91,105,174,192,193,194,197,198,199,214,215,216,221,229,231,233,240,281,288,299,314,322,327,329,337,361,364,365,366,398,400,402,403,430,434,466,467,476,483,486,490,495],onelevel:466,onewai:[],ongo:236,oniom:[9,293],onli:[1,2,3,6,7,8,9,11,12,13,14,15,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,53,54,55,56,59,60,61,63,64,65,66,67,68,69,70,71,72,73,75,78,79,80,83,86,87,88,90,92,93,94,97,98,99,100,101,102,103,104,105,106,107,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,151,152,154,155,156,158,159,160,161,162,163,165,166,167,168,171,172,174,175,177,178,179,180,181,182,183,185,186,187,188,191,192,193,194,195,197,198,199,200,201,202,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,224,226,227,228,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,270,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,288,289,290,291,292,293,294,295,296,299,300,301,302,303,304,305,306,307,308,310,314,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,342,343,344,345,346,347,349,350,351,353,355,356,358,360,363,364,365,366,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,466,467,469,470,472,473,474,476,477,478,479,480,481,483,484,485,486,487,488,490,495,496,497],only_group:166,onn:478,onset:[289,349],ontario:9,onto:[142,170,217,221,242,449],onward:2,open:[],opencl:[1,3,7,15,370],opengl:6,openkim:9,openmp:[1,3,7,9,12,16,17,18,353,370,482],openmpi:[12,14,15,16,17,18,370],opensourc:7,oper:[],opl:[],oppelstrup2:9,oppelstrup:[9,422],oppos:[6,39,189,191,298,333,356,364,469],opposit:[6,29,70,202,239,246,280,299,329,365,387,415,456,467],opt:[],optic:146,optim:[],option:[],optionn:17,orang:[2,193,194],orbit:[290,292,377,387,395,440,450],orchid:194,order:[1,2,3,6,9,11,12,14,27,29,38,39,41,56,59,63,65,69,71,79,87,89,90,92,93,94,108,110,114,117,132,142,143,145,146,147,148,149,150,151,154,155,156,157,158,160,161,172,177,187,188,191,193,194,197,200,205,207,209,210,211,212,213,215,216,217,218,219,224,226,231,233,235,236,238,242,243,245,253,255,280,288,289,293,296,297,298,299,300,301,302,303,308,310,315,321,325,326,327,328,338,339,340,342,343,344,346,349,350,355,364,365,371,372,373,377,386,392,393,395,396,398,399,402,404,407,415,419,422,432,433,434,440,450,451,452,453,454,455,456,458,459,464,466,467,469,470,474,476,478,479,483,486,490,495,499],orderomg:3,ordinari:[113,401,429],org:[6,7,11,12,13,14,431],organ:[0,3,6,7,8,386],organis:[437,439],organometal:25,orien:479,orient:[],orienti:[],orientord:[],origid:206,origin:[3,6,7,9,12,71,81,104,105,116,120,164,168,170,190,193,194,197,198,199,206,210,211,215,216,220,224,240,252,255,276,282,285,295,299,300,307,313,324,352,354,355,358,362,371,372,374,377,387,390,391,392,393,401,404,419,429,432,433,453,455,456,457,466,469,470,471,472,473,474,494,497],origin_i:211,origin_x:211,origin_z:211,orlikowski:422,ornl:[7,9,15],orsi:29,ortho:[3,59,170,469],orthogon:[],orthograph:193,orthong:59,orthongon:[59,299],orthonorm:221,orthorhomb:289,os4:167,oscil:[6,9,153,216,220,223,224,240,252,253,255,289,294,299,331,332,334,336,364,373,456,490,495],oscillatori:[252,307],oserror:11,other:[],otherswis:16,otherwis:[1,3,9,12,14,16,17,18,37,39,55,71,103,113,120,146,147,148,161,169,187,194,195,204,206,215,216,220,229,231,233,240,255,299,350,351,363,370,379,402,406,416,417,430,459,464,467,469,470,490,495],otyp:[387,407,411,415],ouml:490,our:[5,6,7,8,13,242,302,424,453,455,490],out:[1,2,3,6,7,8,11,12,13,14,18,19,21,41,64,66,71,75,90,91,94,95,98,104,105,106,107,109,116,117,145,146,147,148,149,151,152,154,155,156,157,158,160,161,163,165,171,175,191,193,194,195,197,210,214,215,216,219,227,230,231,237,239,242,247,269,281,283,284,285,294,295,296,299,311,326,335,337,338,339,340,342,346,353,354,358,361,365,369,395,402,418,450,463,464,466,467,472,473,474,476,477,478,480,483,485,486,487,491,493,495,496,497,498,499],outcom:[299,496],outer2:[382,400],outer:[3,8,16,71,225,237,339,354,361,363,369,371,372,373,374,375,376,377,378,379,380,381,382,383,385,386,387,388,390,391,392,393,394,395,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,425,427,429,431,432,433,434,435,440,441,442,443,444,445,446,447,448,449,451,452,453,454,455,457,458,459,460,461,462,464,477,478,483,489,495],outer_distance_cutoff:401,outermost:[38,56,71,198,199,252,255,366,452,478],outfil:[13,466],outlin:[6,193],outmost:236,outpt:[],output:[],output_frequ:203,outputss:129,outsid:[3,57,59,71,158,168,190,191,192,193,194,195,209,210,221,231,237,299,300,314,319,320,333,334,336,337,353,365,378,380,387,395,407,409,427,435,467,469,470,472,479,486,496],outuput:[],outut:6,outward:[71,166,331,335,336,469,478],over:[1,3,5,6,7,9,12,16,18,27,39,41,42,55,60,65,68,69,71,79,80,87,88,89,90,92,93,102,104,106,108,110,117,118,127,128,134,139,142,143,148,151,154,162,164,177,188,193,195,197,198,199,205,206,207,208,209,210,211,212,213,214,215,216,220,221,229,232,233,237,239,240,241,245,252,253,254,255,256,257,258,259,261,262,263,274,275,276,277,278,280,285,286,289,296,297,298,299,300,303,311,314,317,318,319,320,322,325,328,329,331,333,334,335,336,337,340,354,357,365,366,367,370,385,391,393,394,395,396,401,416,419,422,430,441,442,450,451,453,454,455,458,465,466,467,472,474,475,477,478,483,486,487,495,496],overal:[6,18,25,59,162,218,224,255,256,282,302,314,339,361,395,401,402,441],overalap:299,overcom:[269,314],overflow:[3,364,366],overhead:[6,11,19,41,194,206,208,210,211,214,228,288,366,367,472,488],overkil:299,overlai:[],overlaid:7,overlap:[3,13,16,62,76,168,171,188,194,202,205,206,209,210,211,212,221,225,269,285,290,296,299,300,314,332,336,355,358,361,363,364,370,391,395,399,402,405,415,436,438,442,457,469,472,478],overload:1,overrid:[3,12,14,16,17,22,44,71,154,168,176,193,194,198,199,218,225,250,255,341,355,366,384,401,402,419,424,432,466,467,479,481,486,495],overridden:[6,168,193,260,299,405,416,424,442,450,477,495,497],overview:[],overwrit:[11,12,22,44,176,194,206,207,208,209,210,211,212,300,341,353,359,384,419,467,470],overwritten:[287,325,353,401,402,464,465,470],own:[3,4,6,7,8,11,12,13,15,17,39,41,59,61,63,65,66,69,71,73,75,79,90,93,94,105,107,115,116,117,119,121,148,151,163,165,166,191,194,197,203,205,206,207,208,209,210,211,212,214,217,218,220,229,232,233,239,240,242,250,253,255,257,258,259,260,261,262,263,274,275,276,278,282,286,294,299,300,317,318,319,328,355,365,370,372,377,386,394,404,430,432,433,451,453,454,455,458,466,479,486,496],oxford:[29,87,390],oxid:[9,386,387,440],oxygen:[6,40,228,387,407,411,440,469],oxygen_c:150,p_e:326,p_ik:430,p_pi:377,pacakg:[3,4,9,19,40,370],pack:[5,8,67,332,370,377,419],pack_bord:8,pack_border_bodi:8,pack_border_hybrid:8,pack_border_vel:8,pack_comm:8,pack_comm_bodi:8,pack_comm_hybrid:8,pack_comm_vel:8,pack_exchang:8,pack_restart:8,pack_revers:8,pack_reverse_comm:8,pack_reverse_hybrid:8,packaag:370,packag:[],packakg:15,packet:[7,9,40,193,373,395],pad:[3,191,193,194,282,495],padua:[9,13],page:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,22,37,40,42,44,55,57,59,63,66,68,75,87,90,94,103,105,106,107,109,111,114,116,119,121,143,146,147,148,161,163,165,168,169,170,176,187,190,191,192,193,194,195,197,198,199,204,205,206,207,208,209,210,211,212,221,231,238,239,240,250,255,256,261,262,263,267,274,275,276,277,278,285,288,299,311,314,317,318,319,328,332,335,337,339,341,350,354,363,364,365,366,370,371,372,375,376,384,386,387,393,394,396,401,402,404,405,419,420,421,424,426,430,431,441,450,451,453,455,457,458,467,469,470,471,472,474,477,478,479,481,486,487,495,496,497,498],pai:[15,18],pair:[],pair_:[87,198,199],pair_airebo:404,pair_charmm:415,pair_class:8,pair_coeff:[],pair_eam:371,pair_eff:154,pair_foo:8,pair_hybrid:[402,456],pair_interact:203,pair_list:406,pair_lj:415,pair_lj_cut:8,pair_lj_soft_coul_soft:87,pair_modifi:[],pair_sph:[443,444,445,446,447,448],pair_styl:[],pair_tally_callback:8,pair_writ:[],paircoeff:3,pairfoo:8,pairij:[3,469],pairkim:3,pairstyl:8,pairwis:[],palegoldenrod:194,palegreen:194,paleturquois:194,palevioletr:194,pan:193,panagiotopoulo:[388,397],pandit:[9,292,433],papaconstantopoulo:371,papayawhip:194,paper:[3,6,7,8,9,13,39,40,64,142,156,162,180,239,242,246,254,284,290,292,299,314,322,326,329,355,362,365,372,381,387,399,401,404,409,411,429,432,433,453,455,464,483],paradyn:5,paraemt:434,paragraph:[71,156,331,358,470,471],parallel:[],parallelepip:[6,170,358,469,472],parallelipip:[170,281],paralleliz:284,param:[3,290,292,405,466,472],paramet:[],parameter:[120,167,372,377,386,387,393,394,395,396,404,419,420,421,430,432,433,440,451,453,454,455,458],parameter_fil:203,parameterizaion:387,parametr:[6,9,36,394,431,435],paramt:[106,290,333,434],paramter:386,paratem:415,paraview:300,parent:[3,8,337],parenthes:[38,56,188,399,452,495],parenthesi:[2,206,339,495],parinello:[6,7],pariticl:214,paritlc:3,park:[3,7,9,203,303,421,429],parmin:422,parrinello1981:218,parrinello:[218,233,253,255,256,289,318],pars:[],parser:[12,495],part:[0,1,2,3,6,7,8,9,11,12,17,20,21,23,24,25,26,27,28,29,30,31,32,35,36,37,38,40,41,43,45,46,47,48,49,51,53,54,55,56,64,67,70,71,72,78,80,83,92,97,98,99,100,101,102,104,106,109,110,111,113,114,117,120,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,150,152,154,155,159,160,162,166,167,171,174,175,177,178,179,180,182,183,185,186,187,188,191,192,194,195,197,200,201,202,204,208,211,213,214,215,216,217,218,219,220,221,223,226,227,228,229,230,231,232,233,234,236,237,238,239,240,241,242,243,244,245,246,248,249,250,253,255,256,257,258,259,260,261,262,263,264,265,266,267,268,270,272,273,274,275,276,277,278,280,281,282,284,285,289,290,291,292,293,294,295,296,298,299,301,302,303,304,305,306,307,308,310,311,313,314,317,319,320,321,322,323,324,325,326,327,329,330,331,332,333,334,335,337,338,339,340,342,343,345,346,349,350,351,355,356,363,364,365,366,370,371,372,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,419,420,421,422,425,426,427,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,460,461,462,466,467,469,470,471,472,476,477,478,481,487,495,499],partai:[9,431],parti:9,partial:[],partic:6,particip:[216,375,376,405,457],particl:[],particleenergi:3,particleviri:3,particular:[1,3,6,8,10,12,40,63,65,69,70,71,79,93,110,115,117,118,142,168,190,191,197,202,210,214,217,231,232,237,238,242,252,255,280,285,298,299,302,321,332,337,340,356,358,361,364,370,375,377,378,380,382,383,385,389,394,395,398,400,402,407,411,415,418,426,427,434,435,450,451,453,454,455,458,464,466,469,470,471,476,477,479,487,495,496,498,499],particularli:[6,7,9,12,15,16,25,39,193,218,299,356,395],particuolog:[42,376],partilc:314,partit:[],partitoin:62,partner:[3,7,61,215,216,217,240,314,329,456,479,484,490],pascal:[9,13,494],pass:[6,7,8,11,66,74,75,81,89,90,94,104,105,106,107,163,191,193,194,195,218,219,229,231,252,253,255,288,314,331,354,366,370,402,405,432,449,467,469,470,474,480,495,498],passphras:12,past:[],patch:[0,12],patchi:299,patel:422,path:[3,6,7,11,12,13,15,195,238,254,282,303,314,321,326,365,371,372,377,384,393,394,396,404,419,420,421,426,430,431,432,440,441,451,453,455,458,470],pathtolammp:440,patient:12,patom1:117,patom2:117,patrick:454,pattern:[3,7,12,62,73,471],pattnaik:299,paul:[0,7,13,239,241],pauli:[9,395,440],paus:477,paves:282,payn:[142,431,441],pb2:167,pb4:167,pbc:[71,331,373],pchain:[255,256,260,299],pcie:1,pd2:167,pd4:167,pdamp:[255,256,260,286,299],pdb:[6,13,195],pdebuyl:9,pdf:[0,8,9,13,17,40,100,101,102,113,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,219,238,248,249,304,305,306,307,310,429,443,444,445,446,447,448,479],pdim:329,pdlammp:[78,80,429],pdlammps_ep:[113,429],pdlammps_v:429,pe_eta:255,pe_etap:255,pe_omega:255,pe_strain:255,peachei:13,peachpuff:194,peak:397,pearlman:87,peculiar:12,pedersen:356,peform:[39,291],penalti:[14,432,433],pencil:[6,71,156,210],pend:3,penetr:[42,122,436,438,479],penetret:40,peng:167,penn:13,pentium:10,peopl:[7,8,9,12],peptid:[4,9,219],per:[],peratom:[3,112,143],perceiv:193,percent:[3,12,16,218,370,451],percentag:[1,12,218,255,285,286,299],percol:216,perfect:[6,41,70,73,92,214,280,365],perfectli:[41,214,470],perfom:[6,365],perform:[],performac:1,pergamon:[419,455,462],perhap:358,peri:[],peridyma:78,peridynam:[3,4,6,7,9,40,63,78,80,113,429,450,479],perimitt:388,period:[],perioid:331,perl:[6,13],perm0:494,perman:[3,39,54,71,172,215,216,236,298,337,370,401,473,481],permeabl:279,permiss:[216,467],permit:[6,242,422],permitt:[388,455,461,462],permut:[12,394,451,453,455,458],perpendicular:[6,71,146,193,220,237,247,252,254,280,283,307,331,332,362,469],perram:[356,398],persepct:193,persist:[3,8,71,229,299,370,466,467,471,475,495],person:9,persp:[3,193],perspect:193,pertain:[384,450],perturb:[9,13,70,87,251,297,331,334,336,474],peru:194,peskin:242,pessimist:356,petersen:[314,356],pettifor:[377,450],pettifor_1:377,pettifor_2:377,pettifor_3:377,pfactor:193,pforc:467,phantom:236,pharmaceut:7,phase:[3,12,16,255,321,329,377,407,454,466],phd:431,phenol:490,phenomena:395,phi0:[186,298],phi1:175,phi2:[175,394,451],phi3:[175,394,451],phi:[1,3,4,7,9,12,16,17,79,92,108,142,187,188,193,234,281,298,343,370,371,377,393,396,419,420,421,482],phi_ij:[377,396,430],philadelphia:9,phillip:[240,391,490],phillpot:[291,386,387,440],philosoph:393,philosophi:[6,7,238],phonon:[],phophor:441,phosphid:441,phy:[6,7,13,20,21,25,39,43,45,46,64,70,73,87,88,92,108,112,114,142,143,150,156,174,175,185,192,204,208,218,219,224,232,233,238,239,240,241,242,253,254,255,256,260,276,277,281,282,286,289,291,294,299,302,303,314,317,318,321,322,323,324,326,329,331,340,349,351,355,356,362,365,372,377,378,382,383,385,386,387,388,389,390,391,393,394,395,397,398,399,400,401,404,407,409,411,412,415,416,417,418,419,421,423,424,427,429,430,434,440,441,449,451,452,453,454,455,456,458,464,478,481,483,490],physic:[3,6,9,12,14,16,17,18,40,42,53,59,122,150,162,203,220,233,239,241,242,244,245,246,253,281,290,292,325,326,356,358,365,370,372,374,381,385,393,401,402,422,431,432,433,436,444,445,447,448,464,466,478,479,484,494],physica:[416,417],physik:[7,9],pic:9,picki:8,picocoulomb:494,picogram:494,picosecond:[194,220,487,494],picosend:395,pictur:7,pie:[],piec:[3,11,142,194,255,476,499],pierr:9,pieter:13,pimd:[],pin:16,pink:194,pipe:[6,191,193],pipelin:[3,6],pisarev:326,pishevar:391,piston:[],pitera:6,pixel:193,pizza:[4,6,7,11,13,41,191,193,214],pjintv:13,pka:326,place:[3,6,7,9,11,12,33,41,50,71,87,162,168,172,181,188,191,193,194,196,197,198,199,216,217,220,231,232,233,235,238,239,240,241,243,245,246,255,261,262,263,274,275,278,285,288,297,299,317,318,319,326,331,334,336,354,384,401,450,457,466,467,470,477,479,487,495],placehold:[33,181,371,372,386,393,396,403,404,419,420,421,426,430,432,433,441,449,451,453,454,455,458],placement:[358,407],plai:[193,321],plain:[9,415,467],plan:[3,5,6,17,170,469],planar:[6,40,42,237,280,332,349,351],planck:[231,282],plane:[3,6,9,41,42,57,59,67,71,92,193,197,203,210,214,234,237,247,280,283,293,311,313,326,332,340,342,343,344,345,346,351,358,417,457,472,479],planeforc:[],plasma:[9,88,256,326,395],plastic:[],plastic_strain:[],plastic_strain_r:[],platform:[1,3,7,9,12,13,15,17,191,193,195,471,476,499],plath:[6,91,197,322,329],player:193,pleas:[0,3,7,11,12,13,203,233,242,246,281,284,295,321,337,394,396,429,437,439,440],plen:373,plimpton:[0,5,7,70,114,143,217,280,290,314,399,429],plo:29,plog:[3,12,478],ploop:[255,256,260],plot:[7,11,13,289,413,415,452,459],plu:[3,11,12,39,59,68,97,171,194,213,218,220,221,260,299,367,395,405],plug:9,plugin:[9,13,195,470],plum:194,pm3:167,pmb:[],pme:356,pmf:[219,303,311],png:[3,12,191,193],pni:193,poariz:6,poem:[],point1:469,point2:469,point3:469,point:[],point_data:300,pointer:[3,7,8,11,229,467],pois:494,poiseuil:[4,200,234],poisson:[59,220,356,399],poisson_solv:203,polak:362,polar:[6,7,108,142,150,167,203,223,386,387,407,456,490],polar_off:386,polar_on:386,polariz:[],poli:[],politano:[9,440],pollock:[7,356],polya:337,polybond:13,polychain:299,polydispers:[3,364,379,385,399,416,417,450,461],polygon:[],polym:[],polymer:7,polymorph:[],polynomi:[9,38,56,188,393,413,424,440,445,452],polytechn:284,poor:[16,17,41,214,276,277,302,370,413],poorli:[362,363],pop:[3,8],popen:12,popul:[12,294,358,392,469],popular:[12,191,394],pore:311,poros:171,porou:[242,245],port:[236,238],portabl:[7,9,12,191,192,219,432,471],portion:[1,3,9,11,12,15,16,41,54,71,88,91,109,110,112,115,143,144,158,191,194,205,206,209,210,211,212,214,218,228,242,255,257,258,259,261,262,263,291,296,297,299,300,339,354,366,370,378,380,381,382,383,387,388,390,391,395,397,398,400,401,407,411,415,418,427,434,435,455,459,468,469,474,478,479,488,495],poschel:399,posfreq:296,posit:[3,6,14,27,39,40,41,42,46,57,59,70,71,81,89,90,104,105,110,119,120,124,142,143,151,166,167,168,170,171,172,177,179,188,190,192,193,194,197,198,200,202,204,205,206,209,210,211,214,215,216,217,218,219,220,221,224,226,231,232,233,234,236,237,239,240,241,242,244,245,248,249,252,253,255,256,257,258,259,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,280,281,282,284,285,286,289,290,294,296,297,299,302,303,307,310,311,313,314,316,317,318,319,321,323,324,325,326,329,331,332,333,334,335,336,337,340,355,358,365,372,373,375,376,379,391,392,395,397,410,433,440,449,452,457,464,469,472,479,490,495,496],posix:236,posix_memalign:12,possibl:[1,3,6,8,9,11,12,15,38,40,41,55,59,63,70,71,87,115,117,142,143,146,147,161,190,191,192,194,197,199,203,204,210,214,215,216,217,221,223,233,240,280,293,294,296,299,310,314,316,326,327,345,354,356,363,366,367,370,392,401,419,433,437,439,440,452,458,467,473,482,483,484,487,490,495,496,498],post:[],post_forc:8,post_force_integr:8,post_force_respa:8,post_integrate_respa:8,postit:[210,211,269],postiv:86,postma:[286,317],postprocess:13,pot:[399,433],potentail:396,potenti:[],potentiel:415,potetni:402,potin:422,potpourri:9,pour:[],pourtoi:321,pow:220,powderblu:194,power7:17,power8:17,power:[3,9,11,106,142,194,294,355,370,377,467],pparam:[87,198,199],ppm:[12,191,193],ppn:[14,15,16,17,18,370],pppm:[],pppm_disp:3,pppmdisp:3,pproni:[3,232],pr3:167,pr4:167,practic:[3,12,218,255,256,281,288,458,466],prb:[453,455],prd:[],pre:[],pre_exchang:8,pre_forc:8,pre_force_respa:8,pre_neighbor:8,prec:440,prec_tim:14,prece:439,preced:[2,6,59,205,206,207,208,209,210,211,212,238,296,300,339,358,365,370,377,401,483,486,487,495],preceed:[11,12,71,156,207,331,467,495],precipit:166,precis:[1,3,9,12,13,14,15,16,17,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,43,45,46,47,48,49,51,53,54,56,104,111,114,145,155,168,174,175,177,178,179,180,182,183,185,186,188,191,194,200,206,212,213,218,220,227,230,234,239,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,290,291,292,299,301,302,317,319,330,334,340,342,343,345,346,349,351,355,356,363,370,371,372,374,378,379,380,381,382,383,385,386,387,390,391,393,394,396,397,398,399,400,401,405,407,408,409,410,411,412,413,414,415,416,420,422,425,426,427,429,432,434,435,440,442,451,452,453,454,455,457,458,460,461,462,471,472,478,479,482,487,490,494,495,496],precv:466,predefin:[186,194,337,395],predict:[1,6,10,12,269,299,370],preexponenti:483,prefactor:[24,25,28,32,35,36,162,176,187,198,199,207,331,342,346,349,363,385,397,426,434,435,442,461],prefer:[7,8,12,298,327,372],prefix:[9,11,12,193,219,281,463,466],preliminari:[38,56,188,452],prematur:363,prepar:[9,290,293,314,480,490],prepend:432,preprint:[142,441],preprocessor:236,prerecord:219,prescrib:[6,8,146,147,148,161,197,198,203,206,221,252,271,327],presenc:[191,215,216,242,245,416,417,422,461,497],present:[1,3,12,18,166,188,192,193,221,232,233,238,242,243,245,246,294,310,332,335,386,395,406,415,422,433,434,440,466,490],preserv:[3,59,218,220,255,302,314,336,470],press:[],pressdown:213,pressur:[],pressure_with_eviri:395,presum:[73,157,197,198,199,220,365,402,472],prevent:[2,3,6,40,122,221,230,314,325,349,355,361,363,365,370,391,402,428,444,445,447,449,467,471,477,479,490,495],previou:[],previouli:221,previous:[3,11,59,61,71,86,103,119,121,157,168,170,172,190,191,192,194,202,204,205,206,207,209,210,211,212,220,221,231,237,250,252,285,297,299,301,302,326,328,331,332,333,334,336,337,357,399,450,464,467,471,472,482,484,486,487,491,492,493,495,496],prevoiu:332,price:[6,390],primari:[0,6,9,326],primarili:[5,7,9,17,144],primaritli:[],prime:[224,240,400,422,453,455,466],primit:[3,6,334,335,358],princip:[3,236,440],principl:[6,9,11,236,256,290,395,403,422,451,466],prinicp:[42,299,364],print:[],printabl:2,printflag:403,printfluid:242,prior:[166,189,357,498],priori:478,prioriz:370,prism:[3,6,156,170,472],priveleg:3,privileg:[11,12,236],prob:[215,216],probab:442,probabl:[3,8,12,40,71,158,171,172,174,204,214,215,216,217,221,231,240,255,285,331,337,363,424,464,483,490],probe:495,problem:[],problemat:231,proc:[1,3,8,11,12,15,115,191,354,466],proce:[41,54,172,214,225,365,422,476,484,487],procedur:[6,12,39,41,194,204,214,231,239,240,241,255,257,258,259,260,261,262,263,274,275,276,277,278,281,317,318,319,320,323,324,363,365,372,379,470,490],proceed:[12,422],procesor:[41,466],process:[],processor:[],processsor:[41,214,466],procp1:191,procsessor:488,procssor:478,produc:[1,3,4,6,7,9,12,13,14,15,16,17,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,41,42,43,45,46,47,48,49,51,53,54,56,63,65,68,69,71,79,93,110,111,112,114,115,116,117,119,121,143,145,155,174,175,177,178,179,180,182,183,185,186,188,191,194,197,200,205,206,207,209,210,211,212,213,214,217,220,227,229,230,232,233,234,239,240,241,250,252,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,285,289,290,291,294,299,300,301,302,315,316,317,319,326,327,328,330,331,334,339,340,342,343,345,346,349,351,356,363,365,368,370,371,372,374,378,379,380,381,382,383,385,386,387,390,391,393,394,395,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,420,425,426,427,429,430,433,434,435,442,451,452,453,454,455,457,458,460,461,462,464,466,471,472,474,475,478,483,495,496],product:[6,16,17,18,142,220,276,290,327,370,373,395,433,466,495],proessor:370,prof:284,profi:157,profil:[],program:[3,4,6,7,9,11,12,13,17,144,191,193,194,195,197,219,229,236,242,293,393,467,468,480,495],programm:[13,17],progress:[1,41,214,236,253,289,362,363,365,487,490],prohibit:479,project:[6,7,13,14,362,450],promis:7,promot:377,prompt:[8,11,12,236,480],proni:[3,232,233],proofread:8,prop:[6,288],propag:[4,9,202,255,289,304,395,402],propens:6,proper:[217,280,419,467],properati:288,properli:[200,226,299,310,364,365,467,496],properti:[],propoerti:314,proport:[6,39,41,87,104,105,164,214,239,240,241,289,322,329,330,399],proportion:239,propos:[6,142,204,218,231,255,276,294,407,421,454,456],prospect:7,protect:314,protein:[7,10,168,297,299,312,469,477],protocol:236,proton:[455,462,494],prototyp:[10,42,429],prouduc:[212,328],prove:242,proven:276,provid:[1,3,4,6,7,8,9,11,12,13,14,15,16,17,18,29,40,42,61,67,70,120,141,144,162,167,168,192,193,195,205,206,212,217,218,219,220,229,231,236,238,242,246,253,255,281,289,290,293,294,299,303,321,323,324,327,328,339,353,355,356,361,365,370,372,377,379,384,386,387,391,394,395,399,401,404,406,415,416,419,421,422,430,431,432,433,440,441,449,450,451,453,454,455,458,466,471,477,479,482,483,487,488,495],proxim:190,psa:334,pscreen:[3,12,478],pscrozi:[0,7,13],psec:[194,220,235,239,240,255,286,299,317,318,489,494],psend:466,pseudo:[395,464,469,474],pseudodynam:321,pseudopotenti:[9,422],psf:6,psi:[396,461],psi_ij:396,pstart:[3,255,256,260,286,299],pstop:[3,255,256,260,286,299],pstyle:[87,109,198,199],psu:[432,433],psuedo:474,pt2:167,pt4:167,ptarget:218,pthread:[12,17],ptr:[6,11,229,467],ptype1:117,ptype2:117,pu3:167,pu4:167,pu6:167,publicli:5,publish:[7,242,246,290,387,419,422,453,455],pull:[303,311],puls:326,pump:[416,417],punctuat:[2,464,483],purchas:193,purdu:[9,13],pure:[11,314,402,420,421,453,455,478],purg:[3,470],purpl:[2,194],purport:11,purpos:[3,6,7,12,42,61,71,120,130,136,151,152,167,168,170,172,188,191,210,212,217,218,239,280,282,285,287,298,314,355,370,381,405,411,422,424,457,469,472,476,479,481,482,495,499],push:[3,8,200,213,220,237,254,280,297,303,363,399,442],pushd:237,put:[3,6,8,11,12,13,39,59,156,168,191,221,225,333,334,337,358,432,467,469,473],putenv:[480,495],px1:478,px2:478,pxx:[218,255,286,299,355,356,486,487],pxy:[3,6,487],pxz:[3,6,487],py1:478,py2:478,pydir:11,pyi:[218,255,286,299,355,356,487],pymol:[7,11,13],pymol_aspher:[],pympi:11,pypar:11,python:[],pythonpath:11,pyz:[3,6,487],pz1:478,pz2:478,pzz:[218,253,255,286,289,299,355,356,487],q_1:440,q_2:440,q_3:440,q_c:[],q_d:490,q_i:[396,415],q_j:415,qbmsst:[],qcore:290,qdamp:290,qdist:[387,407,411,415],qeq1:290,qeq2:290,qeq:[],qeqal:440,qeqallparallel:440,qfile:[290,387],qin:235,qinitmod:440,qmin:362,qmmm:[],qmol:293,qout:235,qstep:290,qtb:[],quad:[12,18,370,466],quadrat:[],quadratur:[87,203],quadrupl:371,quadruplet:[184,187,340,342,343,344,346,348,349,350],qualifi:[3,238],qualiti:[7,9,193,194],quantic:440,quantit:[74,81,104,105,106,164,399],quantiti:[],quantum:[6,9,142,229,233,282,289,293,294,377,395,422,440,450],quantum_temperatur:289,quartic:[],quartic_spher:203,quartz:[289,294],quasi:282,quat:479,quaternion:[3,6,40,82,115,132,146,147,168,257,258,261,262,265,266,267,274,275,398,469,479],quati:[115,469],quatj:[115,469],quatk:[115,469],quatw:[115,469],queen:13,quench:[337,464,483],queri:[3,11,54,271,467,495],quest:[6,229],question:[8,9,12,13,280,337,429,495],quick:[0,9,12,14,15,16,17,18,19],quickli:[3,4,8,12,13,39,92,214,220,231,236,314,362,363,365],quickmin:[361,362,363,365,483],quicktim:[4,193],quip:[],quit:[],quot:[2,3,12,192,245,287,339,419,464,465,467,477,495],quotat:440,r10:377,r12:398,r_1:142,r_2:142,r_c:[388,390,397,455],r_cut:[377,418],r_d:490,r_e:396,r_ewald:300,r_fu:[416,417],r_i:[29,142],r_ii:142,r_ij:[29,377,395,430,462],r_ik:430,r_j:29,r_jik:430,r_m:418,r_max:211,r_me:388,r_mh:397,r_min:[211,389],r_ub:20,r_x86_64_32:12,ra2:167,rad2theta:167,rad:337,radhi:472,radial:[63,71,97,98,115,118,142,152,154,159,206,211,241,256,268,277,311,320,363,395,401,424,469,472],radian:[20,21,24,28,32,35,36,38,167,175,186,188,298,340,342,346,349,469,472,479],radiat:[120,167,326],radic:[170,469],radii:[71,76,142,217,221,385,393,398,399,416,417,422,436,438,461,472],radit:395,radiu:[2,3,6,40,42,63,71,76,84,85,89,90,115,120,122,131,132,137,142,161,166,191,193,197,211,237,242,256,259,263,268,272,277,278,292,306,310,311,312,314,316,331,332,335,337,362,376,377,379,385,395,396,399,407,415,416,417,418,419,436,438,440,441,455,461,469,472,479,495],radlo:472,rafferti:329,rahman:[6,7,218,253,255,256,289,429],rai:[9,17,167],ram:455,ramirez:208,ramp:[],ran:[3,4,6,10,11],random:[3,6,39,168,171,190,193,202,204,215,216,217,219,221,228,231,232,233,239,240,241,242,251,255,282,285,289,294,297,299,314,318,321,326,330,333,379,391,392,464,479,484,490,495,496],random_se:464,randomli:[168,171,204,221,231,239,285,314,336,483,484],rang:[1,3,6,7,8,9,10,12,14,15,16,18,38,39,56,61,71,72,77,88,108,110,111,112,114,118,119,123,142,143,154,162,167,169,172,173,180,188,191,193,194,203,204,216,220,221,231,233,285,300,314,315,321,322,327,329,355,356,363,366,367,370,372,374,377,378,379,380,381,382,383,385,387,388,389,390,391,392,393,395,398,400,401,402,404,407,408,409,410,411,412,413,414,415,416,417,418,419,422,423,424,425,427,430,433,434,435,440,449,450,452,455,460,461,462,463,467,478,479,487,498],rangecoulomb:[],rank:[6,11,12,236,327,353,466],rankin:260,raphson:3,rapid:[4,6,11],rapidli:[3,8,12,71,217,239,253,255,299,317,318,330,387,391],rapp:[290,291,292],rappe_and_goddard:291,rare:6,rasmol:[6,7],rasmussen:398,raster3d:[6,7],rate:[2,6,12,127,134,138,139,151,194,203,220,221,235,236,237,285,289,322,323,324,325,329,361,362,392,416,417,464,483,487],rather:[1,2,6,9,12,40,41,62,114,151,193,214,220,232,233,299,318,326,330,332,333,334,337,395,432,452,470,474,479,481,486,495],ratio:[6,10,59,87,102,142,204,214,220,239,241,314,322,329,330,355,368,398,399,434,444,457,466,469,479,483],rational:[327,481],rattl:[],rattle_debug:302,ravelo:[260,409],rayleigh:[253,289],rb1:167,rbb:440,rbg:194,rcb:[3,41,214],rcm:[89,90],rcmx:[89,90],rcmy:[89,90],rcut:61,rcutfac:[142,441],rd1:365,rdc:17,rdf:[],rdn:365,rdt:365,rdx:4,reach:[6,12,41,121,208,214,216,218,240,260,307,314,321,339,354,369,388,490,495],react:6,reactant:395,reaction:[303,312,325,336,365,395],reactiv:[9,296,372],read:[2,3,6,7,8,9,11,12,13,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,37,38,40,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,59,117,166,168,169,171,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,190,191,193,194,195,196,197,203,204,217,218,220,221,231,233,236,252,253,255,257,258,259,260,261,262,263,274,275,276,277,278,281,282,284,285,287,288,292,299,302,303,307,310,313,316,324,325,326,332,340,341,342,343,344,345,346,348,349,350,351,352,354,360,364,365,369,371,372,373,374,375,377,378,379,380,381,382,383,384,385,386,387,388,390,391,392,393,394,395,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,425,427,429,430,431,432,433,434,435,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,457,458,459,460,461,462,464,466,469,470,471,473,474,475,476,477,479,480,481,483,495,496,497,499],read_data:[],read_dump:[],read_restart:[],read_restart_set:8,readabl:[193,364,476,499],reader:[3,13,470],readi:[11,12,169,171,172,236,479,490,497,498,499],readm:[1,4,6,8,9,11,12,13,166,191,195,293,403,422,432,433,467],real:[3,6,7,11,27,30,31,59,71,91,92,108,142,157,168,177,190,194,202,210,211,220,221,224,236,237,240,252,282,289,294,297,330,331,333,334,336,345,355,356,358,361,367,387,422,424,432,433,455,469,472,478,486,489,494,496],realist:[3,221,473],realiz:[71,197,467],realli:[1,3,8,12,114,124,143,194,237,366,402,481],realloc:3,realtim:236,reamin:[331,335],rearrang:365,reason:[3,6,7,11,12,19,39,149,160,168,206,210,211,239,286,299,323,324,327,337,364,365,370,384,388,395,396,397,417,424,457,459,473,478,496],reax:[],reax_def:3,reaxc:[],reaxff:[3,4,5,7,9,13,197,290,292,295,296,402,432,433,450,481],rebal:[41,214],rebalanc:[41,214],rebo:[],rebuild:[11,12,14,15,16,231,366,391,487],rebuilt:[3,12,191,192,193,195,366,370],recalcul:[71,87,314],receiv:[3,213,236,238,280,466],recent:[],reciproc:[6,12,120,167,281,355,378,380,381,387,390,395,407,411,427,435,483],recog:12,recoginz:3,recogn:[3,12,16,73,170,215,216,255,364,393,419,432,467,469,476,477,490],recomend:6,recommend:[7,9,12,14,16,193,194,289,324,355,395,402,416,417,422,433,434,437,439,440,478,488],recompil:[1,3,9,12,195,302],recomput:[103,130,172,225,303,392,481],reconstruct:[3,219,440],record:[195,219,303],recov:[218,255],rectangl:[41,214,358],rectangular:[7,41,62,170,214,231,358,469,471,473],rectilinear:[120,167],rector:53,recurs:[41,214,377,457],recust:41,recv:466,red:[2,10,193,194,217,282],redefin:[3,471,477,495],redirect:12,redo:12,reduc:[],reduct:[18,19,119,120,167,253,289,355],redund:396,ree:445,reed:[253,289],rees:[7,9,13],ref:[323,324,362],refactor:6,refer:[],referenc:[3,6,12,63,68,71,116,191,197,207,212,231,288,328,356,387,401,426,434,467,487,495],reflect:[],reformat:7,refresh:203,reg:472,regard:[6,59,252,302,307,429,433],regardless:[15,71,168,171,190,209,210,220,239,255,257,258,259,261,262,263,286,299,308,314,370,466,472,479],regim:[6,322,329,388,478],region:[],region_spher:8,region_styl:335,regist:[8,118,144,310,432,433],regoin:6,regress:495,regspher:168,regstrip:337,regul:6,regular:[1,3,9,41,62,88,166,170,191,193,204,214,231,326,356,388,405,466,469,471,473],reigon:495,reinhardt:[323,324],reject:[168,217,432,484],rel:[1,6,14,27,36,41,59,71,92,104,124,132,142,146,150,151,153,168,177,194,197,204,210,214,220,221,224,231,237,240,251,252,276,280,285,294,296,297,303,311,314,316,321,322,326,333,337,355,356,363,395,398,399,416,417,419,434,461,470,478,483,487,490,496],relat:[],relatic:[],relationship:[6,290,339,355,440,461,490,495],relax:[],releas:[0,5,7,8,13,215],relect:[3,424],reles:42,relev:[2,6,12,41,78,80,113,130,168,172,194,198,199,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,220,221,222,225,227,228,230,231,232,235,236,242,243,244,246,247,248,249,251,252,254,264,265,266,267,268,269,270,271,272,273,279,283,284,285,287,288,291,293,295,296,297,300,301,302,303,308,312,314,315,316,321,322,325,326,327,328,329,330,331,332,333,334,336,337,355,363,373,374,379,385,387,388,390,391,392,395,397,398,399,400,401,406,408,409,410,412,413,414,416,417,424,425,429,434,442,449,452,460,461,462,466,482,496],reli:[3,12,291,395,433,462,469,479],reloc:12,remain:[7,12,33,37,41,50,55,59,71,87,105,148,149,150,151,155,156,157,158,160,171,181,187,188,191,198,199,204,206,207,210,211,218,220,239,240,247,255,256,261,262,263,274,275,276,278,283,284,306,314,317,318,319,325,326,337,339,347,350,364,377,395,402,415,422,424,450,464,469,470,474,479,481,483,487,490,495,496],remaina:377,remaind:[168,191,221,285,314,327,455,469],remap:[3,6,12,59,61,71,151,168,190,210,220,237,252,276,355,469,470,471],remedi:[6,490],rememb:2,remov:[2,3,6,8,9,13,54,71,72,77,92,108,116,118,142,146,147,148,149,150,151,155,156,157,158,160,161,168,171,172,197,206,210,215,228,239,240,245,251,253,255,261,262,263,274,275,276,278,284,290,299,300,302,314,317,318,319,321,337,355,365,390,417,422,469,472,480,481,495,496],remove_bia:8,remove_bias_al:8,remove_molecul:203,remove_sourc:203,remove_speci:203,ren:167,renam:[12,338,480],render:[12,13,191,193,194],rendon:[255,256],reneighbor:[3,8,12,39,57,71,210,214,231,314,327,337,391,486,487],renssela:284,renumb:71,reorder:[3,12,39,466],repeat:[2,6,193,194,210,217,218,231,307,358,377,453,455,457,464,483],repeatedli:2,repel:237,repes:191,replac:[2,3,6,11,12,41,63,89,90,119,145,146,147,148,149,150,151,154,155,156,157,158,160,161,191,193,194,195,206,207,209,210,211,212,214,217,221,239,260,287,294,296,387,409,470,471,476,477,487,495,496,497,499],replic:[],replica:[],replica_fil:12,report:[],repositori:[7,12,403,431,432,433],reprens:326,repres:[1,3,6,8,9,12,15,40,41,42,59,67,71,90,115,118,180,188,191,193,206,207,208,209,210,211,212,218,224,232,234,239,242,255,282,284,286,294,299,300,303,311,326,328,335,356,365,371,377,398,405,415,416,417,419,420,421,427,430,432,433,456,457,464,466,469,479,481,484,490,495,497],represent:[3,6,8,9,57,59,136,170,191,232,233,282,326,377,395,398,422,434,469,472,490],reprocess:474,reproduc:[3,255,332,387,393,399],repul:419,repuls:[6,7,9,36,40,45,46,110,237,290,331,332,335,372,376,377,385,387,391,395,399,401,415,419,423,440,449,455,458,461,462,479],reqir:[290,292],request:[3,6,8,12,41,104,171,188,191,236,242,297,314,316,353,355,424,432,433,464,474,479,483,495,496,497],requir:[],rerun:[],rescal:[],research:[5,7,242,246,422,464,483],resembl:294,reserv:[12,236,490],reservoir:[91,231,235,239,326],reset:[],reset_atomic_reference_posit:203,reset_dt:8,reset_target:8,reset_tim:203,reset_timestep:[],resid:13,residu:236,residue1:366,resist:[6,236],resolut:[208,440,452],resolv:[218,282,314,417],resort:3,resourc:[7,371,393],respa:[3,16,225,236,255,368,371,372,373,374,375,376,377,378,379,380,381,382,383,385,386,387,388,390,391,392,393,394,395,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,416,417,418,419,420,421,422,423,425,427,429,431,432,433,434,435,440,441,442,443,444,445,446,447,448,449,451,452,453,454,455,457,458,460,461,462,477,478,489,495],respecifi:422,respect:[1,6,9,10,13,14,15,17,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,42,43,45,46,47,48,49,51,53,54,56,59,70,71,87,89,97,98,111,114,120,124,145,150,153,155,162,166,167,174,175,177,178,179,180,182,183,185,186,188,193,194,210,211,216,217,218,220,234,237,239,240,242,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,290,291,299,300,303,311,313,326,331,334,340,342,343,345,346,349,351,353,355,356,360,363,364,369,370,371,372,374,376,377,378,379,380,381,382,383,385,386,387,390,391,393,394,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,419,420,422,424,425,426,427,429,434,435,439,440,441,442,451,452,453,454,455,456,457,458,460,461,462,466,470,478,479,482,490,495,497,499],respon:9,respond:[6,7,151,220,395,429],respons:[6,7,253,322,329],resquar:[],rest:[6,8,12,288,292,298,377,417,419,486,487,490],restart1:282,restart2:282,restart2data:[],restart:[],restartfil:[12,13],restor:[3,8,60,61,104,168,198,199,288,303,311,316,486,487],restore_bia:8,restore_bias_al:8,restrain:[],restraint:[9,219,253,298,313,406],restratin:298,restrict:[],result:[1,2,3,6,7,9,11,12,13,15,16,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,41,43,45,46,47,48,49,51,53,54,56,63,64,66,67,71,75,87,90,91,94,104,105,107,111,112,114,116,117,118,119,120,121,143,145,148,151,155,162,163,165,167,168,171,174,175,177,178,179,180,182,183,185,186,188,190,191,193,194,197,200,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,224,227,230,231,232,234,239,240,242,246,253,255,257,258,259,260,261,262,263,264,265,272,274,275,276,277,278,281,282,290,291,296,297,299,301,302,314,317,319,322,323,324,326,327,328,330,331,332,334,336,339,340,342,343,345,346,349,351,355,356,365,368,370,371,372,374,378,379,380,381,382,383,385,386,387,390,391,393,394,395,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,417,419,420,422,424,425,426,427,429,433,434,435,442,451,452,453,454,455,456,457,458,460,461,462,464,466,469,471,472,473,474,478,479,480,481,483,494,495,496],resum:495,retain:[2,215,216,377,422,466],retart:[33,50,181,347],retir:432,retreiv:8,retriev:[6,8,229,420,421,495],reus:[3,481],rev:[6,13,64,70,92,108,112,142,143,156,204,233,239,241,253,255,256,260,276,281,291,294,299,303,314,318,321,323,324,329,362,377,385,386,387,390,393,394,395,398,399,404,409,416,417,418,419,421,430,434,441,451,453,454,455,458,464],revers:[2,6,8,87,179,217,237,255,279,280,290,307,322,323,329,365,415,478,490],review:[142,290,303,321,422,431,441,464,483,490],rewind:354,rewrap:191,rewrit:[5,12],rewritten:19,rezwanur:429,rfac0:[142,441],rfactor:314,rfile:299,rg0:312,rgb:194,rh3:167,rh4:167,rhaphson:3,rheolog:6,rhi:452,rho0:[419,437,439,447,448],rho0_meam:419,rho:[],rho_0:[447,448],rho_alpha_beta:393,rho_bkgd:419,rho_colloid:331,rho_e:326,rho_fin:325,rho_i:[420,421],rho_initi:325,rho_ref_meam:419,rho_wal:331,rhodo:10,rhodopsin:[1,10],rhosum:[],ribier:362,richardson:299,richi:[9,19],rick:[290,291,386,440],rick_and_stuart:291,ridg:[9,19],right:[3,6,11,12,41,144,168,186,187,190,214,217,237,242,252,279,339,358,387,469,472,479,495],rightmost:[41,214],rigid:[],rigidifi:299,rii:[89,90],rij:[92,108,215,216,280,391,449],rin:[401,412,413],ring:[],rino:[73,458],rinv:355,rirj:[332,399],rise:[],risi:[142,441],risk:[8,298,478],rix:[89,90],rjk:[215,216],rjone:[7,9,13],rlo:452,rmask:[3,495],rmass:3,rmax:[71,169,215],rmdir:480,rmin0:[142,441],rmin:[71,169,216,409],rmsd:325,rnemd:6,robert:9,robin:194,robust:[361,362,363],rock:419,rockett:430,rod:299,rodata:12,rodnei:294,roi:7,role:321,roll:12,ronchetti:108,room:[57,59],root:[11,87,89,90,192,321,325,370,393,476],rosati:39,rose:419,ross:419,rosski:282,rosybrown:194,rot:[6,91,282,298,321,496],rotat:[],rotation:108,rotaton:472,rough:[6,168,193,336],roughli:[7,10,12,41,151,166,193,208,231,239,240,254,255,269,286,299,314,317,318,321,356,365,370,436,438,471,478],round:[],rous:232,rout:[87,401,415],routin:[5,6,8,11,15,16,38,39,56,88,172,174,242,422,431,452,482],roux:[6,224,240,456,490],row:[6,65,66,68,69,75,79,90,93,94,105,107,110,116,117,118,121,148,156,163,165,167,206,207,209,210,211,212,245,299,326,328,336,395],royalblu:194,rozero:419,rperp:[252,307],rpi:284,rpm:12,rrespa:[1,3,5,7,8,16,198,199,252,255,366,371,372,373,374,375,376,378,379,380,381,382,383,385,386,387,388,390,391,392,393,394,395,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,416,417,418,419,420,421,423,425,427,429,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,451,452,453,454,455,457,458,460,461,462,478],rspace:3,rsq:[452,459],rsurfac:326,ru3:167,ru4:167,rub:20,rubia:[420,421],rudd:[424,452],rudra:[7,9],rudranarayan:[7,284],ruiz:204,rule:[],run1:[6,369,495],run2:[6,352,354,369,495],run3:[6,369,495],run4:[6,369,495],run5:[6,369,495],run6:[6,369,495],run7:[6,369,469,470,474,495],run8:[6,369,495],run:[],run_styl:[],runloop:354,runtim:[12,17,193,370],russia:9,rutherford:326,rutuparna:[453,455],ryan:9,ryckaert:[302,349],rycroft:166,rydberg:422,s00:429,s0st:6,s2050:1,s2629:393,s319:203,s_fact:304,s_i:[6,395],s_ij:6,sack:7,saddl:[254,365],saddlebrown:194,sadigh:[204,393,420,421],saed_vtk:120,safe:[12,193,224,240,370],safe_zon:3,safest:[3,314],safeti:304,safezon:433,safran:461,sagui:[356,390],sai:[1,3,12,13,194,432,433,467],said:363,sakai:454,sall:[9,440],salmon:194,salt:[388,397,419,469],salter:440,same:[1,2,3,4,6,8,10,11,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,38,39,40,41,43,44,45,46,47,48,49,50,51,53,54,56,57,59,62,63,65,69,71,72,77,79,81,82,84,85,87,88,89,90,91,92,93,95,98,104,105,106,108,110,111,112,114,115,117,118,119,142,143,144,145,146,147,148,149,150,151,154,155,156,157,158,160,161,162,164,166,168,169,170,171,172,174,175,176,177,178,179,180,181,182,183,185,186,188,189,190,191,192,193,194,197,198,199,200,203,204,206,209,210,211,212,213,214,215,216,217,218,220,221,225,226,227,230,231,232,233,234,235,236,237,238,239,240,241,242,245,252,255,257,258,259,260,261,262,263,264,265,272,274,275,276,277,278,280,281,282,284,285,286,289,290,291,292,294,295,296,297,298,299,301,302,303,308,311,313,314,315,316,317,318,319,320,321,322,323,324,325,326,328,329,330,332,333,334,335,337,339,340,341,342,343,345,346,349,351,355,356,358,359,360,364,365,366,367,368,369,370,371,372,374,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,413,414,415,416,417,419,420,423,424,425,426,427,429,430,434,435,440,442,449,450,451,452,453,454,455,457,458,460,461,462,464,466,467,469,470,471,472,474,477,478,479,480,481,482,483,487,490,494,495,496,498],sampl:[1,2,4,6,9,10,11,12,14,91,104,146,147,161,166,190,193,206,207,210,211,219,221,229,231,233,235,255,256,282,285,294,296,300,311,312,314,318,321,324,336,366,377,392,469,483],sample_frequ:203,san:429,sandia:[0,5,7,9,13,14,17,70,113,396,419,429],sandybrown:194,saniti:[298,366],satellit:[6,150],satifsi:495,satisfi:[3,12,73,120,142,166,167,218,242,260,302,334,363,366,399,483],satur:388,save:[6,8,12,19,40,59,188,193,208,217,232,233,239,240,241,285,294,326,356,366,368,377,471,474,481],sb3:167,sb5:167,sc3:167,scalabl:[],scalar:[],scale:[0,1,3,4,5,6,9,10,13,18,40,59,63,71,72,91,115,118,119,142,154,162,188,190,191,193,194,197,198,199,203,204,207,218,220,231,235,236,237,239,241,242,253,255,257,258,259,260,261,262,263,282,286,289,290,299,305,306,314,316,318,321,323,324,326,330,337,355,356,358,364,367,371,372,373,388,392,395,399,402,416,417,419,422,429,436,438,456,470,472,474,478,481,483,486,487,495,496],scale_factor:[436,438],scalegamma:242,scalexi:[3,218,255,260],scalexz:[218,255,260],scaleyz:[218,255,260],scan:[194,216,354,470],scatter:[11,120,167],scatter_atom:11,scatter_coord:11,scenario:[6,40,61,217,288,297,314,327,335,366,473,474,478,486],scf:490,schaik:415,schedul:464,schell:454,schemat:217,scheme:[6,9,18,232,233,255,282,294,302,326,355,456],schlitter1:325,schlitter2:325,schlitter:325,schmid:391,schneider:[239,241],schoen:355,schr:490,schroding:395,schroeder:[108,490],schulten:[240,303,356,490],schunk:314,schwen:9,sci:[73,334,386,421,430,440],scienc:[8,203,217,236,303,323,393,420,440,454],scientif:[142,393],scm:11,scratch:[12,41,214],screen:[],screenshot:11,scripe:11,script:[],scripta:67,scsl:12,sdk:[],sea:11,seagreen:194,seamlessli:288,search:[0,2,3,8,12,92,108,169,171,194,195,314,361,362,363,365,367,464,470,471,483,495],seashel:194,sec:[12,489,494],second:[1,3,6,9,10,11,12,16,54,57,59,61,71,88,91,104,106,108,114,135,136,140,143,144,156,162,166,167,169,170,171,190,191,194,197,198,206,207,209,210,211,212,217,231,232,237,252,254,282,296,298,299,302,303,311,312,314,323,324,326,337,355,358,362,363,365,366,370,375,377,378,380,381,386,387,393,395,396,399,400,402,405,406,409,419,424,426,440,451,454,455,456,458,462,464,465,466,467,469,471,476,478,482,483,487,490,494,495,496,497,499],second_mo:440,secondari:[3,180],sectinn:498,section:[0,1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,58,59,63,64,65,66,67,68,69,71,74,75,78,79,80,81,83,86,87,88,89,90,91,93,94,97,98,99,100,101,102,104,105,106,107,109,110,111,113,114,115,116,117,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,144,145,146,147,148,149,151,152,153,154,155,156,157,158,159,160,161,162,163,164,166,167,169,174,175,176,177,178,179,180,181,182,183,185,186,187,188,190,191,192,193,195,197,200,201,202,203,204,206,207,208,209,210,211,212,213,214,215,216,217,219,220,221,223,224,226,227,228,230,231,232,233,234,236,238,239,240,241,242,243,244,245,246,248,249,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,270,272,273,274,275,276,277,278,280,281,282,284,285,286,288,289,290,291,292,293,294,295,296,299,301,302,303,304,305,306,307,308,310,314,317,318,319,320,321,322,323,324,325,326,327,329,330,332,333,334,337,338,340,341,342,343,344,345,346,347,349,350,351,356,357,358,360,364,365,367,369,370,371,372,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,464,465,466,467,469,470,472,474,477,478,479,480,482,483,484,487,488,490,495,496],section_acceler:[9,12,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,43,45,46,47,48,49,51,53,54,56,111,114,145,155,174,175,177,178,179,180,182,183,185,186,188,200,213,220,227,230,234,239,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,291,299,301,302,317,319,330,334,340,342,343,345,346,349,351,356,371,372,374,378,380,381,382,383,385,386,387,390,391,393,394,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,420,425,426,427,429,434,435,442,451,452,453,454,455,457,458,460,461,462,472,478],section_accerl:393,section_command:[0,1,9,339],section_error:[7,12],section_exampl:[2,6],section_histori:[7,12],section_howto:[6,8,9,11,12,40,42,57,59,64,66,67,68,70,71,72,73,75,76,77,78,80,81,82,83,84,85,86,87,89,90,92,94,95,96,97,98,99,100,101,102,105,107,108,111,112,113,116,118,119,122,137,138,139,140,142,143,148,150,162,163,165,166,170,189,206,254,267,270,273,329,375,389,464,469,472,483],section_modifi:[6,7,42,191,193,487],section_packag:12,section_perf:7,section_python:[6,12],section_start:[3,4,6,9,11,359,365,463,464,478,484,487],section_tool:[6,7],see:[1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,57,58,59,61,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,248,249,250,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,272,273,274,275,276,277,278,280,281,282,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,310,311,313,314,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,337,338,339,340,341,342,343,344,345,346,347,349,350,351,352,355,356,358,359,360,362,363,364,365,366,367,369,370,371,372,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,460,461,462,463,464,465,466,467,469,470,471,472,474,475,476,477,478,479,481,482,483,484,485,486,487,488,489,490,495,496,497,498,499],seed1:484,seed2:484,seed:[3,168,171,190,193,202,204,215,216,217,219,221,228,231,232,233,239,240,241,242,282,285,289,294,299,314,318,321,326,333,379,391,392,464,479,484,490,495,496],seed_com:240,seed_drud:240,seek:[41,214],seem:[6,218,327,362,419,478],seen:[12,242,335],segement:3,segment:[3,4,6,7,12,40,42,82,115,193,197,270,299,314,391,405,433,449,450,469,477,479],select:[6,12,15,59,61,71,119,120,157,162,167,168,188,193,195,202,204,210,211,220,221,228,231,236,237,252,303,313,321,322,327,329,331,333,334,336,353,355,361,365,367,370,401,406,419,440,466,470,472,478,479,483,488,495],self:[],sellerio:13,semi:[3,195,203,204,279,281,470],semiax:146,semimet:395,send:[0,3,5,7,8,11,12,194,236,466],sender:[3,466],sens:[1,3,6,7,18,39,41,42,59,71,104,187,191,206,209,210,211,212,214,217,220,232,233,238,239,240,241,285,289,294,300,314,321,322,326,329,337,365,387,407,411,453,454,455,464,469,474,478,481,486],sensabl:236,sensibl:105,sensit:[2,6,73,218,294,496],sent:[194,236,353],sep:[6,11,495],separ:[2,6,7,9,12,13,40,41,76,118,124,142,166,168,171,193,194,195,203,207,214,215,216,217,218,221,224,231,239,240,255,269,282,285,286,288,290,294,299,302,314,317,318,319,322,329,337,356,370,378,380,387,388,390,407,416,417,419,426,431,441,450,451,452,455,461,467,469,470,471,478,481,486,490,496,497,498],seper:388,sequec:495,sequenc:[2,3,12,41,59,191,193,194,195,214,233,254,337,358,365,402,430,484,495],sequenti:[59,60,194,430,470],sequestr:7,ser:281,seri:[3,4,6,9,13,18,142,191,193,194,207,212,232,233,285,369,372,398,419,422,424,434,442,452,467,476,477,486,487,495],serial:[],serial_icc:12,serious:8,serv:[6,130,170,314,449],server:[1,238,370],set:[],set_callback:229,set_energi:229,set_vari:[6,11,467],setarea:242,sete:[206,217],setenv:[11,12,384],setfl:[13,371,393],setforc:[],setgamma:242,setmask:8,settl:218,setup:[3,4,6,7,8,11,12,13,16,37,40,55,59,71,87,91,156,169,170,171,172,187,194,203,217,220,314,327,350,366,367,370,450,466,469,477,497,499],setup_pre_exchang:8,setup_pre_forc:8,setup_pre_force_respa:8,setvel:[],seven:421,seventh:[135,140],sever:[1,4,5,6,7,8,10,11,12,13,15,18,39,40,63,71,87,162,169,172,187,191,192,195,197,203,215,216,218,233,239,242,246,255,284,286,288,299,303,314,321,330,353,358,363,370,373,377,381,392,393,402,411,415,419,424,430,432,433,439,440,464,467,471,475,483,487,490,495,496],sexton:422,sfactor:[3,193,194,364],sfftw:12,sgi:12,sgmc:204,sgrid:314,sgroup:166,shade:193,shake:[],shan:[17,290,291,386],shanghai:[9,13],shape:[2,3,6,8,40,41,58,59,62,71,82,115,132,146,151,152,168,170,190,193,194,197,198,210,214,218,220,239,253,255,257,261,265,266,274,276,289,314,327,335,375,398,434,466,469,470,471,479],shapei:[115,469],shapex:[115,469],shapez:[115,469],shapshot:474,share:[],shared0:[],sharon:299,sharp:[335,419,455],shawn:9,shear:[3,4,5,6,7,9,59,61,151,190,218,220,242,255,276,314,329,332,399,416,417,429,437,439],sheet:473,shell:[],shen:9,shenderova:372,sheppard:362,shflag:12,shield:[],shift:[],shiftse:314,shiga:[6,255,256],shini:[193,498],shinoda:[6,9,255,256,435],shiny:193,ship:195,shlib:[11,12],shlibflag:12,shock:[4,9,197,202,253,260,289,333,409],shockvel:[253,289],shortcut:[218,255,286,299],shorter:[3,121,231,280,367,424,477],shortest:[193,367,373,478],shorthand:194,shoul:457,should:[1,2,3,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,35,38,39,40,41,42,43,44,45,46,47,48,49,51,53,54,56,59,61,70,71,73,81,83,87,91,97,98,99,103,104,105,111,112,114,143,145,146,147,150,151,154,155,156,158,161,164,166,168,170,172,174,175,176,177,178,179,180,182,183,185,186,188,189,190,191,193,194,198,199,200,201,204,208,213,214,215,216,217,218,220,221,223,224,226,227,228,229,230,231,232,233,234,235,237,239,240,241,242,244,245,246,247,252,255,257,258,259,260,261,262,263,264,265,269,272,274,275,276,278,280,281,282,283,284,285,286,287,289,290,291,292,293,294,295,296,297,298,299,301,302,308,311,314,315,317,318,319,320,321,322,325,326,327,329,330,331,332,333,334,335,336,337,339,340,341,342,343,345,346,349,351,356,358,359,361,363,364,365,366,367,368,370,371,372,374,375,376,378,379,380,381,382,383,384,385,386,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,407,408,409,410,411,412,413,414,415,416,417,419,420,422,424,425,426,427,428,429,431,432,434,435,436,438,440,442,449,451,452,453,454,455,456,457,458,460,461,462,464,465,466,467,469,470,471,472,473,474,476,477,478,479,481,485,486,487,490,495,496,497],shouldn:[3,8],show:[6,11,12,118,280,365,401,419,422,452],shown:[1,12,16,17,41,97,98,120,142,154,167,187,214,217,239,255,276,282,285,294,321,355,395,396,398,399,415,422,434,440,469],shrank:71,shrink:[3,6,41,57,59,71,170,190,191,193,198,199,202,214,220,221,237,242,280,314,333,337,355,356,363,387,407,411,424,469,470],shrunk:71,shut:[6,11,366,468],si4:167,siam:334,sic:[4,387,402,419,426,451,453,455,458],sic_tersoff:430,sicc:[394,451,453,455,458],sicg:[453,455],sicsi:[394,451,453,455,458],side1:472,side2:472,side3:472,side4:472,side:[3,8,41,57,61,71,158,168,204,205,214,217,221,231,237,242,252,280,285,293,311,331,335,336,337,365,387,398,399,434,457,467,469,472,479],sidewai:4,sienna:194,siepmann:329,sigam:385,sigam_ii:[],sige:[453,455],sigma0:377,sigma14:415,sigma1:377,sigma2:377,sigma:[3,6,10,45,46,50,54,87,174,191,194,198,199,231,242,280,314,330,331,335,358,367,370,372,375,376,377,378,382,383,385,390,391,392,394,395,398,400,401,405,406,407,408,409,410,411,412,413,414,415,418,423,424,434,435,445,451,457,478,494,495,496],sigma_14:382,sigma_:388,sigma_c:385,sigma_cc:[372,385],sigma_h:397,sigma_i:[396,424],sigma_ii:457,sigma_ij:[424,457],sigma_j:424,sigma_max:392,sigma_ss:385,sign:[3,6,12,179,187,279,311,334,339,422,477,486,495],signal:468,signicantli:17,signifi:[3,66,75,90,94,105,107,116,148,163,165],signific:[7,12,18,86,232,253,256,294,314,327,395,398,419,422,424,497],significantli:[1,6,39,143,166,242,255,298,395,451],sij:207,sikandar:17,silbert:399,silent:[194,467,480],silicon:[394,419,451,469],sill:429,silver:194,sim:[9,435],similar:[5,6,7,8,9,11,12,17,18,40,41,42,46,59,68,72,87,114,117,118,143,144,168,169,191,194,197,198,199,206,208,214,229,230,232,239,245,246,256,288,289,294,298,299,318,321,331,332,334,336,356,361,362,364,372,375,377,391,393,395,399,415,416,424,429,430,439,466,471,476,478,483,485,487,490,495,496,497,499],similarli:[3,6,7,8,59,114,164,170,172,190,191,193,194,205,206,209,210,211,212,216,220,226,237,255,257,258,259,261,262,263,284,286,299,300,302,314,321,322,329,335,340,356,358,365,368,381,399,411,451,466,469,472,473,478,479,483,498],simluat:[6,39,194,314,416,470,471],simlul:[299,326],simmul:329,simpl:[],simpler:[8,11,42,194,299],simplest:[3,8,40,66,75,90,94,105,107,116,118,148,163,165,290,490],simpli:[1,3,6,8,11,12,14,17,66,71,75,88,90,94,96,105,107,115,116,121,148,163,165,171,172,194,197,198,199,206,209,210,211,212,216,218,220,224,229,238,240,245,255,282,286,297,299,300,322,328,329,355,356,358,364,365,370,381,390,402,411,419,424,466,467,474,477,484,487,494,495],simplif:395,simplifi:[204,298,422],simplist:11,simualt:356,simul:[],simulatan:370,simulation_nam:433,simulationub:440,simulatoin:[12,470],simult:370,simultan:[6,7,15,16,220],sin:[220,252,331,334,336,430,469,472,479,495],sinc:[0,1,2,3,6,8,9,10,11,12,13,15,16,21,22,33,39,41,44,54,59,61,64,67,71,73,89,90,112,118,120,146,148,158,166,170,171,173,174,176,181,191,193,194,197,198,199,200,201,204,205,206,207,208,209,210,211,212,213,214,217,218,219,220,221,225,226,231,233,235,238,239,241,242,252,255,257,258,259,260,261,262,263,266,269,276,280,282,285,287,288,294,297,299,303,313,314,322,326,327,328,329,331,332,335,336,337,338,340,341,354,356,363,364,365,366,369,370,371,372,377,380,381,382,383,385,386,390,391,392,393,394,398,399,400,402,403,404,405,406,407,409,410,411,412,413,414,415,416,417,418,419,420,421,422,424,427,430,431,432,433,434,435,440,441,442,451,452,453,454,455,458,462,464,466,467,469,470,472,474,477,478,479,480,481,483,487,490,494,495,496,498],sinclair:[7,393,450],sine:430,singapor:142,singh:371,singl:[1,2,3,6,7,8,9,11,12,14,15,16,17,18,40,41,42,57,59,61,63,65,66,68,69,75,77,79,87,88,90,93,94,104,105,107,110,115,116,117,118,119,121,144,148,163,165,166,168,191,193,194,195,197,202,205,206,207,209,210,211,212,214,216,217,218,221,224,228,230,235,242,245,252,255,256,260,269,282,284,285,287,298,299,300,302,304,310,314,316,326,328,331,332,334,336,337,339,355,356,361,364,365,366,367,369,370,371,372,377,382,384,386,392,393,394,395,396,399,400,401,402,403,404,419,420,421,422,426,427,430,431,432,433,434,440,441,442,451,453,454,455,458,464,465,467,469,476,477,478,479,480,481,482,483,486,495,498,499],singleel:377,singular:[415,416,417],sinnott:[291,372,386],sinusoid:[168,220,331,332,334,336],sio2:458,sio:386,sirk:[143,449],sisic:[394,451,453,455,458],sisisi:[394,451,453,454,455,458],sister:384,sit:[281,469],site:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,67,70,87,236,242,243,302,356,371,377,387,393,397,407,411,415,427,432,433,456],situat:[9,218,231,242,255,282,300,362,377],sival:167,six:[6,135,140,142,207,209,426,430],sixth:426,sixthpow:[383,424],size:[],size_restart:8,sizei:405,sizej:405,sizex:263,sjplimp:[0,7,11,12],sjtu:9,skew:[3,6,58,59,170,193,220,255,469,472],skin:[3,12,39,61,73,117,169,171,231,269,299,326,366,367,370,405,428,487,494],skip:[12,16,33,181,284,354,364,369,406,469,474,477,486,495],skyblu:194,slab:[3,6,71,156,210,285,311,355,356,366,424],slateblu:194,slategrai:194,slater:[],sleight:54,slepoi:419,slice:[],slider:11,slight:[3,12,326],slightli:[1,6,39,40,191,192,193,195,294,299,356,372,387,407,411,453,455,458,464,477,497],sligthli:390,sliozberg:449,slip:[3,197,314,330,336],sllod:[],slope:[6,104,105,322,324,329,388,495],slot:1,slow:[3,6,7,12,39,232,236,239,240,253,255,314,321,355,365,370,424,440,478,488,490,496],slower:[1,10,17,39,240,356,370,377],slowest:[326,466],slowli:[12,71,214,330,363,422,442,471],slurm:12,slurm_localid:12,sm3:167,small:[],smallbig:3,smaller:[1,3,6,12,16,17,39,56,59,61,71,121,166,170,191,193,194,204,221,225,231,242,281,299,314,324,339,355,356,361,370,424,450,457,459,469,476,478,495,499],smallest:[3,42,70,71,72,166,253,296,495],smallint:3,smallq:356,smallsmal:[3,12],smart:233,smd:[],smd_contact_radiu:479,smd_lammps_userguid:9,smd_mass_dens:479,smd_user_guid:[],smi:[3,370],smirichinski:9,smit:231,smith:427,smmoth:479,smooth:[],smoother:168,smoothli:[54,142,322,329,382,400,413,415,418,455,462],smpd:12,smtb:[9,440],smtbq:[],smulat:422,sn2:167,sn4:167,sna:[],snad:[],snap:[],snapcoeff:441,snaphot:474,snapparam:441,snapshot:[],snav:[],snb:17,snow:194,soc:401,socket:[12,17,18,238,466],soderlind:422,soft:[],softer:[331,335],softwar:[1,6,11,12,14,15,16,17,18,19,166,236,284,300],sole:[215,216,365,430,437,439],solid:[4,6,7,9,10,39,40,41,59,70,73,91,104,143,166,203,214,218,220,225,245,255,257,258,259,261,262,263,280,281,286,299,321,324,356,358,378,409,422,429,437,439,469],solut:[3,6,13,166,218,225,253,297,302,314,335,495],solv:[3,9,12,18,242,290,302,324,326,356,362,417],solvat:[4,10,168],solvent:[4,7,13,61,71,169,171,214,228,232,233,239,255,297,299,311,314,322,329,330,382,385,387,388,397,407,416,417,434,450,469,479],solver:[],some:[1,2,3,4,6,7,8,9,10,11,12,13,16,17,18,39,40,41,55,61,63,71,103,106,109,115,119,121,146,147,148,149,160,161,162,168,171,176,179,187,189,191,193,194,197,198,199,202,204,205,206,207,209,210,211,212,214,216,217,218,219,228,231,253,255,256,287,288,290,292,299,303,315,321,326,327,328,330,331,337,353,354,355,356,361,362,363,364,365,366,367,370,373,375,377,384,387,393,395,402,405,422,424,432,433,450,452,464,466,467,468,469,471,474,475,476,477,478,479,481,483,486,487,494,495,496,499],somehow:3,someindex:338,someon:[7,11,363],someth:[2,3,7,8,11,12,59,218,255,331,334,336,366,402,467,476],sometim:[2,3,6,8,12,18,210,218,255,322,329,355,367],somewhat:[7,9,12,70,104,148,158,206,255,355],somewher:[17,256,395],soon:[42,204,217,228,231,236,432],sophist:[7,144],sorensen:483,sort:[3,13,16,39,71,191,194,195,236,365,366,370,392,470,471,498],sound:[130,242,253,304,447,448],soundspe:[447,448],sourc:[],source_integr:203,sourceforg:11,south:142,souza:322,space:[2,3,6,8,11,12,18,41,59,71,120,142,157,162,167,168,188,190,193,198,199,202,209,210,211,214,216,220,221,237,242,249,252,255,281,282,297,300,304,314,331,333,334,336,339,355,356,358,364,365,366,378,380,381,387,390,393,395,405,407,411,419,422,427,430,435,452,459,461,466,469,472,481,487,490,495,496],spahn:399,span:[2,12,38,71,198,199,210,237,299,355,371,372,377,386,393,396,403,404,419,420,421,426,430,441,451,453,454,455,458,463,464,472,473,495],spars:[71,188],spatial:[],spawn:236,spc:[],spcpu:487,speak:[17,314,321],spearot:[120,167,300],specfi:[12,109,237,472],speci:[],special:[],special_bond:[],specif:[1,2,3,6,7,8,9,10,12,13,15,16,17,18,22,29,33,40,41,42,50,63,71,110,115,117,118,148,150,153,168,176,181,191,193,194,195,197,198,199,202,203,206,207,209,210,211,212,214,217,219,228,229,231,232,236,242,250,285,287,288,291,299,321,326,327,331,337,341,356,363,365,370,372,375,377,389,393,398,399,402,403,404,419,422,424,432,433,434,450,451,456,457,466,469,470,474,475,476,478,479,485,486,487,494,495,496,497],specifi:[2,3,6,7,8,9,11,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,57,59,61,63,65,66,68,69,70,71,73,75,76,77,78,79,80,81,83,85,86,87,88,90,91,92,93,94,95,96,97,98,99,100,101,102,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,143,145,148,150,155,156,157,162,163,164,165,166,167,168,169,170,171,172,174,175,176,177,178,179,180,181,182,183,185,186,187,188,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,224,225,226,227,230,231,232,233,234,235,237,238,239,240,242,243,244,245,247,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,269,272,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,294,295,296,297,298,299,300,301,302,303,307,308,311,312,313,314,315,316,317,318,319,321,324,325,326,328,330,331,332,333,334,335,336,337,338,339,340,341,342,343,345,346,347,349,350,351,354,355,356,358,359,360,363,364,365,366,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,490,494,495,496,497,498,499],specifii:[233,242],speciti:478,spectral:441,spectrum:[9,142,289,294],sped:[39,253],speed:[1,3,6,9,12,14,15,16,17,18,19,39,41,130,191,194,214,239,242,253,289,304,314,321,327,333,355,356,365,370,377,387,422,424,447,448,453,464,478,484],speedup:[1,18,356,478],spefici:[168,193,401],speicifi:[],spell:472,spellmey:[6,174,481],spend:[12,205],spent:[1,12,13,15,464,483,488],sph:[],sph_lammps_userguid:9,sph_user_guid:[],sphere1:242,sphere:[],spheric:[],spheriod:[3,6],spherioid:314,spheroid:[6,299,314],spike:118,spin:[9,40,115,332,373,395,469],spirit:[7,208],spit:3,spline:[],split:[1,3,6,11,12,18,41,206,210,214,240,255,334,355,370,457,463,466,478],splittol:[6,355],sppark:6,spread:[1,6,12,339,477],spring:[],springer:303,springgreen:194,sptial:71,sputter:221,sq2:[3,358],sqrt:[2,3,42,59,81,89,108,231,239,241,280,314,330,332,358,385,391,393,397,399,419,424,495],squar:[],squeez:[218,237,416,417],squibb:[5,7],sr2:167,src:[0,1,3,4,6,7,8,9,11,12,14,15,16,17,18,19,166,191,229,302,422],srd:[],srmax:71,srmin:71,srolovitz:393,srp:[],srtio:440,srun:12,ssao:[193,498],stabil:[6,9,239,255,377,432],stabl:[6,64,130,242,260,298,304,377,490],stabli:232,stack:[3,8,70],stage:[3,8,87,197,229,254,293,337,365,464,483,495],stagger:[1,3,194,356,476,485,495],stai:[3,14,17,198,199,253,271,289,370,469],stamp:[321,470],stamped:12,stan:17,stand:[0,6,7,12,13,295,432,433,467],standard:[],stanford:9,starikov:326,start:[],start_6:397,start_7:478,startstep:495,stat:[12,54,172,280,294,363,391],statcoul:494,statcoulomb:494,state:[],statement:[3,467,468],stationari:[],statist:[3,6,12,39,41,64,208,215,216,217,232,233,239,240,241,284,285,289,294,299,302,314,325,326,327,363,365,372,391,392,399,416,461,464,471,477,479,483,486,487],statu:[3,12,54,60,123,172,219,224,240,386,468,483],statvolt:494,std:12,stdin:[3,12,354],steadi:[6,253,260,289],steelblu:194,steep:452,steepest:[7,362],steer:[7,9,219,222,303],stegailov:326,steinhardt:[63,108],steinhaus:490,stencil:[3,242,355],step:[1,2,3,6,8,10,11,12,13,14,15,16,17,18,19,39,71,91,97,98,112,118,119,130,143,154,164,166,191,192,193,194,195,197,198,199,203,204,206,207,208,209,210,211,212,214,215,216,217,218,220,221,224,225,228,229,231,233,236,237,240,253,269,280,281,287,288,289,290,291,292,300,302,303,304,314,316,319,320,321,322,323,324,325,326,327,328,329,336,337,339,354,355,361,363,365,366,391,397,401,419,422,432,433,440,464,466,467,471,473,474,476,477,478,483,484,486,487,490,495,499],stepani:303,stepwis:87,stesman:321,steve:[0,5,7,13],steven:217,stiff:[6,40,51,215,216,281,282,363,429,490],stile:388,still:[1,3,6,9,11,12,13,14,17,38,41,61,71,92,110,118,166,172,188,189,191,194,198,199,214,235,239,269,290,294,314,326,339,355,356,361,383,393,398,399,402,406,416,428,432,434,442,450,469,471,477],stilling:[3,5,7,15,88,144,394,421,430,450,451,458,481],stipul:236,stl:[9,71,307,310],stl_surf:310,stochast:[4,7,9,197,233,314,321,336,392],stoddard:390,stoichiometri:440,stoke:[242,330],stoll:[239,241],stone:[9,19,356,390],stop:[],stopstep:495,stopthresh:[41,214],storag:[3,12,15,328,370,481],store:[],store_st:315,storm:12,stouch:7,str:495,straatsma:6,straddl:[3,59,61,158,237,299,311,337,469,473,479],straight:299,straightforward:[13,395,490],strain:[2,3,6,59,80,123,126,127,132,133,134,138,139,190,218,220,253,255,260,416,417],strang:[188,193,495],strategi:[],stratford:242,strcmp:339,stream:[3,6,114,143,148,151,152,193,203,220,232,233,239,240,276,285,294,314,496],streamlin:[12,477],streitz:[],streiz:387,strength:[3,9,142,162,173,193,298,331,335,376,402,433,434,481],stress:[],stretch:[3,54,59,119,215,303],strict:441,strictli:[6,41,188,214,253,289,321,469],stride2:495,stride:[194,233,476,485,495],strietz:387,strike:221,string:[2,3,6,11,12,41,168,191,192,194,206,207,208,209,210,211,212,214,231,287,300,339,357,369,419,430,431,432,441,465,467,469,479,480,486,487,495],strip:495,strong:[290,372],stronger:6,strongest:[416,417],strongli:[1,6,13,221,299,302,326,422,490],structrur:3,structur:[],structured_point:300,strucur:73,stuart:[290,291,372,386,440,450],stub:12,stuck:218,student:284,studi:[6,106,409,440],studio:[],stukowski:[204,393],style1:[33,50,181,347,402,469],style2:[33,50,181,347,402,469],style:[],style_nam:[255,256],stylecomput:440,stylist:8,sub1:480,sub:[1,3,4,6,7,8,9,11,12,13,18,33,37,39,40,41,42,50,55,58,61,63,68,87,91,109,142,162,170,181,187,192,193,194,198,199,214,218,220,255,256,260,281,289,294,299,302,326,327,335,337,347,350,358,360,370,375,386,392,398,399,401,402,405,424,432,433,434,440,456,457,462,466,469,472,478,486],subbox:[119,193,194],subcutoff:405,subdirectori:4,subdivis:242,subdomain:242,subequ:11,subgroup:[191,498],subinterv:192,subject:[6,41,171,214,456],submit:[],subramaniyan:13,subroutin:370,subscript:[11,326,340,396,458,495],subsequ:[6,11,12,41,59,104,169,194,208,214,218,231,321,326,327,328,358,369,393,450,467,469,470,476,479,480,489,495,499],subset:[6,11,12,16,41,80,142,191,194,214,251,255,257,258,259,260,261,262,263,285,286,290,299,365,370,372,377,402,424,463,466,469,471,474,478,495],substanti:[6,16,451,478],substep:255,substitut:[1,2,3,12,191,238,365,369,395,424,467,480,495],substract:387,substrat:[170,218,255,257,258,259,261,262,263,286,299,469],substyl:[415,478],subsystem:326,subtl:[95,97,98,233],subtleti:154,subtract:[3,6,54,63,71,91,95,98,103,104,106,114,143,145,146,147,148,149,150,151,152,154,155,156,157,158,160,161,191,197,206,231,232,235,239,240,241,243,247,251,276,283,299,337,366,414,469,479,487,495,496],succe:12,succeed:[207,208],succes:208,succesfulli:3,success:[2,6,11,12,14,15,118,191,194,204,207,218,221,231,269,285,299,314,321,339,363,365,467,468,476,477],successfulli:[3,11,191,221,467,480],successulli:11,successv:474,sucessfulli:3,sudden:36,suddenli:335,sudo:[11,12],sufac:42,suffer:[16,17,18,329,335,370],suffici:[2,3,7,17,18,41,61,71,192,210,214,253,255,281,314,321,328,331,339,406,424,469,490],suffix2:12,suffix:[],suggest:[0,6,7,12,253,289,467,490],suit:[7,9,13,199,242,395],suitabl:[4,12,13,17,54,87,191,217,288,318,377,384,399,415,419,432,433,464,483],sukumaran:208,sum:[3,6,8,9,12,40,70,71,76,80,83,88,89,90,92,95,99,104,106,108,109,111,112,114,118,119,125,141,142,143,145,148,149,150,151,154,155,156,157,158,160,162,164,165,166,206,207,209,210,211,212,221,229,232,239,240,245,280,281,285,289,294,299,300,303,313,324,326,328,331,335,337,355,356,363,375,387,391,395,396,405,407,410,419,432,433,441,457,467,487,490,495,496],summar:[6,396,440],summari:[],summat:[6,9,42,70,88,108,355,356,381,387,393,394,407,411,422,440,451,453,454,455,458],summer:[3,13,210,432,433],sumsq:119,sun:[21,43,175,340,383,424,433],sunderland:17,sup:[281,289,294,386,440,490],supercomput:[12,18,467],superpos:[402,450],superposit:7,supinski:422,supplement:[233,432,433],supplementari:[219,398,434],suppli:[12,188,231,253,326],support:[1,3,6,7,8,9,11,12,13,14,15,16,17,18,19,40,41,42,61,87,88,103,109,191,192,193,194,195,198,199,200,201,206,214,217,218,219,226,229,233,234,237,239,240,241,242,250,253,255,257,258,259,260,261,262,263,274,275,276,277,278,280,281,286,289,291,293,298,299,301,304,305,306,307,308,310,311,313,317,318,319,320,324,329,331,335,353,354,355,356,362,363,364,370,371,372,373,374,375,376,377,378,379,380,381,382,383,385,386,387,388,390,391,392,393,394,395,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,427,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,451,452,453,454,455,456,457,458,460,461,462,466,470,471,472,476,478,479,480,482,483,489,490,494,495,498,499],suppos:[3,8,396,495],suppress:[6,12,166],sure:[6,8,11,13,14,188,198,199,218,299,302,336,393,452],surf:169,surfac:[2,3,4,6,8,9,40,42,57,70,120,142,166,168,171,193,197,221,228,237,242,245,280,291,298,307,310,311,314,321,326,331,335,336,365,377,402,416,417,422,438,440,457,461,466,472],surface_mov:326,surfact:[388,397],surpris:395,surrog:9,surround:[38,56,70,168,188,194,218,255,257,258,259,261,262,263,280,286,299,452,490],suspect:3,suspens:[416,417],sustain:[191,218,399],suzuki:[255,299],svg:6,svn:[7,11,12],sw_exampl:431,swamp:299,swap:[],swegat:325,swiggl:[3,252,331,334,336,472,495],swiler:[142,441],switch7_section_start:397,switchflag:[142,441],swm4:490,swol:53,swope:6,sxx:194,sy0302:9,symbol:[6,12,120,167,296,377,395,441],symmetr:[6,70,87,94,114,133,134,135,138,139,140,143,198,199,218,255,256,322,329,371,384,390,393,453,455,495],symmetri:[3,5,6,7,8,63,64,70,92,108,170,191,253,280,340,356,371,469,490],sync:[3,6,488],synchron:[1,233,365,488],synechococcu:7,syntax:[],sysdim:281,sysmt:17,sysstem:377,syst:440,system:[],system_:282,systemat:[6,9,208,231,239,422],systemx:3,t10:484,t11:484,t12:484,t13:484,t14:484,t15:484,t3e:12,t_chain:3,t_corr:3,t_correl:464,t_dephas:464,t_e:326,t_e_min:326,t_equil:[323,324],t_event:[3,464,483],t_hi:483,t_infil:326,t_init:[289,326],t_iter:3,t_j:29,t_lb:242,t_lo:483,t_order:3,t_oufil:326,t_out:326,t_outfil:326,t_qm:289,t_switch:[323,324],t_target:379,ta06a:441,ta4:422,ta5:167,ta6:422,tab:[2,469],tabbernor:120,tabinn:424,tabul:[3,7,13,22,37,38,44,55,56,65,71,79,93,188,314,355,371,377,378,380,381,382,383,384,387,393,395,407,411,418,427,430,433,435,450,452,453,459,471],tabular:430,tabulate_long_rang:433,tad:[],tadmor:9,tag:[203,490],tagint:3,tail:[3,87,112,162,371,372,373,374,375,376,377,378,379,380,381,382,383,385,386,387,388,390,391,392,393,394,395,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,427,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,457,458,460,461,462,487,495],tailor:[71,327],tait:[9,447,448],taitwat:[],take:[1,2,3,6,11,12,17,20,21,22,23,24,25,26,27,28,29,30,31,32,35,38,39,40,41,42,43,44,45,46,47,48,49,51,53,54,56,59,77,87,89,91,111,114,115,118,119,143,145,155,162,166,172,174,175,176,177,178,179,180,182,183,185,186,188,191,193,194,198,199,200,213,214,218,220,227,230,234,238,239,240,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,291,299,301,302,311,312,313,314,316,317,318,319,327,330,334,337,340,341,342,343,345,346,349,351,355,356,360,370,371,372,374,377,378,379,380,381,382,383,384,385,386,387,390,391,393,394,396,397,398,399,400,401,405,407,408,409,410,411,412,413,414,415,416,420,422,425,426,427,429,432,433,434,435,440,442,449,451,452,453,454,455,456,457,458,460,461,462,463,467,470,472,477,478,479,486,487,488,495],taken:[6,59,150,168,190,217,221,231,232,233,239,240,241,242,285,289,292,326,345,393,395,398,451,458,464,478,479],talk:[6,7],talli:[],tan:[194,495],tandem:[4,16,299],tang:422,tangent:[42,254],tangenti:[6,110,314,332,336,376,399],tanh:326,tantalum:[4,422,441],taper:[3,292,418],tar:12,tarbal:[0,8,11,12],target:[3,6,7,8,9,11,12,17,39,41,194,202,214,218,219,221,231,232,233,239,240,241,255,256,257,258,259,260,261,262,263,274,275,276,277,278,282,286,289,294,299,303,312,317,318,319,320,325,326,329,330,333,353,356,379,391,464,475,477,496],target_fil:325,task:[1,6,7,12,13,14,15,16,17,18,54,194,236,282,327,370,467,488],taskset:16,tatb:[4,295],tatom:490,tau:[3,157,208,239,240,242,255,286,299,317,318,323,324,326,489,494],tau_1:232,tau_k:232,tau_n_k:232,tb3:167,tbead:160,tbp:377,tchain:[255,256,260,276,277,299],tcl:294,tcom:240,tcsh:[11,12,384],tdamp:[239,255,256,260,299,317,318],tdephas:464,tdrude:[153,224,240,490],teal:194,tech:[7,9,13],technic:[6,7,9,242,292,314,433],techniqu:[6,7,9,87,197,218,253,289,299,330,333,356,424,452,490],technolgi:9,technolog:[9,14,19,236],tell:[2,6,11,12,37,55,187,197,281,350,366,432,433,450,467,471,490],telsa:17,temeperatur:11,temp:[],temp_drud:490,temp_eff:98,tempcom:[146,147,161],temper:[],temperar:282,temperatur:[],temperature_definit:203,tempfix:484,templ:[7,9,18],templat:[3,8,13,17,19,40,168,169,171,221,231,285,299,302,364,469],templeton2010:203,templeton2011:203,templeton:[9,203],tempor:232,temporari:[2,476],temporarili:[188,298,482,483],ten:14,tend:[29,255,280],tensil:[7,220],tensor:[3,6,8,63,82,83,89,90,91,94,107,114,129,132,133,134,135,138,139,140,142,143,144,145,146,147,148,149,150,151,152,154,155,156,157,158,159,160,161,218,242,245,255,256,260,284,286,299,329,355,356,364,395,416,417,422,437,439,487,495],tenth:[129,354],term:[0,1,3,5,6,7,8,9,12,20,21,22,27,38,40,45,46,61,87,88,89,91,112,114,143,144,146,147,156,161,162,175,176,177,188,194,198,199,205,207,209,212,220,226,232,233,234,239,240,241,242,254,255,256,257,258,259,260,261,262,263,274,275,276,278,282,286,289,298,299,312,317,318,319,326,328,330,332,340,341,351,355,363,366,371,372,377,378,379,380,381,382,383,385,386,387,388,389,390,391,393,394,395,396,398,399,400,407,411,414,415,416,417,419,420,421,422,424,427,434,440,449,451,453,454,455,458,461,478,479,481,487,490],termin:[120,255,363,365,437,439,468,477],termostat:318,terrel:362,terri:7,tersoff:[],tersoff_1:[453,454,455],tersoff_2:[453,454,455],tersoff_mod:454,tertiari:180,tessel:[9,166],test:[],test_descriptor_str:3,testf:188,testu:188,tether:[6,297,303,311,313,324,397],tetot:[9,440],tex:8,texa:429,texas_holdem:298,text:[2,3,4,6,7,8,12,13,38,41,56,188,191,193,194,197,203,206,207,208,209,210,211,212,214,219,236,287,325,326,338,356,358,365,393,396,406,419,441,452,465,469,470,486,495,497],textur:17,tfac_insert:231,tfactor:[3,194],tfinal:495,tfix:298,tfmc:[],th4:167,than:[1,2,3,6,8,9,11,12,13,14,15,16,17,18,27,38,39,40,41,42,56,57,58,59,61,63,68,71,76,86,88,92,106,108,110,114,117,118,121,143,166,169,170,171,177,188,190,191,192,194,197,202,204,206,209,210,211,212,214,215,216,217,218,220,221,222,225,228,231,232,233,234,237,238,239,242,253,280,281,285,286,287,288,289,290,292,294,297,298,299,300,303,304,310,311,312,314,318,319,321,322,326,329,330,331,332,333,334,335,336,337,339,355,356,361,362,363,364,365,366,367,370,375,376,377,378,380,381,382,393,395,398,399,405,416,417,419,424,432,433,434,440,442,449,450,451,452,455,457,459,461,462,464,465,466,467,469,470,471,472,473,474,477,478,481,483,484,486,495,496,497],thank:[236,453,455],thb:433,thb_cutoff:433,thb_cutoff_sq:433,thei:[0,1,2,3,4,6,7,8,11,12,13,15,16,17,20,21,23,24,25,26,27,28,29,30,31,32,35,37,38,39,40,41,42,43,45,46,47,48,49,51,53,54,55,56,57,59,61,63,64,66,68,70,71,74,75,81,82,84,87,89,90,91,94,104,105,107,110,111,114,116,117,118,119,121,142,145,146,148,150,151,154,155,161,163,165,168,170,171,172,174,175,177,178,179,180,182,183,185,186,187,188,191,193,194,197,198,199,200,202,205,206,207,209,210,211,212,213,214,215,216,217,218,220,221,226,227,230,231,232,234,235,236,239,240,242,245,252,255,257,258,259,260,261,262,263,264,265,266,267,272,274,275,276,278,284,285,286,287,288,290,291,298,299,300,301,302,314,315,317,318,319,321,325,326,328,329,330,332,334,335,337,339,340,342,343,344,345,346,349,350,351,353,355,356,358,360,362,363,364,365,366,369,370,371,372,374,375,376,377,378,379,380,381,382,383,384,385,386,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,405,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,425,426,427,429,430,432,433,434,435,440,441,442,449,450,451,452,453,454,455,456,457,458,459,460,461,462,465,467,469,470,471,472,473,474,478,479,481,482,487,490,495,497,498],them:[1,2,3,4,6,7,8,9,11,12,13,14,17,39,40,41,54,59,71,91,104,109,116,119,121,144,170,175,191,193,194,195,205,206,207,209,210,211,212,214,217,218,220,228,236,239,240,251,255,257,258,259,260,261,262,263,274,275,278,280,286,288,296,297,298,299,302,314,317,318,319,321,325,326,328,332,333,334,336,337,340,356,358,364,365,366,370,371,377,384,393,396,398,402,405,424,434,442,457,464,467,469,476,481,484,490,495,496],themselv:[6,11,171,198,199,214,240,355,356,365,367,371,377,387,393,415,419,420,421,441,495],theor:321,theorem:[232,239,377],theoret:[106,236,289,451],theori:[3,6,9,12,40,142,203,219,233,255,281,355,356,377,422,461,483],thereaft:[71,247,283,299,322,329,467],therebi:[327,416,417],therefor:[3,6,12,64,87,153,224,231,240,242,302,321,356,389,431,433,451,456,478,490],therein:[6,419],thereof:87,thermal:[],thermo:[],thermo_modifi:[],thermo_p:[3,63,111,467,487],thermo_press:[63,114,218,224,255,257,258,259,260,261,262,263,286,486,487,490],thermo_styl:[],thermo_temp:[63,114,145,217,218,231,255,257,258,259,260,261,262,263,274,275,276,278,281,286,317,318,319,486,487,490],thermoberendsen:6,thermochem:494,thermochemistri:395,thermodyam:[487,494],thermodyanm:[63,217,314,337,478],thermodynam:[],thermophys:424,thermost:[6,150,202,219,224,240,333,490],thermostat:[],thermostatequ:6,thesi:[355,356,416,431],thess:378,theta0:[20,21,24,26,27,28,32,33,35,36,142,177,298,349],theta0max:142,theta10:377,theta1:[175,340,377],theta2:[175,340,377],theta3:[340,377],theta4:377,theta5:377,theta6:377,theta7:377,theta8:377,theta9:377,theta:[3,6,26,27,37,38,63,65,80,92,108,142,167,168,177,190,193,234,294,298,326,340,349,401,430,454,469,472,479],theta_0:426,theta_:[349,377],theta_c:401,theta_ijk:377,theta_ijl:340,theta_jik:[420,421],theta_pi:377,theta_sigma:377,thex:290,thi:[0,1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,419,420,421,422,423,424,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,490,491,492,493,494,495,496,497,498,499],thick:[71,120,193,210,472],thie:112,thijss:321,thin:[118,193],thing:[3,6,11,12,54,68,71,218,255,286,299,314,466,467,471,495],think:[3,6,7,8,11,13,194,299,337,342,346,358,363,402,432,433,452,467,471,474,495],third:[6,9,12,29,91,136,142,143,166,206,207,209,210,211,212,232,296,311,312,326,386,396,419,426,456,458,464,465,467,469,472],thirumalai:180,thistl:194,tho:394,thole:[],thompson:[0,5,7,9,13,114,142,143,290,358,441],thoroughli:9,those:[1,2,3,4,5,6,7,8,12,13,17,18,20,21,23,24,25,26,27,28,29,30,31,32,33,35,38,39,40,42,43,45,46,47,48,49,50,51,53,54,56,61,71,72,77,87,91,92,108,110,111,112,114,118,142,143,145,148,155,158,168,172,174,175,177,178,179,180,181,182,183,185,186,188,190,191,193,194,204,205,206,207,210,211,212,218,220,221,228,234,236,237,238,239,245,252,254,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,285,288,291,299,316,323,324,328,332,333,334,337,338,340,342,343,345,346,347,349,351,355,356,363,365,366,370,371,372,374,378,379,380,381,382,383,384,385,386,387,390,391,393,394,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,419,420,424,425,426,427,429,432,433,434,435,441,442,450,451,452,453,454,455,457,458,460,461,462,464,466,467,469,471,472,473,474,476,478,479,481,483,486,487,488,490,495,498,499],though:[6,8,12,39,40,63,71,91,105,168,191,194,204,210,215,216,218,220,225,256,297,299,301,310,322,329,339,355,358,365,391,392,393,395,396,398,399,415,416,424,458,464,469,471,472,477,481,488,495],thought:[151,239,276,299,330,331,362,399,406,490],thread:[1,3,9,12,16,17,18,236,327,353,370,482,488],threads_per_atom:3,three:[1,3,6,54,63,74,87,91,92,106,119,120,121,132,142,146,167,168,180,197,217,218,223,243,255,260,281,286,290,299,314,321,323,326,344,345,349,355,356,364,370,371,372,377,393,394,396,398,399,403,406,419,420,421,422,426,430,433,434,440,441,451,453,454,455,458,467,469,472,495],threebodi:451,thresh:[41,191,193,194,214,467],threshhold:[3,41,193,214,337,467],threshold:[3,41,86,194,214,280,366,433,464,483],thrid:467,through:[3,6,7,9,11,12,63,168,191,195,218,229,231,236,237,242,244,245,246,255,256,282,290,307,321,326,331,354,361,372,394,395,399,405,407,422,435,440,442,449,456,464,467,470,480,486,490],throughout:[6,16,118,120,327,370,422,469],thru:[3,6,7,11,12,66,74,75,81,89,90,94,104,105,106,107,163,190,191,194,209,252,314,334,339,354,363,369,472],thrust:1,thu:[1,2,3,6,8,9,11,12,18,33,38,39,41,42,50,59,61,63,64,66,67,70,71,72,73,75,77,81,88,90,91,92,94,104,105,107,108,110,111,115,116,117,118,119,142,143,144,148,151,156,158,163,164,165,168,170,171,172,176,181,187,188,190,191,193,194,195,197,198,199,200,201,205,206,207,209,210,211,212,213,214,215,216,217,218,220,221,224,226,228,232,233,234,235,236,237,239,240,245,250,255,260,271,280,286,288,290,294,297,299,300,301,302,303,307,308,311,312,313,314,315,317,318,319,321,322,325,326,328,329,330,331,334,335,336,337,339,340,347,355,356,358,361,363,364,365,369,370,371,372,375,377,378,379,380,381,382,383,384,385,386,387,391,392,393,394,395,396,397,398,399,402,403,404,405,407,411,415,416,417,419,420,421,422,424,425,427,429,430,431,432,433,434,440,441,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,462,464,466,467,469,470,471,472,473,474,476,477,478,479,481,483,484,485,486,487,488,490,494,495,496,497,498],thumb:[8,10,17,168,190,252,299,370,385,472,478],thz:294,ti2:167,ti3:167,ti4:167,tight:[9,377,440],tightli:288,tij:390,tildeslei:[29,87,390],tile:[3,6,41,62,168,214,405,457,466,495],tilt:[3,6,57,58,59,71,156,170,191,194,210,218,220,221,234,253,255,256,280,289,356,358,458,469,472,487],time:[],time_integr:203,timedelta:207,timelin:5,timer:[],timescal:[3,205,206,207,209,210,211,212,253,289,294,395,464,478],timespan:[239,240,255,286,299,317,318],timestamp:[3,474],timestep:[],timesteppnig:302,tin:[386,387],tine:[],tinfoil:356,tini:[72,118,168,363,377,496],tinker:7,tio2:440,tio:440,tip3p:[],tip4:6,tip4p:[],tip:[],tirrel:331,titan:15,titer:299,titl:[206,207,208,209,210,211,212,287,433],title1:[206,207,208,209,210,211,212],title2:[206,207,208,209,210,211,212],title3:[206,207,209,210,211,212],tji:390,tl1:167,tl3:167,tlbr_msw:430,tlo:483,tloop:[255,256,260],tlsph:[],tlsph_defgrad:[],tlsph_strain:[],tlsph_strain_rat:[],tlsph_stress:[],tm3:167,tmax:[3,225,483],tmd:[],tmd_dump_fil:325,tmdatom:325,tmin:225,tmp1:[209,212,480],tmp2:[209,212,480],tmp3:480,tmp:[6,12,41,66,68,69,75,90,94,105,107,116,118,148,163,165,191,193,194,214,288,299,322,329,369,476,480,495],tobia:[255,256,299],todd:276,toe:162,toff:[364,469],togeth:[2,3,6,11,12,17,39,41,71,117,143,148,162,169,191,198,199,206,209,214,218,224,233,240,255,286,299,303,308,311,314,332,336,337,397,402,467,472,477,490,498],toggl:[59,172,476],togheth:3,togther:3,tol:[302,314,355,451],toler:[3,218,290,291,292,302,314,363,365,451,464,483],toma:9,tomato:194,tong:[9,13],too:[1,3,6,7,39,41,64,67,70,72,73,77,88,92,108,142,156,169,171,193,208,214,215,216,218,221,228,231,235,255,281,286,290,294,296,302,314,321,322,326,329,356,365,366,370,391,405,464,472,483,486,490,495],took:[71,442],tool:[],toolkit:[6,7,13,14,15],top:[0,3,8,9,11,12,13,59,151,190,197,213,220,235,242,254,276,300,333,334,336,365,370,432,433,441,469,473,479],top_group:308,top_veloc:308,topic:[495,498],toplog:[3,466],topolgi:40,topolog:[2,3,6,7,8,12,13,39,40,87,110,117,171,172,194,215,216,236,284,364,402,424,466,469,470,471,473,474,481],topwal:213,torder:299,torqu:[],torsion:[6,175,176,187,372,432,433],torsion_flag:372,tosi:378,tot:[294,440],total:[3,6,11,12,14,15,16,17,18,39,41,42,63,71,81,88,89,90,91,99,103,104,105,106,109,111,112,119,124,125,126,127,129,130,131,132,133,134,135,142,143,145,148,149,150,151,154,155,156,157,158,160,162,164,165,166,191,197,200,201,204,206,208,209,210,211,213,214,216,222,224,226,229,230,231,232,237,239,240,241,242,243,245,253,255,256,260,271,281,282,284,285,289,294,296,298,299,300,301,303,305,308,311,313,322,323,324,326,329,331,335,355,363,364,365,366,367,370,371,373,375,377,386,393,395,399,419,420,421,422,430,432,433,437,440,441,457,464,466,467,469,471,477,478,483,484,487,488,495],touch:[12,237,332,471],toukmaji:[356,390],toward:[9,29,166,193,197,221,222,237,242,254,260,280,297,311,325,327,349,365],toxvaerd:412,tpa:370,tparam:299,tpartial:148,tpc:370,tpcpu:487,tperiod:299,tptask:[16,370],tqx:[115,191,316],tqy:[115,191,316],tqz:[115,191,316],trace:395,track:[3,7,12,216,220,242,326,336,464,469,475,483,487,495],track_displac:203,tracker:236,trade:[6,12,291,355,356,387,407,411,478,483],tradeoff:424,tradit:[6,9,356],traffic:12,trail:[2,22,44,77,87,118,162,172,176,194,198,199,299,341,360,364,365,384,396,419,433,441,463,469,477,479],train:433,traingul:310,traj:219,traj_titl:433,trajectori:[3,6,12,39,87,191,236,255,257,258,259,261,262,263,264,265,267,268,270,272,273,274,275,276,277,278,282,299,302,303,307,327,336,391,424,433,471,479,490,494],tran:[179,180],transfer:[1,6,16,203,224,236,238,322,326,329,355,370,377,422,490],transform:[],transit:[6,9,86,254,303,325,365,388,415,421,422,455,464,483],translat:[3,6,61,63,95,96,97,98,99,146,147,148,152,161,206,231,235,239,240,245,255,261,262,263,274,275,278,282,299,317,318,319,321,358,395,469,487],transmiss:236,transmit:[6,236],transpar:[14,17],transport:[203,326,443],transpos:12,trap:[3,6,91,164,207,237,328,495],trapezoid:[207,495],trate:[3,220,236],travel:314,treat:[2,3,6,8,17,40,42,71,82,84,85,143,146,150,161,172,189,206,207,209,212,221,230,256,281,284,285,299,314,326,328,335,339,354,355,363,364,366,375,376,389,395,396,398,401,405,420,421,422,434,457,469,472,474,477,479,490,495],treatment:[9,294,389],tree:[3,284,415],tref:392,tri:[],tri_surfac:[],trial:[221,231,373,478],triangl:[2,3,6,7,40,42,82,115,136,166,193,197,273,299,310,314,438,450,457,469,479],triangleflag:469,triangul:[2,6,13,310,438],triangular:[4,6,42,82,115,218,273,310,438,469],tricki:[466,490],triclin:[],triflag:6,trigger:[3,11,12,62,86,214,217,231,363,487],trigon:25,trilinear:242,trilino:17,trim:[3,470],tripflag:432,tripl:[2,142,220,377,432,465,467],triplet:[3,34,37,394,426,430,451,453,454,455,458],trivial:[8,11,290],trj:433,trott:[7,9,14,17,142,441],troubl:[11,12],truli:8,truncat:[3,5,6,12,71,288,294,331,335,362,374,387,395,399,407,409,412,424,429,440,479],trung:15,tscale:[3,253,289],tschopp:67,tsige:381,tsrd:[314,336],tstart:[232,233,239,241,255,256,299,317,318,319,320,391,475],tstat:[],tstop:[232,233,239,241,255,256,299,317,318,319,320,391,475,483],tsuzuki:[73,458],tthi:129,ttm:[],ttm_mod:326,tucker:[142,441],tuckerman2006:[],tuckerman:[255,256,277,282,299,478],tune:[],tunnel:282,turkand:108,turn:[3,4,6,12,22,33,37,39,44,50,54,55,59,65,69,71,110,117,142,167,172,176,181,187,193,194,197,204,215,216,217,218,231,236,255,269,284,287,288,299,314,341,347,350,355,363,365,366,368,370,372,389,401,402,419,424,433,449,450,465,469,471,476,481,482,487,488,492,497],turquois:194,tutein:372,tutori:[6,9],tweak:[12,168,236,370],twice:[3,6,16,17,63,88,174,194,197,198,199,218,252,255,292,370,376,402,467,469,476],twin:67,twist:[416,417],two:[1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,22,38,39,41,42,44,54,56,57,59,61,63,65,68,69,71,76,77,79,87,88,92,93,104,109,110,115,116,117,118,119,120,142,144,146,150,151,153,154,156,162,166,167,168,169,171,176,190,191,192,193,194,197,198,199,204,205,206,207,209,210,211,212,214,215,216,217,218,221,224,228,231,232,233,235,237,238,239,240,242,245,254,255,256,260,280,281,282,285,286,288,289,290,294,296,299,303,311,314,321,322,324,326,329,332,335,337,339,341,351,355,356,358,360,361,363,364,365,368,370,371,372,373,375,377,378,379,380,381,384,385,386,387,389,390,391,392,393,394,395,396,398,399,402,405,406,407,411,415,416,417,419,422,424,427,430,431,432,433,434,436,440,441,442,449,450,451,453,454,455,456,457,458,461,462,463,464,466,467,469,470,471,472,473,476,479,481,482,483,484,486,487,490,494,495,496,497,498,499],two_temperatur:203,twobodi:[453,455,458],twogrid:3,twojmax:[142,441],twolevel:[3,466],txt2html:8,txt:[8,13,191,195,287,288,326,353,364,406,440,459,474,495],typcial:[41,214],type1:[77,120,167],type2:[77,120,167],type:[],typei:405,typej:405,typen:[77,120,167],typic:[1,2,3,6,7,8,10,11,12,13,14,15,16,17,18,29,39,40,41,45,46,55,57,59,61,63,70,71,86,87,103,109,121,130,162,166,168,169,171,191,192,193,194,197,198,199,200,202,203,206,208,214,215,216,217,218,220,221,226,228,229,231,234,240,255,269,281,284,285,288,290,292,298,299,302,304,306,314,321,329,330,336,355,358,362,363,364,365,366,367,370,382,384,385,387,397,398,401,402,406,407,411,416,417,419,424,434,437,439,450,452,455,464,465,467,469,470,471,472,478,481,483,484,486,494,495,497,499],typicali:12,tzou:326,u_f:242,u_ij:430,u_prom:377,uberuaga:[254,365],ubiquit:[11,377],uhf:373,uiuc:[9,17],uloop:[3,282,365,369,495],ulpsh:[],ulsph:[],ulsph_num_neigh:[],ultim:483,ultra:166,umbrella:[],umin:[26,27,48,49,177],unabl:[3,11,41,214],unaffect:[191,218,255,299,470,481,486],unalt:[198,199,269],unambigu:[71,210,458],unari:[339,495],unbalanc:3,unbias:[156,395],unbond:[216,469],unbroken:80,uncertainti:40,unchang:[59,218,221,254,255,257,258,259,261,262,263,271,286,299,469,470,473,479],uncharg:[40,356],uncom:[1,4],uncompress:[12,71,193],uncomput:[],uncorrel:[232,321,464],uncoupl:282,undefin:[3,12],under:[0,5,6,7,8,9,10,12,18,21,22,44,142,175,176,193,236,253,255,285,289,290,340,341,360,395,415,433,441,467,483,490],underestim:166,underflow:193,undergo:[6,86,87,104,156,232,239,240,255,303,314],undergon:[217,314],underli:[6,9,12,17,70,193,255,326,358],undermin:39,underpredict:6,underscor:[2,3,63,197,217,218,253,255,257,258,259,260,261,262,263,274,275,276,278,286,288,317,318,319,339,364,495],understand:[1,6,8,231,256,422],understood:[191,377],undesir:[59,218,220,255,299],undetermin:314,undisturb:[416,417],undo:[172,236],undump:[],unexpect:[3,475],unfix:[],unfix_flux:203,unfold:312,unfortun:[327,477,478],uniaxi:[3,146,260],uniform:[7,16,41,88,118,203,214,215,216,239,242,245,256,321,392,398,434,464,466,495,496],uniformli:[59,118,190,242,285,326,430,452,496],uninstal:12,uninterrupt:[204,221,231,252,253,255,257,258,259,260,261,262,263,274,275,276,277,278,288,289,299,303,313,316,324,326,332],union:[3,6,40,194,335,337,469,472],uniqu:[3,6,7,8,9,12,39,71,124,208,232,233,239,240,260,288,294,296,365,393,395,469,495,496],unit:[],unit_styl:3,uniti:[394,424,445],unitless:[64,67,70,71,116,173,206,210,211,220,231,253,255,289,332,363,373,399,427,429,451,453,454,455,458,494],unitlesss:[78,80,113],univ:[9,13],univers:[3,6,9,12,13,18,87,236,355,356,365,369,416,421,429,431,455,463,466,495],universit:[9,13],unix:[12,17,238,480],unknown:[3,12,64,73,469],unless:[2,3,9,11,12,15,16,55,57,67,104,120,153,167,168,191,194,195,202,218,221,231,239,255,257,258,259,261,262,263,285,286,299,314,325,357,363,385,424,452,467,472,476,481,495],unlik:[12,33,50,59,89,158,168,181,191,208,239,255,260,286,292,294,317,318,319,347,354,355,371,377,393,396,401,402,406,419,420,421,433,441,450,466,471,476,481,495,499],unlimit:430,unlucki:3,unmark:7,unmodifi:315,unnecessari:16,unoccupi:326,unoptim:193,unpack:[0,8,11,370],unpack_bord:8,unpack_border_bodi:8,unpack_border_hybrid:8,unpack_border_vel:8,unpack_comm:8,unpack_comm_bodi:8,unpack_comm_hybrid:8,unpack_comm_vel:8,unpack_exchang:8,unpack_restart:8,unpack_revers:8,unpack_reverse_comm:8,unpack_reverse_hybrid:8,unpad:194,unperturb:87,unphys:[3,6,240,255,299,469],unpredict:[297,479],unpublish:422,unrecogn:3,unrel:[8,9,13,174],unreli:424,unrestrain:298,unrestrict:373,unscal:[3,115,162,191,316,470],unset:[355,395],unshift:390,unsmooth:413,unsolv:[367,382],unsort:194,unspecifi:[220,469],unsplit:490,unstabl:[3,242],unstrain:220,unsuccess:[3,285],unsuffici:[],unsupport:3,untar:12,until:[2,3,6,12,14,38,39,41,56,71,121,188,193,214,218,221,231,236,285,307,314,316,323,339,354,355,366,369,370,377,399,452,464,469,470,474,475,477,483,494,495],untilt:472,unus:377,unusu:[3,8,366],unwant:[3,168,355],unwrap:[3,66,74,75,81,89,90,94,104,105,107,115,143,163,191,194,195,205,217,219,236,252,299,311,316,469,470,473,479],unwrapexpand:191,unzip:12,up_intern:193,updat:[0,3,6,8,12,13,125,126,127,137,138,139,140,190,191,197,204,215,216,224,229,232,239,240,242,244,245,248,249,252,253,255,256,257,258,259,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,284,286,288,289,294,299,306,307,316,317,318,319,321,326,337,370,377,390,422,424,432,433,439,464,469,471,479,480,483,490],upenn:[11,13],upgrad:12,upon:[6,204,236,377,456,483],upper:[2,3,41,57,59,71,88,104,106,144,157,164,190,194,207,208,210,211,214,218,224,240,242,255,289,294,331,332,337,338,363,399,440,472,496],upsid:6,upsilon:398,upto:[3,471,477],upward:221,urbana:[236,355,356,416],urey_bradlei:20,usa:9,usabl:[12,231,393],usag:[3,6,8,240,280,294,314,402,415,469],use_ldg:17,usec:489,useful:370,user:[],user_misc:[30,31,35,178,183,186,345],userguid:9,usr:[11,12,14,470],usual:[2,3,6,9,12,14,17,18,24,28,32,35,36,47,61,71,87,119,146,147,148,153,161,166,185,191,193,198,199,204,206,217,218,219,220,231,234,239,241,253,260,281,289,290,296,298,299,314,322,326,329,331,335,339,346,353,365,366,370,382,385,388,390,398,402,403,406,415,416,417,424,426,436,437,438,439,441,449,451,456,464,468,470,474,478,480,483,486,487,495,499],util:[8,12,17,18,370,398,488],utilizi:12,utilz:[12,488],utsa:429,utsph_strain_r:139,uttormark:13,uuml:281,uwo:9,v11:6,v22:6,v33:6,v_0:[3,326],v_2:422,v_3:422,v_4:422,v_a:[8,220],v_abc:[467,487,495],v_area:[2,495],v_atomfil:479,v_c:162,v_cluster:288,v_dc:162,v_delta:87,v_dhug:[253,289],v_diff:[164,328],v_displac:220,v_dk:162,v_dlj:162,v_drai:[253,289],v_dx:[252,472],v_dy:[252,472],v_dz:252,v_e_hbond:401,v_ea:[432,433],v_eb:[432,433],v_eqeq:[432,433],v_espac:200,v_f:467,v_fac:467,v_flux:235,v_foo:[467,495],v_ij:430,v_increas:234,v_integr:328,v_jx:91,v_jy:91,v_jz:91,v_k11:91,v_k22:91,v_k33:91,v_k:162,v_ke:[191,498],v_left:472,v_lgr_po:[253,289],v_lgr_vel:[253,289],v_linear:[331,334,336],v_lj:162,v_mol:194,v_mu:416,v_myi:252,v_myindex:495,v_myke:119,v_mystep:476,v_myvar:[8,194],v_myx:252,v_n:[242,422],v_name1:[162,220],v_name2:[162,220],v_name:[3,6,71,87,119,190,191,193,194,198,199,200,201,205,206,207,208,209,210,211,212,213,226,234,235,237,239,240,252,301,308,316,317,318,319,328,331,334,336,467,472,476,479,485,487,495,496],v_nstep:337,v_occ:397,v_omega:252,v_oscil:[200,201,213,226,301],v_phi:234,v_prefactor:[198,199,442],v_press:143,v_pressdown:[334,336],v_push:200,v_pxy:6,v_pxz:6,v_pyz:6,v_r0:237,v_r1:166,v_r2:166,v_r:[166,237],v_rad:337,v_radiu:237,v_ramp:[331,334,336],v_rate:[220,237],v_scale1:[198,199],v_scale2:[198,199],v_size:[198,199],v_t_qm:289,v_temp:322,v_theta:[234,472],v_tp:220,v_up:472,v_v0:495,v_v11:6,v_v22:6,v_v33:6,v_v:[252,495],v_valu:[193,467],v_vx:252,v_vy:252,v_vz:[252,496],v_wiggl:[331,334,336],v_x:[2,168,237,252,331,334,336,467,472,495],v_xave:6,v_xmax:6,v_xx:168,v_y:[168,237,472],v_yi:168,v_z:472,vacanc:[4,166,323,422],vacf:[],vacuum:[326,356,388,455,462],valanc:377,vale:3,valenc:[292,377,395,432,433],valent:377,valeriu:9,valid:[2,3,6,9,11,12,71,120,154,167,194,218,231,239,280,299,314,337,339,353,358,393,395,398,422,430,469,470,477,479,495],vallon:419,valon:419,valu:[],valuabl:488,value0:495,value1:[12,148,205,206,207,208,209,210,211,212,260,328,337,480],value2:[12,148,205,206,207,208,209,210,211,212,260,328,337,480],valuei:207,valuej:207,valuev:[7,9],valus:288,van:[9,53,87,109,286,290,295,317,385,386,415,419,432,433,461,496],vanadium:422,vanderwa:[424,487],vanilla:[6,8,12],vanillia:42,vanish:[224,294,302],vapor:[41,214,231,486],vapour:321,var1:480,var2:480,varaibl:[3,472],varavg:12,vare:326,vari:[1,18,41,61,62,71,87,120,156,158,167,198,199,203,206,207,210,214,218,220,253,255,286,298,299,317,318,326,331,355,382,391,400,413,416,429,442,452,466],variabl:[],variable_hill_factor:13,variable_nam:433,varianc:[119,391,495],variant:[1,3,6,12,83,99,260,299,355,362,370,420,421,453,455,478,482,496],variat:[12,41,214,495],varieti:[1,2,6,7,9,13,15,71,193,236,353,358,402,419,432,433,450,458,495],variou:[],varreturn:467,varshalovich:142,varshnei:13,vartiabl:3,vashishta1990:458,vashishta2007:458,vashishta:[],vbia:6,vcm:[],vdim:[157,322,329,496],vdisplac:[3,237,252,331,334,336,495],vdw:[3,386,433],vec1:[119,288],vec2:[119,288],vec:280,vector:[],vel:[3,6,61,206,210,211,220,240,285,303,333,376,391,395,399,464,471,472,474,490,495],veld:[13,314,356,381,411],veloc:[],velocit:[235,391,395,399],velocity_bottom:242,velocity_gradi:439,velocity_temp:496,velocity_top:242,vendor:12,verbatim:467,verbos:[12,440],veri:[1,3,6,7,8,9,10,12,13,17,41,71,72,87,118,119,191,193,194,205,206,207,208,209,210,211,212,214,215,216,218,231,245,255,256,269,282,297,302,317,318,328,365,366,367,370,395,399,416,417,429,441,442,452,477,487,488,490,494,497],verifi:[8,370,424,478,484],verlag:303,verlet:[1,3,7,8,12,18,203,239,255,269,276,282,302,315,326,334,337,463,466,478],versa:[3,6,13,59,162,170,217,237,239,240,299,469,470,490],versu:[6,14,15,16,18,39,41,80,104,105,118,164,194,214,299,302,356,381,390,399,411,424,487,495],vertex:[42,136,310,376],vertic:[2,41,42,136,193,214,221,310,376,495],vfinal:495,vfrac:115,vhi:[157,496],via:[],vibrat:[6,9,221,233,280,289,294,349,395,464,478],vice:[3,6,13,59,162,170,217,237,239,240,299,469,470,490],video:193,view:[4,6,7,9,13,191,193,314,377,395,396,440],viewer:[191,193],viewpoint:193,vij:391,vika:13,vim:[],vincent:[9,19],violat:321,violet:194,virial:[3,63,91,114,142,143,162,198,199,218,224,255,256,257,258,259,260,261,262,263,284,286,299,302,355,370,373,391,392,395,403],virialmod:403,virtual:[6,7,8,12,451],virut:9,visa:7,viscoelast:[113,399,429],viscoelsat:429,viscos:[],viscou:[],viscous:299,vision:440,visit:[300,432,433],vista:191,visual:[],viz:[11,13],viz_tool:11,vizplotgui_tool:11,vizualiziton:300,vlo:[157,496],vmax:[218,314],vmd:[6,7,9,11,13,191,195,236,470],vmdarch:195,vmdhome:195,vname:[168,495],voigt:[6,142],vol:[],volfactor:355,volpress:422,volt:[431,494],volum:[2,3,6,40,41,58,59,63,80,87,91,101,114,118,120,128,132,141,143,166,167,168,171,204,206,210,211,214,218,220,221,231,242,253,255,256,260,264,265,267,268,270,272,273,274,275,276,277,278,285,286,289,299,303,326,331,335,337,355,358,364,379,416,417,422,429,447,448,462,465,466,469,472,479,487,490,494,495],volumetr:80,von:[135,140],voro:[3,9,166],vorobyov:490,voronoi:[],vorselaar:208,voter2:[464,483],voter:[420,421,464,483],voth:[40,282],vpz:333,vratio:495,vri:400,vrpn:236,vshear:332,vstream:6,vtarget:[3,329],vtk:[],vv0210:13,vx0:164,vxcm:299,vxhi:[221,285],vxlo:[221,285],vy0:164,vycm:299,vyhi:[221,285],vylo:[221,285],vz0:164,vzcm:299,vzhi:221,vzi:333,vzlo:221,w_1:142,w_2:142,w_i:142,w_ik:430,waal:[87,109,385,386,415,432,433,461],wadlei:[13,377],wag:[7,9,13],wagner:[7,9,203,242,419],wai:[1,2,3,6,7,8,11,12,15,18,22,44,59,63,65,66,69,71,72,75,77,79,87,90,91,92,93,94,105,107,108,110,116,117,118,142,143,145,146,147,148,149,150,151,154,155,156,157,158,160,161,162,163,165,168,171,176,188,190,191,193,194,197,198,199,206,209,210,212,213,216,217,218,220,229,232,237,239,240,242,253,255,260,269,282,286,288,297,299,300,303,311,314,316,317,318,319,322,325,326,328,331,334,336,337,341,342,343,344,346,349,356,358,360,363,365,366,370,371,372,384,387,388,391,392,393,394,396,398,401,402,404,407,419,420,421,424,426,430,431,434,440,441,442,449,451,453,455,458,463,464,467,469,470,471,472,473,474,477,478,479,495,496],wait:[1,12,236,281,464,466],walk:[3,232,239,240,255],wall:[],wall_surac:136,wall_surfac:[],wallhi:331,wallstyl:332,wander:311,wang:[356,419,430],want:[0,1,2,3,5,6,7,8,9,11,12,17,38,40,56,63,66,68,71,75,81,90,94,104,105,107,109,111,112,114,116,118,143,148,163,164,165,168,171,174,188,191,193,194,197,198,199,200,205,206,214,217,220,221,224,226,229,231,237,240,250,271,280,285,288,298,299,301,311,313,315,322,324,329,331,335,337,339,356,358,365,371,372,377,385,386,391,393,396,402,403,404,405,419,426,430,432,433,440,442,451,452,453,455,457,458,465,467,469,470,471,472,474,476,477,487,490,495,497,499],ward:377,warm:[16,395],warn:[],warner:371,warp:[5,419],warranti:7,warren:391,wasn:3,wast:3,watanab:[323,324],watch:365,water:[],watkin:185,wave:[7,9,40,202,253,293,333,373,395],wavefunct:[9,373,395],wavelength:[120,167],wavepacket:[40,373,395,469],wavevector:281,wbodi:83,weak:[92,290],web:[1,8,14,15,16,17,384],webb:203,weber:[3,5,7,15,88,144,394,421,430,450,451,458,481],websit:8,weckner:429,wedg:[],weight:[],welcom:467,well:[1,3,6,7,8,9,11,12,13,15,16,17,18,27,40,51,67,71,92,108,114,143,146,154,168,177,193,194,200,204,206,212,214,215,216,218,221,226,231,235,239,242,246,252,255,260,285,299,301,308,321,324,332,363,365,370,375,397,398,401,402,403,416,417,419,422,434,442,453,454,455,467,469,471,473,478,483,488,490,494,498],wennberg:355,went:[3,11],were:[3,4,5,6,7,11,12,13,15,16,19,34,41,42,52,56,60,70,71,104,108,111,114,118,145,148,168,171,172,184,191,193,194,197,200,206,209,210,211,212,214,220,226,228,235,236,269,276,300,332,333,337,348,355,367,369,395,399,402,406,429,433,464,466,467,469,470,471,472,474,476,484,487,495,496,498,499],weren:474,western:9,westview:461,what:[],whatev:[8,12,14,15,110,115,118,119,121,193,194,198,199,218,255,286,288,332,358,362,363,365,370,383,385,422,432,433,483,490,495],wheat:194,whelan:167,when:[0,1,2,3,4,6,8,9,11,12,13,14,15,16,17,18,20,21,23,24,25,26,27,28,29,30,31,32,33,35,37,38,39,40,41,42,43,45,46,47,48,49,50,51,53,54,55,56,59,61,62,63,71,72,81,86,88,92,104,105,106,108,109,111,114,115,118,119,121,144,145,146,151,155,156,158,164,166,168,169,170,171,172,174,175,176,177,178,179,180,181,182,183,185,186,187,188,191,192,193,194,195,197,198,199,200,201,202,204,205,206,207,209,210,211,212,213,214,215,216,217,218,219,220,221,225,226,227,228,229,230,231,233,234,236,239,242,243,245,246,250,255,256,257,258,259,260,261,262,263,264,265,269,271,272,274,275,276,278,280,284,285,286,287,288,289,291,292,293,294,298,299,300,301,302,303,311,312,314,315,316,317,319,321,322,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,342,343,345,346,347,349,350,351,352,353,354,355,356,358,361,362,363,364,365,366,367,369,370,371,372,374,378,379,380,381,382,383,384,385,386,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,407,408,409,410,411,412,413,414,415,416,417,419,420,421,422,424,425,426,427,429,430,432,433,434,435,441,442,449,451,452,453,454,455,457,458,460,461,462,464,466,467,469,470,471,472,473,474,475,476,477,478,479,480,481,483,484,486,487,488,489,494,495,496,497,499],whenev:[0,8,12,14,71,194,205,211,299,358,401,467,478,482,495,499],whenth:3,where:[1,3,6,8,9,10,11,12,14,15,18,21,23,24,25,26,27,28,29,32,35,36,37,39,40,41,43,47,48,49,51,55,61,63,65,66,68,69,70,71,73,75,79,80,82,83,84,85,87,88,89,90,92,93,94,95,96,97,98,99,105,107,110,114,115,116,117,118,119,120,121,143,145,146,147,148,149,150,151,154,155,156,157,158,160,161,162,163,165,167,169,171,172,175,177,187,190,191,193,194,197,198,199,200,201,206,207,210,213,214,217,218,220,221,225,226,228,229,231,232,233,234,235,237,239,240,241,242,245,246,248,250,252,253,256,260,269,272,279,280,281,282,285,287,288,289,292,294,299,300,301,302,303,307,308,311,313,316,317,318,319,322,323,324,326,329,330,331,332,334,335,336,337,340,342,343,344,345,346,349,350,351,353,356,358,362,363,364,365,366,367,370,371,372,375,377,378,380,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,404,407,411,416,417,418,419,420,421,422,424,426,427,429,430,431,432,433,434,440,441,444,447,448,449,450,451,452,453,454,455,458,461,462,463,464,466,467,468,469,471,472,473,474,476,478,479,481,483,484,485,486,487,490,494,495,496,497,499],wherea:[6,11,92,204,232,255,290,321,326,490],wherebi:291,wherev:235,whether:[6,8,11,12,17,39,40,54,59,61,63,70,71,103,109,111,155,156,188,193,194,196,197,198,199,206,212,215,216,217,218,219,220,224,228,231,240,252,255,260,288,302,314,322,328,329,337,339,353,355,356,364,368,370,380,382,386,400,402,406,416,417,419,424,433,440,450,464,467,469,470,472,474,481,482,483,486,495,496],which:[0,1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,28,29,32,33,37,38,39,40,41,42,44,45,46,47,50,51,53,54,55,56,58,59,61,63,64,66,67,70,71,72,73,74,75,76,77,78,80,81,82,83,85,87,88,89,90,91,94,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,112,113,114,115,116,118,119,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,174,175,176,179,180,181,182,185,187,188,190,191,193,194,195,197,198,199,200,201,202,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,224,225,226,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,245,246,249,250,252,253,254,255,256,257,258,259,260,261,262,263,265,267,269,270,272,273,274,275,276,277,278,280,281,282,284,285,286,287,288,289,290,291,292,294,295,296,297,298,299,300,301,302,303,304,305,306,308,310,311,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,331,332,333,334,335,336,337,339,340,341,343,346,347,350,351,353,354,355,356,358,360,361,362,363,364,365,366,367,369,370,371,372,373,375,376,377,378,380,381,382,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,409,410,411,413,415,416,417,419,420,421,422,424,426,427,428,430,431,432,433,434,435,436,437,438,439,440,441,442,445,449,450,451,452,453,454,455,456,457,458,461,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,490,495,496,497,498,499],whichev:[12,369,464,483],white:[194,232,239,240,241,299,318,326,469,495,498],whitesmok:194,whitespac:[2,3,194,364,469],who:[0,3,6,7,8,9,13,371,393],whole:[224,236,281,294,303,490],wholli:221,whose:[3,6,7,8,18,19,38,39,42,56,59,76,87,153,171,188,193,194,204,220,237,238,252,255,257,258,259,261,262,263,280,281,297,298,302,314,328,335,337,358,365,366,395,409,436,438,451,452,453,455,490,495,496],why:[3,6,240,322,329],wide:[1,6,7,9,61,63,197,322,329,358,367,382,385,395,432,433],wider:1,width:[193,194,373,397],wiggl:[3,220,252,307,331,332,334,336,472],wigner:142,wih:6,wiki:14,wikipedia:[6,14],wild:[3,12,22,44,77,87,118,176,198,199,299,341,360,384,401,463,471,476,497,499],wildcard:[3,12,162,172,191,193,194,296,384,449,476,479,498,499],wildli:255,win:370,window:[3,4,12,13,71,191,193,195,206,207,208,209,210,211,212,236,300,319,320,384,470],wipe:[197,402,450,491,493],wire:298,wirt:194,wisconsin:13,wise:[3,12,391,451,478],wish:[2,3,5,6,7,8,11,12,14,17,42,57,58,59,71,119,143,148,169,170,172,174,191,194,198,205,206,207,210,211,212,216,220,221,228,231,237,242,246,285,288,299,302,314,315,331,332,358,365,370,380,401,402,419,424,432,452,467,469,470,471,477,481,487,495,496,499],within:[1,2,3,6,8,9,11,12,13,15,16,17,29,39,40,41,42,55,59,61,63,65,69,70,71,72,73,77,79,92,93,108,110,114,117,118,119,121,124,142,159,168,171,192,193,194,198,199,204,205,206,209,210,211,212,214,215,216,217,221,223,228,231,237,239,280,284,285,286,288,290,299,300,302,304,306,310,311,315,326,329,331,335,337,339,354,358,363,364,365,366,367,370,375,378,380,387,392,393,394,395,397,402,403,406,407,419,422,427,428,429,434,435,450,451,453,454,455,456,458,464,466,467,469,477,478,481,483,490,494,495],without:[1,2,3,4,6,7,8,9,11,12,14,16,17,20,21,23,24,25,26,27,28,29,30,31,32,35,38,40,43,45,46,47,48,49,51,53,54,56,59,87,111,114,145,150,155,169,174,175,177,178,179,180,182,183,185,186,188,191,193,194,195,197,200,206,208,209,210,211,212,213,218,220,227,230,232,234,236,239,252,255,257,258,259,260,261,262,263,264,265,272,274,275,276,277,278,285,288,290,291,293,297,299,300,301,302,307,314,317,319,330,334,338,340,342,343,345,346,349,351,354,355,356,365,366,370,371,372,374,378,379,380,381,382,383,384,385,386,387,390,391,393,394,395,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,420,422,424,425,426,427,429,433,434,435,442,450,451,452,453,454,455,457,458,460,461,462,467,469,472,477,478,487,490,494,495],witht:[],witi:15,wolf:[],wolff:[424,452],won:[3,297,417],wong:[203,377],word:[2,3,6,8,12,29,63,194,197,204,205,206,207,210,211,212,219,237,266,271,287,292,298,328,339,354,385,424,465,467,469,495,496],work:[1,3,6,7,8,9,11,12,14,16,18,39,54,59,60,88,119,120,146,147,149,150,151,155,156,157,158,160,161,166,167,191,193,195,198,199,206,210,211,217,229,238,239,240,242,246,252,255,261,262,263,274,275,276,277,278,296,298,300,302,317,318,319,324,354,366,370,384,386,389,391,402,416,417,419,422,424,440,464,466,467,470,471,473,477,478,480,483,495],workaround:[72,118,299,424,496],worker:[12,432,433,458],workhors:8,workstat:[370,467],world:[3,12,142,354,365,369,463,466,467,484,495],worlei:391,worri:17,worsen:18,worst:335,worth:[206,207,209,210,211,212,289,300],would:[1,3,4,5,6,7,8,11,12,22,29,37,40,41,42,44,55,70,71,72,89,91,118,143,148,156,168,169,170,171,176,187,191,193,194,195,197,198,199,201,204,206,214,217,219,220,224,225,228,231,234,235,236,240,252,255,256,269,280,282,286,288,290,294,297,314,321,325,333,334,337,339,340,341,342,343,344,346,347,350,355,358,360,362,363,365,366,369,370,371,372,377,384,385,386,387,391,392,393,394,396,402,403,404,405,419,420,421,422,426,430,432,433,437,439,441,449,451,453,454,455,458,464,467,469,472,473,474,476,477,478,479,480,484,486,487,490,495,496,498,499],wrap:[1,3,6,11,12,57,59,168,170,190,191,192,194,195,205,211,219,220,221,236,242,252,299,311,314,331,333,335,355,356,365,467,469,470,472,477],wrapper:[],wrigger:303,wright:363,writabl:3,write:[],write_atom_weight:203,write_data:[],write_dump:[],write_freq:433,write_head:8,write_restart:[],writen:300,written:[3,5,6,7,8,9,12,13,14,17,65,69,117,142,166,191,192,193,194,195,197,198,199,200,201,202,203,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,222,224,225,226,227,228,229,230,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,251,254,264,265,266,267,268,269,270,271,272,273,279,280,281,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,311,312,314,315,317,318,319,320,321,322,323,325,326,328,329,330,331,333,334,335,336,338,353,358,366,393,402,418,422,459,461,464,465,467,470,471,475,476,483,484,485,486,495,497,498,499],wrong:[3,11,218,255,279,331,335,336,366,433,471,476],wrote:[3,471],wt1:424,wt2:424,wt3:424,wurtzit:358,www:[0,2,3,4,5,6,7,8,10,11,12,13,15,371,393,416,431,432,433,494],x86:[12,422],x_ij:430,x_ijkl:340,x_kjli:340,x_ljik:340,xave:6,xavx:16,xcm:[8,299,495],xdr:[12,191],xeon:[1,4,7,9,12,16,17,18,370,482],xflag:[155,156,243,245,251,299,321],xhe:[],xhi:[2,6,57,59,170,191,220,325,331,334,336,469,472,487,495],xhi_bound:[6,191],xhi_new:469,xhost:[12,16],xi_ij:430,xiaowang:[13,396,453,455],xiij:280,xlat:[168,220,237,487],xlo:[2,6,11,57,59,170,191,220,237,325,331,334,336,469,472,487,495],xlo_bound:[6,191],xlo_new:469,xmax:[6,202,225,269,495],xmgrace:[],xmin:495,xml:[195,431],xml_label:431,xmovi:[],xmu:[332,399],xorig:71,xplane:332,xplor:191,xpo:168,xrd:[],xsph:9,xsu:[3,191,316,470],xt3:191,xt4:[18,191],xt5:[18,191],xtc:[],xtcdump:194,xvf:12,xwall:[333,334,336],xxx:12,xyz:[3,6,7,13,42,66,71,107,110,156,163,168,191,192,193,194,195,210,218,245,255,256,260,286,296,297,299,311,313,332,334,336,357,364,466,470,496,498],xzhou:[13,396],xzy:466,yang:[422,430],yate:422,yb2:167,yb3:167,ybox:220,ycm:299,year:[5,7],yeh:355,yellow:[193,194],yellowgreen:194,yet:[3,7,9,17,39,42,193,198,296,331,356,362,363,370,383,385,386,395,461,467,469,470,495,497,498],yflag:[155,156,243,245,251,299,321],yhi:[6,59,170,191,220,325,331,334,336,469,472,487],yhi_bound:[6,191],yield:[6,91,112,119,143,151,156,194,207,218,224,255,276,290,322,328,329,332,337,355,375,391,399,424,429,487,495],yip:323,ylat:[168,220,237,487],ylo:[6,59,170,191,220,325,331,334,336,469,472,487],ylo_bound:[6,191],ymax:[202,495],ymin:495,yorig:71,york:[282,356],yoshida:[255,299],you:[0,1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,35,38,39,40,41,42,43,45,46,47,48,49,50,51,53,54,56,57,58,59,61,63,66,68,71,72,73,74,75,77,81,87,88,89,90,91,92,94,103,104,105,107,108,109,111,112,114,116,118,119,142,143,145,146,147,148,151,155,156,161,162,163,164,165,166,168,169,170,171,172,174,175,176,177,178,179,180,181,182,183,185,186,187,188,190,191,193,194,195,197,198,199,200,201,204,205,206,207,209,210,211,212,213,214,215,216,217,218,220,221,224,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,250,252,255,257,258,259,260,261,262,263,264,265,269,271,272,274,275,276,277,278,281,282,284,285,286,288,290,291,294,297,298,299,301,302,303,311,313,314,315,317,318,319,320,322,323,324,325,326,328,329,330,331,332,334,335,336,337,339,340,342,343,345,346,347,349,351,354,355,356,358,360,362,363,364,365,366,369,370,371,372,374,377,378,379,380,381,382,383,384,385,386,387,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,419,420,421,422,424,425,426,427,428,429,430,431,432,433,434,435,440,441,442,443,444,445,446,447,448,449,451,452,453,454,455,457,458,460,461,462,463,464,465,466,467,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,486,487,488,490,494,495,496,497,499],young:[399,436,438],your:[0,1,2,3,4,5,6,7,8,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,35,38,39,40,43,45,46,47,48,49,51,53,54,56,59,61,109,111,114,118,145,146,147,151,155,161,166,168,169,170,171,172,174,175,177,178,179,180,182,183,185,186,188,190,191,192,193,200,203,207,209,212,213,215,216,217,218,220,221,227,230,231,234,236,239,252,255,257,258,259,260,261,262,263,264,265,272,274,275,276,278,285,288,291,297,299,301,302,303,316,317,319,322,326,328,329,330,331,332,334,335,336,337,340,342,343,345,346,349,351,356,358,364,365,366,369,370,371,372,374,377,378,379,380,381,382,383,384,385,386,387,390,391,392,393,394,396,397,398,399,400,401,402,403,404,405,407,408,409,410,411,412,413,414,415,416,419,420,421,422,424,425,426,427,429,430,432,433,434,435,442,449,451,452,453,454,455,457,458,460,461,462,463,466,467,469,471,472,473,476,477,478,479,480,481,482,486,487,494,495,497,499],yourself:[6,8,12,13,218,364],yplane:332,ypo:168,ysu:[3,191,316,470],yuan:9,yukawa:[],yukawa_1_1:459,yxz:466,yzx:466,z_i:[395,455,462],z_j:[455,462],z_meam:419,zachari:13,zannoni:398,zbl:[],zblcut:455,zblcutinn:441,zblcutout:441,zblexpscal:455,zblz:441,zcm:299,zcylind:332,zepeda:204,zero:[3,4,6,9,11,12,26,27,39,41,48,49,59,61,63,66,71,72,75,87,88,90,92,94,103,104,105,106,107,108,110,111,112,114,115,116,117,118,119,120,123,142,143,146,147,148,149,156,157,160,161,163,165,166,167,168,170,171,172,174,177,186,188,190,191,193,194,197,198,199,200,202,204,205,206,207,208,209,210,211,212,213,214,215,216,218,220,225,226,227,228,230,231,232,233,235,239,240,241,242,243,245,251,252,253,255,260,269,272,282,287,288,289,290,291,294,296,297,299,300,301,302,305,306,308,314,316,321,322,324,326,329,330,331,332,333,334,336,337,338,339,345,358,361,363,364,365,366,370,373,377,378,380,381,382,385,387,390,391,395,398,400,401,402,403,407,409,411,412,415,417,418,419,422,424,429,433,434,435,440,449,452,456,458,462,464,465,466,469,470,472,474,476,477,478,479,483,484,487,490,495,496,497,499],zeta:[3,242,290,396],zfactor:193,zflag:[155,156,243,245,251,299,321],zhang:[299,322,399],zhi:[3,6,170,191,202,325,331,334,336,469,472,487],zhi_bound:[6,191],zhou:[13,377,396,430,453,455],zhu:448,ziegenhain:13,ziegler:[284,419,450,455,462],zimmerman2004:203,zimmerman2010:203,zimmerman:[9,70,203,377],zlat:[220,237,487],zlib:191,zlim:440,zlo:[3,6,170,191,202,325,331,333,334,336,469,472,487],zlo_bound:[6,191],zmax:[202,242,495],zmin:[242,495],zn2:167,zone:[120,300],zoom:[3,191,193,194],zorig:71,zplane:332,zr4:167,zrest:313,zsu:[3,191,316,470],zwall:331,zwall_veloc:242,zxy:466,zybin:433,zyx:466},titles:["LAMMPS Documentation","5. Accelerating LAMMPS performance","3. Commands","12. Errors","7. Example problems","13. Future and history","6. How-to discussions","1. Introduction","10. Modifying & extending LAMMPS","4. Packages","8. Performance & scalability","11. Python interface to LAMMPS","2. Getting Started","9. Additional tools","5.USER-CUDA package","5.GPU package","5.USER-INTEL package","5.KOKKOS package","5.USER-OMP package","5.OPT package","angle_style charmm command","angle_style class2 command","angle_coeff command","angle_style cosine command","angle_style cosine/delta command","angle_style cosine/periodic command","angle_style cosine/shift command","angle_style cosine/shift/exp command","angle_style cosine/squared command","angle_style dipole command","angle_style fourier command","angle_style fourier/simple command","angle_style harmonic command","angle_style hybrid command","angle_style none command","angle_style quartic command","angle_style sdk command","angle_style command","angle_style table command","atom_modify command","atom_style command","balance command","Body particles","bond_style class2 command","bond_coeff command","bond_style fene command","bond_style fene/expand command","bond_style harmonic command","bond_style harmonic/shift command","bond_style harmonic/shift/cut command","bond_style hybrid command","bond_style morse command","bond_style none command","bond_style nonlinear command","bond_style quartic command","bond_style command","bond_style table command","boundary command","box command","change_box command","clear command","comm_modify command","comm_style command","compute command","compute ackland/atom command","compute angle/local command","compute angmom/chunk command","compute basal/atom command","compute body/local command","compute bond/local command","compute centro/atom command","compute chunk/atom command","compute cluster/atom command","compute cna/atom command","compute com command","compute com/chunk command","compute contact/atom command","compute coord/atom command","compute damage/atom command","compute dihedral/local command","compute dilatation/atom command","compute displace/atom command","compute erotate/asphere command","compute erotate/rigid command","compute erotate/sphere command","compute erotate/sphere/atom command","compute event/displace command","compute fep command","compute group/group command","compute gyration command","compute gyration/chunk command","compute heat/flux command","compute hexorder/atom command","compute improper/local command","compute inertia/chunk command","compute ke command","compute ke/atom command","compute ke/atom/eff command","compute ke/eff command","compute ke/rigid command","compute meso_e/atom command","compute meso_rho/atom command","compute meso_t/atom command","compute_modify command","compute msd command","compute msd/chunk command","compute msd/nongauss command","compute omega/chunk command","compute orientorder/atom command","compute pair command","compute pair/local command","compute pe command","compute pe/atom command","compute plasticity/atom command","compute pressure command","compute property/atom command","compute property/chunk command","compute property/local command","compute rdf command","compute reduce command","compute saed command","compute slice command","compute smd/contact_radius command","compute smd/damage command","compute smd/hourglass_error command","compute smd/internal_energy command","compute smd/plastic_strain command","compute smd/plastic_strain_rate command","compute smd/rho command","compute smd/tlsph_defgrad command","compute smd/tlsph_dt command","compute smd/tlsph_num_neighs command","compute smd/tlsph_shape command","compute smd/tlsph_strain command","compute smd/tlsph_strain_rate command","compute smd/tlsph_stress command","compute smd/triangle_mesh_vertices","compute smd/ulsph_num_neighs command","compute smd/ulsph_strain command","compute smd/ulsph_strain_rate command","compute smd/ulsph_stress command","compute smd/vol command","compute sna/atom command","compute stress/atom command","compute force/tally command","compute temp command","compute temp/asphere command","compute temp/body command","compute temp/chunk command","compute temp/com command","compute temp/cs command","compute temp/deform command","compute temp/deform/eff command","compute temp/drude command","compute temp/eff command","compute temp/partial command","compute temp/profile command","compute temp/ramp command","compute temp/region command","compute temp/region/eff command","compute temp/rotate command","compute temp/sphere command","compute ti command","compute torque/chunk command","compute vacf command","compute vcm/chunk command","compute voronoi/atom command","compute xrd command","create_atoms command","create_bonds command","create_box command","delete_atoms command","delete_bonds command","dielectric command","dihedral_style charmm command","dihedral_style class2 command","dihedral_coeff command","dihedral_style cosine/shift/exp command","dihedral_style fourier command","dihedral_style harmonic command","dihedral_style helix command","dihedral_style hybrid command","dihedral_style multi/harmonic command","dihedral_style nharmonic command","dihedral_style none command","dihedral_style opls command","dihedral_style quadratic command","dihedral_style command","dihedral_style table command","dimension command","displace_atoms command","dump command","dump h5md command","dump image command","dump_modify command","dump molfile command","echo command","fix command","fix adapt command","fix adapt/fep command","fix addforce command","fix addtorque command","fix append/atoms command","fix atc command","fix atom/swap command","fix ave/atom command","fix ave/chunk command","fix ave/correlate command","fix ave/correlate/long command","fix ave/histo command","fix ave/spatial command","fix ave/spatial/sphere command","fix ave/time command","fix aveforce command","fix balance command","fix bond/break command","fix bond/create command","fix bond/swap command","fix box/relax command","fix colvars command","fix deform command","fix deposit command","fix drag command","fix drude command","fix drude/transform/direct command","fix dt/reset command","fix efield command","fix enforce2d command","fix evaporate command","fix external command","fix freeze command","fix gcmc command","fix gld command","fix gle command","fix gravity command","fix heat command","fix imd command","fix indent command","fix ipi command","fix langevin command","fix langevin/drude command","fix langevin/eff command","fix lb/fluid command","fix lb/momentum command","fix lb/pc command","fix lb/rigid/pc/sphere command","fix lb/viscous command","fix lineforce command","fix meso command","fix meso/stationary command","fix_modify command","fix momentum command","fix move command","fix msst command","fix neb command","fix nvt command","fix nvt/eff command","fix nph/asphere command","fix nph/body command","fix nph/sphere command","fix nphug command","fix npt/asphere command","fix npt/body command","fix npt/sphere command","fix nve command","fix nve/asphere command","fix nve/asphere/noforce command","fix nve/body command","fix nve/eff command","fix nve/limit command","fix nve/line command","fix nve/noforce command","fix nve/sphere command","fix nve/tri command","fix nvt/asphere command","fix nvt/body command","fix nvt/sllod command","fix nvt/sllod/eff command","fix nvt/sphere command","fix oneway command","fix orient/fcc command","fix phonon command","fix pimd command","fix planeforce command","fix poems","fix pour command","fix press/berendsen command","fix print command","fix property/atom command","fix qbmsst command","fix qeq/point command","fix qeq/comb command","fix qeq/reax command","fix qmmm command","fix qtb command","fix reax/bonds command","fix reax/c/species command","fix recenter command","fix restrain command","fix rigid command","fix saed/vtk command","fix setforce command","fix shake command","fix smd command","fix smd/adjust_dt command","fix smd/integrate_tlsph command","fix smd/integrate_ulsph command","fix smd/move_tri_surf command","fix smd/setvel command","<no title>","fix smd/wall_surface command","fix spring command","fix spring/rg command","fix spring/self command","fix srd command","fix store/force command","fix store/state command","fix temp/berendsen command","fix temp/csvr command","fix temp/rescale command","fix temp/rescale/eff command","fix tfmc command","fix thermal/conductivity command","fix ti/rs command","fix ti/spring command","fix tmd command","fix ttm command","fix tune/kspace command","fix vector command","fix viscosity command","fix viscous command","fix wall/lj93 command","fix wall/gran command","fix wall/piston command","fix wall/reflect command","fix wall/region command","fix wall/srd command","group command","group2ndx command","if command","improper_style class2 command","improper_coeff command","improper_style cossq command","improper_style cvff command","improper_style distance command","improper_style fourier command","improper_style harmonic command","improper_style hybrid command","improper_style none command","improper_style ring command","improper_style command","improper_style umbrella command","include command","info command","jump command","kspace_modify command","kspace_style command","label command","lattice command","log command","mass command","min_modify command","min_style command","minimize command","molecule command","neb command","neigh_modify command","neighbor command","newton command","next command","package command","pair_style adp command","pair_style airebo command","pair_style awpmd/cut command","pair_style beck command","pair_style body command","pair_style body/rounded/polygon command","pair_style bop command","pair_style born command","pair_style brownian command","pair_style buck command","pair_style buck/long/coul/long command","pair_style lj/charmm/coul/charmm command","pair_style lj/class2 command","pair_coeff command","pair_style colloid command","pair_style comb command","pair_style coul/cut command","pair_style coul/diel command","pair_style born/coul/long/cs command","pair_style lj/cut/dipole/cut command","pair_style dpd command","pair_style dsmc command","pair_style eam command","pair_style edip command","pair_style eff/cut command","pair_style eim command","pair_style gauss command","pair_style gayberne command","pair_style gran/hooke command","pair_style lj/gromacs command","pair_style hbond/dreiding/lj command","pair_style hybrid command","pair_style kim command","pair_style lcbop command","pair_style line/lj command","pair_style list command","pair_style lj/cut command","pair_style lj96/cut command","pair_style lj/cubic command","pair_style lj/expand command","pair_style lj/long/coul/long command","pair_style lj/sf command","pair_style lj/smooth command","pair_style lj/smooth/linear command","pair_style lj/cut/soft command","pair_style lubricate command","pair_style lubricateU command","pair_style lj/mdf command","pair_style meam command","pair_style meam/spline","pair_style meam/sw/spline","pair_style mgpt command","pair_style mie/cut command","pair_modify command","pair_style morse command","pair_style nb3b/harmonic command","pair_style nm/cut command","pair_style none command","pair_style peri/pmb command","pair_style polymorphic command","pair_style quip command","pair_style reax command","pair_style reax/c command","pair_style resquared command","pair_style lj/sdk command","pair_style smd/hertz command","pair_style smd/tlsph command","pair_style smd/tri_surface command","pair_style smd/ulsph command","pair_style smtbq command","pair_style snap command","pair_style soft command","pair_style sph/heatconduction command","pair_style sph/idealgas command","pair_style sph/lj command","pair_style sph/rhosum command","pair_style sph/taitwater command","pair_style sph/taitwater/morris command","pair_style srp command","pair_style command","pair_style sw command","pair_style table command","pair_style tersoff command","pair_style tersoff/mod command","pair_style tersoff/zbl command","pair_style thole command","pair_style tri/lj command","pair_style vashishta command","pair_write command","pair_style yukawa command","pair_style yukawa/colloid command","pair_style zbl command","partition command","prd command","print command","processors command","python command","quit command","read_data command","read_dump command","read_restart command","region command","replicate command","rerun command","reset_timestep command","restart command","run command","run_style command","set command","shell command","special_bonds command","suffix command","tad command","temper command","thermo command","thermo_modify command","thermo_style command","timer command","timestep command","<no title>","uncompute command","undump command","unfix command","units command","variable command","velocity command","write_data command","write_dump command","write_restart command"],titleterms:{"break":215,"default":[37,39,40,55,57,58,59,61,62,71,87,88,92,103,104,106,108,109,120,124,125,142,148,156,157,161,167,168,171,173,187,189,190,191,193,194,195,196,198,199,200,202,203,204,206,210,211,212,215,216,218,219,220,221,225,228,231,232,237,239,240,241,242,243,245,250,253,255,256,260,276,277,281,282,285,286,287,288,289,291,294,296,297,299,300,314,316,321,322,323,324,327,329,331,333,337,350,353,355,356,358,359,361,362,364,366,367,368,370,373,377,379,395,416,417,422,424,432,433,449,450,464,465,466,469,470,472,474,476,477,478,481,483,485,486,487,488,489,494,496,497,498],"function":495,"long":[208,378,380,381,382,383,387,389,390,407,411,415,427,435],"new":8,"static":12,acceler:1,ackland:64,acknowledg:7,adapt:[198,199],addforc:200,addit:[12,13],addtorqu:201,adiabat:6,adjust_dt:304,adp:371,airebo:372,alloi:393,amber2lmp:13,amber:6,angl:[8,65],angle_coeff:22,angle_styl:[2,20,21,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38],angmom:66,append:202,arrai:6,aspher:[6,82,146,257,261,265,266,274],atc:[9,203],atom:[6,7,8,64,67,70,71,72,73,76,77,78,80,81,85,92,96,97,100,101,102,108,112,113,115,142,143,166,202,204,205,288,495],atom_modifi:39,atom_styl:40,attract:5,aug:[],aveforc:213,awpmd:[9,373],balanc:[41,214],barostat:6,basal:67,beck:374,berendsen:[286,317],between:6,binary2txt:13,bodi:[6,8,42,68,147,258,262,267,275,375,376],bond:[8,13,69,215,216,217,295],bond_coeff:44,bond_styl:[2,43,45,46,47,48,49,50,51,52,53,54,55,56],bop:377,born:[378,389],boundari:[7,57],box:[6,58,218],brownian:379,buck:[380,381,389,418],bug:3,build:[9,11,12],calcul:6,call:12,categori:2,centro:70,ch2lmp:13,chain:13,change_box:59,charmm:[6,20,174,382,415],chunk:[6,66,71,75,90,94,105,107,116,148,163,165,206],citat:7,class2:[21,43,175,340,383],clear:60,cluster:72,cmm:9,cna:73,code:6,coeffici:6,colloid:[331,385,461],colvar:[9,13,219],com:[74,75,149],comb3:386,comb:[291,386],come:5,comm_modifi:61,comm_styl:62,comman:[],command:[2,6,8,12,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,491,492,493,494,495,496,497,498,499],common:3,comparison:1,compos:6,compress:9,comput:[2,6,8,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,495],compute_modifi:103,condit:7,conduct:[6,322],constant:6,constraint:7,contact:76,contact_radiu:122,coord:77,core:6,correl:[207,208],cosin:[23,24,25,26,27,28,177],cossq:342,coul:[378,380,381,382,383,387,388,389,400,407,411,415,427,435],coupl:6,creat:216,create_atom:168,create_bond:169,create_box:170,createatom:13,creation:7,csld:318,csvr:318,cubic:409,cuda:[9,14,111,114,145,155,200,213,227,230,234,255,264,301,302,317,319,330,378,380,382,383,393,399,400,407,408,410,413,425,451,453],custom:8,cut:[49,373,380,383,387,390,395,397,407,408,415,423,427],cvff:343,damag:[78,123],data2xmovi:13,data:6,databas:13,deby:[387,407],dec:[],deform:[151,152,220],delete_atom:171,delete_bond:172,delta:24,deposit:221,descript:[20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,491,492,493,494,495,496,497,498,499],diagnost:7,diel:388,dielectr:173,diffract:9,diffus:6,dihedr:[8,79],dihedral_coeff:176,dihedral_styl:[2,174,175,177,178,179,180,181,182,183,184,185,186,187,188],dilat:80,dimens:189,dipol:[6,29,390],direct:224,discuss:6,disp:6,displac:[81,86],displace_atom:190,distanc:344,distribut:[7,12],document:0,dpd:391,drag:222,dreid:[6,401],drude:[6,9,153,223,224,240],dsf:[387,407],dsmc:392,dump:[6,8,191,192,193,195],dump_modifi:194,dynam:290,eam:[13,393],echo:196,edip:394,eff:[9,13,97,98,152,154,159,241,256,268,277,320,395],efield:226,eim:396,elast:6,emac:13,enforce2d:227,ensembl:7,erot:[82,83,84,85],error:3,evapor:228,event:86,exampl:[1,4,6,11,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,482,483,484,485,486,487,488,489,491,492,493,494,495,496,497,498,499],exp:[27,177],expand:[46,410],extend:[8,11],extern:229,fcc:280,featur:[7,8,495],fene:[45,46],fep:[9,13,87,199],field:[6,7],file:6,finit:6,fire:290,fix:[2,6,8,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,495],fix_modifi:[198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,218,219,220,221,222,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,328,329,330,331,332,333,334,335,336],flow:6,fluid:242,flux:[91,144],forc:[6,7,144,315],fourier:[30,31,178,345],freez:230,from:[6,11],futur:5,gauss:397,gaybern:398,gcmc:231,gener:[1,6,7,13],get:12,gld:232,gle:233,global:6,gpu:[9,15,374,378,380,382,383,385,387,390,391,393,397,398,400,407,408,409,410,423,425,434,435,442,451,452,453,460,461,462],gran:[332,399],granular:6,graviti:234,gromac:400,group2ndx:338,group:[88,337,495],gyrat:[89,90],h5md:[9,191,192],harmon:[32,47,48,49,179,182,331,346,426],hbond:401,heat:[91,144,235],heatconduct:443,helix:180,hertz:[399,436],hexord:92,histo:209,histori:[5,399],hook:399,hourglass_error:124,how:6,hybrid:[33,50,181,347,402],idealga:444,imag:[191,193],imd:236,implicit:382,improp:[8,93],improper_coeff:341,improper_styl:[2,340,342,343,344,345,346,347,348,349,350,351],includ:352,inclus:8,indent:237,indic:0,individu:2,induc:6,inertia:94,info:[0,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,218,219,220,221,222,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,328,329,330,331,332,333,334,335,336,353],input:[2,6,8],instal:11,instruct:9,integr:[6,7],integrate_tlsph:305,integrate_ulsph:306,intel:[9,16,255,264,265,380,382,398,407,451,453],interfac:[6,11],internal_energi:125,introduct:7,invers:224,ipi:238,ipp:13,jan:0,jul:[],jump:354,kate:13,keyword:424,kim:[9,403],kokko:[9,17],kspace:[2,8,9,327],kspace_modifi:355,kspace_styl:[6,356],label:357,lammp:[0,1,2,6,7,8,11,12],langevin:[239,240,241],lattic:358,lcbop:404,lennard:418,librari:[6,11,12],limit:[269,319],line:[12,270,405],linear:414,lineforc:247,list:[2,406],lj1043:331,lj126:331,lj93:331,lj96:408,lmp2arc:13,lmp2cfg:13,lmp2vmd:13,local:[6,65,68,69,79,93,110,117],log:359,lubric:416,lubricateu:417,make:12,mass:360,math:495,matlab:13,mdf:418,meam:[9,419,420,421],measur:1,meso:[248,249],meso_:100,meso_rho:101,meso_t:102,messag:3,mgpt:[9,422],micelle2d:13,mie:423,min_modifi:361,min_styl:362,minim:[8,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,218,219,220,221,222,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,328,329,330,331,332,333,334,335,336,363],misc:9,mod:[326,454],model:[6,7],modifi:8,molecul:364,molfil:[9,191,195],moltempl:13,momentum:[243,251],morri:448,mors:[51,401,425],move:252,move_tri_surf:307,movi:[191,193],mpi:11,msd:[104,105,106],msi2lmp:13,msm:[378,380,382,387,407],msst:253,multi:[6,7,182],multipl:6,nb3b:426,neb:[254,365],neigh_modifi:366,neighbor:367,nemd:6,newton:368,next:369,nharmon:183,noforc:[266,271],non:[6,7],none:[34,52,184,348,428],nongauss:106,nonlinear:53,nph:[255,256,257,258,259,299],nphug:260,npt:[255,256,261,262,263,299],nve:[264,265,266,267,268,269,270,271,272,273,299],nvt:[255,256,274,275,276,277,278,299],omega:107,omp:[9,18,20,21,23,24,25,26,27,28,29,30,31,32,35,38,43,45,46,47,48,49,51,53,54,56,174,175,177,178,179,180,182,183,185,186,188,234,255,257,259,260,261,263,264,272,274,276,278,291,340,342,343,345,346,349,351,371,372,374,378,379,380,381,382,383,385,386,387,388,390,391,393,396,397,398,399,400,401,402,405,407,408,409,410,411,412,413,414,415,416,420,421,425,426,427,429,434,435,442,451,452,453,454,455,457,458,460,461,462],onewai:279,open:7,oper:495,opl:185,opt:[19,382,393,407,411,425],optim:1,option:[6,8,12],orient:280,orientord:108,orthogon:6,other:6,output:[6,7,8,12,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,218,219,220,221,222,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,328,329,330,331,332,333,334,335,336],overlai:402,overview:11,packag:[1,9,12,14,15,16,17,18,19,370],pair:[6,109,110],pair_coeff:384,pair_modifi:424,pair_styl:[2,371,372,373,374,375,376,377,378,379,380,381,382,383,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,460,461,462],pair_writ:459,pairwis:8,parallel:11,paramet:6,pars:2,partial:155,particl:[6,7,42],partit:463,past:5,per:6,perform:[1,10],peri:429,period:25,phonon:[9,13,281],pimd:282,piston:333,planeforc:283,plastic:113,plastic_strain:126,plastic_strain_r:127,pmb:429,poem:[9,284],point:290,polariz:6,poli:[379,416,417],polygon:376,polym:13,polymorph:430,post:7,potenti:[2,6,8],pour:285,pppm:6,prd:464,pre:7,press:286,pressur:114,previou:12,print:[287,465],problem:[3,4],process:[6,7],processor:466,profil:156,properti:[6,115,116,117,288],pymol_aspher:13,python:[9,11,13,467],qbmsst:289,qeq:[290,291,292],qmmm:[9,293],qtb:[9,294],quadrat:186,quantiti:6,quartic:[35,54],quip:431,quit:468,ramp:157,rattl:302,rdf:118,read_data:469,read_dump:470,read_restart:471,reax:[9,13,292,295,296,432,433],reaxc:9,rebo:372,recent:297,reduc:119,refer:495,reflect:334,region:[8,119,158,159,335,472,495],relat:[20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,40,41,43,44,45,46,47,48,49,50,51,53,54,55,56,57,59,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,83,84,85,86,87,89,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,228,230,231,232,233,234,235,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,294,295,296,297,299,300,301,303,304,305,306,307,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,349,350,351,352,353,354,355,356,358,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,474,475,476,477,478,479,481,482,483,484,485,486,487,488,489,491,492,493,495,496,497,498,499],relax:218,replic:473,replica:[6,7],report:3,requir:12,rerun:474,rescal:[319,320],reset:225,reset_timestep:475,resquar:434,restart2data:13,restart:[6,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,218,219,220,221,222,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,328,329,330,331,332,333,334,335,336,476],restrain:298,restrict:[14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,491,492,493,494,495,496,497,498,499],rho:128,rhosum:446,rigid:[6,83,99,245,299],ring:349,rotat:160,round:376,rule:2,run:[6,11,12,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,218,219,220,221,222,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,328,329,330,331,332,333,334,335,336,477],run_styl:478,scalabl:10,scalar:6,screen:12,script:[2,6,8,11],sdk:[36,435],self:313,serial:11,set:[6,479],setforc:301,setvel:308,shake:302,share:[11,12],shell:[6,480],shield:290,shift:[26,27,48,49,177],simpl:31,simul:6,size:6,slater:290,slice:121,sllod:[276,277],small:299,smd:[9,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,303,304,305,306,307,308,310,436,437,438,439],smooth:[413,414],smtbq:[9,440],sna:142,snad:142,snap:441,snapshot:6,snav:142,soft:[415,442],solver:2,sourc:7,spatial:[210,211],spc:6,speci:296,special:[7,424,495],special_bond:481,sph:[9,443,444,445,446,447,448],sphere:[84,85,161,211,245,259,263,272,278],spheric:6,spline:[420,421],spring:[311,312,313,324],squar:28,srd:[314,336],srp:449,standard:9,start:[12,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,218,219,220,221,222,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,328,329,330,331,332,333,334,335,336],state:316,stationari:249,stop:[198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,218,219,220,221,222,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,328,329,330,331,332,333,334,335,336],store:[315,316],strategi:1,streitz:387,stress:[143,144],structur:2,style:[1,2,6,8],submit:8,suffix:482,summari:6,swap:[204,217],syntax:[20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,281,282,283,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,491,492,493,494,495,496,497,498,499],system:6,tabl:[0,6,38,56,188,452,453],tad:483,taitwat:[447,448],talli:144,temp:[145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,317,318,319,320],temper:484,temperatur:6,tersoff:[453,454,455],test:11,tfmc:321,thermal:[6,322],thermo:[6,485],thermo_modifi:486,thermo_styl:487,thermodynam:[6,8],thermostat:6,thole:456,time:[6,212],timer:488,timestep:489,tip3p:6,tip4p:[6,387,407,411,415],tip:12,tlsph:437,tlsph_defgrad:129,tlsph_dt:130,tlsph_num_neigh:131,tlsph_shape:132,tlsph_strain:133,tlsph_strain_rat:134,tlsph_stress:135,tmd:325,tool:[12,13],torqu:163,transform:224,tri:[273,457],tri_surfac:438,triangle_mesh_vertic:136,triclin:6,tstat:391,ttm:326,tune:327,type:7,ulsph:439,ulsph_num_neigh:137,ulsph_strain:138,ulsph_strain_r:139,ulsph_stress:140,umbrella:351,uncomput:491,undump:492,unfix:493,unit:494,user:[9,12,14,16,18],vacf:164,valu:[6,495],variabl:[6,8,495],variou:1,vashishta:458,vcm:165,vector:[6,328,495],veloc:496,version:[0,5,12],via:12,vim:13,viscos:[6,329],viscou:[246,330],visual:6,vol:141,voronoi:[9,166],vtk:300,wall:[6,331,332,333,334,335,336],wall_surfac:310,warn:3,water:6,weight:209,what:[7,12],wolf:[378,387],wrapper:11,write:6,write_data:497,write_dump:498,write_restart:499,xmgrace:13,xmovi:13,xrd:167,xtc:9,yukawa:[460,461],zbl:[455,462]}}) \ No newline at end of file