`
+
+**Default:** none
+
+
+----------
+
+
+.. _Israilev:
+
+
+
+**(Izrailev)** Izrailev, Stepaniants, Isralewitz, Kosztin, Lu, Molnar,
+Wriggers, Schulten. Computational Molecular Dynamics: Challenges,
+Methods, Ideas, volume 4 of Lecture Notes in Computational Science and
+Engineering, pp. 39-65. Springer-Verlag, Berlin, 1998.
+
+**(Park)**
+Park, Schulten, J. Chem. Phys. 120 (13), 5946 (2004)
+
+**(Jarzynski)**
+Jarzynski, Phys. Rev. Lett. 78, 2690 (1997)
+
+
+.. _lws: http://lammps.sandia.gov
+.. _ld: Manual.html
+.. _lc: Section_commands.html#comm
diff --git a/doc/fix_smd_adjust_dt.html b/doc/fix_smd_adjust_dt.html
new file mode 100644
index 0000000000..c3eeb9930d
--- /dev/null
+++ b/doc/fix_smd_adjust_dt.html
@@ -0,0 +1,240 @@
+
+
+
+
+
+
+
+
+
+
+ fix smd/adjust_dt command — LAMMPS 15 May 2015 version documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LAMMPS
+
+
+
+
+
+
+
+
+
+
+
+
fix smd/adjust_dt command
+
+
Syntax
+
fix ID group-ID smd/adjust_dt arg
+
+
+
+ID, group-ID are documented in fix command
+smd/adjust_dt = style name of this fix command
+arg = s_fact
+
+
+s_fact = safety factor
+
+
+
+
Examples
+
fix 1 all smd/adjust_dt 0.1
+
+
+
+
+
Description
+
The fix calculates a new stable time increment for use with the SMD time integrators.
+
The stable time increment is based on multiple conditions. For the SPH pair styles, a
+CFL criterion (Courant, Friedrichs & Lewy, 1928) is evaluated, which determines the the speed of
+sound cannot propagate further than a typical spacing between particles within a single time step to ensure
+no information is lost. For the contact pair styles, a linear analysis of the pair potential determines a
+stable maximum time step.
+
This fix inquires the minimum stable time increment across all particles contained in the group for which this
+fix is defined. An additional safety factor s_fact is applied to the time increment.
+
See this PDF guide to use Smooth Mach Dynamics in LAMMPS.
+
+
+
Restart, fix_modify, output, run start/stop, minimize info
+
Currently, no part of USER-SMD supports restarting nor minimization.
+
+
+
Restrictions
+
This fix is part of the USER-SMD package. It is only enabled if
+LAMMPS was built with that package. See the Making LAMMPS
+section for more info.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/fix_smd_adjust_dt.txt b/doc/fix_smd_adjust_dt.txt
new file mode 100644
index 0000000000..1d967e6147
--- /dev/null
+++ b/doc/fix_smd_adjust_dt.txt
@@ -0,0 +1,55 @@
+"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 smd/adjust_dt command :h3
+
+[Syntax:]
+
+fix ID group-ID smd/adjust_dt arg :pre
+
+ID, group-ID are documented in "fix"_fix.html command :ulb,l
+smd/adjust_dt = style name of this fix command :l
+arg = {s_fact} :l
+ {s_fact} = safety factor :pre
+
+:ule
+
+[Examples:]
+
+fix 1 all smd/adjust_dt 0.1 :pre
+
+[Description:]
+
+The fix calculates a new stable time increment for use with the SMD time integrators.
+
+The stable time increment is based on multiple conditions. For the SPH pair styles, a
+CFL criterion (Courant, Friedrichs & Lewy, 1928) is evaluated, which determines the the speed of
+sound cannot propagate further than a typical spacing between particles within a single time step to ensure
+no information is lost. For the contact pair styles, a linear analysis of the pair potential determines a
+stable maximum time step.
+
+This fix inquires the minimum stable time increment across all particles contained in the group for which this
+fix is defined. An additional safety factor {s_fact} is applied to the time increment.
+
+See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to use Smooth Mach Dynamics in LAMMPS.
+
+[Restart, fix_modify, output, run start/stop, minimize info:]
+
+Currently, no part of USER-SMD supports restarting nor minimization.
+
+[Restrictions:]
+
+This fix is part of the USER-SMD package. It is only enabled if
+LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3
+section for more info.
+
+[Related commands:]
+
+"smd/tlsph_dt"_compute_smd_tlsph_dt.html
+
+[Default:] none
diff --git a/doc/fix_smd_integrate_tlsph.html b/doc/fix_smd_integrate_tlsph.html
new file mode 100644
index 0000000000..3a794ace3c
--- /dev/null
+++ b/doc/fix_smd_integrate_tlsph.html
@@ -0,0 +1,238 @@
+
+
+
+
+
+
+
+
+
+
+ fix smd/integrate_tlsph command — LAMMPS 15 May 2015 version documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LAMMPS
+
+
+
+
+
+
+
+
+
+
+
+
fix smd/integrate_tlsph command
+
+
Syntax
+
fix ID group-ID smd/integrate_tlsph keyword values
+
+
+
+ID, group-ID are documented in fix command
+smd/integrate_tlsph = style name of this fix command
+zero or more keyword/value pairs may be appended
+keyword = limit_velocity
+
+
+limit_velocity value = max_vel
+ max_vel = maximum allowed velocity
+
+
+
+
Examples
+
fix 1 all smd/integrate_tlsph
+fix 1 all smd/integrate_tlsph limit_velocity 1000
+
+
+
+
+
Description
+
The fix performs explicit time integration for particles which interact according with the Total-Lagrangian SPH pair style.
+
See this PDF guide to using Smooth Mach Dynamics in LAMMPS.
+
The limit_velocity keyword will control the velocity, scaling the norm of
+the velocity vector to max_vel in case it exceeds this velocity limit.
+
+
+
Restart, fix_modify, output, run start/stop, minimize info
+
Currently, no part of USER-SMD supports restarting nor minimization. This fix has no outputs.
+
+
+
Restrictions
+
This fix is part of the USER-SMD package. It is only enabled if
+LAMMPS was built with that package. See the Making LAMMPS
+section for more info.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/fix_smd_integrate_tlsph.txt b/doc/fix_smd_integrate_tlsph.txt
new file mode 100644
index 0000000000..091836c658
--- /dev/null
+++ b/doc/fix_smd_integrate_tlsph.txt
@@ -0,0 +1,54 @@
+"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 smd/integrate_tlsph command :h3
+
+[Syntax:]
+
+fix ID group-ID smd/integrate_tlsph keyword values :pre
+
+ID, group-ID are documented in "fix"_fix.html command
+smd/integrate_tlsph = style name of this fix command
+zero or more keyword/value pairs may be appended :ul
+
+keyword = {limit_velocity} :l
+
+ {limit_velocity} value = max_vel
+ max_vel = maximum allowed velocity :pre
+
+:ule
+
+[Examples:]
+
+fix 1 all smd/integrate_tlsph
+fix 1 all smd/integrate_tlsph limit_velocity 1000 :pre
+
+[Description:]
+
+The fix performs explicit time integration for particles which interact according with the Total-Lagrangian SPH pair style.
+
+See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to using Smooth Mach Dynamics in LAMMPS.
+
+The {limit_velocity} keyword will control the velocity, scaling the norm of
+the velocity vector to max_vel in case it exceeds this velocity limit.
+
+[Restart, fix_modify, output, run start/stop, minimize info:]
+
+Currently, no part of USER-SMD supports restarting nor minimization. This fix has no outputs.
+
+[Restrictions:]
+
+This fix is part of the USER-SMD package. It is only enabled if
+LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3
+section for more info.
+
+[Related commands:]
+
+"smd/integrate_ulsph"_fix_smd_integrate_ulsph.html
+
+[Default:] none
diff --git a/doc/fix_smd_integrate_ulsph.html b/doc/fix_smd_integrate_ulsph.html
new file mode 100644
index 0000000000..a804d22467
--- /dev/null
+++ b/doc/fix_smd_integrate_ulsph.html
@@ -0,0 +1,246 @@
+
+
+
+
+
+
+
+
+
+
+ fix smd/integrate_ulsph command — LAMMPS 15 May 2015 version documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LAMMPS
+
+
+
+
+
+
+
+
+
+
+
+
fix smd/integrate_ulsph command
+
+
Syntax
+
fix ID group-ID smd/integrate_ulsph keyword
+
+
+
+ID, group-ID are documented in fix command
+smd/integrate_ulsph = style name of this fix command
+zero or more keyword/value pairs may be appended
+
+
keyword = adjust_radius or limit_velocity
+
+adjust_radius values = adjust_radius_factor min_nn max_nn
+adjust_radius_factor = factor which scale the smooth/kernel radius
+min_nn = minimum number of neighbors
+max_nn = maximum number of neighbors
+limit_velocity values = max_velocity
+max_velocity = maximum allowed velocity.
+
+
+
+
Examples
+
fix 1 all smd/integrate_ulsph adjust_radius 1.02 25 50
+
+
+
fix 1 all smd/integrate_ulsph limit_velocity 1000
+
+
+
+
+
Description
+
The fix performs explicit time integration for particles which interact with the updated Lagrangian SPH pair style.
+See this PDF guide to using Smooth Mach Dynamics in LAMMPS.
+
The adjust_radius keyword activates dynamic adjustment of the per-particle SPH smoothing kernel radius such that the number of neighbors per particles remains
+within the interval min_nn to max_nn . The parameter adjust_radius_factor determines the amount of adjustment per timestep. Typical values are
+* adjust_radius_factor*=1.02, * min_nn*=15, and * max_nn*=20.
+
The limit_velocity keyword will control the velocity, scaling the norm of
+the velocity vector to max_vel in case it exceeds this velocity limit.
+
+
+
Restart, fix_modify, output, run start/stop, minimize info
+
Currently, no part of USER-SMD supports restarting nor minimization. This fix has no outputs.
+
+
+
Restrictions
+
This fix is part of the USER-SMD package. It is only enabled if
+LAMMPS was built with that package. See the Making LAMMPS
+section for more info.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/fix_smd_integrate_ulsph.txt b/doc/fix_smd_integrate_ulsph.txt
new file mode 100644
index 0000000000..c9667465d8
--- /dev/null
+++ b/doc/fix_smd_integrate_ulsph.txt
@@ -0,0 +1,60 @@
+"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 smd/integrate_ulsph command :h3
+
+[Syntax:]
+
+fix ID group-ID smd/integrate_ulsph keyword :pre
+
+ID, group-ID are documented in "fix"_fix.html command
+smd/integrate_ulsph = style name of this fix command
+zero or more keyword/value pairs may be appended :ul
+
+keyword = adjust_radius or limit_velocity
+
+adjust_radius values = adjust_radius_factor min_nn max_nn
+ adjust_radius_factor = factor which scale the smooth/kernel radius
+ min_nn = minimum number of neighbors
+ max_nn = maximum number of neighbors
+limit_velocity values = max_velocity
+ max_velocity = maximum allowed velocity.
+
+
+[Examples:]
+
+fix 1 all smd/integrate_ulsph adjust_radius 1.02 25 50 :pre
+fix 1 all smd/integrate_ulsph limit_velocity 1000 :pre
+
+[Description:]
+
+The fix performs explicit time integration for particles which interact with the updated Lagrangian SPH pair style.
+See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to using Smooth Mach Dynamics in LAMMPS.
+
+The {adjust_radius} keyword activates dynamic adjustment of the per-particle SPH smoothing kernel radius such that the number of neighbors per particles remains
+within the interval {min_nn} to {max_nn}. The parameter {adjust_radius_factor} determines the amount of adjustment per timestep. Typical values are
+{adjust_radius_factor}=1.02, {min_nn}=15, and {max_nn}=20.
+
+The {limit_velocity} keyword will control the velocity, scaling the norm of
+the velocity vector to max_vel in case it exceeds this velocity limit.
+
+[Restart, fix_modify, output, run start/stop, minimize info:]
+
+Currently, no part of USER-SMD supports restarting nor minimization. This fix has no outputs.
+
+[Restrictions:]
+
+This fix is part of the USER-SMD package. It is only enabled if
+LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3
+section for more info.
+
+[Related commands:]
+
+
+
+[Default:] none
diff --git a/doc/fix_smd_move_triangulated_surface.html b/doc/fix_smd_move_triangulated_surface.html
new file mode 100644
index 0000000000..78315cb519
--- /dev/null
+++ b/doc/fix_smd_move_triangulated_surface.html
@@ -0,0 +1,257 @@
+
+
+
+
+
+
+
+
+
+
+ fix smd/move_tri_surf command — LAMMPS 15 May 2015 version documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LAMMPS
+
+
+
+
+
+
+
+
+
+
+
+
fix smd/move_tri_surf command
+
+
Syntax
+
fix ID group-ID smd/move_tri_surf keyword
+
+
+
+ID, group-ID are documented in fix command
+smd/move_tri_surf keyword = style name of this fix command
+keyword = ** LINEAR* or ** WIGGLE* or ** ROTATE*
+
+
**LINEAR* args = Vx Vy Vz
+ Vx,Vy,Vz = components of velocity vector (velocity units), any component can be specified as NULL
+**WIGGLE* args = Vx Vy Vz max_travel
+ vx,vy,vz = components of velocity vector (velocity units), any component can be specified as NULL
+ max_travel = wiggle amplitude
+**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)
+
+
+
+
+
Examples
+
fix 1 tool smd/move_tri_surf *LINEAR 20 20 10
+fix 2 tool smd/move_tri_surf *WIGGLE 20 20 10
+fix 2 tool smd/move_tri_surf *ROTATE 0 0 0 5 2 1
+
+
+
+
+
Description
+
This fix applies only to rigid surfaces read from .STL files via fix smd/wall_surface .
+It updates position and velocity for the particles in the group each timestep without regard to forces on the particles.
+The rigid surfaces can thus be moved along simple trajectories during the simulation.
+
The ** LINEAR* style moves particles with the specified constant velocity
+vector V = (Vx,Vy,Vz). This style also sets the velocity of each particle
+to V = (Vx,Vy,Vz).
+
The ** WIGGLE* style moves particles in an oscillatory fashion.
+Particles are moved along (vx, vy, vz) with constant velocity until a
+displacement of max_travel is reached. Then, the velocity vector is
+reversed. This process is repeated.
+
The ** ROTATE* style rotates particles around a rotation axis R = (Rx,Ry,Rz) that
+goes through a point P = (Px,Py,Pz). The period of the rotation is also
+specified. This style also sets the velocity of each particle 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 particle.
+
See this PDF guide to using Smooth Mach Dynamics in LAMMPS.
+
+
+
Restart, fix_modify, output, run start/stop, minimize info
+
Currently, no part of USER-SMD supports restarting nor minimization. This fix has no outputs.
+
+
+
Restrictions
+
This fix is part of the USER-SMD package. It is only enabled if
+LAMMPS was built with that package. See the Making LAMMPS
+section for more info.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/fix_smd_move_triangulated_surface.txt b/doc/fix_smd_move_triangulated_surface.txt
new file mode 100644
index 0000000000..6a4306de29
--- /dev/null
+++ b/doc/fix_smd_move_triangulated_surface.txt
@@ -0,0 +1,75 @@
+"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 smd/move_tri_surf command :h3
+
+[Syntax:]
+
+fix ID group-ID smd/move_tri_surf keyword :pre
+
+ID, group-ID are documented in "fix"_fix.html command :ulb,l
+smd/move_tri_surf keyword = style name of this fix command :l
+keyword = {*LINEAR} or {*WIGGLE} or {*ROTATE} :l
+
+ {*LINEAR} args = Vx Vy Vz
+ Vx,Vy,Vz = components of velocity vector (velocity units), any component can be specified as NULL
+ {*WIGGLE} args = Vx Vy Vz max_travel
+ vx,vy,vz = components of velocity vector (velocity units), any component can be specified as NULL
+ max_travel = wiggle amplitude
+ {*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) :pre
+
+:ule
+
+[Examples:]
+
+fix 1 tool smd/move_tri_surf *LINEAR 20 20 10
+fix 2 tool smd/move_tri_surf *WIGGLE 20 20 10
+fix 2 tool smd/move_tri_surf *ROTATE 0 0 0 5 2 1 :pre
+
+[Description:]
+
+This fix applies only to rigid surfaces read from .STL files via fix "smd/wall_surface"_fix_smd_wall_surface.html .
+It updates position and velocity for the particles in the group each timestep without regard to forces on the particles.
+The rigid surfaces can thus be moved along simple trajectories during the simulation.
+
+The {*LINEAR} style moves particles with the specified constant velocity
+vector V = (Vx,Vy,Vz). This style also sets the velocity of each particle
+to V = (Vx,Vy,Vz).
+
+The {*WIGGLE} style moves particles in an oscillatory fashion.
+Particles are moved along (vx, vy, vz) with constant velocity until a
+displacement of max_travel is reached. Then, the velocity vector is
+reversed. This process is repeated.
+
+The {*ROTATE} style rotates particles around a rotation axis R = (Rx,Ry,Rz) that
+goes through a point P = (Px,Py,Pz). The period of the rotation is also
+specified. This style also sets the velocity of each particle 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 particle.
+
+See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to using Smooth Mach Dynamics in LAMMPS.
+
+[Restart, fix_modify, output, run start/stop, minimize info:]
+
+Currently, no part of USER-SMD supports restarting nor minimization. This fix has no outputs.
+
+[Restrictions:]
+
+This fix is part of the USER-SMD package. It is only enabled if
+LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3
+section for more info.
+
+
+[Related commands:]
+
+"smd/triangle_mesh_vertices"_compute_smd_triangle_mesh_vertices.html, "smd/wall_surface"_fix_smd_wall_surface.html
+
+[Default:] none
diff --git a/doc/fix_smd_setvel.html b/doc/fix_smd_setvel.html
new file mode 100644
index 0000000000..f4e8f5759c
--- /dev/null
+++ b/doc/fix_smd_setvel.html
@@ -0,0 +1,263 @@
+
+
+
+
+
+
+
+
+
+
+ fix smd/setvel command — LAMMPS 15 May 2015 version documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LAMMPS
+
+
+
+
+
+
+
+
+
+
+
+
fix smd/setvel command
+
+
Syntax
+
fix ID group-ID smd/setvel vx vy vz keyword value ...
+
+
+
+ID, group-ID are documented in fix command
+smd/setvel = style name of this fix command
+vx,vy,vz = velocity component values
+any of vx,vy,vz can be a variable (see below)
+zero or more keyword/value pairs may be appended to args
+keyword = region
+
+
+region value = region-ID
+ region-ID = ID of region particles must be in to have their velocities set
+
+
+
+
Examples
+
fix top_velocity top_group setvel 1.0 0.0 0.0
+
+
+
+
+
Description
+
Set each component of velocity on each particle in the group to the specified
+values vx,vy,vz, regardless of the forces acting on the particle. This command can
+be used to impose velocity boundary conditions.
+
Any of the vx,vy,vz values can be specified as NULL which means do not
+alter the velocity component in that dimension.
+
This fix is indented to be used together with a time integration fix.
+
Any of the 3 quantities defining the velocity components can be specified
+as an equal-style or atom-style variable , namely vx ,
+vy , vz . 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 each timestep, and its value used to determine the
+force component.
+
Equal-style variables can specify formulas with various mathematical
+functions, and include thermo_style command
+keywords for the simulation box parameters and timestep and elapsed
+time. Thus it is easy to specify a time-dependent velocity field.
+
Atom-style variables can specify the same formulas as equal-style
+variables but can also include per-atom values, such as atom
+coordinates. Thus it is easy to specify a spatially-dependent velocity
+field with optional time-dependence as well.
+
If the region keyword is used, the particle must also be in the
+specified geometric region in order to have its velocity set by this command.
+
+
+
+
Restart, fix_modify, output, run start/stop, minimize info
+
Currently, no part of USER-SMD supports restarting nor minimization
+None of the fix_modify options
+are relevant to this fix.
+
This fix computes a global 3-vector of forces, which can be accessed
+by various output commands . This is the
+total force on the group of atoms. The vector values calculated by this
+fix are “extensive”.
+
No parameter of this fix can be used with the start/stop keywords of
+the run command.
+
+
+
Restrictions
+
This fix is part of the USER-SMD package. It is only enabled if
+LAMMPS was built with that package. See the Making LAMMPS
+section for more info.
+
Related commands: none
+
Default: none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/fix_smd_setvel.txt b/doc/fix_smd_setvel.txt
new file mode 100644
index 0000000000..6d96e79723
--- /dev/null
+++ b/doc/fix_smd_setvel.txt
@@ -0,0 +1,84 @@
+"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 smd/setvel command :h3
+
+[Syntax:]
+
+fix ID group-ID smd/setvel vx vy vz keyword value ... :pre
+
+ID, group-ID are documented in "fix"_fix.html command :ulb,l
+smd/setvel = style name of this fix command :l
+vx,vy,vz = velocity component values :l
+any of vx,vy,vz can be a variable (see below) :l
+zero or more keyword/value pairs may be appended to args :l
+keyword = {region} :l
+ {region} value = region-ID
+ region-ID = ID of region particles must be in to have their velocities set :pre
+:ule
+
+[Examples:]
+
+fix top_velocity top_group setvel 1.0 0.0 0.0 :pre
+
+[Description:]
+
+Set each component of velocity on each particle in the group to the specified
+values vx,vy,vz, regardless of the forces acting on the particle. This command can
+be used to impose velocity boundary conditions.
+
+Any of the vx,vy,vz values can be specified as NULL which means do not
+alter the velocity component in that dimension.
+
+This fix is indented to be used together with a time integration fix.
+
+Any of the 3 quantities defining the velocity components can be specified
+as an equal-style or atom-style "variable"_variable.html, namely {vx},
+{vy}, {vz}. 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 each timestep, and its value used to determine the
+force component.
+
+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. Thus it is easy to specify a time-dependent velocity field.
+
+Atom-style variables can specify the same formulas as equal-style
+variables but can also include per-atom values, such as atom
+coordinates. Thus it is easy to specify a spatially-dependent velocity
+field with optional time-dependence as well.
+
+If the {region} keyword is used, the particle must also be in the
+specified geometric "region"_region.html in order to have its velocity set by this command.
+
+:line
+
+[Restart, fix_modify, output, run start/stop, minimize info:]
+
+Currently, no part of USER-SMD supports restarting nor minimization
+None of the "fix_modify"_fix_modify.html options
+are relevant to this fix.
+
+This fix computes a global 3-vector of forces, which can be accessed
+by various "output commands"_Section_howto.html#howto_15. This is the
+total force on the group of atoms. The vector values calculated by this
+fix are "extensive".
+
+No parameter of this fix can be used with the {start/stop} keywords of
+the "run"_run.html command.
+
+[Restrictions:]
+
+This fix is part of the USER-SMD package. It is only enabled if
+LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3
+section for more info.
+
+[Related commands:] none
+
+[Default:] none
diff --git a/doc/fix_smd_tlsph_reference_configuration.html b/doc/fix_smd_tlsph_reference_configuration.html
new file mode 100644
index 0000000000..b4af1d92e0
--- /dev/null
+++ b/doc/fix_smd_tlsph_reference_configuration.html
@@ -0,0 +1,190 @@
+
+
+
+
+
+
+
+
+
+
+ <no title> — LAMMPS 15 May 2015 version documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LAMMPS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/fix_smd_tlsph_reference_configuration.txt b/doc/fix_smd_tlsph_reference_configuration.txt
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/doc/fix_smd_wall_surface.html b/doc/fix_smd_wall_surface.html
new file mode 100644
index 0000000000..67166e4765
--- /dev/null
+++ b/doc/fix_smd_wall_surface.html
@@ -0,0 +1,244 @@
+
+
+
+
+
+
+
+
+
+
+ fix smd/wall_surface command — LAMMPS 15 May 2015 version documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LAMMPS
+
+
+
+
+
+
+
+
+
+
+
+
fix smd/wall_surface command
+
+
Syntax
+
fix ID group-ID smd/wall_surface arg type mol-ID
+
+
+
+ID, group-ID are documented in fix command
+smd/wall_surface = style name of this fix command
+arg = file
+
+
+file = file name of a triangular mesh in stl format
+
+
+type = particle type to be given to the new particles created by this fix
+mol-ID = molecule-ID to be given to the new particles created by this fix (must be >= 65535)
+
+
+
+
Examples
+
fix stl_surf all smd/wall_surface tool.stl 2 65535
+
+
+
+
+
Description
+
This fix creates reads a traingulated surface from a file in .STL format.
+For each triangle, a new particle is created which stores the barycenter of the triangle and the vertex positions.
+The radius of the new particle is that of the minimum circle which encompasses the triangle vertices.
+
The triangulated surface can be used as a complex rigid wall via the smd/tri_surface pair style.
+It is possible to move the triangulated surface via the smd/move_tri_surf fix style.
+
Immediately after a .STL file has been read, the simulation needs to be run for 0 timesteps in order to properly register the new particles
+in the system. See the “funnel_flow” example in the USER-SMD examples directory.
+
See this PDF guide to use Smooth Mach Dynamics in LAMMPS.
+
+
+
Restart, fix_modify, output, run start/stop, minimize info
+
Currently, no part of USER-SMD supports restarting nor minimization. This fix has no outputs.
+
+
+
Restrictions
+
This fix is part of the USER-SMD package. It is only enabled if
+LAMMPS was built with that package. See the Making LAMMPS
+section for more info. The molecule ID given to the particles created by this fix have to be equal to or larger than 65535.
+
Within each .STL file, only a single triangulated object must be present, even though the STL format allows for the possibility of multiple objects in one file.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/fix_smd_wall_surface.txt b/doc/fix_smd_wall_surface.txt
new file mode 100644
index 0000000000..cc0f4340af
--- /dev/null
+++ b/doc/fix_smd_wall_surface.txt
@@ -0,0 +1,58 @@
+"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 smd/wall_surface command :h3
+
+[Syntax:]
+
+fix ID group-ID smd/wall_surface arg type mol-ID :pre
+
+ID, group-ID are documented in "fix"_fix.html command :ulb,l
+smd/wall_surface = style name of this fix command :l
+arg = {file} :l
+ {file} = file name of a triangular mesh in stl format :pre
+type = particle type to be given to the new particles created by this fix :l
+mol-ID = molecule-ID to be given to the new particles created by this fix (must be >= 65535) :l
+
+:ule
+
+[Examples:]
+
+fix stl_surf all smd/wall_surface tool.stl 2 65535 :pre
+
+[Description:]
+
+This fix creates reads a traingulated surface from a file in .STL format.
+For each triangle, a new particle is created which stores the barycenter of the triangle and the vertex positions.
+The radius of the new particle is that of the minimum circle which encompasses the triangle vertices.
+
+The triangulated surface can be used as a complex rigid wall via the "smd/tri_surface"_pair_smd_triangulated_surface.html pair style.
+It is possible to move the triangulated surface via the "smd/move_tri_surf"_fix_smd_move_triangulated_surface.html fix style.
+
+Immediately after a .STL file has been read, the simulation needs to be run for 0 timesteps in order to properly register the new particles
+in the system. See the "funnel_flow" example in the USER-SMD examples directory.
+
+See "this PDF guide"_USER/smd/SMD_LAMMPS_userguide.pdf to use Smooth Mach Dynamics in LAMMPS.
+
+[Restart, fix_modify, output, run start/stop, minimize info:]
+
+Currently, no part of USER-SMD supports restarting nor minimization. This fix has no outputs.
+
+[Restrictions:]
+
+This fix is part of the USER-SMD package. It is only enabled if
+LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3
+section for more info. The molecule ID given to the particles created by this fix have to be equal to or larger than 65535.
+
+Within each .STL file, only a single triangulated object must be present, even though the STL format allows for the possibility of multiple objects in one file.
+
+[Related commands:]
+
+"smd/triangle_mesh_vertices"_compute_smd_triangle_mesh_vertices.html, "smd/move_tri_surf"_fix_smd_move_triangulated_surface.html, "smd/tri_surface"_pair_smd_triangulated_surface.html
+
+[Default:] none
diff --git a/doc/genindex.html b/doc/genindex.html
index b2d51fcaf5..2592e637a5 100644
--- a/doc/genindex.html
+++ b/doc/genindex.html
@@ -499,8 +499,6 @@
compute msd
-
-
compute msd/chunk
@@ -541,6 +539,8 @@
compute property/atom
+
+
compute property/chunk
@@ -566,6 +566,82 @@
+ 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/ulsph_num_neighs
+
+
+
+ compute smd/ulsph_strain
+
+
+
+ compute smd/ulsph_strain_rate
+
+
+
+ compute smd/ulsph_stress
+
+
+
+ compute smd/vol
+
+
+
compute sna/atom
@@ -1053,8 +1129,6 @@
fix nve/asphere/noforce
-
-
fix nve/body
@@ -1067,6 +1141,8 @@
fix nve/limit
+
+
fix nve/line
@@ -1204,6 +1280,30 @@
+ fix smd/adjust_dt
+
+
+
+ fix smd/integrate_tlsph
+
+
+
+ fix smd/integrate_ulsph
+
+
+
+ fix smd/move_tri_surf
+
+
+
+ fix smd/setvel
+
+
+
+ fix smd/wall_surface
+
+
+
fix spring
@@ -1675,8 +1775,6 @@
pair_style lj/sdk
-
-
pair_style lj/sf
@@ -1685,6 +1783,8 @@
pair_style lj/smooth
+
+
pair_style lj/smooth/linear
@@ -1750,6 +1850,22 @@
+ pair_style smd/hertz
+
+
+
+ pair_style smd/tlsph
+
+
+
+ pair_style smd/tri_surface
+
+
+
+ pair_style smd/ulsph
+
+
+
pair_style snap
diff --git a/doc/pair_smd_hertz.html b/doc/pair_smd_hertz.html
new file mode 100644
index 0000000000..481a032699
--- /dev/null
+++ b/doc/pair_smd_hertz.html
@@ -0,0 +1,233 @@
+
+
+
+
+
+
+
+
+
+
+ pair_style smd/hertz command — LAMMPS 15 May 2015 version documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LAMMPS
+
+
+
+
+
+
+
+
+
+
+
+
pair_style smd/hertz command
+
+
Syntax
+
pair_style smd/hertz scale_factor
+
+
+
+
+
Examples
+
pair_style smd/hertz 1.0
+pair_coeff 1 1 <contact_stiffness>
+
+
+
Description
+
The smd/hertz style calculates contact forces between SPH particles belonging to different physical bodies.
+
The contact forces are calculated using a Hertz potential, which evaluates the overlap between two particles
+(whose spatial extents are defined via its contact radius).
+The effect is that a particles cannot penetrate into each other.
+The parameter <contact_stiffness> has units of pressure and should equal roughly one half
+of the Young’s modulus (or bulk modulus in the case of fluids) of the material model associated with the SPH particles.
+
The parameter scale_factor can be used to scale the particles’ contact radii. This can be useful to control how close
+particles can approach each other. Usually, * scale_factor*=1.0.
+
+
Mixing, shift, table, tail correction, restart, rRESPA info :
+
No mixing is performed automatically.
+Currently, no part of USER-SMD supports restarting nor minimization.
+rRESPA does not apply to this pair style.
+
+
+
+
Restrictions
+
This fix is part of the USER-SMD package. It is only enabled if
+LAMMPS was built with that package. See the Making LAMMPS
+section for more info.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/pair_smd_hertz.txt b/doc/pair_smd_hertz.txt
new file mode 100644
index 0000000000..5d6784bb12
--- /dev/null
+++ b/doc/pair_smd_hertz.txt
@@ -0,0 +1,56 @@
+"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 smd/hertz command :h3
+
+[Syntax:]
+
+pair_style smd/hertz scale_factor :pre
+
+[Examples:]
+
+pair_style smd/hertz 1.0
+pair_coeff 1 1
+
+[Description:]
+
+The {smd/hertz} style calculates contact forces between SPH particles belonging to different physical bodies.
+
+The contact forces are calculated using a Hertz potential, which evaluates the overlap between two particles
+(whose spatial extents are defined via its contact radius).
+The effect is that a particles cannot penetrate into each other.
+The parameter has units of pressure and should equal roughly one half
+of the Young's modulus (or bulk modulus in the case of fluids) of the material model associated with the SPH particles.
+
+The parameter {scale_factor} can be used to scale the particles' contact radii. This can be useful to control how close
+particles can approach each other. Usually, {scale_factor}=1.0.
+
+:line
+
+[Mixing, shift, table, tail correction, restart, rRESPA info]:
+
+No mixing is performed automatically.
+Currently, no part of USER-SMD supports restarting nor minimization.
+rRESPA does not apply to this pair style.
+
+:line
+
+[Restrictions:]
+
+This fix is part of the USER-SMD package. It is only enabled if
+LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3
+section for more info.
+
+[Related commands:]
+
+"pair_coeff"_pair_coeff.html
+
+[Default:] none
+
+:line
+
diff --git a/doc/pair_smd_tlsph.html b/doc/pair_smd_tlsph.html
new file mode 100644
index 0000000000..7a32ec3900
--- /dev/null
+++ b/doc/pair_smd_tlsph.html
@@ -0,0 +1,243 @@
+
+
+
+
+
+
+
+
+
+
+ pair_style smd/tlsph command — LAMMPS 15 May 2015 version documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LAMMPS
+
+
+
+
+
+
+
+
+
+
+
+
pair_style smd/tlsph command
+
+
Syntax
+
pair_style smd/tlsph args
+
+
+
+
+
Examples
+
pair_style smd/tlsph
+
+
+
Description
+
The smd/tlsph style computes particle interactions according to continuum mechanics constitutive laws and a Total-Lagrangian Smooth-Particle Hydrodynamics algorithm.
+
This pair style is invoked with the following command:
+
pair_style smd/tlsph
+pair_coeff i j *COMMON rho0 E nu Q1 Q2 hg Cp &
+ *END
+
+
+
Here, i and j denote the LAMMPS particle types for which this pair style is
+defined. Note that i and j must be equal, i.e., no tlsph cross interactions
+between different particle types are allowed.
+In contrast to the usual LAMMPS pair coeff definitions, which are given solely a
+number of floats and integers, the tlsph pair coeff definition is organised using
+keywords. These keywords mark the beginning of different sets of parameters for particle properties,
+material constitutive models, and damage models. The pair coeff line must be terminated with
+the ** END* keyword. The use the line continuation operator & is recommended. A typical
+invocation of the tlsph for a solid body would consist of an equation of state for computing
+the pressure (the diagonal components of the stress tensor), and a material model to compute shear
+stresses (the off-diagonal components of the stress tensor). Damage and failure models can also be added.
+
Please see the SMD user guide for a complete listing of the possible keywords and material models.
+
+
Mixing, shift, table, tail correction, restart, rRESPA info :
+
No mixing is performed automatically.
+Currently, no part of USER-SMD supports restarting nor minimization.
+rRESPA does not apply to this pair style.
+
+
+
+
Restrictions
+
This fix is part of the USER-SMD package. It is only enabled if
+LAMMPS was built with that package. See the Making LAMMPS
+section for more info.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/pair_smd_tlsph.txt b/doc/pair_smd_tlsph.txt
new file mode 100644
index 0000000000..a81d2e25c1
--- /dev/null
+++ b/doc/pair_smd_tlsph.txt
@@ -0,0 +1,67 @@
+"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 smd/tlsph command :h3
+
+[Syntax:]
+
+pair_style smd/tlsph args :pre
+
+[Examples:]
+
+pair_style smd/tlsph
+
+
+[Description:]
+
+The {smd/tlsph} style computes particle interactions according to continuum mechanics constitutive laws and a Total-Lagrangian Smooth-Particle Hydrodynamics algorithm.
+
+This pair style is invoked with the following command:
+
+pair_style smd/tlsph
+pair_coeff i j *COMMON rho0 E nu Q1 Q2 hg Cp &
+ *END :pre
+
+Here, {i} and {j} denote the {LAMMPS} particle types for which this pair style is
+defined. Note that {i} and {j} must be equal, i.e., no {tlsph} cross interactions
+between different particle types are allowed.
+In contrast to the usual {LAMMPS} {pair coeff} definitions, which are given solely a
+number of floats and integers, the {tlsph} {pair coeff} definition is organised using
+keywords. These keywords mark the beginning of different sets of parameters for particle properties,
+material constitutive models, and damage models. The {pair coeff} line must be terminated with
+the {*END} keyword. The use the line continuation operator {&} is recommended. A typical
+invocation of the {tlsph} for a solid body would consist of an equation of state for computing
+the pressure (the diagonal components of the stress tensor), and a material model to compute shear
+stresses (the off-diagonal components of the stress tensor). Damage and failure models can also be added.
+
+Please see the "SMD user guide"_USER/smd/SMD_LAMMPS_userguide.pdf for a complete listing of the possible keywords and material models.
+
+:line
+
+[Mixing, shift, table, tail correction, restart, rRESPA info]:
+
+No mixing is performed automatically.
+Currently, no part of USER-SMD supports restarting nor minimization.
+rRESPA does not apply to this pair style.
+
+:line
+
+[Restrictions:]
+
+This fix is part of the USER-SMD package. It is only enabled if
+LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3
+section for more info.
+
+[Related commands:]
+
+"pair_coeff"_pair_coeff.html
+
+[Default:] none
+
+:line
+
diff --git a/doc/pair_smd_triangulated_surface.html b/doc/pair_smd_triangulated_surface.html
new file mode 100644
index 0000000000..8ea0d5514e
--- /dev/null
+++ b/doc/pair_smd_triangulated_surface.html
@@ -0,0 +1,234 @@
+
+
+
+
+
+
+
+
+
+
+ pair_style smd/tri_surface command — LAMMPS 15 May 2015 version documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LAMMPS
+
+
+
+
+
+
+
+
+
+
+
+
pair_style smd/tri_surface command
+
+
Syntax
+
pair_style smd/tri_surface scale_factor
+
+
+
+
+
Examples
+
pair_style smd/tri_surface 1.0
+pair_coeff 1 1 <contact_stiffness>
+
+
+
Description
+
The smd/tri_surface style calculates contact forces between SPH particles and a rigid wall boundary defined via the
+smd/wall_surface fix.
+
The contact forces are calculated using a Hertz potential, which evaluates the overlap between a particle
+(whose spatial extents are defined via its contact radius) and the triangle.
+The effect is that a particle cannot penetrate into the triangular surface.
+The parameter <contact_stiffness> has units of pressure and should equal roughly one half
+of the Young’s modulus (or bulk modulus in the case of fluids) of the material model associated with the SPH particle
+
The parameter scale_factor can be used to scale the particles’ contact radii. This can be useful to control how close
+particles can approach the triangulated surface. Usually, * scale_factor*=1.0.
+
+
Mixing, shift, table, tail correction, restart, rRESPA info :
+
No mixing is performed automatically.
+Currently, no part of USER-SMD supports restarting nor minimization.
+rRESPA does not apply to this pair style.
+
+
+
+
Restrictions
+
This fix is part of the USER-SMD package. It is only enabled if
+LAMMPS was built with that package. See the Making LAMMPS
+section for more info.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/pair_smd_triangulated_surface.txt b/doc/pair_smd_triangulated_surface.txt
new file mode 100644
index 0000000000..bfc0e806ac
--- /dev/null
+++ b/doc/pair_smd_triangulated_surface.txt
@@ -0,0 +1,57 @@
+"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 smd/tri_surface command :h3
+
+[Syntax:]
+
+pair_style smd/tri_surface scale_factor :pre
+
+[Examples:]
+
+pair_style smd/tri_surface 1.0
+pair_coeff 1 1
+
+[Description:]
+
+The {smd/tri_surface} style calculates contact forces between SPH particles and a rigid wall boundary defined via the
+"smd/wall_surface"_fix_smd_wall_surface.html fix.
+
+The contact forces are calculated using a Hertz potential, which evaluates the overlap between a particle
+(whose spatial extents are defined via its contact radius) and the triangle.
+The effect is that a particle cannot penetrate into the triangular surface.
+The parameter has units of pressure and should equal roughly one half
+of the Young's modulus (or bulk modulus in the case of fluids) of the material model associated with the SPH particle
+
+The parameter {scale_factor} can be used to scale the particles' contact radii. This can be useful to control how close
+particles can approach the triangulated surface. Usually, {scale_factor}=1.0.
+
+:line
+
+[Mixing, shift, table, tail correction, restart, rRESPA info]:
+
+No mixing is performed automatically.
+Currently, no part of USER-SMD supports restarting nor minimization.
+rRESPA does not apply to this pair style.
+
+:line
+
+[Restrictions:]
+
+This fix is part of the USER-SMD package. It is only enabled if
+LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3
+section for more info.
+
+[Related commands:]
+
+"pair_coeff"_pair_coeff.html
+
+[Default:] none
+
+:line
+
diff --git a/doc/pair_smd_ulsph.html b/doc/pair_smd_ulsph.html
new file mode 100644
index 0000000000..ab5961b393
--- /dev/null
+++ b/doc/pair_smd_ulsph.html
@@ -0,0 +1,248 @@
+
+
+
+
+
+
+
+
+
+
+ pair_style smd/ulsph command — LAMMPS 15 May 2015 version documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LAMMPS
+
+
+
+
+
+
+
+
+
+
+
+
pair_style smd/ulsph command
+
+
Syntax
+
pair_style smd/ulsph args
+
+
+
+these keywords must be given
+
+
keyword = ** DENSITY_SUMMATION* or ** DENSITY_CONTINUITY* and ** VELOCITY_GRADIENT* or ** NO_VELOCITY_GRADIENT* and ** GRADIENT_CORRECTION* or ** NO_GRADIENT_CORRECTION*
+
+
+
Examples
+
pair_style smd/ulsph * DENSITY_CONTINUITY * VELOCITY_GRADIENT * NO_GRADIENT_CORRECTION
+
+
+
Description
+
The smd/ulsph style computes particle interactions according to continuum mechanics constitutive laws and an updated Lagrangian Smooth-Particle Hydrodynamics algorithm.
+
This pair style is invoked similar to the following command:
+
pair_style smd/ulsph *DENSITY_CONTINUITY *VELOCITY_GRADIENT *NO_GRADIENT_CORRECTION
+pair_coeff i j *COMMON rho0 c0 Q1 Cp hg &
+ *END
+
+
+
Here, i and j denote the LAMMPS particle types for which this pair style is
+defined. Note that i and j can be different, i.e., ulsph cross interactions
+between different particle types are allowed. However, i –i respectively j –j pair_coeff lines have to preceed a cross interaction.
+In contrast to the usual LAMMPS pair coeff definitions, which are given solely a
+number of floats and integers, the ulsph pair coeff definition is organised using
+keywords. These keywords mark the beginning of different sets of parameters for particle properties,
+material constitutive models, and damage models. The pair coeff line must be terminated with
+the ** END* keyword. The use the line continuation operator & is recommended. A typical
+invocation of the ulsph for a solid body would consist of an equation of state for computing
+the pressure (the diagonal components of the stress tensor), and a material model to compute shear
+stresses (the off-diagonal components of the stress tensor).
+
Note that the use of * GRADIENT_CORRECTION can lead to severe numerical instabilities. For a general fluid simulation, * NO_GRADIENT_CORRECTION is recommended.
+
Please see the SMD user guide for a complete listing of the possible keywords and material models.
+
+
Mixing, shift, table, tail correction, restart, rRESPA info :
+
No mixing is performed automatically.
+Currently, no part of USER-SMD supports restarting nor minimization.
+rRESPA does not apply to this pair style.
+
+
+
+
Restrictions
+
This fix is part of the USER-SMD package. It is only enabled if
+LAMMPS was built with that package. See the Making LAMMPS
+section for more info.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/doc/pair_smd_ulsph.txt b/doc/pair_smd_ulsph.txt
new file mode 100644
index 0000000000..d4c9fc41fa
--- /dev/null
+++ b/doc/pair_smd_ulsph.txt
@@ -0,0 +1,71 @@
+"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 smd/ulsph command :h3
+
+[Syntax:]
+
+pair_style smd/ulsph args :pre
+
+these keywords must be given :l
+keyword = {*DENSITY_SUMMATION} or {*DENSITY_CONTINUITY} and {*VELOCITY_GRADIENT} or {*NO_VELOCITY_GRADIENT} and {*GRADIENT_CORRECTION} or {*NO_GRADIENT_CORRECTION}
+
+[Examples:]
+
+pair_style smd/ulsph *DENSITY_CONTINUITY *VELOCITY_GRADIENT *NO_GRADIENT_CORRECTION
+
+[Description:]
+
+The {smd/ulsph} style computes particle interactions according to continuum mechanics constitutive laws and an updated Lagrangian Smooth-Particle Hydrodynamics algorithm.
+
+This pair style is invoked similar to the following command:
+
+pair_style smd/ulsph *DENSITY_CONTINUITY *VELOCITY_GRADIENT *NO_GRADIENT_CORRECTION
+pair_coeff i j *COMMON rho0 c0 Q1 Cp hg &
+ *END :pre
+
+Here, {i} and {j} denote the {LAMMPS} particle types for which this pair style is
+defined. Note that {i} and {j} can be different, i.e., {ulsph} cross interactions
+between different particle types are allowed. However, {i}--{i} respectively {j}--{j} pair_coeff lines have to preceed a cross interaction.
+In contrast to the usual {LAMMPS} {pair coeff} definitions, which are given solely a
+number of floats and integers, the {ulsph} {pair coeff} definition is organised using
+keywords. These keywords mark the beginning of different sets of parameters for particle properties,
+material constitutive models, and damage models. The {pair coeff} line must be terminated with
+the {*END} keyword. The use the line continuation operator {&} is recommended. A typical
+invocation of the {ulsph} for a solid body would consist of an equation of state for computing
+the pressure (the diagonal components of the stress tensor), and a material model to compute shear
+stresses (the off-diagonal components of the stress tensor).
+
+Note that the use of *GRADIENT_CORRECTION can lead to severe numerical instabilities. For a general fluid simulation, *NO_GRADIENT_CORRECTION is recommended.
+
+Please see the "SMD user guide"_USER/smd/SMD_LAMMPS_userguide.pdf for a complete listing of the possible keywords and material models.
+
+:line
+
+[Mixing, shift, table, tail correction, restart, rRESPA info]:
+
+No mixing is performed automatically.
+Currently, no part of USER-SMD supports restarting nor minimization.
+rRESPA does not apply to this pair style.
+
+:line
+
+[Restrictions:]
+
+This fix is part of the USER-SMD package. It is only enabled if
+LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3
+section for more info.
+
+[Related commands:]
+
+"pair_coeff"_pair_coeff.html
+
+[Default:] none
+
+:line
+
diff --git a/doc/prd.html b/doc/prd.html
index 07420fc597..01557ac623 100644
--- a/doc/prd.html
+++ b/doc/prd.html
@@ -153,8 +153,8 @@
vel values = loop dist
loop = all or local or geom , used in dephasing
dist = uniform or gaussian , used in dephasing
-time value = step or clock
- step = simulation runs for N timesteps on each replica (default)
+time value = steps or clock
+ steps = simulation runs for N timesteps on each replica (default)
clock = simulation runs for N timesteps across all replicas
@@ -171,11 +171,11 @@ prd 5000 100 10 10 100 1 54982 min 0.1 0.1 100 200
replicas of a system. One or more replicas can be used. The total
number of steps N to run can be interpreted in one of two ways; see
discussion of the time keyword below.
-PRD is described in this paper by Art Voter. It is a method
+
PRD is described in this paper by Art Voter. It is a method
for performing accelerated dynamics that is suitable for
infrequent-event systems that obey first-order kinetics. A good
overview of accelerated dynamics methods for such systems in given in
-this review paper from the same group. To quote from the
+this review paper from the same group. To quote from the
paper: “The dynamical evolution is characterized by vibrational
excursions within a potential basin, punctuated by occasional
transitions between basins.” The transition probability is
@@ -268,7 +268,7 @@ dynamics have been performed. Note that N only includes the
dynamics of stages 2 and 3, not the steps taken during dephasing or
the minimization iterations of quenching. The specified N is
interpreted in one of two ways, depending on the time keyword. If
-the time value is step , which is the default, then each replica
+the time value is steps , which is the default, then each replica
runs for N timesteps. If the time value is clock , then the
simulation runs until N aggregate timesteps across all replicas have
elapsed. This aggregate time is the “clock” time defined below, which
@@ -392,7 +392,7 @@ include the “ave” fixes such as
Default
The option defaults are min = 0.1 0.1 40 50, no temp setting, vel =
-geom gaussian, and time = step.
+geom gaussian, and time = steps.
(Voter) Voter, Phys Rev B, 57, 13985 (1998).
(Voter2) Voter, Montalenti, Germann, Annual Review of Materials
diff --git a/doc/read_data.html b/doc/read_data.html
index 01d1b92d48..0ffe97755e 100644
--- a/doc/read_data.html
+++ b/doc/read_data.html
@@ -610,8 +610,8 @@ box the atom is in. These may be important to include for some kinds
of analysis.
-
-
+
+
angle
@@ -653,19 +653,22 @@ of analysis.
peri
atom-ID atom-type volume density x y z
-sphere
+smd
+atom-ID atom-type molecule volume mass kernel_radius contact_radius x y z
+
+sphere
atom-ID atom-type diameter density x y z
-template
+template
atom-ID molecule-ID template-index template-atom atom-type x y z
-tri
+tri
atom-ID molecule-ID atom-type triangleflag density x y z
-wavepacket
+wavepacket
atom-ID atom-type charge spin eradius etag cs_re cs_im x y z
-hybrid
+hybrid
atom-ID atom-type x y z sub-style1 sub-style2 ...
@@ -695,6 +698,8 @@ of analysis.
eradius = electron radius (or fixed-core radius)
etag = integer ID of electron that each wavepacket belongs to
cs_re,cs_im = real/imaginary parts of wavepacket coefficients
+kernel_radius = ??? (distance units)
+contact_radius = ??? (distance units)
The units for these quantities depend on the unit style; see the
units command for details.
diff --git a/doc/read_data.txt b/doc/read_data.txt
index 2483699664..f3bd1e5f3f 100644
--- a/doc/read_data.txt
+++ b/doc/read_data.txt
@@ -535,6 +535,7 @@ line: atom-ID molecule-ID atom-type lineflag density x y z
meso: atom-ID atom-type rho e cv x y z
molecular: atom-ID molecule-ID atom-type x y z
peri: atom-ID atom-type volume density x y z
+smd: atom-ID atom-type molecule volume mass kernel_radius contact_radius x y z
sphere: atom-ID atom-type diameter density x y z
template: atom-ID molecule-ID template-index template-atom atom-type x y z
tri: atom-ID molecule-ID atom-type triangleflag density x y z
@@ -565,7 +566,9 @@ cv = heat capacity (need units) for SPH particles
spin = electron spin (+1/-1), 0 = nuclei, 2 = fixed-core, 3 = pseudo-cores (i.e. ECP)
eradius = electron radius (or fixed-core radius)
etag = integer ID of electron that each wavepacket belongs to
-cs_re,cs_im = real/imaginary parts of wavepacket coefficients :ul
+cs_re,cs_im = real/imaginary parts of wavepacket coefficients
+kernel_radius = ??? (distance units)
+contact_radius = ??? (distance units) :ul
The units for these quantities depend on the unit style; see the
"units"_units.html command for details.
diff --git a/doc/searchindex.js b/doc/searchindex.js
index d5e26d2199..e390711443 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_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_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_sna_atom","compute_stress_atom","compute_temp","compute_temp_asphere","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_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_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_sphere","fix_nphug","fix_npt_asphere","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_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_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_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_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_meam","pair_meam_spline","pair_meam_sw_spline","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_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_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","timestep","tutorial_drude","uncompute","undump","unfix","units","variable","velocity","write_data","write_dump","write_restart"],objects:{},objnames:{},objtypes:{},terms:{"00a":287,"00b":287,"02214e23":91,"03275e":447,"0b1":11,"0e20":[303,426,448],"0e4":[227,296,361],"0e5":227,"0x98b5e0":168,"100k":1,"1024x1024":168,"10e":351,"10f":3,"10g":448,"10th":[418,424,437],"10x":[3,325,326,328,329,339],"10x10x10":132,"10x20x20":321,"11e":10,"15g":[169,448],"16x":1,"18986e":326,"18e":10,"1_prop":6,"1st":[2,6,8,12,20,22,38,44,56,57,58,60,87,138,150,152,164,173,174,181,182,183,184,185,186,190,194,229,258,268,289,301,305,323,329,334,335,339,346,348,355,357,358,365,366,375,376,380,381,382,386,390,396,406,407,408,409,410,417,423,431,432,435,448],"1x2x2":420,"2000k":168,"20x":339,"23899e":326,"2400k":168,"256k":10,"25x":10,"298k":350,"2k_ss":357,"2nd":[2,3,6,11,12,15,17,38,45,46,56,57,60,71,77,88,133,164,169,181,182,183,184,185,186,190,192,194,229,270,274,275,301,304,310,317,326,327,328,329,333,335,348,357,363,364,380,396,405,406,407,408,409,410,423,430,432,435,448],"2pi":164,"2theta":143,"2x1x2":420,"2x2x1":420,"2x2x2":420,"2x4x10":420,"2x5":357,"300k":[207,270,449],"32k":10,"3419e":227,"3806504e":[6,91],"38e":10,"3n_k":206,"3nk":260,"3nkb":265,"3rd":[15,17,20,38,56,71,105,114,164,181,182,183,184,185,186,190,270,271,301,327,331,333,348,357,363,364,396,406,407,408,409,410,423,430,435,448],"3x3":[91,321],"4857990943e":357,"4_94":11,"4th":[6,38,56,81,103,104,116,140,150,164,169,275,301,319,332,334,335,339,355,358,365,380,386,390,396,406,407,408,410,423,430,435,438,452],"4x10":317,"4x2x10":420,"4x6x10":420,"50k":1,"53xx":18,"54xx":18,"55e":10,"5_1":339,"5kx":[175,200],"5nlog_2":12,"5th":[116,326,440],"6021765e":447,"6863e22":389,"6x6":6,"72360e":227,"7797e":227,"8032044e":447,"8x1":6,"8x2":[6,12],"9e18":[12,39],"9e9":389,"9jan09":[296,361],"9th":328,"__main__":421,"__pthread_key_cr":12,"_j1m1m1":120,"_j2m2m2":120,"_serial":12,"abstract":17,"boolean":[3,301,303],"break":[],"byte":[3,12,440],"case":[1,2,3,6,8,11,12,13,15,16,17,18,39,40,41,45,46,59,61,63,71,73,104,108,114,116,117,122,123,124,125,127,130,131,132,133,134,136,137,138,142,144,146,147,148,150,167,168,169,175,176,180,181,182,183,184,185,186,187,188,190,192,194,198,200,202,205,208,209,211,212,213,214,216,227,229,230,231,232,233,234,235,246,247,249,251,252,257,259,260,261,262,269,270,272,274,275,278,281,282,283,285,286,290,292,293,295,296,298,299,300,301,303,317,318,319,321,323,325,326,327,328,330,332,333,335,344,347,349,351,355,357,360,361,363,364,365,367,377,378,379,380,384,386,390,393,397,407,408,410,418,421,423,425,426,430,431,433,435,437,439,440,441,443,447,448,449,451,452],"catch":[1,3,421],"char":[6,8],"class":[1,3,5,6,7,8,9,11,12,13,22,37,44,55,152,163,203,259,305,313,345,364,392,393,405,421,423],"default":[],"export":[168,346],"final":[3,5,6,7,8,11,12,17,41,59,87,121,169,180,181,182,183,184,185,186,188,192,194,205,228,229,233,260,264,270,271,274,287,289,290,297,303,326,328,334,335,339,355,358,365,377,380,386,390,391,406,407,408,410,418,431,437,443,448,450],"float":[3,6,8,12,40,42,71,113,167,169,210,259,271,280,357,421,423,433,440,448],"function":[],"import":[1,2,3,6,11,17,71,87,105,144,155,172,181,184,192,208,213,214,229,265,270,281,282,283,285,290,300,302,328,364,377,421,423,432,440,443],"int":[3,6,8,11,101,203,205,213,215,265,290,440],"long":[],"new":[],"null":[3,6,91,112,121,144,172,187,193,196,199,226,259,268,272,274,275,276,296,334,335,348,355,358,361,364,365,366,380,381,382,386,390,392,393,396,406,408,409,410,423,426,431,433,449],"public":[0,7,8,12,203,212,358,391],"return":[2,3,6,8,11,14,15,16,17,18,19,41,71,108,117,142,144,169,181,184,185,194,203,303,315,317,361,420,421,430,433,439,448],"short":[1,3,6,7,13,16,142,229,270,278,291,319,329,330,333,335,339,340,342,343,344,348,349,351,357,364,369,373,377,380,384,387,395,407,411,418,421,431,437,443],"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,109,112,120,122,131,143,150,151,153,154,155,156,158,159,161,162,164,168,171,175,179,187,201,204,208,212,213,216,229,231,232,233,234,235,236,244,246,247,249,262,270,272,273,281,283,287,288,294,304,306,307,308,309,312,314,315,317,319,322,328,332,333,334,335,337,340,341,342,343,344,345,347,348,349,352,353,355,356,358,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,381,385,386,387,389,394,395,397,406,407,408,409,410,412,414,415,416,417,418,420,423,425,430,432,436,438,448,450,452],"throw":440,"true":[6,12,13,17,108,115,167,188,190,194,229,230,251,252,253,257,270,285,289,301,303,333,357,361,406,421,425,433,448],"try":[1,3,8,12,17,19,181,210,216,286,287,288,293,421,448],"var":[3,11,12,144,301,317,434,448],"void":[4,6,7,8,41,147,188,203,426],"while":[3,9,10,11,12,13,14,18,71,105,120,127,142,155,167,170,185,192,194,198,206,207,212,213,214,216,229,247,260,265,267,291,319,326,333,339,350,355,393,408,410,418,421,432,437,443],a10:303,a123:303,a12:394,a2m:[6,91],a_0:[216,290,339],a_0_real:216,a_1:290,a_2:290,a_3:290,a_4:290,a_c:347,a_cc:347,a_f:410,a_i:411,a_ij:339,a_j:411,a_pi:339,a_sigma:339,a_ss:347,aacut:252,aat:151,aatom1:115,aatom2:115,aatom3:115,ab_23_cd:303,abbrevi:12,abc:[3,12,303,421,448],abf:193,abf_integr:13,abi:170,abil:[3,9,192,229,257,270,357],abl:[3,8,11,12,39,86,167,170,191,200,204,286,293,333,421,448,451],ablat:290,about:[0,1,3,4,6,8,9,10,11,12,13,17,39,41,42,61,63,78,108,115,116,118,138,144,167,168,169,170,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,194,195,196,198,199,200,201,202,203,204,205,208,209,210,211,213,214,215,216,217,218,219,220,221,222,223,225,228,233,236,237,238,239,240,241,242,243,244,245,250,251,252,254,255,256,257,258,259,261,262,263,264,265,266,267,268,269,270,271,272,273,275,276,278,279,281,282,283,284,285,286,287,288,289,290,292,293,294,295,297,298,299,300,301,316,319,325,326,328,333,338,344,349,364,389,393,415,421,424,425,430,431,433,438,448,450,452],abov:[1,2,6,7,8,10,11,12,14,15,16,17,18,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,93,94,96,97,112,114,116,118,120,121,122,123,124,125,126,127,130,131,132,133,134,136,137,138,142,143,144,146,147,150,151,152,153,154,155,156,157,158,159,161,162,164,167,168,169,172,173,174,175,176,181,182,183,184,185,186,188,191,192,194,195,200,203,205,209,211,213,214,215,219,228,229,233,253,256,258,263,269,270,274,275,278,281,282,283,284,301,303,304,305,306,307,308,309,310,312,314,319,321,323,327,328,332,333,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,352,353,354,355,356,357,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,379,380,383,384,385,387,389,390,392,393,394,395,396,397,398,399,400,401,402,403,404,406,407,408,409,410,411,412,414,415,416,417,418,419,420,421,423,424,425,426,427,430,431,432,433,434,437,438,441,443,448,449,451,452],abscissa:407,absenc:176,absent:443,absolut:[3,169,193,194,198,274,280,318,319,326,361,369,424],absorb:290,absoult:319,ac3:143,academ:205,acc:285,acceler:[],accelri:[6,13],accept:[7,87,144,169,179,191,194,205,285,343,373,431,438],acceptor:363,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,95,96,99,100,101,103,104,105,106,107,108,110,111,112,113,114,115,117,118,120,121,122,123,124,125,126,127,128,129,131,132,133,134,135,136,137,139,140,141,142,143,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,199,200,201,202,203,204,205,206,207,208,209,210,211,213,215,216,217,218,219,220,221,222,223,225,226,227,228,229,233,236,237,238,239,240,241,242,243,244,245,250,251,252,254,255,256,257,258,259,260,261,262,263,264,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,286,287,288,289,290,292,293,294,295,296,297,298,299,300,318,333,359,361,363,364,380,392,393,397,420,421,424,429,441,448],accidenti:312,accler:16,accommod:177,accomod:229,accompani:8,accomplish:[16,194,217,243],accord:[64,71,168,179,189,190,216,229,252,260,274,287,288,290,295,296,298,299,300,329,333,357,361,372,375,390,397,399,400,402,403,404,432,437,448],accordingli:[11,14,123,137,148,329,378,379],account:[3,6,9,87,118,142,143,152,163,182,183,199,210,211,213,229,234,235,246,247,249,251,255,261,270,271,273,275,276,277,278,281,282,283,286,290,293,308,327,349,361,369,373,378,379,380,420,437,449],accuml:[3,270,286,293],accumul:[1,6,8,15,71,172,182,213,270,274,292,316,333,429,447],accur:[1,3,6,15,17,38,41,56,127,188,227,265,270,273,278,286,293,299,301,319,339,357,360,361,384,394,405,407,408,410,437,448],accuraci:[1,3,6,12,41,167,169,188,207,229,262,273,291,301,318,319,325,357,384,392,393,407,413,432,437,443,448,451],ach:318,achiev:[1,3,6,16,17,18,41,188,207,229,230,252,253,260,318,364,432],achiv:18,acid:9,ackland1:355,ackland2:355,ackland:[],acknowledg:[],acml:12,aco:448,acolor:[168,169],acoust:252,acquir:[3,6,58,61,62,147,190,192,194,229,388,428,443],across:[1,2,3,6,9,12,13,15,41,57,61,65,68,69,71,79,92,107,108,115,117,132,146,148,181,183,184,185,188,199,209,270,271,286,290,293,299,303,328,333,418,423,426,427,431,440],act:[3,6,108,129,198,208,211,212,213,214,216,219,228,270,285,287,288,290,299,300,301,326,341,352,360,361,363,394,404],acta:[118,143,334],action:[2,6,11,12,71,206,211,288,443],activ:[5,8,11,12,13,14,55,59,87,142,179,193,206,210,213,219,228,250,270,289,316,377,405,417,445,448],actual:[1,3,6,8,12,56,62,127,167,169,173,174,187,189,190,198,213,214,247,251,257,265,274,278,280,281,282,283,285,291,300,301,318,329,360,362,372,378,379,420,421,432,433,441,448],adam:[318,319],adapt:[],add:[0,1,3,5,6,7,8,9,11,12,13,14,15,16,17,18,19,40,42,71,87,91,102,114,117,119,142,144,145,167,168,172,173,174,175,176,178,180,181,182,183,184,185,186,190,193,198,200,203,207,208,209,211,213,215,216,220,227,228,229,230,231,232,233,234,235,246,247,248,249,251,259,269,270,272,273,275,277,281,283,284,288,289,290,292,294,295,299,301,319,321,325,327,335,340,342,345,349,357,364,369,380,384,387,393,395,421,423,424,429,431,433,435,443],add_molecul:178,add_speci:178,add_to_nodeset:178,addforc:[],addit:[],addition:[6,8,16,278,300,360,394],address:[7,8,11,168,212],addtorqu:[],adequ:[278,291,318,328,432],adher:29,adhikari:216,adiabat:[],adiam:[168,169],adjac:[39,144,328,384,407,408,437,438],adjiman:383,adjust:[3,6,16,17,41,59,118,123,124,127,128,131,132,137,138,143,148,167,168,181,188,192,194,210,213,217,221,225,226,229,230,233,247,251,254,256,257,260,261,262,263,268,270,278,282,286,291,293,294,295,297,298,300,318,319,326,328,333,335,354,378,379,410,433,449],admiss:233,adof:[124,181],adopt:[269,443],adp:[],adri:[9,266,392,393],adust:138,advanc:[3,210,339,418,429],advantag:[1,6,8,11,14,18,39,40,41,188,333,356,432,437],advect:[3,6,278],advertis:8,advis:[328,391],afer:3,affect:[1,6,10,14,15,16,17,40,60,61,71,88,117,121,128,142,148,169,174,181,182,183,184,185,186,189,190,191,192,194,195,203,209,211,213,219,226,230,231,232,234,235,241,246,247,249,270,271,276,290,300,312,318,324,325,326,328,329,330,333,357,378,379,384,420,421,423,426,428,431,433],affin:[16,17,18,194,333,348],afil:207,aforement:18,afresh:[258,431,448],afshar:353,after:[2,3,5,6,8,9,11,12,15,16,21,22,33,39,40,41,44,50,57,58,59,61,63,71,123,124,125,126,127,128,131,132,133,134,136,137,144,145,147,148,151,152,157,166,167,168,169,170,172,173,174,178,179,181,182,188,189,190,191,192,194,198,205,216,217,218,219,220,225,226,227,229,234,235,241,246,247,249,252,256,260,268,270,273,279,281,282,283,285,286,287,288,289,293,295,297,301,304,305,310,317,323,324,326,327,329,331,332,333,334,335,339,346,348,355,356,357,358,364,365,366,377,378,379,380,381,382,386,390,392,393,396,406,408,409,410,418,420,422,423,424,425,426,428,429,431,433,435,437,440,441,443,447,448,449,450,451,452],afterrun:431,afterward:3,afterword:41,ag1:143,ag2:143,again:[6,11,12,17,62,120,124,126,130,138,167,169,194,209,256,304,317,328,378,379,418,420,421,423,425,430,437,439,448,450],against:[11,12,13,64,195,328,392,393],aggreg:[6,12,65,68,69,79,92,108,115,209,225,268,270,276,418,449],aggress:[209,437],agilio:[9,13],agre:[3,8,164,326,335,366,393],agreement:[5,7],ahd:363,ahead:297,aidan:[0,5,7,9,13],aij:13,aim:6,airebo:[],ajaramil:[7,9,13],aka:168,akohlmei:[7,9,13,170,210],aktulga:[7,9,263,393],al2o3_001:[118,271],al3:143,ala:216,alain:9,alat:[251,380],alb:[390,408,410],albeit:269,albert:9,alchem:[87,138],alcohol:293,alcu:[334,339],alcu_eam:390,alderton:352,alejandr:[229,230],alessandro:13,algorithm:[0,1,6,7,8,9,41,61,169,178,188,191,194,216,218,219,241,253,270,273,285,286,290,293,298,324,325,326,330,333,357,379,418,420,437],alia:12,alias:[1,319],aliceblu:169,align:[6,12,29,41,71,146,164,184,188,211,321,423,426,443],alkali:357,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,132,137,138,139,140,141,142,143,144,145,146,147,148,150,152,157,163,164,167,168,169,170,172,173,174,175,177,178,179,180,181,182,183,184,185,186,187,188,189,190,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,222,224,225,227,229,230,231,232,233,234,235,236,237,238,239,240,241,242,244,245,246,247,248,249,250,251,252,253,255,256,257,258,259,260,261,262,263,265,266,267,268,269,270,271,272,273,274,275,277,278,279,280,281,282,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,302,303,304,305,308,313,316,317,318,319,320,321,323,326,327,328,329,330,332,333,334,335,336,338,339,340,342,343,344,345,346,348,349,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,373,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,404,405,406,407,408,409,410,411,412,413,415,416,417,418,420,421,422,423,424,425,426,427,428,430,431,432,433,434,435,436,437,438,440,441,443,447,448,449,450,451,452],allen:[29,87,352,360],allentildeslei:87,allign:3,allindex:302,alloc:[3,5,6,8,9,11,12,60,203,292,327,329,333,388,393,423,431],allocat:3,alloi:[],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,108,123,124,137,142,143,144,146,152,163,164,167,168,169,170,172,173,175,177,178,179,181,182,183,184,185,186,188,190,191,192,193,194,195,199,200,203,205,206,207,208,210,213,216,219,220,224,226,229,230,251,255,257,258,259,260,264,270,271,273,274,278,285,286,287,288,290,291,292,293,294,295,301,303,305,313,318,319,321,326,327,328,329,332,333,336,339,340,341,342,343,344,349,355,357,361,362,363,364,373,378,379,384,390,393,394,404,413,415,418,421,423,425,426,427,428,429,430,433,435,436,437,440,441,448,449],almost:[2,3,12,60,211,260,290,319,330,333,404],alo:349,alon:[6,7,191,266,392,393,421],alond:13,along:[6,8,9,12,29,40,87,118,143,144,166,167,168,191,211,216,217,221,226,228,260,270,273,274,275,276,285,289,290,296,299,301,321,324,325,326,328,349,352,361,364,367,369,373,380,392,393,407,423,426,433,434,448],alonso:[381,382],alpha:[6,51,173,216,252,260,265,326,334,337,340,349,353,355,356,358,363,368,369,380,385,389,409,411,441,443],alpha_:411,alpha_c:377,alpha_i:[396,411],alpha_ialpha_j:411,alpha_lj:377,alphabet:[2,3,22,37,44,55,63,152,163,172,305,313,327,346,405,423],alphanumer:[3,63,172,259,267,303,327,448],alreadi:[3,7,8,12,42,144,145,147,177,181,184,185,188,190,194,220,258,260,278,301,327,328,353,362,364,371,379,404,413,416,419,423,424,428,448],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,73,75,77,81,87,89,90,93,103,104,105,106,107,112,114,116,117,119,120,121,122,123,124,125,126,127,128,130,131,132,133,134,136,137,138,139,140,141,142,144,145,146,147,148,150,152,163,164,165,167,168,169,170,172,173,174,175,177,180,181,182,183,184,185,186,187,188,189,190,191,192,194,195,200,203,204,205,206,207,209,210,213,214,215,216,226,227,229,230,231,232,233,234,235,240,243,244,246,247,248,249,251,252,253,255,256,257,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,275,276,278,281,282,283,284,285,289,290,291,292,294,296,299,301,303,305,310,313,316,318,319,321,322,323,326,327,328,329,330,332,333,339,343,344,346,350,351,352,353,355,356,357,360,361,363,364,365,373,377,378,380,384,386,388,389,390,391,394,395,399,400,402,403,404,405,406,407,408,409,410,411,418,420,421,422,423,424,425,426,427,428,430,431,432,433,435,436,437,438,441,442,443,444,446,447,448,449,450,452],alter:[3,6,8,9,11,12,41,59,122,123,124,125,127,130,131,132,133,136,137,144,148,167,168,170,173,174,181,189,190,191,192,194,228,229,265,268,270,272,278,286,293,300,325,328,364,423,428,430,433,448,449,452],altern:[1,6,8,11,12,17,18,91,144,172,194,210,214,229,259,270,285,286,293,306,309,318,325,326,334,335,349,355,356,358,366,369,377,380,381,382,386,390,391,396,406,408,410,421,423,424,438,441],although:[29,42,164,219,229,257,261,270,285,317,416,430,443,452],aluminum:416,alwai:[0,6,11,12,17,18,54,57,63,71,142,169,182,184,185,186,190,193,205,207,211,262,265,270,278,295,299,300,304,318,319,324,326,327,329,330,333,342,345,355,372,392,393,397,407,408,410,416,418,423,424,426,428,435,437,440,443,448,449],amap:169,amatrix:207,amaz:11,amazingli:13,amber2lmp:[],amber:[],ambient:168,ambigu:[3,63,172,448],amd:[17,333],amend:11,amino:9,amit:9,among:[16,121,179,216],amorph:[144,409],amount:[1,3,6,12,59,88,115,142,146,166,168,192,193,205,209,213,229,251,257,270,278,283,286,291,293,301,318,333,353,388,423,426],amplitud:[194,226,296,312,426,448],amu:205,analag:[6,448],analalog:6,analog:[6,120,146,164,361],analys:[7,428],analysi:[7,9,13,63,64,73,170,266,267,302,396,423,433],analyt:[1,3,13,118,138,143,273,318,339,365,366,371,390],analyz:[6,8,13,328],andersen:273,anderson:[255,353],andr:[7,9,13],andrew:13,andzelm:404,ang:251,angl:[],angle1:269,angle2:269,angle_coeff:[],angle_cosineshift:27,angle_cosineshiftexp:[26,153],angle_cutof:363,angle_cutoff:363,angle_hybrid:29,angle_info:393,angle_styl:[],angle_typ:40,angleangl:[3,304,310,423],angleangletors:[3,151,423],anglecoeff:3,angletors:[3,151,157,423],angletyp:190,angmom:[],angmomi:[113,167,280],angmomx:[113,167,280],angmomz:[113,167,280],angstrom:[6,10,59,71,118,133,143,144,166,167,168,169,177,184,185,194,195,205,210,211,226,263,268,295,297,298,300,319,321,324,330,334,335,344,355,377,380,386,391,392,393,410,416,426,432,447,449],angular:[3,6,40,61,66,82,83,84,85,106,113,120,123,136,137,144,167,172,213,219,225,226,231,232,234,235,237,238,239,242,244,245,246,249,268,270,273,280,334,339,348,361,378,379,380,390,405,408,409,423,433,448,449],angularm:238,anharmon:[27,53,153,265,437],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,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,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,147,148,150,152,164,166,167,168,169,172,175,176,177,179,181,182,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,200,202,205,208,209,211,213,216,219,225,226,229,233,251,253,255,256,257,259,261,262,263,265,267,268,270,272,273,274,275,277,278,279,280,289,290,295,296,297,298,299,300,301,302,303,305,317,318,319,321,323,324,326,327,328,330,331,332,333,335,339,343,344,348,349,352,353,355,356,358,360,364,365,366,367,373,384,390,392,393,394,396,405,406,407,408,409,410,411,412,417,418,420,421,423,424,426,427,428,429,430,431,432,433,434,435,436,437,441,443,444,446,447,448,449,450,451,452],anihil:377,anim:[2,4,7,11,13,168,328],anion:358,aniso:[3,192,194,229,230,231,232,233,234,235,257,270],anisotrop:[213,360,394],ann:383,annot:[7,406,408,409,410,423],annual:[418,437],anoth:[1,3,4,6,7,8,11,12,17,29,40,63,71,87,119,168,172,173,179,181,183,184,185,186,191,194,195,206,209,213,214,219,229,230,233,256,259,270,271,281,282,283,290,300,303,324,326,328,329,332,349,353,357,358,360,363,364,368,369,377,392,394,397,404,408,409,410,417,418,421,424,430,432,443,448,452],ansi:12,answer:[3,4,8,12,270,330,331],anthoni:288,antiquewhit:169,antisymmetr:[9,40,336],antisymmetri:357,antonelli:[287,288],antonio:389,anymor:288,anyon:7,anyparticl:86,anyth:[8,11,144,194,212,406,408,410,434],anywai:[147,333,443,450],anywher:[12,144,346,380,396,448],aoff:[327,423],aparam:[87,173,174],apart:[3,145,219,275,329,338,397,423,432],aperiod:252,api:[11,12,170,365,421],appar:3,appear:[2,3,6,11,12,13,39,40,41,77,87,108,115,116,120,127,144,145,147,167,168,169,181,184,185,188,192,195,198,205,210,256,267,268,289,301,303,304,318,326,327,328,347,355,380,384,407,419,420,421,423,424,425,428,430,443,448,452],append:[],appendix:[29,352],appl:[192,229,230],appli:[2,3,4,5,6,8,12,17,18,33,41,50,57,59,61,63,71,87,88,105,120,121,124,130,132,134,138,143,144,146,150,152,157,163,167,169,172,173,174,175,176,178,181,187,188,192,193,194,196,199,200,203,204,205,206,207,208,210,211,213,214,215,216,220,229,230,233,234,235,241,246,249,250,251,253,257,260,268,269,270,272,273,274,275,276,277,279,281,282,283,284,286,288,289,290,293,301,318,321,326,327,328,338,340,342,344,349,352,357,361,362,363,364,366,369,375,379,384,387,392,395,404,411,415,423,424,426,427,428,432,435,440,443,448,449,450,451],applic:[1,6,9,12,17,170,178,191,195,196,203,207,210,251,256,269,274,275,286,293,318,333,410,443],applyt:3,appopri:17,approach:[6,7,9,14,178,206,252,253,265,270,285,286,288,290,293,318,339,349,351,354,360,364,394,404,413],appropri:[1,2,3,6,8,11,12,13,15,17,33,38,42,50,56,61,73,88,91,116,117,123,124,152,157,163,164,167,169,181,182,184,185,186,191,192,194,203,204,207,216,224,226,227,229,231,232,233,234,235,246,247,249,253,256,257,260,265,270,278,281,282,283,286,293,295,296,298,299,300,310,319,328,335,339,343,347,348,349,356,361,364,366,373,377,391,392,393,406,407,408,409,410,413,423,424,425,427,428,436,437,440,448,449],approri:208,approxim:[6,9,118,143,205,207,216,253,271,273,285,318,324,325,326,341,351,357,360,378,379,384,391,394,415,437,443],april:11,aprpopri:418,apu:[378,379],aqua:[168,169],aquamarin:169,ar_therm:178,ar_ttm:178,ara:13,arbitrari:[6,40,58,167,168,170,193,194,208,229,253,261,406,421,434,448],arbitrarili:[11,59,116,120,166,192,229,349,448],arcco:3,arch:[1,12,14,15,17],architect:316,architectur:[16,333],archiv:[6,7,11,12,280,346,430],arcsin:3,area:[6,41,91,112,116,142,188,194,216,286,293,354,361,389,412,420,433],aren:[259,303],arflag:12,arg:[3,11,12,22,40,41,44,55,59,63,71,87,117,132,138,142,144,147,148,152,166,167,169,172,173,174,175,177,179,181,182,183,184,185,186,187,188,189,190,193,194,195,200,203,205,208,209,210,211,219,226,231,232,256,269,270,271,272,285,288,295,296,297,298,300,301,305,316,328,333,340,341,342,344,345,346,351,352,357,362,364,369,373,377,378,379,387,395,405,420,421,423,426,428,430,432,434,441,448,449,451,452],argon:205,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,109,112,116,120,121,122,131,132,133,138,142,144,145,146,148,150,151,152,153,154,155,156,158,159,161,162,164,167,169,172,173,174,175,177,180,181,182,183,184,185,186,187,188,192,193,194,201,203,204,207,208,212,213,219,226,229,231,232,233,234,235,236,244,246,247,249,255,256,258,262,267,270,271,272,273,278,281,283,290,292,294,296,301,303,304,305,306,307,308,309,310,312,314,316,317,319,320,321,323,328,332,333,334,335,337,338,339,340,341,342,343,344,345,346,347,348,349,351,352,353,355,356,358,359,360,361,362,363,364,365,366,367,369,370,371,372,373,374,375,376,377,378,380,381,382,384,385,386,387,389,390,392,393,394,395,396,397,405,406,407,408,409,410,411,412,414,415,416,417,418,419,420,421,423,424,426,428,431,432,433,434,438,440,441,448,449,451],aris:[12,415],arithmet:[3,6,318,344,347,367,372,384,411,412],arkansa:9,arl:9,armv8:17,arnold:318,around:[1,3,4,6,12,42,57,58,59,66,70,73,77,116,120,123,139,142,144,146,166,168,169,176,177,192,194,195,211,226,229,259,261,265,270,275,278,295,296,299,317,327,423,426,433,434,443,448],aroung:3,arrai:[],arrang:120,arrheniu:437,art:[261,418,437],artefact:207,articl:6,articul:[7,255],artifact:[88,142,443],artifici:[227,260,399,400,402],arun:13,arxiv:[120,396],ascend:[41,169,210,219,270,428],asci:7,ascii:[13,271,289,328,355,358,380,423],ash:[378,379],asid:[8,144,380],asin:448,ask:[3,11],askari:389,askoos:13,asoci:168,aspect:[6,7,59,194,205,360,394,412,423,433,437],aspect_ratio:271,asper:4,aspher:[],asq:[378,379],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,93,104,106,110,113,114,118,120,121,124,139,141,143,144,147,157,167,168,169,170,172,173,174,177,181,183,188,190,191,192,195,197,205,210,213,214,215,216,226,229,231,232,233,234,235,244,246,247,248,249,253,256,257,259,261,267,270,271,281,282,283,284,301,310,319,321,323,327,328,332,333,339,355,358,360,363,364,393,394,420,421,423,424,425,426,427,432,433,438,441,448,449],assignemnt:[6,432],assing:259,assist:[7,227],associ:[3,5,6,8,9,12,22,37,39,40,44,55,59,66,74,75,81,87,89,90,93,99,101,103,104,106,139,152,163,167,168,169,173,174,175,179,192,194,200,203,205,206,212,216,226,229,255,265,269,270,271,276,278,302,303,305,313,321,326,328,332,333,346,349,353,354,355,357,363,364,366,369,373,404,405,407,421,424,431,443,445,448],associd:67,assum:[2,3,4,6,11,12,16,39,59,67,71,88,96,102,104,122,123,124,125,126,127,129,130,131,132,133,134,136,137,138,142,144,147,169,173,174,181,182,183,184,185,186,192,194,202,210,212,216,219,231,232,234,235,237,239,242,244,245,246,249,251,252,256,257,258,261,270,272,274,275,286,289,290,295,298,301,318,319,327,328,333,339,341,343,346,347,354,357,363,364,368,373,378,379,412,418,420,421,423,425,428,433,437,440,441,443,449],assumpt:[142,210,334,384],astar:380,astart:397,asterisk:[22,44,77,87,116,138,148,152,169,173,174,219,270,305,323,346,363,404,417,420,433,447],astop:[326,397],asu:355,asub:380,asubrama:13,asymmetr:[298,339,355],asynchron:[15,16],atan2:448,atan:448,atc:[],atc_fe_output:178,athomp:[0,7,9,13],atm2pa:6,atmospher:447,atol:12,atom1:[255,269,327,423],atom2:[255,269,327,423],atom3:[255,269,327,423],atom4:[269,327,423],atom:[],atom_element_map:178,atom_forc:393,atom_info:393,atom_modifi:[],atom_styl:[],atom_vec:8,atom_vec_atom:8,atom_vec_electron:8,atom_veloc:393,atom_weight:178,atomey:[6,7,11,13,167,168,169],atomfil:[3,71,259,301,332,433,448],atomic_charg:178,atomic_numb:390,atomid:423,atomist:[6,178,285],atomperbin:3,atomt:169,atomvec:8,attach:[6,185,253,274,275,423],attatch:288,attempt:[3,6,41,59,71,166,179,188,189,190,191,195,205,256,257,278,298,318,322,328,364,421,436,438,441,448],attend:178,attent:[15,18],attogram:447,attrac:380,attract:[],attribut:[3,6,7,8,11,39,40,42,58,63,71,87,113,114,115,117,123,138,167,168,169,172,173,174,180,181,183,184,185,191,192,229,231,232,233,234,235,237,238,246,247,249,257,270,271,280,281,282,283,321,327,339,357,364,423,424,425,433,441,448],atw:[378,379],atwat:409,atwt:380,atyp:[115,138,190,349,369,373,377],au1:143,au3:143,aug:11,augment:[12,113,192,259,380],augt1:380,auo:267,auoh:267,author:[3,8,9,13,355,356,443],auto:[6,8,11,12,91,140,172,182,274,292,318,327,333,420],autocorrel:[63,91,213],autom:[12,168],automag:7,automat:[3,6,12,14,15,16,17,18,19,36,164,177,205,207,216,270,274,291,318,333,348,355,364,380,416,423,436,443],auxiliari:[1,6,9,11,12,13,167,252,270,424,428,450],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,63,87,109,112,113,120,122,131,142,150,151,153,154,155,156,158,159,161,162,164,167,168,172,175,181,183,184,185,186,187,192,193,201,204,206,208,210,213,229,230,231,232,233,234,235,236,244,246,247,249,262,264,270,271,272,273,281,283,288,294,304,306,307,308,309,312,314,316,319,333,334,335,337,340,341,342,343,344,345,347,348,349,352,353,355,356,357,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,379,380,381,384,385,386,387,389,390,392,393,394,395,396,397,406,407,408,409,410,412,414,415,416,424,432,436,448],availab:9,ave_chunk:6,aveforc:[],avendano:383,averag:[3,6,7,15,41,63,64,71,87,91,103,105,116,118,124,132,140,143,167,169,172,174,178,180,181,182,183,184,185,186,187,188,192,205,207,209,213,214,219,229,230,233,252,257,260,266,267,270,271,274,304,335,357,380,411,424,428,441,443,448],averi:278,avesq:117,avi:168,avoid:[1,3,6,12,36,39,59,144,145,164,168,177,182,183,186,198,205,207,214,251,253,261,265,270,271,292,299,331,339,357,377,380,393,407,425,431,432,443],awai:[3,6,61,116,167,168,191,195,208,211,228,251,274,275,289,295,329,349,369,373,428],awar:[333,356,420],awpmd:[],axel:[7,9,13,18],axi:[3,6,41,118,123,143,144,146,166,168,188,205,208,211,226,256,275,290,296,308,314,321,423,426,433],axial:233,azimuth:[168,208],azur:169,b_k:396,ba2:143,babadi:394,back:[1,6,7,11,12,13,14,15,17,125,126,127,131,132,133,134,136,144,148,167,169,170,173,174,193,198,203,210,211,213,214,229,234,235,246,247,249,268,270,281,282,283,287,288,297,298,300,317,318,319,328,361,421,423,424,425,426,427,430,436,437,449],backbon:[191,273,312],backcolor:[169,451],backend:17,background:[9,87,88,112,121,169,188,194,213,278,286,290,293,328,347,378,379,380],backtrack:[324,326],backward:[9,12,170,328,437],baczewski:206,bad:[3,12,59,61,211,328,423,428,440],badli:[3,192,229],bal:285,balanc:[],balasubramanian:248,ball:[120,378,379],ballenegg:318,bammann:178,band:[4,6,7,120,172,228,325,328,339],bandwidth:[1,10,18,40],bandwith:168,bar:[87,168,447],barashev:355,bare:[198,212,214],barost:[198,443],barostat:[],barostt:6,barr:348,barrat:265,barrett:67,barrier:[3,4,6,228,314,328,348,359,437],bartel:252,bartok2010:396,bartok2013:396,bartok:[9,120,391,396],bartok_2010:391,bartok_phd:391,bary:447,basal:[],base:[3,4,6,8,9,11,12,13,14,15,20,63,64,71,78,87,91,111,118,124,126,143,144,146,167,168,169,172,178,184,185,188,189,190,194,195,199,210,213,217,219,241,252,253,259,261,263,270,271,274,278,285,319,333,335,337,339,353,357,360,363,364,365,369,378,381,382,387,389,390,406,409,410,418,420,423,424,425,427,430,433,434,437,438,441,447,448,449,452],bash:346,bashford:[6,20,150,344,435],basi:[3,6,12,40,120,124,144,177,213,215,252,278,295,321,416,433,448],basic:[6,7,8,12,17,41,113,121,168,169,178,188,229,230,251,299,334,336,417,425,443],basin:[86,328,418,437],bask:[355,380,390],bath:[9,260,265],batom1:[69,115,117,167,169],batom2:[69,115,117,167,169],bayli:[6,150,435],bb13:151,bcc:[3,4,7,64,70,73,321,380,382],bcolor:[3,168,169],bdiam:[3,168,169],be2:143,bead:[5,7,10,13,40,45,46,136,176,191,253,404],beam:195,bear:[6,206],becau:13,becaus:[0,1,3,6,8,12,16,17,18,29,40,41,59,64,71,77,116,120,124,129,134,144,145,146,150,167,168,169,170,175,179,181,188,189,190,191,192,194,200,204,206,207,212,213,214,215,226,229,230,241,247,256,260,261,265,270,275,280,285,286,289,290,293,297,298,299,300,301,307,318,324,326,328,329,332,333,344,346,349,351,353,357,358,360,361,362,363,364,367,368,377,378,379,380,384,394,404,405,411,412,420,421,423,425,426,427,430,432,433,435,437,443,448,449,450,452],beck:[],becker:[334,355],beckman:210,becom:[1,2,3,6,7,8,18,39,41,54,57,59,71,146,167,168,169,188,189,190,191,194,205,207,216,228,229,267,268,281,282,295,296,298,299,300,318,319,324,328,335,347,349,355,357,360,369,384,390,394,406,415,423,424,426,433,448],been:[1,2,3,6,7,9,12,13,16,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,57,59,60,63,65,69,71,87,109,112,113,114,115,117,119,122,123,124,125,126,127,131,132,133,134,136,137,145,146,147,148,150,151,153,154,155,156,158,159,161,162,164,166,167,168,169,170,175,177,179,180,181,182,183,184,185,186,187,188,191,192,193,194,195,201,204,205,208,210,211,213,214,216,217,218,219,220,224,226,227,229,231,232,233,234,235,236,244,246,247,249,255,256,257,260,262,264,267,268,270,272,273,279,281,282,283,290,291,292,294,295,296,297,298,300,301,304,306,307,308,309,312,314,317,318,319,326,329,333,334,335,337,340,341,342,343,344,345,347,348,349,352,353,354,355,356,357,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,379,381,382,385,386,387,389,392,393,394,395,397,404,406,407,408,409,410,412,414,415,416,418,420,421,423,424,425,426,427,429,433,437,440,441,448,449,450,451],befor:[1,2,3,6,8,9,12,14,17,22,29,39,40,41,44,59,66,71,74,75,81,89,90,93,103,104,105,106,114,124,127,132,133,139,144,145,147,148,152,165,166,169,173,174,175,176,177,179,181,183,184,185,186,187,188,192,197,198,204,205,210,212,213,214,216,219,226,229,234,235,246,249,252,259,260,261,264,265,270,271,272,279,281,282,283,289,295,296,297,301,305,323,324,326,328,333,358,361,377,380,405,413,418,420,421,424,425,426,427,428,430,431,433,437,440,441,443,448,449,450,451,452],began:[5,12],begin:[3,8,12,38,39,56,71,117,119,145,164,166,167,169,173,174,178,180,181,182,183,184,185,186,188,194,198,214,241,255,268,271,278,280,283,292,297,300,301,315,317,318,319,320,322,325,327,328,329,332,333,355,384,390,397,404,407,411,416,418,423,430,437,439,441,443,447,448,450],behalf:3,behav:[3,27,153,325,326],behavior:[3,148,164,167,168,170,191,192,195,205,206,207,210,213,214,215,229,256,260,265,278,281,282,290,325,339,357,380,417,425,429,448,450],behaviour:[6,213],behind:[8,212,227,260,278,318],beig:169,belak:7,believ:11,bellott:[6,20,150,344,435],bellow:308,belong:[2,3,40,71,147,179,181,184,205,219,270,301,327,423],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,92,112,113,116,117,118,120,121,124,130,132,138,142,143,144,147,148,150,152,163,164,167,168,169,172,173,175,176,178,181,182,183,184,185,187,188,190,191,192,194,195,200,203,208,209,211,213,214,219,226,227,229,233,234,235,246,249,251,256,259,260,261,268,269,270,272,273,275,278,279,280,281,282,283,286,287,288,290,293,295,296,301,303,305,316,318,321,323,324,326,327,328,330,333,334,335,336,339,340,341,344,345,346,347,349,352,355,357,358,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,379,380,383,384,389,392,393,394,395,396,397,405,407,412,414,415,417,418,421,423,424,425,426,428,430,431,433,435,437,439,440,441,442,443,448,449,452],bench:[1,6,11,12],benchmark:[1,7,10,11,12,13,14,15,16,17,18,41,188,318,436],beneath:195,benefici:[61,330],benefit:[1,206,432],bennet:87,beowulf:7,berardi:[360,394],beraun:290,berendsen:[],berensen:270,berkelei:142,berkowitz:318,berlin:[7,9,274],bern:[3,253,261,262,348,360,405,432],bernendsen:6,beryllium:357,besid:[8,272,426],best:[1,6,8,14,15,16,17,18,19,229,247,248,269,270,333,339,349,369,373,384,407,424,432,437],beta:[6,9,252,260,334,337,355,356,358,380,408,409,410,441,448],beta_:339,beta_k:396,beta_pi:339,beta_sigma:339,beta_t:409,better:[3,6,7,8,12,14,16,27,120,153,174,188,205,216,229,241,261,268,270,278,319,328,333,408],betwe:338,between:[],beutler:377,bewteen:[108,182,278,286,293,364,420],beyon:432,beyond:[3,5,6,12,17,61,71,87,142,167,169,183,184,205,229,318,330,359,375,384,437,441,448],bgq:17,bi3:143,bi5:143,bia:[3,6,8,112,121,123,124,125,126,127,131,132,133,134,136,137,181,193,194,205,213,214,229,234,235,246,247,249,265,281,282,283,285,449],bias:[6,9,193,449],biaxial:123,biersack:[380,405,410,416],big:[3,4,12,167,260,265,278,329,347],bigbig:[3,12],bigint:[3,203],bilay:[4,10,275],bilayer1:275,bilayer2:275,bill:7,billion:[3,7,10,12,39,205,431],bin:[3,6,11,12,39,63,66,71,75,90,93,104,106,114,116,124,132,139,141,167,169,181,183,184,185,252,260,265,278,329,330,333,354,388,424,451],binari:[3,6,7,12,13,16,33,37,50,55,157,163,167,168,169,170,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,198,199,200,201,202,203,204,205,206,207,208,209,210,211,213,214,215,216,217,218,219,220,221,222,223,225,226,227,228,229,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,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,292,293,294,295,296,297,298,299,300,310,313,334,335,336,337,338,339,340,341,342,343,344,345,347,348,349,352,353,354,355,356,357,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,385,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,406,407,408,409,410,412,414,415,416,424,425,430,450,452],binary2txt:[],binchunk:181,bind:[17,18,184,339],binsiz:[39,169,329,333],binstyl:132,bio:[40,329],biolog:[6,7],biologi:156,biomolecul:[255,270,318,319,344],biomolecular:432,biophys:210,biosym:13,bird:354,bisect:[41,188,412],bisector:[6,349,369,373],bispectrum:[63,120,396],bisqu:169,bit:[3,12,17,39,203,214,384,407,431,443],bitmap:[3,407,413],bitrat:[168,169],bitzek:325,bkgd_dyn:380,bla:12,black:169,blais:[9,13],blanchedalmond:169,blank:[2,3,12,38,56,107,164,168,255,270,327,328,339,356,380,386,396,406,407,408,409,410,420,421,423,448],blast:290,blend:380,block:[2,3,6,91,120,144,146,147,256,299,321,333,339,357,390,396,426,437,443],blow:[3,241,295,299,397],blown:3,blue:[2,168,169,191],bluegen:[167,318],blueviolet:169,board:[319,352],bodi:[],body_nparticl:8,bodyflag:423,bodyforc:216,bodyforcei:216,bodyforcex:216,bodyforcez:216,bodystyl:[219,270],boff:[327,423],bogaert:285,bogu:[3,127,192],bogusz:88,bohr:[355,357,410,447],boltzmann:[6,7,9,87,91,112,122,124,125,126,127,130,131,132,133,134,136,181,191,213,216,217,218,219,220,233,294,353,438,447],bond:[],bond_coeff:[],bond_graph_cutoff:393,bond_harmon:[8,48,49],bond_harmonicshift:49,bond_info:393,bond_interact:178,bond_styl:[],bond_typ:[148,404],bondangl:[3,21,33,423],bondbond13:[3,151,423],bondbond:[3,21,33,423],bondchk:393,bondcoeff:3,bondtyp:[189,190,327,404],bonu:[3,450],book:415,bookkeep:384,bookmark:0,boost:[1,3,12,64,329],bop:[],border:[3,7,16,61,290,449],boresch:87,boreschkarplu:87,born:[],boron:357,borrow:274,bose:265,botero:[7,9,13,357],both:[1,3,6,7,8,9,11,12,14,15,16,17,18,27,37,39,54,55,57,59,61,62,63,68,69,71,83,87,88,108,113,115,116,123,124,129,132,134,137,144,146,147,148,153,163,164,167,168,171,172,173,174,179,181,182,184,185,186,189,190,191,192,193,194,199,205,207,209,211,213,214,216,217,225,226,229,230,234,235,241,246,249,255,259,260,261,267,270,273,274,275,278,282,286,287,288,290,293,295,296,298,299,300,303,304,313,319,323,326,327,328,329,331,333,335,339,340,341,342,343,344,345,347,352,353,355,356,357,360,361,363,364,365,369,371,373,374,375,377,378,379,383,384,387,394,395,406,408,409,410,416,418,420,421,423,424,425,426,430,435,440,441,443,448,450,451,452],bottleneck:[1,3,421],bottom:[8,9,127,169,194,204,216,247,286,293,321,435],bottomwal:187,bounc:[3,278],bound:[3,6,17,26,27,41,42,57,59,71,133,146,153,166,167,169,183,184,188,194,195,199,205,214,229,256,278,295,296,297,298,299,300,318,326,357,423,426,437,443,448,449],boundar:3,boundari:[],boundary_dynam:178,boundary_faceset:178,boundary_integr:178,bount:11,box:[],boxcolor:[168,169],boxxlo:11,bpa:333,bpclermont:[9,13],bptype:404,br1:143,bracket:[2,3,6,41,63,71,117,119,172,180,181,182,183,184,185,186,188,292,441,448],bragg:[118,143],branc:11,branch:11,branicio:73,breakabl:[7,44,55],breakag:[78,189],breakdown:[1,12,15,88,107,392,393,418,437],brennan:404,brenner:[335,405],brick:[3,41,62,132,146,188,423,425,427],brief:[1,5,6,7,8,12,212,335,339,393,437],briefli:[6,10,253,348],brilliantov:361,bristol:[5,7],brittl:389,broader:421,broadli:8,broken:[2,54,65,69,70,78,107,115,148,189,229,339,425,435,450],brook:6,brought:166,brown:[7,9,13,15,16,118,121,169],brownain:341,brownian:[],brownw:7,brows:0,browser:[4,168],bryantsev:363,bsd:12,bstyle:[40,42],btype:[69,115,145,167,349,369,373,377,404],buc:342,buck:[],buckingham:[7,173,174,261,319,340,342,343,351,405],buffer:[3,8,168,169,440],bufi:168,bug:[],bui:168,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,96,97,98,99,100,101,105,109,111,112,120,122,123,128,130,131,135,136,138,142,150,151,153,154,155,156,157,158,159,161,162,163,164,167,170,172,175,176,177,179,187,189,190,191,193,195,200,201,202,204,205,206,207,208,210,212,213,215,216,217,218,219,220,222,223,227,228,229,230,231,232,233,234,235,236,237,238,239,240,242,244,245,246,247,248,249,251,252,253,255,256,259,260,261,262,263,264,265,266,267,270,272,273,274,278,281,283,284,285,286,287,288,290,291,293,294,296,297,302,303,304,306,307,308,309,310,312,313,314,319,328,329,330,333,334,335,337,338,339,340,341,342,343,344,345,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,369,370,371,372,373,374,375,376,377,378,379,380,381,382,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,414,415,416,418,421,424,426,432,436,437,438],bulatov:[381,382],bulk:[4,6,10,70,216,251,257,350,380,384,389,427],bullet:7,bump:213,bunch:8,bundl:[9,168,170],burlywood:169,bussi1:282,bussi2:282,bussi:[207,282],bybe:9,c1060:14,c11:[182,380],c12:182,c13:182,c1n:182,c2050:14,c21:182,c22:182,c23:182,c2n:182,c31:182,c32:182,c33:182,c34:182,c3n:182,c41:182,c42:182,c43:182,c44:182,c_0:[290,402,403],c_1:[68,69,117,118,143,167,169,206,259,271,301],c_2:[69,117,118,140,142,143,167,271,292,301],c_3:[117,271],c_cluster:6,c_cstherm:6,c_dist:117,c_doubl:11,c_e:290,c_flux:91,c_forc:117,c_gauss:359,c_hb:363,c_id:[6,63,71,87,117,119,167,180,181,182,183,184,185,186,271,280,292,441,448],c_ij:6,c_ijkl:6,c_index:117,c_k:206,c_ke:286,c_msdmol:119,c_my_stress:180,c_mycentro:[181,184],c_mychunk1:114,c_mychunk2:114,c_mychunk:[6,66,75,90,93,104,106,124,139,141],c_mycom:183,c_mycomput:181,c_myf:[167,451],c_myrdf:[116,186],c_mytemp:[8,182,183,186,292,441,448],c_n_k:206,c_p:121,c_pe:110,c_peratom:[110,121],c_pi:339,c_press:117,c_prop:6,c_radiu:142,c_reax:[392,393],c_sa:271,c_sigma:339,c_size:6,c_stress:167,c_tatom:214,c_tdrude:[198,214,443],c_thermo_press:[8,182,183,186],c_thermo_temp:186,c_xrd:183,ca2:143,cach:[17,39,384,436],cacul:273,cadetblu:169,cai:443,calcforc:216,calclat:91,calcluat:[103,105,110,112,121,349],calcualt:[91,181],calcul:[],caldwel:[6,150,435],calhoun:253,call:[],callabl:[3,11],callback:[3,11,172,203,421],caller:3,calori:447,caltech:[6,7,9,13,357],calucl:6,calul:[11,12,124,319],cambridg:[9,391],campa:252,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,150,151,152,153,154,155,156,157,158,159,161,162,163,164,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,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,309,310,312,313,314,315,316,317,318,319,321,322,323,324,326,327,328,329,330,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,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,430,431,432,433,434,435,436,437,438,439,440,441,443,447,448,449,450,451,452],cancel:[172,270,449],candid:[148,179,205],cannot:[1,2,3,6,11,12,13,15,16,17,39,40,41,54,57,58,59,68,71,82,84,88,104,117,119,123,124,145,147,148,166,167,168,169,180,181,182,183,184,185,186,188,191,192,194,195,205,206,207,213,214,215,219,226,229,231,232,234,235,237,238,239,244,246,249,256,257,260,265,267,270,271,272,278,286,290,292,293,295,296,299,300,301,303,318,321,326,328,331,332,333,342,343,345,355,360,362,369,373,375,377,384,387,392,394,395,404,405,407,418,420,421,423,424,426,427,429,432,433,435,437,440,447,448],canon:[172,179,205,207,229,230,246,247,248,249,253,282,285,288,389],cao1:253,cao2:253,cao:253,capabl:[5,7,9,11,14,16,17,18,297,303,319,333,335,345],capac:[9,40,101,130,265,290,399,423,433],capit:[197,423],capolungo:[118,143,271],captur:[6,291,335,343,357,361,373,380,443],carbid:349,carbon:[7,168,312,335,348,366,380],card:[12,14,16,22,44,77,87,116,152,173,174,270,305,323,346,363,417,425,430,450,452],care:[3,6,59,71,144,147,166,181,184,185,189,190,195,207,212,216,229,256,270,285,338,421,423,426,427,432,433],carefulli:[11,12,54,267,301,364,366,428],carlo:[6,7,9,172,179,191,205,270,285,354,405],caro:[179,355],carpent:[7,13],carri:[16,222,259,290,361,393],cart:[3,420],carter:[9,17],cartesian:[3,62,334,420],carv:147,cascad:[199,290],cash:7,cast:[207,448],cat:[15,168],catastroph:261,cate:216,categori:[],cation:358,caus:[1,2,3,6,8,12,16,17,144,146,147,148,167,169,177,192,199,205,241,251,268,270,273,295,297,298,299,300,303,317,319,326,328,332,363,369,375,378,379,384,417,421,422,423,424,427,428,430,431,448,452],caution:[1,319],cautiou:[189,190],cautious:335,caveat:[335,432],cbecker:[334,355],cc1:[6,14,66,75,90,93,104,106,114,124,139,141,181,184],cc2:14,ccc:[356,406,408,410],ccflag:[12,16,17,18,19,167],ccm6:355,ccsi:[356,406,408,410],ccu:339,cd2:143,cdeam:355,cdennist:9,cdll:11,cdof:[6,124,181],cdte:339,cdte_bop:339,cdtese:339,cdzn:339,cdznte:339,ce3:143,ce4:143,ceas:325,ceil:448,cell:[3,6,59,88,116,118,142,143,144,167,177,192,193,205,210,227,229,230,233,252,260,263,290,318,319,321,354,357,441],cella:[6,441],cellalpha:[6,441],cellb:[6,441],cellbeta:[6,441],cellc:[6,441],cellgamma:[6,441],center:[3,6,25,42,63,66,71,74,75,86,89,90,98,103,104,105,114,116,118,124,125,126,129,132,136,139,141,144,168,169,172,173,174,176,181,183,184,185,192,194,195,196,198,205,206,211,213,214,219,225,229,234,235,246,247,249,252,256,261,267,268,270,271,274,275,276,278,280,281,282,283,285,286,288,295,299,304,321,327,338,356,357,360,361,367,378,379,380,381,382,406,408,409,410,412,426,433,443,448],centimet:447,central:[3,61,70,76,77,116,120,219,251,273,276,327,386,392,393,423],centro:[],centroid:[3,253,412,433],cerda:318,ceriotti2:207,ceriotti:[13,207,212],certain:[1,2,3,6,8,12,17,39,71,113,117,119,148,167,168,180,181,182,183,184,185,186,191,203,204,270,272,279,292,303,310,317,329,364,384,393,411,425,429,443,448],certainli:211,cerutti:319,cfg:[3,6,7,13,167,168,169,170],cfile:393,cfor:274,cg_type:395,cgiko:2,cgikot:2,cgkio:2,cgko:2,cgkot:2,cgo:2,cgot:2,ch2:273,ch2lmp:[],ch3:273,chain3:329,chain:[],challeng:[6,274],chalopin:265,champaign:[210,318,319,378],chandler:[334,355],chandrasekhar:[6,369],chang:[1,2,3,6,8,9,11,12,14,15,16,17,39,40,41,46,55,57,59,62,71,80,87,116,126,127,128,144,145,146,148,164,166,167,168,169,170,172,173,174,175,176,178,179,184,185,187,188,189,190,191,192,193,194,195,199,200,202,204,207,209,210,211,213,215,216,217,219,225,226,227,229,230,231,232,233,234,235,241,246,247,248,249,251,252,256,257,259,260,264,267,268,269,270,272,273,274,278,281,282,283,284,286,287,288,289,290,291,293,296,299,301,319,324,326,328,331,333,353,357,361,364,378,379,380,384,392,393,405,418,419,420,421,423,424,425,426,427,428,429,431,432,433,434,435,438,441,444,446,447,448,449,450],change_box:[],changeabl:167,channel:[4,175],chapter:[253,319],charact:[2,3,6,12,38,41,56,63,164,167,168,169,170,172,188,259,267,303,327,332,357,368,390,392,393,407,420,421,425,430,431,448,450,451,452],character:[6,67,70,116,120,396,418,437],characterist:[214,278,287],charg:[1,3,4,5,6,7,9,11,15,40,87,88,113,118,143,144,167,170,172,173,174,179,195,200,205,259,261,262,263,267,280,293,318,319,327,340,342,348,349,351,352,355,357,358,364,369,373,377,387,392,393,405,410,411,413,415,416,423,424,428,433,435,443,447,448],charmm2lammp:13,charmm:[],chartreus:169,cheap:278,cheaper:[199,360,394],check:[3,6,8,11,12,15,17,39,41,71,91,164,179,184,188,189,190,195,202,205,211,212,269,273,278,286,288,293,301,303,317,326,327,328,329,330,333,354,365,368,384,393,404,418,420,421,423,431,437,440,441],checkf:164,checkqeq:393,checku:164,chem:[6,13,20,21,25,39,40,43,45,46,87,88,112,121,150,151,161,193,198,206,207,214,216,228,229,230,247,248,253,257,260,262,270,274,278,281,282,285,286,287,288,295,304,312,314,318,319,325,328,335,340,344,345,348,349,350,352,353,357,359,360,362,363,369,373,374,377,380,383,384,387,404,411,432,435,437,443],chemic:[9,118,138,143,167,178,179,205,261,266,267,285,319,392,393,400],chemistri:[9,260,261,263,339,357,392,393],chen:290,cheng:348,chenoweth:[392,393],chenoweth_2008:[392,393],chi:[92,133,166,251,261,263,358,360,449],chiefli:391,child:8,chip:[7,12,17,333,436],chipot:193,chiral:312,chmod:[11,12],cho:380,chocol:[7,169],choic:[3,6,12,15,16,18,40,41,54,87,121,123,137,148,164,181,184,185,188,191,194,195,207,213,216,227,229,253,261,270,285,313,319,324,325,328,330,333,364,377,384,388,423,432,433,436,437,442,443,447],choos:[1,3,6,7,8,12,16,17,18,29,39,54,87,117,134,135,168,189,190,191,192,195,202,213,216,227,229,231,232,233,234,235,257,278,282,296,318,319,325,413,418,420,432,438],chose:[408,410],chosen:[2,3,6,12,17,120,144,147,156,164,168,174,179,192,195,202,205,206,214,216,227,229,233,253,256,267,278,282,285,286,291,293,294,300,319,320,325,333,357,361,367,368,371,395,408,418,432,437,443],chri:142,christian:[7,9,14,17],christoph:7,chunk:[],chunkid:[66,75,90,93,104,106,114,124,139,141,181],chute:[4,10,208],ciccotti:273,cieplak:[6,150,435],cii:182,cij:182,circular:[3,6,123,165],circumst:18,circumv:265,citat:[],cite:[3,7,8,12,213],cko:2,cl1:143,clarendon:[29,352],clarifi:[7,408,410],clariti:303,clark:387,class2:[],classic:[0,3,5,6,7,8,9,203,253,260,265,290,314,357],classifi:[9,405],claus:421,clean:[6,12,14,15,17,431],cleanli:[422,451],clear:[],clearli:7,clebsch:120,clermont:[9,13],clever:427,click:[2,11,22,37,44,55,144,152,163,168,210,305,313,328,346,405],client:[210,212],climb:[228,328,437],clinic:[7,13],clo:[133,166,449],clock:[12,418,437],clockwis:296,close:[3,6,11,12,13,39,41,67,121,147,167,190,191,192,207,214,216,229,247,270,273,296,299,317,319,322,324,325,328,333,335,339,349,350,380,384,410,427,433,443,445],closer:[3,41,116,142,166,167,188,192,196,287,328],closest:[190,251,270,293,360,394,404,413],cloud:443,clovertown:18,clsuter:72,clump1:[255,270],clump2:[255,270],clump3:[255,270],clump:270,cluster:[],clutter:[3,9],cmap:423,cmatrix:207,cmax:380,cmd:[11,12,253,434],cmin:380,cmm:[],cn1:182,cn2:182,cna:[],cnn:182,cnr:[9,13],cnt:[364,427],co2:[40,143,273,327],coars:[7,9,29,36,40,54,156,255,270,278,362,395,435],coarser:[319,448],coarsest:120,code:[],coeff:[3,7,8,12,21,22,33,44,50,150,151,152,157,304,305,310,346,364,368,384,397,423,425],coeffcient:423,coeffici:[],coefficienct:353,coefficient0:355,coefficient1:355,coeffieci:[6,337],coeffincientn:355,coexist:[9,205,357],cohes:[6,358,380],coincid:[205,299,344,378,379,418],cold:[6,129,209,329,443],coldest:286,coleman8:9,coleman:[9,118,143,271],colin:9,collabor:[7,8,9,15],collect:[3,6,7,8,9,13,40,42,66,75,83,90,93,98,104,106,114,124,132,139,141,144,167,169,181,193,219,225,255,265,268,270,301,318,327,329,347,367,423,430,436,452],collid:[199,278,300],colliex:143,collinear:[3,255],collis:[3,216,278,296,300,354,361,416],colllis:278,colloid:[],colombo:39,colon:[170,301,424],color1:169,color2:169,color:[3,9,41,167,168,169,188,206,260,265],column:[3,6,9,13,42,63,65,66,67,68,69,71,75,77,79,81,90,92,93,104,106,108,110,113,114,115,116,117,119,120,121,124,132,139,141,142,143,164,167,169,172,180,181,182,183,184,185,186,219,226,227,260,270,279,280,290,300,359,363,392,393,424,438,440,448],colvar:[],colvarmodul:12,com:[],comamnd:194,comand:[191,425],comannd:333,comb3:[],comb:[],comb_1:262,comb_2:262,combiant:350,combin:[3,6,7,9,11,13,36,40,63,65,69,79,87,92,108,115,123,137,167,168,178,183,210,219,229,253,259,282,291,299,302,304,318,319,321,325,333,347,349,350,357,358,364,376,377,396,406,408,410,415,426,431,443,448],come:[],comfort:[12,13],comm:[0,3,12,61,73,210,212,213,319,328,333,353,384,389,407],comm_modifi:[],comm_styl:[],command:[],comment:[2,7,11,12,38,56,150,164,167,214,270,290,327,328,334,355,356,358,368,380,386,393,396,406,407,408,409,410,420,421,423,443,448],commerci:7,commmand:[3,6,12,59,107,248,417,418,420,437,451],common:[],commonli:[3,6,12,17,25,57,59,105,146,167,168,170,314,362,371,396,408,410,423,426,435],commun:[1,3,6,7,8,10,11,12,14,15,16,18,40,41,58,61,62,71,147,148,168,169,188,189,190,192,193,194,210,212,216,218,219,220,229,252,259,261,262,263,270,278,290,301,318,329,330,331,333,354,388,420,421,425,432,433,450,452],communc:318,comp:[7,212,213,273,319,328,357,384,389,394,403,407,409],compact:[63,172,346,405],compani:[5,7],compar:[1,3,4,6,8,12,17,39,86,110,118,127,142,143,152,163,169,198,261,301,303,318,319,326,328,380,418,437,438,443,447],comparison:[],comparison_of_nvidia_graphics_processing_unit:14,compass:[7,21,22,37,43,44,55,151,152,163,304,305,313,345,405],compat:[3,5,7,8,9,11,12,13,17,18,41,71,117,119,155,167,170,174,180,181,182,183,184,185,186,188,252,264,282,285,292,295,298,318,333,365,384,407,420,421,448],compens:[6,189,190,268,329,357],compet:289,competit:319,compil:[3,7,8,9,10,12,13,14,15,16,17,18,19,142,167,168,170,210,289,319,333,423,424,428],compl:17,complain:[12,17],complement:380,complementari:[7,349,369],complet:[3,6,9,12,15,41,59,71,169,184,188,193,219,253,256,259,278,289,291,303,317,328,333,358,412,418,423,428,431,435,437,440,443,448],complex:[6,8,11,12,13,25,40,42,62,120,132,144,145,216,299,316,328,357,407,421,423,426,448],compli:[285,289],complic:[6,7,9,12,13,179,205,421],complier:12,compon:[3,6,8,12,61,63,66,67,73,81,88,89,90,91,93,94,97,104,105,106,107,108,109,110,112,113,117,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,136,137,139,140,141,167,168,169,175,176,180,181,182,183,184,185,186,187,191,192,194,195,200,203,208,212,213,216,219,221,225,226,228,229,230,233,234,235,246,247,249,250,252,253,254,257,268,270,272,273,274,275,278,281,282,283,285,292,293,298,299,300,318,321,325,326,327,328,333,353,357,361,378,379,396,423,424,433,441,448,449],componenet:6,composit:[6,179,216,355],compound:[348,357,358],compres:[71,114,181],compress:[3,6,59,71,114,147,167,168,169,181,194,227,233,257,260],compris:[40,299,367,394,412],compton:[118,143],comptu:[3,6],compuat:319,comput:[],computation:[3,6,189,190,290,339],computational:443,compute_arrai:8,compute_fep:[174,377],compute_group_group:205,compute_inn:8,compute_ke_atom:8,compute_loc:8,compute_modifi:[],compute_peratom:8,compute_sa:[118,271],compute_scalar:8,compute_temp:8,compute_ti:174,compute_vector:8,compute_xrd:143,concaten:[2,3,451],concav:299,concentr:355,concept:[6,124,134,181,432],conceptu:[3,6,71,132,192,194,328,349,364,380,428],concern:[6,73,87,206],concis:[11,289],conclud:12,concret:8,concurr:[9,16,319],conden:[290,408,410],condens:[6,126,290,335,351,355,369],condit:[],conducit:6,conduct:[],cone:426,confid:[3,437],config:[12,167,420],configfil:193,configur:[1,6,12,15,17,38,59,146,164,166,167,168,172,192,193,194,195,199,205,212,213,241,253,261,289,316,326,328,335,339,356,380,406,408,410,418,423,425,426,437],confin:[423,437],conflict:[3,40,384,421],conform:[3,6,13,59,191,192,228,269,274,289,312,328,357,435],confus:3,conjuct:353,conjug:[7,8,213,325,357,392,393],conjunct:[6,7,71,86,87,114,127,132,138,144,148,169,173,174,213,216,220,241,256,257,261,262,263,265,270,278,286,293,298,318,319,328,340,342,346,349,353,357,363,369,384,387,395,411,423,426,430,443,452],connect:[3,6,87,129,147,191,210,255,270,273,275,328,350,361,404,410,420,421,427,443],conput:3,consecut:[3,11,12,39,71,144,169,173,174,195,210,211,349,369,373,418,424,426],consequ:[1,6,290,368,437],conserv:[3,172,179,191,198,199,206,209,213,215,216,220,225,227,229,241,270,273,281,282,286,293,294,298,328,352,353,361,375,432,437],consid:[6,9,70,71,78,87,115,129,130,147,167,169,173,174,180,182,184,188,190,191,195,217,230,252,270,285,286,289,290,293,319,346,357,364,393,394,404,418,419,421,424,425,426,428,431,433,441,443,448],consider:[6,8,213,214,281,282,283,333,432],consist:[3,6,8,9,11,12,40,42,65,69,79,92,104,108,111,112,115,124,127,129,144,156,166,170,175,176,181,194,195,198,200,203,206,213,214,215,226,229,231,232,233,234,235,236,237,239,240,241,242,244,245,246,247,248,249,257,260,265,267,269,270,281,282,283,284,294,318,319,321,327,328,333,335,339,341,347,349,357,360,364,378,379,380,384,394,407,413,421,423,424,426,427,428,435,443,448],consistent_fe_initi:178,consit:270,constant:[],constitu:[3,6,219,270,295,299,347,394],constrain:[3,6,8,122,123,124,125,127,130,131,132,133,134,136,137,172,181,195,205,206,211,219,223,255,256,268,270,273,276,286,293,326,327,357,428,435,443],constraint:[],construct:[6,8,14,38,54,56,61,64,67,70,72,73,77,118,120,143,192,229,252,269,299,329,333,352,384,404,406,407,426,427,448],constructor:8,consult:393,consum:[1,265,388,448],consumpt:316,contact:[],contain:[0,1,2,3,4,6,8,9,11,12,13,17,18,19,38,40,41,56,63,87,91,116,118,120,124,132,142,143,144,146,150,152,163,164,167,168,169,170,172,173,174,178,180,181,182,183,184,185,186,188,193,195,200,207,211,212,213,214,216,227,241,251,252,255,256,258,260,263,267,270,271,278,285,289,290,299,300,303,317,319,327,328,331,332,334,335,336,339,348,349,352,355,356,357,364,365,380,386,390,391,392,393,396,406,407,408,409,410,411,418,419,420,421,423,424,425,426,428,430,432,435,437,440,441,443,448,450,452],content:[12,18,393,439,441],context:[3,6,8,12,17,117,169,189,190,195,255,267,294,325,415,423,430,439,447,448,449],contibut:70,contigu:420,contin:16,continu:[0,2,3,5,6,9,12,13,14,41,71,81,103,104,140,169,172,173,174,179,181,182,183,184,185,186,188,191,192,193,194,195,205,206,207,209,210,211,213,214,215,221,226,227,229,231,232,233,234,235,246,247,248,249,254,256,259,260,270,271,274,277,278,280,287,288,290,296,299,303,317,332,333,339,353,354,371,374,392,393,394,409,418,421,423,425,426,431,437,440,441,448,450],continuum:[6,7,9,178,290],contour_integr:178,contract:[59,192,194,229,257,270],contradictori:3,contrain:273,contraint:241,contrari:[207,214],contrast:[1,6,42,55,64,129,194,301,415,451],contrib:290,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,93,102,104,106,107,108,109,110,112,114,117,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,174,179,180,181,182,183,184,185,186,192,205,213,216,219,220,224,230,247,248,255,256,264,267,270,271,273,292,318,326,328,336,353,354,355,357,364,378,379,384,392,393,435,441,443],contributor:12,control:[3,5,6,7,8,11,13,16,27,29,41,87,91,120,153,167,168,172,178,179,188,192,193,194,209,210,213,214,229,231,232,233,234,235,257,262,270,281,282,283,290,294,316,318,330,357,360,392,393,406,410,418,420,432,438,439],control_typ:178,controlfil:393,convect:91,conveni:[6,12,29,167,170,186,271,321,396,448],convent:[3,8,9,29,155,162,163,169,269,275,302,355,357,448],converg:[3,6,41,88,167,168,170,175,188,191,192,200,203,233,260,262,265,269,273,324,325,326,328,348,349,369,418,430,437],convers:[3,8,120,168,169,179,182,257,318,349,350,351,357,369,373,377,387,421,437,447],convert:[2,3,4,5,6,7,8,12,13,20,21,24,28,32,35,36,59,63,71,91,144,151,167,168,169,186,227,301,304,306,309,312,321,328,334,355,408,410,416,421,423,424,425,430,440,443,447,448,450,452],convex:299,convinc:[7,12],cooki:7,cool:[7,134,209,268],cooordin:167,cooper:[5,7],coord123:114,coord1:[3,114,181,184,185],coord2:[3,114,181,184,185],coord3:[3,114,181,184,185],coord:[],coordiat:326,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,93,103,104,106,113,114,116,120,127,133,139,141,142,144,148,166,167,168,169,170,172,175,180,181,183,184,185,188,189,190,191,192,193,194,195,198,200,201,203,205,208,209,210,211,212,213,214,226,228,229,231,232,234,235,247,250,251,252,255,256,257,267,268,270,272,273,274,275,276,277,278,280,288,289,290,297,298,300,301,321,326,327,328,333,334,335,338,356,418,423,424,426,428,431,433,437,443,448,449],coordn:[114,181],coorind:104,copi:[0,3,4,8,11,12,15,17,40,119,168,290,328,346,392,421],copper:416,coproccesor:16,coprocessor:[1,4,7,9,16,17,333,436],coproprocessor:17,copy_arrai:8,copyright:[7,8,255],coral:169,core:[],core_shel:126,coreshel:[6,9,342,349,351],cornel:[6,150,435],corner123i:113,corner123x:113,corner123z:113,corner1i:113,corner1x:113,corner1z:113,corner2i:113,corner2x:113,corner2z:113,corner3i:113,corner3x:113,corner3z:113,corner:[3,6,40,113,168,299,300,321,412,423],cornflowerblu:169,cornsilk:169,corpor:16,corr:348,correct:[3,6,9,11,12,16,17,59,87,88,102,110,116,126,131,138,168,194,207,213,229,230,247,255,257,260,289,295,299,318,328,334,335,336,337,338,339,340,341,342,343,344,345,347,348,349,350,351,352,353,354,355,356,357,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,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,412,414,415,416,423,438,441,443],correction_max_iter:178,correctli:[3,8,9,11,17,71,81,102,103,122,123,125,127,129,130,131,132,133,136,137,140,167,169,175,195,200,203,214,223,229,230,263,270,273,275,277,296,299,328,329,333,351,379,420,421,423,447,449],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,43,44,45,46,47,48,49,51,53,54,56,70,71,87,96,97,109,112,113,114,115,118,119,120,122,123,131,138,143,150,151,152,153,154,155,156,158,159,161,162,164,167,168,169,173,174,175,181,183,184,185,187,190,192,194,201,203,204,208,213,216,217,225,226,227,229,231,232,233,234,235,236,241,244,246,247,249,252,253,257,262,270,272,273,281,283,285,294,295,296,298,299,300,302,304,305,306,307,308,309,312,314,319,323,325,327,328,334,335,337,340,341,342,343,344,345,346,347,348,349,352,353,355,356,357,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,380,381,384,385,386,387,389,390,392,393,394,395,396,397,406,407,408,409,410,412,414,415,416,418,420,421,423,424,426,436,437,438,440,441,443,448],correspondingli:[378,379,432],cosin:[],cosineshift:27,cosmo:[207,212],cossq:[],cost:[1,6,10,11,12,17,39,41,71,109,118,121,143,168,169,181,184,185,188,189,190,202,229,262,290,318,319,331,349,369,373,384,406,420,432],costheta0:[406,408,410],costheta:390,costli:[11,88,207,329],couett:4,coul:[],could:[2,3,6,9,11,12,17,33,41,50,59,66,71,75,87,90,93,104,106,109,112,114,124,134,139,141,157,167,168,169,173,174,179,181,182,184,188,194,203,212,259,260,261,265,268,270,272,278,279,285,289,290,291,295,299,301,303,310,315,317,324,326,329,333,336,359,363,364,392,393,419,420,421,423,425,427,430,431,439,443,448,449],coulomb:[3,5,6,7,8,9,10,12,14,15,18,88,107,108,121,145,149,261,263,291,318,319,326,333,340,342,343,344,345,348,349,350,351,352,357,361,362,364,369,373,377,384,387,392,393,395,405,410,411,415,428,435,441,443,447],coulommb:6,cound:3,count:[1,3,6,8,10,11,12,41,63,68,77,91,114,116,117,132,142,148,175,176,179,181,183,184,185,187,188,195,200,202,205,211,229,241,256,273,281,282,299,319,326,327,328,330,333,359,363,384,441,448],counter:[296,418,429,431,437],counterbal:209,counterpart:[167,270,418],counterproduct:18,coupl:[],cours:[3,8,138,167,173,174,206,269,275,289,295,297,298,300,301,319,378,397,420,423,436,443,448,450],coval:[6,29,357,380,443],covari:207,cover:[6,71,164,169,178,216,357,367,412],coverag:[71,184],cpc:212,cpp:[1,3,6,8,9,11,12,13,87,167,173,174,203,273],cpu:[1,3,4,9,10,12,14,15,16,17,18,63,71,169,172,198,214,291,316,319,333,346,405,418,436,437,440,441],cpuremain:441,cr2:143,cr3:143,crack:[4,329],crada:[5,7],crai:[5,7,13,18,167],crash:[3,329,443],craympi:333,creat:[],create_atom:[],create_bond:[],create_box:[],create_elementset:178,create_faceset:178,create_nodeset:178,createatom:[],creation:[],crimson:169,critchlei:255,criteria:[3,116,145,168,169,189,190,191,224,326,389,412,425,428,448],criterion:[41,142,144,147,179,188,191,205,241,262,296,301,326,328,348,357,361,428,437,438],criterioni:437,critic:[48,49,227,285,290,326],cross:[3,12,22,71,89,123,152,167,168,180,184,190,194,226,228,247,270,275,277,286,293,305,321,328,344,353,354,355,362,363,364,369,371,373,390,395,408,410,423,427,433,450],crossov:1,crossterm:423,crozier:[0,7,13],crucial:260,crystal:[4,6,13,73,251,252,288,329,427,441,443],crystallin:[6,252,321,409,443],crystallis:285,crystallogr:[118,143],crystallograph:[321,441],crystallographi:[118,143,321],cs1:143,cs_chunk:6,cs_im:[40,423],cs_re:[40,423],csanyi:[120,391,396],cscl:380,csequ:6,csh:[11,12,346],cshrc:[11,12],csic:[356,406,408,410],csinfo:6,csisi:[356,406,408,410],csld:[],cst:355,cstherm:6,cstyle:420,csvr:[],ctcm:[334,355],ctemp_cor:198,cterm:274,ctr:9,ctype:11,cu1:143,cu2:143,cu3au:380,cube:[6,41,142,147,188,198,299,321,443],cubic:[],cuda:[],cuda_arch:15,cuda_get:15,cuda_hom:15,cuda_prec:15,cufft:14,cuh:339,cummul:[3,6,186,189,190,191,193,202,207,213,215,278,281,282,283,284,286,293,363,441],cumul:[6,179,181,183,184,185,199,205,213,227,229,233,241,270,271,328],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,102,108,116,117,121,124,132,140,142,145,148,167,168,169,170,173,174,178,179,181,184,185,186,188,189,190,191,192,193,194,195,199,200,203,205,207,210,211,213,219,226,229,230,234,235,241,246,247,249,255,261,262,264,267,268,269,270,273,274,276,277,278,281,282,283,289,290,293,294,295,296,297,298,300,301,303,316,317,318,319,322,323,325,326,327,328,333,339,346,348,352,355,357,358,361,365,368,378,379,380,381,382,384,390,392,393,397,408,410,411,413,418,419,420,421,423,424,425,426,427,429,430,431,433,435,437,438,440,441,448,449,450,451,452],curv:[6,144,205,252],curvatur:[360,394,416],custom:[],cut0:421,cut1:432,cut2:432,cut:[],cuthi:[251,263],cutinn:[341,378,379],cutlo:[251,263],cutmax:390,cutoff1:[345,352,369,373,377,387,395],cutoff2:[340,342,343,345,351,352,369,373,377,387,395],cutoff:[3,6,10,16,18,39,45,46,54,55,61,70,72,73,77,87,108,115,116,120,142,145,147,190,191,196,251,260,261,263,265,267,270,278,291,295,299,301,318,319,326,329,330,331,333,334,335,336,337,338,339,340,341,342,343,344,345,347,349,350,351,352,353,354,355,356,357,358,359,360,362,363,364,365,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,392,393,394,395,396,397,398,399,400,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,421,425,428,432,443],cutoffa:356,cutoffc:356,cuu3:355,cval:143,cvd:285,cvel:274,cvff:[],cwiggl:[3,226,295,298,300,448],cyan:[2,168,169],cycl:[3,205,227,229,230,233],cyclic:[3,164],cygwin:12,cylind:[3,4,168,211,256,296,299,426],cylindr:[6,211,275,296],cypress:333,cyrot:339,cyrstal:252,d3q15:216,d3q19:216,d_double_doubl:15,d_e:290,d_flag2:259,d_flag:259,d_name:[113,167,259,280,433],d_single_doubl:15,d_single_singl:15,d_sx:259,d_sy:259,d_sz:259,daan:288,dai:12,daili:12,daivi:247,damag:[],dammak:265,damp:[3,6,172,177,213,214,215,220,229,230,233,257,260,265,270,281,282,294,296,297,325,326,328,340,342,344,349,352,357,361,369,377,387,395,405,411,437,443],damp_com:214,damp_drud:214,dampen:[270,443],dampflag:[296,361],dan:17,danger:[3,12,205,301,353,441],dangl:147,daniel:9,darden:[319,352],darkblu:169,darkcyan:169,darken:168,darkgoldenrod:169,darkgrai:169,darkgreen:169,darkkhaki:169,darkmagenta:169,darkolivegreen:169,darkorang:169,darkorchid:169,darkr:169,darksalmon:169,darkseagreen:169,darkslateblu:169,darkslategrai:169,darkturquois:169,darkviolet:169,dasgupta:261,dash:[361,440],dat:[6,91,164,178,419],data2xmovi:[],data:[],data_atom:8,data_atom_hybrid:8,data_bodi:8,data_vel:8,data_vel_hybrid:8,databas:[],datafil:[12,13,271],dataset:271,datatyp:3,date:[0,6,12,13,392,393,448],datom1:115,datom2:115,datom3:115,datom4:115,datum:[3,6,42,65,68,69,79,92,108,115,167,182],davi:295,david:[9,19,318,319,408,410],daw:[355,390],dbg:14,dcd:[3,6,7,167,168,169,170,253,424,428],ddim:166,deactiv:377,dealt:212,debug:[6,7,11,12,13,14,17,118,143,144,253,258,316,318,333,365,384,413,421,422,425,430,433,440,448],deby:[],decai:[349,416],decid:[3,6,12,16,71,226,259,270,291,438],decipher:321,declin:278,decod:168,decompos:[87,396],decomposit:[3,5,7,18,62,178,253],decoupl:[6,443],decreas:[3,167,175,176,191,194,200,203,213,289,318],decrement:274,deepli:315,deeppink:169,deepskyblu:169,def:[12,13,421],defaul:61,defect:[6,70,142],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,150,151,152,153,154,155,156,158,159,161,162,163,164,165,166,167,168,169,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,194,195,198,199,200,203,204,205,208,211,212,213,214,215,216,224,226,228,229,230,231,232,233,234,235,237,238,239,242,244,245,246,247,248,249,251,252,253,255,256,257,259,261,263,268,270,271,272,273,276,278,280,281,282,283,284,286,287,288,290,292,293,295,296,297,298,299,300,301,303,304,305,306,307,308,309,312,313,314,316,318,319,321,323,325,326,327,328,329,330,331,332,333,335,336,337,338,340,341,342,343,344,345,346,347,349,350,352,353,354,356,357,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,383,384,385,386,387,389,390,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,420,421,423,424,426,427,428,429,432,433,434,435,437,438,440,441,443,444,445,446,447,448,449],definit:[2,3,6,8,12,13,78,80,116,120,169,181,182,183,184,185,186,194,211,233,271,280,292,295,298,300,302,313,316,327,336,339,347,357,367,390,396,412,421,423,425,432,434,447,448],defint:441,deform:[],deg2theta:143,deg:443,degener:[3,255],degrad:[8,18,252,319,432],degre:[3,6,8,20,21,24,28,29,32,35,36,38,65,79,92,94,96,97,99,101,102,112,122,123,124,125,126,127,128,129,130,131,132,133,134,136,137,143,144,150,151,154,155,162,164,166,168,181,191,198,205,207,208,213,214,219,229,230,233,234,235,246,247,249,253,255,269,270,273,281,282,283,288,304,306,309,312,314,326,352,355,363,433,441,443,449],degress:[124,181],del:437,delai:[3,6,12,329,354,441],deleg:364,delet:[2,3,7,8,12,54,57,60,63,142,147,148,172,181,182,183,184,185,186,189,191,202,205,229,271,281,282,301,303,317,327,329,332,384,423,424,426,434,435,440,444,446,448,449],delete_atom:[],delete_bond:[],delete_el:178,deli:166,delimit:[421,448],deloc:[230,357],delr:380,delt_lo:437,delta:[],delta_1:339,delta_3:339,delta_7:339,delta_conf:3,delta_ij:[380,390],delta_mu:[3,179],delta_pi:339,delta_r:390,delta_sigma:339,delx:166,delz:166,demand:265,demo:11,demon:250,demonstr:[260,380],den:256,dendrim:363,denniston:[9,216,218,219,220,252],denomin:[7,149],denot:[118,198,214,252,263,265,349,362,364,393],dens:[71,191,357],densiti:[3,6,7,9,18,40,41,59,100,116,120,130,142,144,173,174,178,181,184,185,188,194,203,216,219,222,223,252,256,257,261,290,295,321,323,327,334,339,355,380,381,382,390,394,399,401,402,403,423,432,433,441,447],depart:[0,7],departur:[227,260],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,108,109,112,113,114,115,119,120,122,127,131,132,138,144,145,150,151,152,153,154,155,156,158,159,161,162,163,164,166,167,168,169,172,173,174,175,176,179,181,183,184,186,187,188,190,192,200,201,204,207,208,209,211,213,214,216,218,219,226,229,231,232,233,234,235,236,244,246,247,249,251,262,265,267,270,272,273,278,281,282,283,285,287,289,290,292,294,295,298,299,300,301,303,304,305,306,307,308,309,312,314,319,321,326,327,329,330,331,333,334,335,337,338,339,340,341,342,343,344,345,346,347,348,349,350,352,353,355,356,357,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,380,381,383,385,386,387,389,390,392,393,394,395,396,397,405,406,407,408,409,410,411,412,414,415,416,418,420,423,425,426,429,433,435,437,440,441,442,448,449],dependend:6,depflag:12,dephas:[418,437],depos:195,deposit:[],deprec:261,depth:[51,123,168,290,360,394],dequidt:9,der:[87,107,347,348,377,392,393,415,443],deriv:[6,7,8,38,56,63,87,120,138,164,182,192,194,205,213,226,229,231,232,233,234,235,251,257,261,265,287,288,290,295,296,299,325,327,335,339,347,352,357,358,362,371,375,376,380,392,393,405,407,415,443],derjagin:415,derlet:251,descend:169,descent:[7,325],descib:[40,261],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,110,113,116,118,120,121,123,124,128,129,132,135,137,138,142,143,144,146,147,156,161,164,167,172,173,174,181,182,183,184,185,186,188,191,192,193,194,195,197,198,206,207,210,211,212,213,214,215,216,218,219,220,224,228,229,230,233,240,248,251,253,258,259,260,261,262,263,270,274,275,278,279,280,281,282,283,284,285,286,287,288,293,295,296,298,303,318,319,321,324,325,326,327,328,332,335,336,338,340,341,342,344,345,346,347,348,349,352,355,357,358,360,361,362,364,369,370,371,372,373,374,375,376,377,378,379,380,383,389,390,391,392,393,394,395,396,397,404,405,406,407,408,409,410,411,414,415,416,418,420,421,423,424,426,427,433,436,437,440,448,449,450],descript:[],descriptor:[120,167,365],deserno:319,design:[0,3,6,7,8,11,13,14,15,17,118,126,129,143,178,191,197,198,229,230,251,252,271,285,290,336,337,338,341,344,349,351,357,377,378,379,381,382,390,393,407,432],desir:[2,3,6,7,11,12,14,15,16,18,33,40,50,59,71,88,91,112,117,121,126,144,157,166,179,192,194,203,205,206,213,214,215,219,229,247,255,256,257,258,261,265,270,273,278,281,282,283,284,289,296,310,315,318,319,321,324,326,327,328,353,355,363,378,379,406,408,410,419,420,421,423,427,432,437,438,440,441,448,449,450],desk:7,desktop:[4,6,7,10,12,17,168],despit:443,destabil:339,destre:312,destroi:[11,39,189,190],detail:[1,2,3,4,6,7,8,9,11,12,13,14,15,16,17,18,22,37,40,41,42,55,63,66,67,68,71,75,78,90,91,93,102,104,106,107,109,111,112,114,117,119,120,121,122,123,124,127,137,138,139,141,144,145,148,149,152,163,167,168,169,172,173,174,178,181,182,183,184,186,188,190,191,192,193,194,195,203,205,206,207,208,210,211,213,215,216,220,226,227,228,229,230,231,232,233,234,235,239,241,246,247,248,249,252,255,256,257,259,260,262,263,264,270,273,278,281,282,283,284,285,286,288,289,290,291,292,293,294,301,303,305,313,318,319,322,326,327,329,330,333,334,335,336,338,339,341,343,344,345,346,347,348,349,352,353,357,358,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,379,380,383,384,389,392,393,394,396,397,405,412,414,415,421,423,424,425,426,428,429,432,433,435,438,441,448,449,452],detect:[2,3,12,61,63,86,204,256,289,328,348,363,368,418,420,423,434,437,448],determ:333,determin:[1,3,6,8,12,15,39,40,42,51,57,58,59,61,62,68,71,87,102,107,109,112,118,119,121,132,133,142,143,144,166,167,168,169,170,171,175,176,177,180,181,182,183,184,185,186,187,188,192,194,195,198,200,205,208,209,211,213,214,219,224,226,227,229,234,235,246,247,249,251,253,257,260,267,268,269,270,271,272,278,281,282,283,285,291,292,295,296,297,298,299,300,301,313,318,319,321,327,329,330,333,335,336,343,348,352,354,355,359,361,364,365,373,380,384,393,394,404,407,411,415,420,423,424,426,428,430,433,437,439,440,447,448,449],detil:108,devan:[9,395],devanathan:410,develop:[0,3,5,6,7,8,9,11,12,14,15,16,17,18,19,42,210,233,255,260,261,264,335,339,357,382,425],devemi:9,deviat:[227,233,251,359],devic:[1,3,12,15,17,210,333],device_typ:333,devin:[262,348],devis:382,dfactor:168,dff:443,dfft_fftw2:12,dfft_fftw3:12,dfft_fftw:12,dfft_none:12,dfft_singl:[3,12,319],dfft_xxx:12,dfftw:12,dfftw_size:12,dft:[9,264],dhi:[59,166,194,256],dhug:[227,260],dhugoniot:[227,260],dia:380,diagnost:[],diagon:[3,6,83,120,121,192,229,257,270,293],diagonalstyl:396,diagram:[41,118,143,163,188,253],diallo:363,diam:[168,169,256,327],diamet:[3,6,40,113,144,167,168,169,173,174,213,256,270,278,294,296,327,347,360,361,367,371,394,412,415,423,424,433],diamond:[321,357,380],diamter:[40,256],dick:6,dicsuss:226,dictat:[179,227],did:[3,12,326,353,354,355,361,384,408,410,431],didn:3,die:18,diel:[],dielectr:[],diff:[3,6,12,140,292,318],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,94,96,97,120,122,123,124,125,127,130,131,132,133,134,136,137,138,144,145,147,152,163,164,166,167,168,169,172,174,177,179,181,183,188,189,190,191,192,193,194,198,204,205,206,207,208,209,210,213,214,216,226,229,230,231,232,234,235,237,239,242,244,245,246,249,251,253,255,257,260,261,262,265,268,270,273,274,275,276,278,281,282,283,286,287,288,290,293,294,295,296,299,303,304,313,315,317,318,319,321,322,324,325,327,328,330,331,332,333,334,335,339,343,344,346,347,348,353,355,357,360,361,362,364,367,369,370,372,373,380,381,382,383,384,386,390,392,393,394,395,396,397,405,406,407,408,410,412,415,416,417,418,420,421,423,425,426,427,428,431,432,433,435,437,438,440,441,443,447,448,449,450],differenti:[1,3,6,29,164,318,349,390,409],difficult:[192,253,333,363,432],difficulti:[273,392],diffract:[],diffus:[],digit:[2,3,169,303],dih_table1:164,dih_table2:164,dihedr:[],dihedral_coeff:[],dihedral_cosineshift:27,dihedral_styl:[],dihedralcoeff:3,dihedraltyp:190,dihydrid:357,dij:273,dilat:[],dim1:3,dim2:3,dim:[3,59,71,122,125,126,127,130,131,132,133,134,136,144,166,184,194,211,296,321,380,426,447,448,449],dimdim:448,dimems:252,dimens:[],dimension:[3,39,112,118,120,122,124,125,126,127,130,131,132,133,134,136,143,165,181,184,228,252,290,321,324,328,390,423,433],dimensionless:[105,120,290,319,396,415],dimer:[6,270,380],dimgrai:169,dimstr:[41,188],dinola:[257,281],dintel_offload_noaffin:16,dipol:[],dipolar:[4,29,40,167,280,443],dir1:434,dir2:434,dir:[1,3,4,8,11,12,227,251,260,277,390,392,393,421,434,448],dirac:120,direc:390,direct:[],directli:[3,6,8,9,11,12,87,113,120,167,168,175,200,207,211,216,252,271,282,294,296,297,298,299,321,325,333,334,335,340,342,343,349,352,355,357,369,373,384,387,395,404,421,433,434,435,441,448],directoi:14,directori:[0,1,2,3,4,6,7,8,9,11,12,13,14,15,16,17,18,19,60,170,193,212,255,261,264,278,287,288,328,332,334,335,339,346,348,349,355,356,358,365,366,377,380,381,382,386,390,391,392,393,396,406,408,409,410,421,423,424,425,434,448],disabl:[3,12,16,290,368,421,436],disadvantag:[6,188],disallow:[194,229],disappear:425,discard:[2,3,41,71,184,188,291,299,420,425,426],discontinu:[9,164,326,375],discourag:380,discov:[13,291],discret:[6,8,40,42,168,169,213,216],discuss:[],disk:[6,84,85,137,165,195,205,256,421],disloc:70,disord:[39,70],disp:[],dispar:394,disperion:[352,373],dispers:[3,6,7,9,142,252,318,319,343,352,373,378,384,393,407],displac:[],displace_atom:[],displace_box:59,displacemet:426,displai:[11,13,22,37,44,55,152,163,167,168,305,313,346,405],dispters:3,dissip:[6,206,213,252,287,288,341,353,361,378,379,405],dissolut:189,dist:[6,69,91,108,117,167,253,269,354,404,418,449],distanc:[3,6,7,9,12,20,21,29,39,43,45,46,47,48,49,51,53,54,55,56,58,59,61,63,64,66,69,71,72,73,74,75,76,77,81,86,89,90,93,103,104,105,106,108,114,115,116,117,118,120,133,139,142,144,145,146,147,151,166,167,168,169,177,181,184,185,189,190,191,192,194,195,196,199,205,211,216,226,227,228,229,233,241,251,252,256,260,261,268,269,270,273,274,275,276,277,278,285,286,288,289,290,293,295,296,297,298,299,300,304,318,319,321,324,326,328,329,330,333,336,337,338,339,340,341,342,343,344,345,347,349,350,351,352,353,354,355,356,357,359,360,361,362,363,367,368,369,370,371,372,373,374,375,376,377,378,379,380,383,384,385,386,387,388,389,390,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,418,421,423,426,432,433,437,441,443,447,449],distinct:[6,198,267,318,394],distinguish:[6,86,120,219,357],distort:334,distrbut:334,distribut:[],distro:[111,346,389,390],ditto:[8,11,12,14,15,16,17,18,115,190,421],div:8,divd:117,diverg:[3,12,39,270,288,425,443,450],divid:[3,6,16,41,91,112,117,121,141,142,152,163,169,181,182,183,188,194,251,286,293,298,318,326,328,358,393,432,440,448],divis:[6,216,339,367,377,420,423,441,448],dl_poli:7,dlambda:138,dlammps_async_imd:210,dlammps_bigbig:[12,39],dlammps_ffmpeg:[3,12,168],dlammps_gzip:[3,12,167,168,289,423,424,428],dlammps_jpeg:[3,12,168],dlammps_longlong_to_long:12,dlammps_memalign:[12,16],dlammps_png:[3,12,168],dlammps_smallbig:12,dlammps_smallsmal:12,dlammps_xdr:[12,167],dlen:433,dlmp_intel_offload:[12,16],dlo:[59,166,194,256],dlvo:[7,347,415],dm_lb:216,dmax:[278,324],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,93,102,104,105,106,107,109,111,112,114,117,119,121,123,124,137,139,141,144,145,146,152,163,167,168,169,170,172,173,174,179,180,181,182,183,184,185,186,195,205,213,214,224,229,230,234,235,239,246,247,248,249,256,259,270,275,278,281,282,283,292,296,299,301,303,305,313,317,326,327,328,333,334,335,338,346,348,349,355,356,358,363,364,366,367,380,381,382,384,386,389,390,391,396,405,406,408,410,412,421,423,424,425,426,428,431,432,433,440,441,448,449,450,451],docuement:394,dodgerblu:169,doe:[0,1,2,3,5,6,7,8,9,11,12,14,15,16,17,18,29,33,38,39,41,50,54,56,59,62,63,67,70,71,87,88,91,104,110,117,118,123,124,127,132,134,138,143,144,145,146,148,150,152,157,163,164,166,167,168,169,172,178,179,181,184,187,188,190,191,192,194,198,200,202,205,206,209,211,213,214,216,219,225,229,230,231,232,234,235,246,247,248,249,257,258,259,263,265,268,270,278,281,283,285,286,290,293,294,295,298,299,300,301,306,307,309,310,312,317,318,319,320,321,327,328,329,334,335,336,337,338,339,341,343,344,345,347,348,349,350,352,353,354,355,356,357,359,360,361,362,364,365,366,367,368,371,372,374,375,376,378,379,380,381,382,384,390,391,392,393,394,396,397,398,399,400,401,402,403,404,406,407,408,409,410,411,412,414,415,416,418,419,420,421,423,424,425,426,427,430,431,433,434,435,436,437,440,441,443,448,452],doegenomestolif:7,doesn:[3,7,8,12,144,167,179,184,185,275,327,329,333,335,348,356,366,392,393,406,408,409,410,423,425],dof:[3,8,112,123,124,137,181,270,449],dof_per_atom:[124,181],dof_per_chunk:[124,181],doff:[327,423],doi:[6,193],domain:[3,6,7,12,13,18,39,41,42,58,61,62,71,118,133,143,146,166,168,169,172,179,188,192,194,195,209,212,216,229,230,253,265,270,290,295,296,318,319,328,333,354,384,418,420,423,427,440],domin:[1,357,437],don:[0,8,11,12,13,116,147,175,200,214,259,299,380,421,423],donadio:282,done:[1,3,6,7,8,12,14,15,16,17,18,19,38,39,41,56,59,62,71,138,141,144,147,164,168,169,178,179,181,183,184,185,186,188,189,190,191,192,194,195,203,205,210,211,213,214,221,229,234,235,246,247,249,250,252,253,254,259,267,270,271,273,278,281,282,283,285,287,288,301,303,317,318,319,326,328,329,332,333,335,343,355,364,365,366,373,379,380,384,392,404,407,412,418,419,420,421,424,427,428,431,441,443,448,449],donor:363,dot:[121,140,175,200,208,228],doti:[339,390],doubl:[1,2,3,6,8,9,11,12,14,15,16,17,39,87,194,203,258,299,303,317,319,332,333,339,358,362,392,393,419,423,427,431,436,448,449],dover:178,down:[3,6,7,8,11,39,71,192,213,278,294,333,357,384,422],downhil:[324,325],download:[5,7,8,9,11,12,13,17,210,365,391],downsid:6,downward:267,dozen:[8,12,107,172,392,393],dpack_arrai:12,dpack_memcpi:12,dpack_point:12,dpd:[],dpde:222,dproduct:336,dr_ewald:[118,271],drag:[],dragforc:216,drai:[227,260],drain:[209,294,326],dramat:[59,166,189,190,191,192,194,229,278,281,282,319,333,384,420],drautz:339,draw:168,drawback:259,drawn:[167,168,169,206,418],drayleigh:[227,260],dreid:[],drfourth:105,drho:[113,334,355],drift:[6,103,105,206,207,213,214,225,268,278,432,440,443],drive:[11,12,176,192,194,208,229,251,257,270,297,328],driven:[6,156],driver:[6,12,14,15,172,203,210],drop:[3,169,353],droplet:364,drsquar:105,drude:[],dry:202,dsecriptor:365,dsf:[],dsmc:[],dstyle:256,dt_collis:216,dt_lb:216,dt_md:216,dt_srd:278,dtilt:[59,194],dtneb:437,dtqm:260,dtype:[115,190],dual:[17,278,333],dudarev:143,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,93,102,103,104,105,106,110,116,118,120,121,122,123,125,127,130,131,132,133,134,136,137,139,143,144,147,148,167,168,172,175,176,183,187,189,190,191,192,193,194,195,200,201,202,203,206,207,210,211,213,214,215,216,219,220,221,225,226,227,228,229,233,241,251,254,256,268,269,270,272,275,277,278,279,281,282,283,284,285,287,288,290,294,295,297,298,299,301,319,324,326,328,329,330,350,353,355,359,360,364,378,379,384,390,392,394,395,404,407,408,410,413,415,416,418,420,423,424,425,432,437,440,441,443,448,449],duffi:290,duin:[9,261,266,392,393],duke:319,dummi:[12,29,409],dump1:428,dump2:428,dump:[],dump_atom:8,dump_custom:8,dump_modifi:[],dumpcustom:8,dumptimestep:428,dunbrack:[6,20,150,344,435],dunweg:[213,215],duplic:[2,3,14,15,16,17,18,19,41,42,145,188,207,251,423,447],dupont:[5,7,13],durat:[37,55,122,123,125,126,127,129,130,131,132,133,136,137,163,169,181,205,265,290,313,361,405],dure:[2,3,6,8,9,12,16,17,38,39,41,56,71,87,126,145,148,164,167,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,194,195,196,199,200,201,202,203,204,205,206,207,208,209,210,211,213,214,215,216,217,218,219,220,221,222,223,225,226,228,229,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,319,326,328,332,333,353,377,384,393,407,418,419,421,423,426,428,430,431,433,435,437,438,441,448,451,452],dvector:8,dvlo:415,dvx:6,dx_lb:216,dy3:143,dyamic:12,dyanam:6,dyanmic:437,dynam:[],dynamo:[5,334,355,380],dyne:447,dyre:374,dysam:426,e28637:29,e_1:339,e_2:339,e_b:358,e_e:357,e_hbond:363,e_i:[6,339,358],e_j:[6,339],e_k:[339,357],e_kl:6,e_lj:[335,352],e_n:[339,357],e_nn:357,e_pr:357,e_rebo:335,e_tors:335,eaa:304,eaat:151,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,93,94,95,96,97,98,99,100,101,102,103,104,105,106,109,110,111,112,113,114,115,116,117,118,119,120,121,123,124,125,126,127,128,131,132,133,134,136,137,138,139,140,141,142,143,144,147,148,150,151,152,153,154,155,156,157,158,159,161,162,163,164,166,167,168,169,170,171,172,173,174,175,176,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,205,206,207,208,209,210,211,212,213,214,215,216,217,219,220,221,222,223,225,226,227,228,229,231,232,233,234,235,236,237,238,239,241,242,243,244,245,246,247,248,249,251,252,253,254,255,256,257,258,259,261,262,263,265,267,270,271,272,273,274,275,276,277,278,279,280,281,282,283,285,288,289,290,291,292,293,294,295,296,298,299,300,301,303,304,306,307,308,309,310,312,313,314,317,318,319,321,325,326,327,328,329,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,357,358,359,360,361,362,363,364,367,368,369,370,371,372,373,374,375,376,377,378,379,380,383,384,385,386,387,389,390,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,410,411,412,413,414,415,416,417,418,420,421,423,424,425,426,427,428,430,431,432,433,435,437,438,440,441,443,447,448,449,450,452],eacn:[41,188],eam0d:252,eam3d:252,eam:[],eam_databas:13,eam_gener:13,eangl:441,earli:[41,181,183,184,185,186,188,264,271],earlier:[7,8,12,59,169,328,361,380,384,437],earliest:437,earth:357,easi:[6,7,8,11,13,87,121,167,173,174,175,176,184,187,200,208,209,211,213,214,272,281,282,283,295,298,300,327,423,426,431,433,449],easier:[8,9,13,16,167,168,252],easili:[8,11,168,169,294,328,420,430,439,448],eastwood:[318,319],eat:151,eatom:301,eaxmpl:6,eba:21,ebb13:151,ebb:21,ebond:[198,214,440,441],ebt:151,ec_ii:380,ec_ij:380,ec_jj:380,echo:[],eco:[392,393],ecoa:[392,393],ecoul:[107,198,214,392,393,441],ecp:[357,423],edg:[2,3,6,41,59,71,118,142,143,146,147,168,177,184,211,272,295,298,299,300,301,321,423,426,433],edge_histo:142,edge_threshold:142,edih:441,edim:286,edip:[],edit:[3,8,12,13,14,15,16,17,18,19,443],editor:13,edu:[7,9,11,13,355,378,389,392,393],edward:[9,17],eebt:151,eff:[],effect:[1,2,3,6,8,9,11,12,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,66,71,74,75,81,89,90,93,103,104,105,106,109,112,121,122,126,131,132,139,142,148,150,151,153,154,155,156,158,159,161,162,163,164,166,167,168,169,173,174,175,178,182,185,186,187,189,190,191,192,194,195,201,204,206,207,208,209,210,211,213,214,228,229,231,232,233,234,235,236,244,246,247,249,250,251,253,256,257,259,260,261,262,265,269,270,272,273,277,278,281,282,283,285,286,288,290,293,294,295,296,297,299,300,301,304,306,307,308,309,312,314,318,319,321,325,326,327,328,329,334,335,337,339,340,341,342,343,344,345,347,348,349,352,353,355,356,357,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,381,384,385,386,387,389,394,395,397,405,406,407,408,409,410,412,414,415,416,418,420,421,425,426,428,432,433,435,441,447,448,450],efffect:427,efficaci:39,effici:[0,1,3,6,7,8,10,12,15,17,18,39,58,61,67,112,167,168,169,192,194,198,207,229,253,255,265,270,273,278,318,319,324,329,333,339,347,349,364,369,373,394,430,452],effort:[5,7,424],efftemp:[96,97,130],efi:[392,393],efield:[],eflux:209,eggebrecht:349,ehb:[392,393],eigensolv:3,eigenvalu:[252,253,318],eigtol:3,eik:138,eim:[],eimp:441,einstein:[265,288],either:[1,2,3,4,6,8,9,11,12,14,15,16,17,22,33,41,44,50,59,63,71,107,113,116,118,120,121,124,126,127,143,144,147,152,157,164,167,168,169,172,180,182,183,185,186,188,191,192,193,194,195,205,211,212,216,220,226,227,229,230,233,247,251,267,270,272,273,274,275,278,285,292,296,299,303,305,316,318,319,321,325,326,330,333,339,341,347,355,364,365,367,378,379,380,384,388,390,408,410,412,418,421,423,425,426,427,430,432,435,438,440,448],ejtehadi:[347,360,394],elaplong:[173,174,211,426,441,448],elaps:[3,173,174,175,176,187,194,200,208,209,211,213,214,226,256,272,281,282,283,295,296,298,300,397,418,426,428,429,433,437,441,448],elast:[],elba:29,electr:[6,172,178,200,214,318,319,358,392,393,416,443,447],electrolyt:[9,415],electron:[3,6,7,9,13,40,96,97,113,118,128,130,135,172,178,197,198,214,215,230,240,248,263,284,290,325,327,334,336,348,352,355,357,358,380,390,391,410,416,423,443,447],electron_integr:178,electron_temperatur:178,electron_unit:357,electroneg:[6,261,262,263,348,358],electronic_dens:3,electronic_specific_heat:3,electronic_thermal_conduct:3,electrostat:[6,9,16,18,179,205,261,263,264,291,318,319,347,352,357,369,377,379,393,415],eleftheri:270,elem1:[358,380,396],elem2:[358,380,396],element1:[267,334,355],element2:[267,334,355],element:[3,6,7,8,13,63,81,89,103,105,112,117,119,120,121,122,123,124,125,126,127,131,132,133,134,136,137,140,167,168,169,170,172,178,182,183,186,252,267,285,292,334,335,339,348,355,356,357,358,364,365,366,380,381,382,386,390,391,392,393,396,406,408,409,410,443,448,451],elementn:[334,355],elementset:178,elev:437,elif:[120,303],elig:[3,179,189,190,202,205,363],elimin:[3,6,71,206,213,214,270,273,287,288,418],elj:352,ellad:9,elliot:9,elliott:9,ellips:[4,6,9,82,123,165],ellipsoid:[3,4,6,7,13,40,42,82,113,123,144,165,167,213,231,234,237,238,246,270,278,323,326,360,379,394,405,423,433,450],ellipsoidflag:423,elong:[198,214,441],elp:[392,393],els:[3,7,8,12,71,107,116,117,119,168,180,181,182,183,184,185,186,205,229,270,278,290,291,292,301,303,318,364,422,434,448,451],elsewher:[8,226,278,380,391,392,393,435,441,448],elt:380,emac:[],email:[0,3,5,7,8,11,358],emb:[3,9,299],emb_lin_neg:380,embed:[3,5,7,11,12,13,29,88,142,290,334,355,358,377,380,381,382,390,405,413,421],embt:151,emi:[7,9],emol:[392,393,441],emphas:361,empir:[178,282,335,357],emploi:[9,252,265,409],empti:[3,57,71,146,270,318,329,368,423,434,435,448],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,96,97,98,99,100,101,105,109,111,112,120,122,123,126,128,130,131,135,136,138,142,150,151,153,154,155,156,157,158,159,161,162,163,164,167,169,170,172,173,174,175,176,177,179,185,187,189,190,191,193,195,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,217,218,219,220,222,223,225,227,229,230,231,232,233,234,235,236,237,238,239,240,242,244,245,246,247,248,249,251,252,253,255,256,260,261,262,263,264,265,266,267,269,270,272,273,274,275,277,278,281,283,284,285,286,287,288,290,291,293,294,295,296,297,299,302,304,306,307,308,309,310,312,313,314,319,326,328,332,333,334,335,337,338,339,340,341,342,343,344,345,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,384,385,386,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,414,415,416,421,424,425,430,432,448,452],enclos:[2,6,12,146,167,258,303,380,419,421,431,448],encod:[13,39,42,167,168,169,259,364],encompass:[3,6,40,57,59,116,145,292,405,426],encount:[3,8,12,59,183,332,428,448],encourag:[7,8,264,276],end12i:113,end12x:113,end12z:113,end1i:113,end1x:113,end1z:113,end2i:113,end2x:113,end2z:113,end:[1,2,3,5,6,8,11,12,15,16,17,18,19,38,40,41,57,59,71,113,147,148,151,166,167,168,169,170,173,174,182,183,185,186,191,194,198,206,211,213,214,215,228,229,230,241,257,269,270,274,278,281,282,283,284,286,289,290,293,297,300,301,317,318,327,328,332,333,353,355,360,394,396,397,411,413,418,421,423,424,425,426,428,430,431,435,439,441,443,448,452],end_of_step:8,endbondtors:[3,151,157,423],endif:8,energet:[191,335,393],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,94,95,96,97,98,99,101,102,107,108,109,110,112,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,144,148,150,151,152,153,154,155,156,158,159,161,162,163,164,167,169,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,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,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,304,306,307,308,309,312,314,318,319,324,325,326,328,329,333,334,335,337,338,339,340,341,342,343,344,345,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,389,390,392,393,394,395,396,397,398,399,404,405,406,407,408,409,410,412,413,414,415,416,418,421,423,428,432,433,435,437,439,440,441,443,447,448,451],energy_update_freq:393,enforc:[6,57,58,104,166,167,168,170,172,179,191,194,229,250,252,262,270,273,303,318,369,420,448,449],enforce2d:[],eng:[11,65,69,108,167,203,301,303,348,382],eng_previ:303,engin:[178,194,255,274,287,355,381],engr:[392,393],enhanc:[174,178,418],enlarg:[59,168],enough:[3,40,61,86,144,145,147,188,214,256,260,265,270,291,295,296,299,329,333,349,388,423,427,428],enpub:355,ensembl:[],ensight:6,ensur:[3,6,120,167,179,192,205,206,229,289,319,339,354,377,404,406],enter:[57,134,358,437],enthalpi:[231,232,355,440,441,448],entir:[0,2,3,6,11,14,15,41,42,63,88,109,110,112,116,118,121,124,143,144,169,172,173,174,181,184,185,188,191,193,202,205,206,209,213,214,225,229,231,232,233,234,235,251,253,255,268,270,276,290,292,303,333,352,373,384,407,423,431,432],entireti:[367,412],entiti:[6,8,40,42,167,270],entri:[3,8,38,42,56,65,69,79,92,108,115,118,142,164,169,183,184,185,193,260,301,327,339,356,380,386,393,396,406,407,408,409,410],entropi:437,entry1:[38,56,169,346,407],entry2:169,entryn:169,enumer:[145,167],enumuer:6,env:333,environ:[1,3,6,11,12,16,17,18,168,207,212,251,333,334,339,346,348,356,357,390,408,420,434,448],epair:[107,169,359,363,392,393,441],epen:[392,393],epfl:[207,212],epp:352,epq:352,eps0:415,eps14:377,epsilon0:410,epsilon:[3,6,36,45,46,50,53,54,87,150,173,174,205,270,278,295,299,324,326,338,344,345,347,349,350,351,352,360,362,363,364,367,368,369,370,371,372,373,374,375,376,377,383,387,394,395,400,406,412,414,415,432,443,447],epsilon_0:416,epsilon_14:344,epsilon_:394,epsilon_d:350,epsilon_i:[360,384,394],epsilon_i_:394,epsilon_i_a:[360,394],epsilon_i_b:[360,394],epsilon_i_c:[360,394],epsilon_ij:384,epsilon_j:[360,384,394],epsilon_j_:394,epsilon_j_a:[360,394],epsilon_j_b:[360,394],epsilon_j_c:[360,394],epsilon_lj:394,epton:389,eqch:139,eqeq:[392,393],eqp:352,eqq:352,equal:[2,3,6,8,11,12,17,39,41,54,63,65,68,69,76,79,86,87,91,92,108,110,115,117,119,121,123,138,140,144,168,169,172,173,174,175,176,179,182,183,186,187,188,192,194,195,200,205,206,208,209,211,213,214,216,219,220,226,227,233,243,251,253,256,258,260,261,262,265,267,269,270,272,274,281,282,283,286,287,288,290,292,293,295,298,300,301,303,317,326,328,329,330,332,333,348,353,359,360,363,378,383,390,392,393,394,396,397,407,412,416,419,420,421,423,425,426,430,431,434,437,439,441,448,449],equat:[3,6,7,8,9,91,112,118,143,152,163,172,192,198,199,207,213,214,216,219,227,228,229,230,233,247,251,253,260,261,265,273,278,286,290,293,295,296,298,300,312,318,319,347,352,353,357,358,361,366,378,379,380,384,394,399,400,402,403,411,416,443],equi:230,equidist:228,equil:[3,261,322,430,452],equilater:433,equilibr:[3,4,5,6,7,9,59,91,144,172,179,182,191,192,205,227,229,230,247,248,260,261,262,263,286,287,288,293,348,349,392,393,419,433],equilibria:293,equilibribum:[189,190],equilibrium:[1,3,4,6,7,21,24,26,27,28,29,32,35,36,38,43,47,48,49,51,53,56,59,127,128,151,153,192,194,205,206,207,214,216,229,233,247,260,265,269,273,274,275,278,285,286,288,293,304,306,309,312,348,380,386,443],equilibrium_angl:8,equilibrium_dist:8,equilibrium_start:178,equival:[6,12,13,59,142,146,169,183,186,192,194,205,213,229,247,257,269,270,298,353,357,408,410,423,426,431,432,441,443],equlibrium:6,equliibr:[261,263],er3:143,eradiu:[40,113,357,423],eras:[272,287],erat:[194,379],erc:349,erfc:[349,369,384],erforc:113,erg:447,erhart:[179,355,408,410],ermscal:336,ernst:9,eror:3,eros:380,erose_form:380,erot:[],errata:[408,410],erratum:295,erron:3,error:[],erta:361,ervel:[113,423],escap:[195,443],especi:[8,11,16,132,144,172,179,188,205,260,265,268,269,333,420],espresso:[9,264],essenti:[8,11,12,27,88,125,126,127,130,131,132,133,134,136,153,182,233,252,294,319,335,349,369,410,428,441],essex:29,establish:[87,209],estim:[1,3,6,10,12,38,41,56,91,121,178,188,199,227,278,285,318,319,324,384,393,407,437,441],esu:447,esub:380,eta:[6,216,229,260,261,263,294,356,358,360,390,409,447],eta_dot:229,eta_ij:390,eta_ji:358,etag:[40,423],etail:441,etap:229,etap_dot:229,etc:[1,2,3,6,7,8,9,10,11,12,13,15,16,17,39,40,42,54,61,68,89,90,91,94,109,110,113,115,121,122,124,125,126,127,128,130,131,132,133,134,136,138,144,146,147,148,157,167,168,169,172,178,179,180,181,183,184,185,186,189,190,194,195,203,205,206,213,229,256,267,271,290,291,299,303,317,318,326,327,328,329,331,355,356,364,377,379,388,392,393,406,408,410,418,421,423,424,425,430,432,433,437,439,440,441,443,447,448,450,452],ethernet:18,etol:[326,328,418,437],etot0:260,etot:[6,94,96,97,110,121,130,169,198,214,227,260,440,441],eu2:143,eu3:143,euler:[326,328],eulerian:178,euqat:398,europhi:216,evalu:[2,3,11,12,38,56,71,87,88,91,107,117,120,124,134,142,144,167,168,169,173,174,175,176,178,180,181,182,183,184,185,186,187,194,200,206,208,209,211,212,213,214,252,258,261,272,281,282,283,292,295,298,300,301,303,318,319,324,326,333,384,390,407,418,419,421,425,426,428,430,431,432,433,437,439,441,448,449],evalut:[303,421],evan:[132,247],evanseck:[6,20,150,344,435],evapor:[],evaul:[8,326],evdwl:[107,392,393,441],even:[3,6,8,12,15,16,17,18,34,39,41,52,57,59,61,63,70,71,119,145,146,160,164,167,169,172,173,174,179,180,181,183,184,185,186,188,189,190,192,194,195,198,211,214,227,229,230,252,265,267,270,271,278,286,290,293,295,299,301,311,318,324,326,328,333,338,357,358,361,364,384,394,413,423,424,426,428,429,430,432,433,435,438,440,441,443,452],evenli:[3,41,121,164,188,216,367,413,423],event:[],eventu:[3,6,12,15,146,261,437],ever:[54,56,212,278],evera:[347,360,394,405],everi:[0,1,2,3,6,8,11,12,15,16,39,41,71,72,91,113,119,132,147,167,168,169,170,172,173,174,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,194,195,199,202,203,205,207,209,210,211,216,217,225,229,230,233,250,251,252,256,257,258,259,260,261,262,263,265,267,268,270,271,273,274,278,280,281,282,283,284,285,286,289,290,291,292,293,301,303,317,319,328,329,330,333,353,354,364,377,392,393,401,417,418,419,423,425,427,428,430,431,432,437,438,439,441,448,452],everyth:[8,107],everywher:[116,371],eviri:357,evolut:[207,216,253,418],evolv:[216,253,291],ewald:[2,3,5,6,7,8,12,88,110,118,121,291,318,319,326,340,342,343,349,352,357,369,373,387,395,405,407,425],ewald_disp:352,ewalddisp:3,exact:[22,41,44,71,138,147,152,188,191,206,207,213,214,215,256,265,266,278,290,305,318,346,425,430,437,450,452],exactli:[3,6,12,14,17,38,41,56,59,71,91,123,128,135,144,164,173,174,183,188,194,199,206,213,214,215,230,240,241,248,252,260,278,283,284,297,333,346,353,355,361,364,367,378,384,407,425,426,433,437,448],exager:443,examin:[6,8,191,252],examp:[421,448],exampl:[],exce:[3,6,16,17,18,41,58,71,146,181,184,185,188,192,194,199,202,229,252,278,326,333,423,448],exceed:[3,41,59,188,194,229,278,431],excel:357,except:[1,2,5,6,8,11,14,16,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,108,109,112,117,121,122,123,124,125,126,127,128,130,131,132,133,134,135,136,137,144,148,150,151,152,153,154,155,156,158,159,161,162,163,164,166,167,169,172,175,181,182,183,187,188,192,194,201,204,205,208,211,213,215,229,230,231,232,233,234,235,236,240,241,244,246,247,248,249,253,262,263,270,272,273,275,278,281,283,284,290,294,301,303,304,305,306,307,308,309,312,313,314,318,319,321,323,327,328,329,331,332,333,334,335,337,340,341,342,343,344,345,346,347,348,349,351,352,353,355,356,357,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,379,381,385,386,387,389,392,393,394,395,397,405,406,407,408,409,410,412,414,415,416,418,420,421,423,425,426,428,431,432,433,434,435,437,441,443,447,448,449,451],excess:357,exchang:[2,3,6,8,9,61,62,172,178,179,205,213,262,270,286,290,293,318,333,357,438],exchange:318,excit:[9,357],exclud:[3,6,9,12,16,17,63,71,112,120,124,131,132,148,167,181,184,189,190,217,225,255,268,270,285,296,301,326,327,329,341,361,364,378,379,384,404,435],exclus:[1,3,9,12,16,87,333,348,384,432],excurs:418,exectubl:12,execut:[1,2,3,4,6,8,11,12,17,60,145,168,210,264,303,317,320,332,419,421,431,434,437,448],exemplari:206,exemplifi:357,exert:[6,211,214,265,297,298,299,319],exhaust:[178,332,448],exhibit:[229,325,357,432],exist:[3,6,7,8,11,12,13,37,55,59,68,70,144,145,163,168,169,172,177,187,190,192,195,205,255,256,258,301,304,306,307,309,313,322,327,333,364,392,413,419,421,423,424,425,434,435,436,448,449,450],exit:[2,3,11,12,41,57,167,188,317,332,421,422,431,440,448],exlanatori:3,exp:[],expand:[],expans:[12,120,167,434],expect:[1,3,8,12,13,14,15,16,17,18,19,41,42,71,102,125,136,142,164,188,200,205,207,226,251,257,259,260,265,270,301,319,329,346,380,384,418,421,423,425,428,432,437,448],expens:[6,10,71,169,251,255,270,290,301,318,319,329,333,421],experi:[6,13,15,17,187,195,210,219,228,257,269,270,324,328,353,384,432,437],experienc:[6,12,218,219],experiment:[318,333,437],expert:12,expertis:7,explain:[1,3,6,8,11,12,16,18,41,59,63,65,68,69,71,72,73,76,77,79,86,92,124,132,164,167,168,169,172,181,182,186,188,190,192,194,229,251,259,270,275,301,303,317,318,321,327,328,332,338,355,367,397,412,416,421,424,425,428,430,433,443,448,452],explan:[3,6,59,113,120,167,181,228,251,364,417,420,421,423,432],explanatori:[3,8,117,167,180,181,183,184,185,270,327,420,448],explantori:[3,266],explic:383,explicit:[6,9,11,22,44,77,87,113,116,138,152,173,174,194,305,323,335,336,339,344,346,355,357,368,378,411,417,420,424,427],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,109,112,122,131,134,142,144,150,151,153,154,155,156,158,159,161,162,164,167,169,175,184,187,194,201,204,206,208,213,229,231,232,233,234,235,236,244,246,247,249,259,260,262,270,272,273,281,283,284,290,294,304,306,307,308,309,312,314,327,333,334,335,337,340,341,342,343,344,345,346,347,348,349,350,352,353,354,355,356,358,359,360,361,362,363,364,367,368,369,370,371,372,373,374,375,376,377,378,381,384,385,386,387,389,394,395,397,398,399,400,401,402,403,405,406,407,408,409,410,411,412,414,415,416,423,425,432,433,435,436,443],explictli:[16,436],exploit:[9,15,17,253],explor:[118,143],expon:[3,261,263,355,360,363,377,383,395],exponenti:[87,390,406,416,437,448],expos:11,exposit:[178,353,354],express:[6,120,130,144,173,174,192,226,251,261,290,296,303,339,355,357,371,380,396,405,448],expressiont:339,extend:[],extens:[3,6,9,17,44,45,46,53,55,63,82,83,84,87,88,91,94,97,98,107,109,117,119,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,172,175,176,179,186,187,193,196,200,203,204,205,207,208,209,211,213,215,227,229,233,241,251,252,268,269,270,272,274,275,277,281,282,283,284,285,287,288,290,292,295,299,300,360,380,393,394,396,440,441],extent:[1,3,41,45,57,71,142,146,167,177,184,188,211,297,300,318,321,335,407,420,423,426],exterior:[3,6,299],extern:[],extra:[3,6,8,12,16,17,40,41,46,61,71,102,109,110,112,118,121,122,123,125,127,130,131,132,133,134,136,137,143,144,145,146,150,169,183,188,190,229,258,259,260,270,278,326,327,330,331,352,361,364,367,380,384,420,421,423,426,435,443,448],extract:[3,6,11,13,36,63,87,107,115,117,119,173,174,263,328,349,358,380,396,421,428,440],extract_atom:11,extract_comput:[11,421],extract_fix:11,extract_glob:11,extract_vari:11,extramak:[12,15],extrapol:1,extrem:[1,3,6,17,58,168,192,194,229,288,357,409,443],extrema:377,extrins:178,f77:[5,7,12],f90:[5,7,12],f_1:6,f_5:[140,292],f_a:[408,409,410],f_ave:117,f_c:409,f_f:410,f_fix_id:260,f_harm:288,f_i:390,f_id:[6,71,117,119,167,172,180,181,182,183,184,185,186,224,280,292,441,448],f_ij:390,f_indent:186,f_int:287,f_jj:91,f_k:390,f_langevin:290,f_max:[260,265],f_msst:227,f_r:[214,408,409,410],f_sigma:339,f_solid:288,f_ss:6,f_temp:214,face:[3,6,57,59,71,132,142,146,177,184,185,295,297,298,299,300,321,360,380,394,423,426],face_threshold:142,facet:142,facil:[0,12],facilit:[6,13],fact:[6,8,16,207,278,288,361,435],factor:[1,3,6,12,18,24,28,32,35,36,39,41,46,47,57,58,59,87,91,102,108,115,118,120,138,143,146,150,161,167,168,169,173,174,182,188,192,194,195,205,210,213,215,216,227,229,230,233,253,257,269,273,278,282,286,293,294,295,299,309,319,321,333,335,336,339,340,342,344,349,350,351,353,357,361,364,368,369,380,384,386,387,393,395,397,406,411,420,423,426,427,432,435,437,438,441,443,447,448],factori:[3,421],factoriz:318,fail:[3,11,12,59,148,192,195,318,326,328,351,393,421],fairli:[11,384,432,437],faken:73,falcon:210,fall:[3,6,169,183,256,421],fals:[86,301,303,448],fame:8,famili:420,familiar:[0,11],fan:390,far:[3,6,12,17,57,59,61,86,167,169,170,188,189,190,192,195,205,229,251,269,270,278,295,306,309,324,328,329,412,421,423,428,441],farago:213,farrel:[408,410],farther:167,fashion:[6,8,41,71,144,169,172,173,174,179,184,188,190,195,205,207,211,226,227,229,231,232,233,234,235,243,246,247,248,249,259,260,262,270,274,277,280,288,290,294,295,296,298,300,328,364,378,426,435,448,451],fasolino:366,fast:[6,7,9,12,13,17,39,167,238,260,291,318,319,341,378,379,405,407,425,430,432,441,449,452],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,105,109,112,122,131,150,151,153,154,155,156,158,159,161,162,164,167,169,172,175,187,188,201,204,208,212,213,229,231,232,233,234,235,236,244,246,247,249,257,261,262,270,272,273,278,281,283,285,287,290,294,304,306,307,308,309,312,314,318,319,330,331,333,334,335,337,339,340,341,342,343,344,345,346,347,348,349,352,353,355,356,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,381,385,386,387,389,394,395,397,405,406,407,408,409,410,412,414,415,416,418,432,436,443],fastest:[6,14,17,132,184,290,291,333,420],fatal:[3,440],fault:[70,393],faulti:12,fava:360,favor:191,favorit:7,fbmc:285,fcc:[],fcm:[243,448],fdirect:198,fdotr:365,fdti:87,fe2:143,fe3:143,fe_md_boundari:178,featu:8,featur:[],fecr:355,feedback:[7,210],feel:[7,210,211,219,251,299,301,328,384],felling:382,felt:299,femtosecond:447,fene:[],fennel:[349,369],fep:[],ferguson:[6,150,435],fermi:[1,12,15,130,333,410],fermion:[9,357],ferrand:[9,13],few:[1,3,4,5,6,7,10,11,12,13,14,17,18,39,170,180,181,182,183,184,185,186,214,229,256,259,261,273,292,318,326,327,328,335,420,423,428,432,434,448,450],fewer:[1,3,11,15,16,61,219,432],fewest:3,fextern:203,feynman:253,fff:421,ffield:[348,358,392,393],ffmpeg:[3,12,168],ffplai:168,fft:[1,3,7,12,14,15,88,109,110,121,252,318,319,432],fft_inc:[12,319],fft_lib:12,fft_path:12,fftbench:318,fftw2:12,fftw3:12,fftw:[11,12],fhg:[7,9],fictiti:[6,175,176,200,203,207,253,269,349,369,373,404],field1:[424,428],field2:424,field:[],fifth:[275,386],figur:[1,3,8,11,12,260,420,421],fij:352,file0:251,file1:[11,13,251,289,303,327,428,430,434],file2:[11,13,289,303,327,428,430,434],file:[],filenam:[3,12,13,38,41,56,164,167,168,169,170,178,181,182,183,184,185,186,188,193,251,255,258,261,262,263,266,267,270,271,289,290,315,316,317,328,334,335,339,349,355,356,358,366,380,381,382,386,390,391,392,393,396,406,407,408,409,410,419,420,421,424,425,430,434,441,448,450,451,452],filennam:430,filep:[3,167,169,425,430,452],filepo:267,fill:[7,144,168,256,290,321,329,339,393,426],filter:[169,178],final_integr:8,final_integrate_respa:8,finchham:[6,126,351],find:[0,3,4,6,7,8,11,12,13,14,16,38,39,56,61,71,73,87,117,147,164,170,179,191,192,202,205,228,251,257,265,269,324,326,328,329,349,364,369,373,380,405,407,443,448],find_custom:8,fine:[16,17,148,175,200,288,329,333,448],finer:[120,144,448],finest:318,finger:[144,166,226,426],finish:[6,11,41,188,303,315,317,318,330,332,333,412,428,448,449],finit:[],finni:[7,355,405],finvers:198,fiorin:[9,193],fire:[324,325,326,328,437],firebrick:169,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,103,104,105,112,116,117,121,129,132,138,140,142,143,145,146,147,151,164,167,168,169,170,172,179,181,182,183,184,185,186,188,191,194,205,206,211,216,226,227,228,229,251,253,258,259,260,262,267,270,273,274,275,276,278,279,280,287,288,289,290,292,296,301,303,304,310,321,326,327,328,329,332,333,334,335,338,339,340,342,344,346,348,349,355,357,358,361,362,365,366,368,369,373,378,379,380,382,384,386,390,392,393,396,404,406,407,408,409,410,418,419,420,421,423,424,425,428,430,432,435,436,437,440,441,443,448,449,450,452],fischer:[6,9,19,20,150,344,435],fit:[3,6,9,12,38,56,164,269,278,335,339,366,380,384,400,407,409,431,448],five:[73,130,260,327,339,381,423,437],fix:[],fix_adapt:[138,174,377],fix_atom_swap:[],fix_bal:62,fix_deposit:[3,179,256],fix_evapor:179,fix_flux:178,fix_gcmc:[179,327],fix_gl:207,fix_gld:207,fix_grav:256,fix_id:[3,192,227,229,231,232,233,234,235,257,260],fix_modifi:[],fix_mov:[166,296],fix_nh:8,fix_npt:207,fix_nvt:[179,205],fix_poem:[3,6],fix_pour:[3,195],fix_qbmsst:9,fix_qeq:[3,348],fix_rattl:273,fix_reax_bond:392,fix_rigid:[219,338],fix_saed_vtk:271,fix_setforc:8,fix_shak:273,fix_srd:3,fix_styl:233,fix_temp_rescal:284,fixedpoint:[192,229],fixextern:203,fixid:178,fji:352,flag1:[197,331],flag2:[197,331],flag:[3,8,11,12,14,15,16,17,18,40,66,74,75,81,86,89,90,93,103,104,106,118,139,143,147,167,168,169,170,186,191,193,197,210,213,217,219,225,226,252,259,270,275,277,278,285,289,298,301,316,319,327,331,332,333,335,363,368,380,404,418,420,421,423,424,425,427,428,429,433,448],flag_buck:343,flag_coul:[343,352,373],flag_lj:[352,373],flagfld:[341,378,379],flaghi:[3,341,378,379],flaglog:[341,378,379],flagn:197,flagvf:[341,378,379],flat:[6,290,295,296,300],flavor:[2,7,12],fld:[9,295,341,378,379],flen:336,flex_press:336,flexibl:[3,6,8,145,168,181,184,193,207,230,286,293,357,409,441],flip:[3,6,194,229,297,298],floor:448,flop:12,floralwhit:169,flow:[],fluctuat:[6,64,87,192,205,206,213,216,229,233,251,252,288,290,312],fluid:[],fluid_veloc:220,flush:[3,169,440],flux:[],flv:168,fly:[7,9,12,41,168,172,178,195,198,270,273,291,339,441,443],fmackai:9,fmag:196,fmass:253,fmax:[326,441],fmomentum:198,fmsec:[2,169,213,214,226,229,257,270,281,282,432,442,447,449],fname:317,fno:12,fnorm:[326,441],fnpt:198,fnvt:198,foce:364,fock:336,focu:273,fogarti:[9,263,393],foil:[120,251,396],fold:[276,432],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,96,97,113,116,117,119,120,121,123,124,130,132,137,140,142,144,145,150,153,154,155,156,158,159,161,162,164,167,168,169,172,178,179,180,181,182,183,184,185,186,188,193,194,195,198,199,203,205,206,207,210,212,213,214,216,219,227,229,233,234,235,246,247,249,252,253,255,258,259,260,261,263,265,267,269,270,271,273,280,281,282,283,286,287,288,289,290,292,293,301,302,306,307,308,309,312,314,316,321,323,326,327,328,333,334,335,336,337,338,339,340,341,342,343,344,345,347,348,349,350,351,352,353,354,355,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,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,406,407,408,409,410,411,412,414,415,416,418,420,421,423,424,425,426,428,430,431,432,435,437,438,439,443,448,449,451],foo:[4,8,11,12,167,168,203,421,434,448],foot:6,footprint:[12,333],fopenmp:[12,16,18],forc:[],force_uvm:17,forceatom:219,forcefield:[269,363],forcegroup:216,forcezero:324,ford:352,forestgreen:169,forev:71,forget:[214,443],forgiv:229,form:[2,3,6,8,12,16,19,22,44,54,63,66,74,75,77,81,87,89,90,93,103,104,106,116,120,121,138,139,148,152,169,172,173,174,190,206,207,213,215,219,226,247,252,263,265,269,270,290,295,299,304,305,312,323,325,327,328,335,336,339,346,355,357,359,363,364,368,380,382,386,387,390,392,393,394,396,397,405,407,408,409,410,415,417,420,421,423,428,433,440,443,448],formal:[6,78,80,91,206,207,213,229,253,278,286],format:[2,3,6,7,8,9,12,13,22,38,41,44,56,68,77,152,164,167,168,169,170,181,183,184,185,186,188,190,252,255,259,261,263,266,270,271,289,290,301,302,305,323,327,328,334,335,339,346,355,358,368,380,382,391,392,393,395,396,407,413,420,421,423,424,425,428,439,440,441,448,450],former:[6,12,16,39,41,169,188,290,294,339,341,429,435,448],formerli:[7,13],formul:[1,64,121,175,200,213,229,247,261,263,269,273,289,318,335,339,355,357,360,380,389],formula:[2,3,6,7,13,21,22,37,44,54,55,70,73,87,89,90,91,94,96,97,106,112,118,121,122,123,124,125,126,127,128,130,131,132,133,134,135,136,137,143,144,149,151,152,163,167,173,174,175,176,181,182,183,186,187,194,200,208,209,211,213,214,226,251,252,258,267,272,276,278,281,282,283,292,295,298,300,301,303,304,305,307,313,321,327,335,336,338,339,344,345,346,347,352,353,355,356,360,361,362,363,365,368,369,371,372,373,375,376,378,379,380,383,384,385,394,395,397,405,406,408,409,410,414,415,416,419,423,426,433,440,441,447,448,449],forth:[1,6,11,12,13,14,15,332,421,426,430],fortran:[3,6,9,11,12,13,203,355,364,380,392,393],fortun:8,forward:[3,8,87,317,328,333],foster:[339,389,390],foul:147,found:[3,6,9,12,73,138,167,191,193,205,210,216,252,285,291,303,317,329,346,349,352,418,424,425,440],four:[6,11,54,81,103,104,120,140,227,290,312,327,328,418],fourier:[],fourth:[6,105,269,275,285,344,386],fox:[6,118,150,403,435],fphi:[38,56,407],fpic:12,fplo:[38,56,407],fprime:407,fqdn:212,fqq:352,frac:[198,214,411,443],fraction:[1,3,6,8,12,16,39,41,80,109,121,147,166,168,169,179,189,190,191,192,227,256,260,267,268,278,283,284,321,328,333,339,341,361,378,379,428,433],fragment:[42,210,267],frame:[83,120,169,178,227,260,297,360],framer:[168,169],framework:[5,207,334,396],franc:9,fraunhof:9,free:[5,6,7,9,13,29,60,63,70,87,138,174,251,278,287,288,289,290,325,328,336,357,377,390,415,420],freedom:[3,6,8,94,96,97,99,101,102,112,122,123,124,125,126,127,128,129,130,131,132,133,134,136,137,181,191,198,205,207,213,214,219,229,230,233,234,235,246,247,249,253,255,270,273,281,282,283,288,326,352,441,443,449],freeli:[0,6,7,12,123,137,142,168],freez:[],frenkel:[205,288],freq:177,frequenc:[3,6,16,39,169,241,252,253,260,265,316,353,357,393,418,432,437,448,451],frequent:[3,64,67,70,72,73,77,88,120,169,189,190,202,286,293,384,430],fri:[227,260],friction:[4,5,6,10,42,172,207,213,260,265,270,290,294,296,361],from:[],front:[227,260,297],frontend:[168,264],frozen:[6,112,148,204,206,214,329,359],fs2:[6,91],fscale:210,fstr:448,fstring:421,ftol:[326,328,418,437],fuchsia:169,fuction:349,fudg:273,fugac:205,fugacity_coeff:205,fulfil:6,full:[1,2,6,9,12,17,38,39,40,91,168,182,193,216,251,318,319,333,339,355,357,358,360,411,423,425,430,431,435,437,443,451],full_energi:[3,205],fuller:326,fulli:[3,6,9,78,207,212,251,326,328,349,390,391,450],fulton:355,fumi:340,func:[421,448],funcfl:355,functino:6,functionaliri:193,fund:[0,7],fundament:[278,447],further:[3,6,8,12,13,61,63,71,86,105,107,116,168,169,172,181,183,184,185,186,189,195,199,216,220,253,261,271,278,290,292,301,319,324,326,327,328,329,334,338,348,404,418,437,438,448],furthermor:[27,153,357],furthest:61,futher:3,futur:[],g_ewald:3,g_ewald_6:3,g_ewald_disp:3,g_jik:390,g_p:290,ga3:143,gaa:339,gahler:325,gai:[3,360,405],gain:285,gainsboro:169,galindo:383,game:210,gamma0:29,gamma:[3,6,29,213,216,220,252,260,261,263,265,294,353,356,360,380,383,399,402,403,406,408,410,441],gamma_:[3,290,296],gamma_ijk:408,gamma_n:[296,361],gamma_p:[3,290],gamma_t:[296,361],gammaa:383,gammafactor:216,gammar:383,gan:[390,406,408,410],gan_sw:390,gan_tersoff:390,ganzenmuel:[7,9],ganzenmul:9,gao:[6,20,150,344,435],gap:[164,378,379,391,396],gap_2014_5_8_60_17_10_38_466:391,gap_exampl:391,gaseou:7,gass:205,gather:[11,431],gather_atom:11,gather_scatter_loop_unrol:12,gathert_atom:11,gauch:156,gauss:[],gaussian:[6,40,63,91,103,105,206,207,213,253,269,278,282,300,318,353,354,357,359,391,405,418,448,449],gave:[3,384],gaybern:[],gcc:17,gcmc:[],gcore:198,gd3:143,gdot:379,gdrude:198,ge4:143,gec:[408,410],gen:[229,230],gener:[],genom:7,gentler:[295,298,300],gentli:356,geom:[6,318,354,418,449],geometr:[3,6,7,8,42,57,59,71,134,135,144,146,167,169,175,184,185,187,188,195,200,209,229,234,235,246,247,249,270,272,281,282,283,299,301,318,321,328,338,341,345,347,349,352,357,360,362,367,369,370,371,372,373,374,375,376,377,378,379,383,384,394,397,411,412,414,415,423,425,426,433,441,448],geometri:[3,6,7,13,25,41,71,132,144,184,188,189,190,192,195,211,321,384,423,426],georg:[7,9],georgia:13,gerber:377,germani:[9,14],germann:[233,371,418,437],germano:360,gerolf:13,get:[],get_natom:[11,421],getenv:448,gettimeofdai:12,gewald:[6,318],gezelt:[349,369],gf100:14,gf104:14,gf200:14,gflop:12,gflp:12,ghost:[3,6,7,12,16,58,61,62,73,142,147,192,194,214,229,259,270,271,318,329,333,353,354,357,361,368,428,433,443],ghostwhit:169,ghz:10,giacomo:9,gif:[4,168],gifsicl:168,gigabit:18,gillan:396,gingold:[399,400,402],gio:2,git:[7,12],github:[13,17,193,207,212,391],give:[0,1,2,3,5,6,7,8,9,10,11,12,14,15,16,17,29,54,71,113,124,127,131,144,167,169,175,177,181,182,183,186,192,194,207,229,247,251,252,257,265,267,270,292,318,319,326,329,330,333,335,339,354,357,363,364,380,384,394,408,409,410,418,420,421,423,433,437,443,449],given:[3,5,6,7,9,10,11,12,16,17,22,27,37,44,55,63,64,67,71,113,120,121,138,142,146,152,153,163,164,167,169,172,179,181,184,189,190,192,194,195,199,205,206,207,208,210,216,223,226,228,229,233,250,251,252,253,260,261,267,269,273,275,276,278,280,285,290,291,294,295,296,299,305,313,318,319,333,334,335,339,340,342,343,345,346,347,348,349,350,353,354,355,357,358,360,363,369,370,371,373,380,381,382,383,384,386,387,390,394,395,396,404,405,416,418,421,423,425,426,433,437,447,451,452],gjf:213,gjwagn:7,gko:2,gld:[],gle4md:[207,212],gle:[],glitch:3,glob:434,global:[],glosli:319,glotzer:[270,353],glue:11,gmail:[7,9,13],gmake:[12,17],gmask:[3,448],gnu:[0,7,12,17,18],gnuplot:[11,13],goal:[5,12,39],goddard:[6,9,25,261,262,263,314,357,363,392,393,435],goe:[12,54,120,144,166,226,326,329,352,356,362,371,374,397,416,426,430],gold:[70,169],goldenrod:169,goldman:260,gone:3,good:[1,3,6,12,17,41,73,118,142,143,188,213,227,229,261,267,273,285,318,328,329,334,347,354,355,384,407,418,432,437,441],googl:210,gordan:120,gordon:6,gould:[6,150,435],gov:[0,7,9,13,334,355,358,447],govern:216,gpl:[0,7,8,12],gpu1:333,gpu:[],gpuid:333,gpun:333,grab:[3,6],gracefulli:3,grad:[6,175,200,228],gradient:[6,7,8,12,13,192,200,208,209,228,247,262,286,290,324,325,328,379,393,407],graduat:255,graft:191,grai:169,grain:[5,6,7,9,29,36,40,54,67,144,147,156,172,251,255,270,278,362,395,435],gram:[181,184,185,355,447],grama:[9,263,393],gran:[],grand:[3,172,179,205],granflow:5,granular:[],graph:11,graphen:427,graphic:11,grasp:5,gravit:208,graviti:[],grdient:178,great:[3,13,260],greater:[1,3,10,61,86,142,169,192,206,229,251,283,297,333,338,340,342,343,384,418,420,423,426,432,437,448,449],greathous:13,greatli:[118,437],green:[2,6,91,168,169,252,253,286,339],green_kubo:6,greenyellow:169,greffet:265,greg:[7,9],grest:[45,46,191,278,319,343,361,373,435],grew:71,grid:[3,12,41,62,118,132,143,146,188,216,265,278,290,291,318,319,417,420,423,425,427,432],grigera:6,grime:40,grmask:[3,448],gromac:[],gronbech:[213,318],groot:353,ground:[6,357],group1:[126,147,329],group2:[88,126,145,147,329],group2ndx:[],group:[],group_id:11,groupbig:278,groupid1:[219,270],groupid2:[219,270],groupid:423,groupnam:329,grouptyp:205,grow:[3,8,177,194,195,211,213,229,251,292,361,423,435],grow_arrai:8,grow_reset:8,growth:[6,285],gsmooth_factor:380,gstyle:[3,420],gtl:7,gtx285:14,gtx450:14,gtx460:14,gtx470:14,gtx560:14,gtx580:14,guarante:[65,69,79,92,108,115,144,147,167,199,261,317,321,433],guess:[3,167,257,424],gui:[7,11],guid:[1,17,40,78,80,99,100,101,172,222,223,291,389,398,399,400,401,402,403,433],guidelin:[1,8,14,15,16,17,18,19,318,407],guidlin:17,gullet:380,gumbsch:325,gunsteren:[257,281,377],gunzenmul:7,gunzip:12,guo:[6,20,150,156,344,435],gwald:3,gyrat:[],gzip:[3,12,167,168,169,289,328,423,424,428],h12:360,h2o:[40,327],haak:[257,281],had:[3,6,11,13,59,63,167,169,170,183,186,191,192,206,207,209,213,214,215,227,229,231,232,233,234,235,246,247,249,256,257,278,281,282,283,290,353,354,361,404,425,429,432,438,441],hafskjold:6,half:[1,3,6,8,16,17,39,41,58,59,146,168,180,188,194,213,229,290,295,299,329,333,336,339,347,357,423,425,426,433,443],halfwai:[41,168,169],halsei:361,halt:[41,169,188,209,303,440],halv:168,ham:[38,56],hamak:[295,299,347,394],hamilton:70,hamiltonian:[207,229,230,282,357,432],hammond:[318,319],han:355,hand:[3,6,19,54,144,162,166,168,216,226,321,349,357,423,426,433,436],handl:[3,9,16,168,193,263,333,336,357,378,393,421,437],hang:[3,420,421],happen:[3,6,8,12,15,18,61,116,148,169,179,182,329,333,421,424,431],happi:8,haptic:210,hara:409,hard:[1,219,263,269,270,354,426],harden:397,harder:[295,299,443],hardi:[178,214,318,319,443],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,109,112,122,131,150,151,153,154,155,156,158,159,161,162,164,175,187,201,204,208,213,229,231,232,233,234,235,236,244,246,247,249,262,270,272,273,281,283,294,304,306,307,308,309,312,314,318,319,333,334,335,337,340,341,342,343,344,345,347,348,349,352,353,355,356,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,381,385,386,387,389,394,395,397,406,407,408,409,410,412,414,415,416,436],hardwir:[3,17,296],hardy2:319,harm:336,harmon:[],harmonic_fix_wal:379,harpertown:18,harrison:335,hart:278,hartre:[336,355,357,447],hasan:9,hash:[39,423],hassl:269,hat:[6,10,228],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,93,103,104,105,106,109,112,113,114,115,116,120,121,122,123,124,125,127,131,133,136,137,139,140,141,142,144,145,146,147,148,150,151,153,154,155,156,158,159,161,162,164,166,167,168,169,170,175,177,179,180,181,182,184,185,186,187,188,189,190,191,192,194,195,200,201,202,204,205,206,207,208,209,210,211,213,214,215,216,219,224,226,227,229,231,232,233,234,235,236,241,244,246,247,248,249,251,253,255,256,257,259,260,261,262,265,268,270,272,273,278,279,281,282,283,284,285,289,290,291,292,294,295,296,297,298,299,300,301,302,303,304,306,307,308,309,310,312,314,318,319,321,324,325,326,327,328,329,330,333,334,335,336,337,339,340,341,342,343,344,345,347,348,349,352,353,354,355,356,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,380,381,382,384,385,386,387,389,390,392,393,394,395,397,406,407,408,409,410,412,414,415,416,417,418,420,421,423,424,425,426,427,428,429,430,431,432,433,435,437,438,440,441,443,447,448,449,450,451,452],haven:421,hayoun:265,hayr:213,hbcut:392,hbnewflag:392,hbond:[],hbond_cutoff:393,hcp:[64,67,73,321,380],he1:143,head:[6,21,151,304,359,363,392,393,438],header:[3,6,7,8,12,145,167,168,169,170,181,182,183,184,185,186,227,260,267,271,290,327,334,339,355,420,423,433,440],heal:432,heat:[],heatconduct:[],heavi:278,heavili:[41,188],heavisid:290,hecht:278,heenen:9,height:[168,195,256,328,359],heisenberg:9,held:[6,71,278,328,361],helic:156,helium:337,helix:[],hello:421,help:[3,8,12,14,15,16,17,18,19,167,192,194,227,316,339,408,410,450],henc:[1,3,13,20,21,26,32,35,36,70,71,108,124,134,151,181,229,263,278,294,295,299,301,304,306,309,312,319,349,359,377,390,425],henderson:53,hendrik:9,henin:[9,193],henkelman1:[228,328],henkelman2:[228,328],henkelman:[228,325,328],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,118,124,142,143,152,155,163,167,168,169,172,181,188,191,194,205,206,214,216,251,260,263,265,271,290,295,298,300,301,303,305,313,317,326,328,332,333,335,336,339,346,358,360,363,364,368,390,394,405,407,416,421,428,443],herist:291,herrmann:278,hertizian:296,hertz:[],hertzian:[6,296,361,405],hertzsch:361,hess:318,hessian:[5,325],heterogen:105,heurist:[291,424],hex:[3,17,144,321],hexagon:[67,380],hey:[110,121],hf4:143,hfo:348,hftn:[325,326,328],hg1:143,hg2:143,hgrid:278,hibb:253,hidden:[17,421],hienergi:301,hierarch:[7,432],hierarchi:[319,343,344,369,370,373,383,432],higdon:[9,378,379],high:[1,3,6,7,9,19,41,164,168,188,192,199,214,227,286,290,293,319,325,326,333,339,357,360,394,407,416,420,432,437,443],higher:[1,14,120,147,169,189,190,195,211,256,265,285,298,300,326,357,365,448],highest:[195,303,327,328,448],highli:[3,6,7,9,144,168,194,213,229,241,260,270,324,326,357,418,437],highlight:[6,7,10,13],hight:359,hilger:[318,319],hill:253,hill_height:13,him:9,hint:12,histo:[],histogram:[1,6,12,63,116,142,172,182,183,186],histor:358,histori:[],hit:[3,278,297],hmaktulga:[7,9],ho3:143,hoc:312,hocknei:[318,319],hoh:[6,349,369,373],hold:[6,33,59,71,157,181,194,221,254,269,270,275,326,328,361,377,415,434],holdem:269,holder2:319,holder:[318,319],hole:275,holian:[233,371],holm:[251,319],holonom:289,home:[11,12,170],homebrew:12,homepag:[168,210],homogen:[247,384],hone:253,honeydew:169,honor:170,hook:[],hookean:361,hoomd:170,hoover:[6,7,8,134,172,198,213,214,229,230,231,232,233,234,235,246,247,248,249,253,257,265,270,281,282,283,288,353,443],hop:[191,328,339],hope:[5,13,17,41,42,188,431],hopefulli:[8,326],horizon:389,horn:6,host:[3,12,16,17,193,333],hot:[6,209,230],hotpink:169,hottest:286,hour:12,hove:380,how:[],howev:[1,2,3,6,7,11,12,15,16,17,36,39,41,71,88,91,104,118,120,143,164,167,168,169,182,186,188,191,192,195,198,205,206,207,212,213,214,215,216,219,229,251,253,256,259,260,265,270,271,278,279,281,282,285,286,290,291,292,293,294,319,321,323,324,328,333,345,347,355,356,361,364,380,388,390,406,407,410,418,420,421,424,431,437,440,441,443,448,449],howto:[6,63,71,122,123,125,127,130,131,132,133,134,136,137,172,213,214,229,257,281,282,283,349,363,369,373,449],hoyt:178,hpc:[1,15],hsw:17,htm:355,html:[0,4,8,11,12,15,212,359,379,432],htmldoc:0,htst:437,http:[0,6,7,11,13,14,15,193,207,210,212,334,355,378,391,392,393],htype:[349,369,373,377],hubbard:350,huge:[12,146,241,278,423,428,440],huggin:[7,340,342,405],hugh:178,hugoniostat:[4,172,233],hugoniot:[227,233,260],hull:142,hummer:318,hundr:[7,14],hura:6,hwloc:[12,17],hybrid:[],hydrat:359,hydrocarbon:[335,348,357],hydrodyanm:40,hydrodynam:[7,9,40,99,101,216,218,219,220,341,378,379,405,433],hydrogen:[3,6,7,202,265,335,339,349,357,363,369,373,377,392,393,405,423,432,443],hydrostat:[3,192,229,233,257,270],hynninen:[350,359],hyoungki:382,hyper:253,hyperbol:350,hyperspher:120,hyperthread:[16,17],i_0:290,i_1:390,i_csid:6,i_flag1:259,i_mpi_pin_domain:16,i_myflag1:259,i_myflag2:259,i_n:390,i_nam:[113,167,259,280,433],ialloi:380,iatom1:115,iatom2:115,iatom3:115,iatom4:115,ibar:380,ibead:253,ibm:[167,318],icc:[10,12,16],icm:[9,210],ico:64,icosohedr:73,ictp:13,id1:[270,328,368,423,426],id2:[270,274,275,328,368,423,426],id_press:[192,227,229,231,232,233,234,235,257],id_temp:[191,192,227,229,231,232,233,234,235,246,247,249,257,281,282,283],idea:[1,3,6,11,12,41,121,168,169,188,211,251,274,278,286,319,384,431,443],ideal:[6,9,40,73,116,198,205,251,321,378,399,443],idealga:[],ident:[1,3,9,12,39,40,71,120,167,169,183,192,193,206,207,213,214,226,229,251,253,257,265,267,270,319,327,328,333,340,342,349,351,355,371,377,386,392,393,396,416,418,421,424,437,447,448,449,451],identi:333,identif:67,identifi:[1,3,12,38,40,56,70,142,144,164,267,278,301,363,368,380,407,418,420,423,426,437,438,440],idl:[18,437],idn:[270,328],idr:448,ielement:380,ieni:13,ifdef:[8,12],iff:214,iffp:421,ignor:[3,6,11,16,41,71,83,87,98,107,119,148,167,168,169,173,174,182,183,184,186,188,192,193,194,195,205,208,212,213,226,229,233,238,243,257,259,269,270,271,278,281,282,283,289,290,292,295,299,300,301,310,320,323,327,328,333,334,345,346,347,355,356,358,360,367,368,380,386,390,394,406,407,408,409,410,412,418,420,423,424,428,433,435,437,440,448],ihl:278,iii:[6,9,25,261,263,314,363,435],ijk:[308,312,314,339,390,420],ijl:312,ikeshoji:6,ill:[124,134,181,261],illeg:3,illinoi:[210,318,319,378],illog:421,illustr:[1,6,8,11,12,17,251,253,328,364,421],ilmenau:[7,9,14],ilya:[7,9],imag:[],image2pip:168,imageint:3,imagemagick:[4,168],imagin:[275,289,339,356,364,365,381,382,386,390,406,408,409,410,435],imaginari:[6,205,253,423],imbal:[1,41,188],imbalanc:[41,188],imbu:278,imd:[],img:168,immedi:[0,2,3,8,12,144,189,190,195,273,279,280,297,420,421,423,425,437,448,451],immens:3,immers:[216,270],impact:[1,4,6,8,199,285],impart:[3,6,208,278,300],impei:[6,369],implement:[1,3,6,8,9,12,17,18,27,78,87,118,126,132,143,144,152,153,163,181,193,197,207,210,213,216,218,219,220,227,247,250,252,253,259,260,261,263,264,265,273,274,278,285,290,294,312,317,318,319,326,328,333,334,336,339,348,349,351,353,355,356,357,364,369,373,377,380,389,392,393,394,408,410,420,421,432,437,443,448,450],impli:[3,6,40,59,87,121,168,173,174,175,194,200,213,269,281,283,284,318,321,346,421],implicit:[],implicitli:8,implict:350,imporop:327,importannt:226,important:288,important_not:59,impos:[2,6,71,112,133,166,172,175,176,187,200,201,203,208,211,220,221,228,241,251,254,272,275,277,278,285,286,287,288,293,294,295,298,299,300,326,328,330,417,431],imposs:1,improp:[],improper_coeff:[],improper_styl:[],impropercoeff:3,impropertyp:190,imprort:97,improt:[173,174],improv:[0,1,9,39,41,169,188,229,252,333,363,369,384,393,406,409],in3:143,inaccur:[1,3,6,147,227,318],inaccuraci:299,inact:363,inappropri:144,incid:[118,143,195],includ:[],includig:[303,317],inclus:[],incom:210,incompat:[3,11,365],incomplet:[3,11,423],incompress:[230,357],inconsist:[3,148,191,424],inconveni:321,incorpor:[260,339,350],incorrect:[3,127,213,380],incorrectli:[3,321,361,448],increas:[1,3,6,10,18,38,56,57,59,109,118,121,164,167,168,169,189,190,191,194,213,257,268,269,270,286,289,293,318,319,328,333,357,360,393,407,409,421,432,437,448],increasingli:357,increment:[3,11,175,176,187,188,195,200,202,229,274,301,317,332,367,418,421,435,437,448],incur:[14,17,181,184,185,202,290,420],inde:127,indefatig:7,indefinit:287,indent:[],independ:[4,6,11,12,16,17,41,59,63,91,117,119,130,144,166,172,180,181,182,183,184,185,186,188,191,192,193,194,195,206,208,213,214,216,219,229,252,257,261,265,270,271,274,277,288,290,321,361,418,421,440,449],indetermin:[167,169],index:[0,3,6,8,11,12,38,39,40,56,68,69,117,119,164,167,169,180,182,210,212,253,271,290,301,302,303,323,332,384,392,393,407,413,423,438,448],indianr:169,indigo:169,indirectli:[6,448],indistinguish:213,indium:396,individu:[],induc:[],industri:7,ineffici:[3,6,40,64,67,70,72,73,77,120,132,168,194,229,252,318,330],inerti:379,inertia:[],inexpens:[207,432],inf:[2,3,12,293,426],infer:[3,94,96,97,138,175,176,188,189,190,200,210,255,278,286,293,321,346,358,423,435,441],infil:[3,13,270,420],infin:[3,326,428,441],infininti:168,infinit:[3,195,204,211,213,216,252,278,290,296,297,319,321,357,427,447],infinitesim:6,inflect:[350,371],influenc:[3,9,41,80,126,226,256,318,319,384,408,409,410],inform:[0,1,2,3,6,7,8,9,11,12,13,15,17,39,41,42,59,61,62,63,68,88,115,117,118,143,144,150,167,168,169,170,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,198,199,200,201,202,203,204,205,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,225,228,236,237,238,239,240,241,242,243,244,245,250,251,252,254,255,256,257,258,259,261,262,263,264,265,266,267,268,269,270,271,272,273,275,276,278,279,281,282,283,284,285,286,287,289,292,293,294,295,297,298,299,300,302,316,318,319,322,325,326,327,328,329,331,333,334,335,336,337,338,339,340,341,342,343,344,345,347,348,349,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,385,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,412,414,415,416,420,421,423,424,425,427,428,430,435,437,438,440,448,450,451,452],infrequ:[6,353,418,437],infti:[350,378,379],ingtegr:339,inher:[318,326,384],inherit:[6,411],inhomogen:[18,290,384],inidividu:326,init:[3,8,12,268],init_fil:290,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,103,104,140,145,146,164,166,167,168,169,170,173,174,177,178,182,188,190,191,192,194,201,205,206,210,211,212,213,214,216,221,225,226,227,228,229,233,241,252,253,254,259,260,265,268,269,270,272,277,278,280,285,287,288,289,290,291,292,295,296,297,298,300,301,303,318,322,325,326,328,335,336,352,353,354,391,392,393,407,418,420,421,423,425,426,428,430,431,433,437,438,441,443,448,449,450,452],initial_integr:8,initial_integrate_respa:8,initialis:391,initialt:290,inlclud:11,inlcud:448,inlin:421,inner2:[344,362],inner:[3,8,16,167,211,303,317,324,325,326,328,332,334,335,336,337,338,339,340,341,342,343,344,345,347,348,349,350,352,353,354,355,356,357,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,387,389,391,392,393,394,395,396,397,398,399,400,401,402,403,404,406,407,408,409,410,412,413,414,415,416,432,437],inner_distance_cutoff:363,innergroup:219,innermost:[38,56,331,407,432],innernod:219,innner:375,inordin:291,inorgan:6,inp:[193,303,396],input1:[65,68,69,79,92,108,113,114,115,117,119,280],input2:[65,68,69,79,92,108,113,114,115,117,119,280],input:[],input_doubl:3,insensit:12,insert:[3,5,7,8,12,59,144,172,195,205,211,256,318,396,404,421,427,443],insid:[2,3,6,8,11,71,144,167,169,180,184,185,195,196,202,205,211,216,219,256,270,278,295,297,298,299,300,301,316,321,371,421,422,423,425,426,433,437,448],insight:[6,13],instabl:[216,352],instal:[],instanc:[6,11,193,207,297,359,364,384,390,421,443],instantan:[6,63,191,192,206,207,229,233,252,257,260,265,267,270,285,429,441],instanti:[6,11,12,178,364,420],instead:[1,3,6,8,9,11,12,13,17,18,40,41,59,63,70,71,90,117,123,126,148,164,167,174,181,183,184,185,186,188,192,193,213,216,219,220,252,258,268,270,280,298,316,318,319,322,329,333,342,343,355,368,370,377,380,418,426,430,437,439,443,448],institut:[9,210,255],instruct:[3,6,8,11,12,13,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,109,112,122,131,142,150,151,153,154,155,156,158,159,161,162,164,165,168,175,187,201,204,208,213,229,231,232,233,234,235,236,244,246,247,249,262,270,272,273,281,283,294,304,306,307,308,309,312,314,319,333,334,335,337,340,341,342,343,344,345,347,348,349,352,353,355,356,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,381,385,386,387,389,394,395,397,406,407,408,409,410,412,414,415,416,432,443],insuffici:[3,6,12],insult:229,insur:[3,6,11,12,17,39,40,61,73,102,104,144,145,164,167,168,169,175,189,190,195,200,201,202,203,205,208,213,225,258,259,268,270,278,290,295,299,300,301,303,317,327,329,333,347,360,364,388,394,407,420,421,423,424,428,431,432,440,441,448,449],int_max:3,integ:[3,6,8,11,12,39,40,42,64,68,70,71,113,115,117,119,120,142,144,147,148,150,154,155,159,164,166,167,168,169,179,181,184,185,189,190,191,195,197,203,205,206,207,210,213,214,215,216,252,255,256,259,260,265,270,278,280,282,285,289,290,308,318,321,341,353,354,367,380,392,393,396,418,420,421,423,431,432,433,437,440,448,449],integr:[],intel:[],intel_cpu:[12,16],intel_phi:[12,16],intend:[3,8,12,13,36,206,391,423],intens:[1,3,6,9,63,66,74,75,86,89,90,91,93,103,104,105,106,112,114,116,117,118,119,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,139,140,141,143,172,181,182,183,184,185,186,188,189,190,191,199,202,209,219,227,229,233,267,270,271,278,286,290,292,293,440,441],intepol:448,inter:[14,18,42,61,62,124,147,148,167,191,213,215,228,262,270,318,328,339,433,443,448,450,452],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,77,79,87,88,92,107,108,110,112,115,116,120,121,123,137,138,142,145,146,147,148,149,150,152,156,157,163,167,172,173,174,189,190,191,204,205,210,211,213,215,219,241,251,253,255,261,263,269,270,278,279,285,290,294,295,296,299,300,305,306,307,309,313,318,319,326,327,328,329,330,331,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,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,387,389,390,393,394,395,396,397,404,405,406,408,409,410,411,412,413,414,415,416,418,421,423,425,427,428,432,433,435,440,441,443,450],interatom:[3,4,7,144,167,228,287,288,334,339,355,357,365,380,409,448],intercept:118,interchang:6,interconnect:18,interconvert:357,intereract:39,interesect:299,interest:[1,5,7,8,9,11,13,71,143,253,285,288,319,356,379,392,393,421,448],interf:333,interfac:[],interfer:[229,335],interg:[6,443],intergr:[432,436],interi:379,interior:[3,6,41,299,426],interlac:380,interleav:[6,144,431],intermedi:[6,12,59,168,228,251,312,328,421,422,431,435],intermix:418,intermolecular:335,intern:[0,2,3,5,6,9,11,16,20,21,24,28,32,35,36,39,40,42,63,87,99,101,118,121,124,126,143,151,164,168,169,172,173,174,178,190,194,198,210,222,223,227,229,233,252,270,274,304,306,309,312,316,326,327,398,399,407,421,423,425,428,437,440,441,447,448,449,450],internal_element_set:178,internal_quadratur:178,internet:212,interpenetr:380,interpentr:[399,400,402],interpol:[6,15,38,56,100,164,168,169,178,216,251,318,319,328,339,384,393,401,407,408],interpret:[2,6,11,168,183,361,397,418,421,437,448],interrupt:260,intersect:[3,6,118,169,299,301,426],intersert:299,interspers:326,interstiti:142,intertia:[3,93],interv:[3,6,91,182,213,260,265,266,401,418,437,448],intestieti:118,intial:[6,333,335],intiial:[41,428],intiti:[3,277],intra:270,intra_energi:205,intramolecular:[29,205],introduc:[6,9,168,229,260,265,270,312,318,334,349,357,369,373,377,406,437],introduct:[],intsal:16,intuit:321,inv:[118,143,271],invalid:[3,12,71,89,147,241,328,378,379,425],invari:120,invent:273,invers:[],invert:[6,148,252],invis:299,invoc:[142,191,333,421],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,93,103,104,106,109,110,111,112,117,122,131,138,139,142,144,145,147,148,150,151,153,154,155,156,158,159,161,162,164,167,168,169,170,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,194,195,196,197,199,200,201,202,203,204,205,206,208,209,210,211,213,214,215,216,217,218,219,220,221,222,223,225,226,228,229,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,254,255,256,257,258,259,261,262,263,264,265,266,267,268,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,304,306,307,308,309,312,314,317,318,319,320,321,326,328,333,334,335,337,340,341,342,343,344,345,347,348,349,352,353,355,356,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,381,384,385,386,387,389,394,395,396,397,406,407,408,409,410,412,413,414,415,416,417,420,421,422,424,426,428,431,432,434,435,437,440,441,443,448,449],invokd:3,involv:[3,6,7,8,12,63,108,115,116,117,124,148,172,189,205,216,255,258,263,278,318,325,326,328,338,354,360,406,408,410,419,420,426,428,432,437],ioff:[327,423],ion:[6,7,250,275,290,319,339,350,358,359,380,405,410,416,423,443],ionic:[6,9,340,342,350,357,358,387,443],ioniz:[9,348,357],iparam:[3,190],ipi:[],ipp:[],ir3:143,ir4:143,irregular:[6,41,58,188,192,194,229,270],irrelev:386,irrespect:[378,379],irrevers:198,isbn:415,isel:[318,319],isenthalp:[229,230,231,232],ismail:[318,319,343,373],isn:[3,8,11,12,209],iso:[3,192,198,214,229,230,231,232,233,234,235,257,265,270,443],isobar:[229,230,234,235],isodem:357,isol:[3,147,301],isomorph:253,isotherm:[205,229,230,234,235,257],isotrop:[6,213,257,318,319,341,360,378,379],isovolum:271,isralewitz:274,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,103,109,112,122,131,150,151,153,154,155,156,158,159,161,162,164,168,175,178,187,191,192,195,200,201,204,205,208,213,227,229,231,232,233,234,235,236,244,246,247,249,253,257,259,262,270,272,273,277,281,282,283,288,294,300,303,304,306,307,308,309,312,314,319,327,328,331,334,335,337,340,341,342,343,344,345,347,348,349,352,353,355,356,358,359,360,361,362,363,367,369,370,371,372,373,374,375,376,377,378,381,385,386,387,389,394,395,397,404,406,407,408,409,410,412,414,415,416,423,425,432,435,440,441,448,449],ital:[392,393],itali:13,item:[6,7,8,41,167,169,188],iter:[3,6,12,39,41,63,175,176,187,188,192,198,200,203,211,252,261,262,270,273,285,301,303,317,324,325,326,328,332,418,428,432,437,441,448],ith:[71,117,119,180,181,182,183,184,185,186,280,292,441,448],itself:[2,3,4,6,7,8,9,11,12,13,18,42,59,91,107,135,167,168,169,170,182,193,198,214,224,228,264,270,290,301,303,327,328,349,358,360,364,365,407,421,427,430,431,435,448,452],ityp:[3,115,116,144,177,190,263,413],itype1:116,itype2:116,itypen:116,ivector:8,ivori:169,ixcm:270,ixi:[42,93,270,327,448],ixx:[42,93,270,327,448],ixz:[42,93,270,327,448],iycm:270,iyi:[42,93,270,327,448],iyz:[42,93,270,327,448],izcm:270,izrailev:274,izumi:409,izz:[42,93,270,327,448],j0jt:91,j20:182,j_m:120,jac:[6,150,435],jackson:383,jacobi:3,jacobsen:325,jagreat:13,jame:[9,19],janssen:251,januari:380,jaramillo:[7,9,13,357],jarzynski:274,jatempl:9,jcc:9,jcp:295,jec:13,jeff:13,jello:229,jensen:[213,318],jeremi:[9,382],jerom:9,jewett:13,jiang:[214,443],jiao:[9,13],jiht:[7,9],jik:339,jim:7,jku:7,jmake:12,jmm:120,joannopoulo:227,job:[12,60,273,431],jochim:[229,230],john:[7,13],johnson:13,join:[6,426],joint:[3,255,363],jon:[9,70],jonathan:9,jone:[1,3,6,7,9,10,12,13,45,46,64,87,107,110,172,178,257,278,295,299,319,321,326,335,338,342,343,344,345,347,352,360,362,363,364,367,368,369,370,371,373,374,376,377,383,384,390,394,395,400,405,412,435,443],jonsson:[73,228,325,328],jorgensen:[6,161,349,369,373],joul:447,journal:[138,156,178,263,319,355,392,393,399,400,402],jparam:[3,190],jpeg:[3,12,168],jpeglib:12,jpg:[4,8,12,167,168,169,451],jpg_inc:12,jpg_lib:12,jpg_path:12,jpl:[7,9],jth:448,jtype1:116,jtype2:116,jtype:[3,116,190,413],jtypen:116,judg:437,judici:6,julien:9,jump:[],june:170,just:[3,6,8,9,11,12,13,17,19,22,29,42,44,59,61,91,107,110,116,121,123,137,152,167,181,184,185,194,198,202,219,226,257,259,270,285,290,301,303,305,327,328,333,335,338,346,364,390,412,421,425,427,428,430,431,443,448,451,452],justo:356,jusufi:[350,359],jut:299,jzimmer:9,k11:91,k22:91,k33:91,k_b:214,k_d:443,k_sigma:339,k_ub:20,kadiri:67,kamberaj:270,kappa:[6,91,286,349,369,414,415],kappa_:290,karplu:87,karttunen:216,kate:[],kayser:350,kbit:169,kboltz:278,kbp:169,kbt:265,kcal2j:91,kcal:[210,432,443,447],kde:13,ke_eta_dot:229,ke_etap_dot:229,ke_omega_dot:229,keblinski:349,kecom:124,keef:118,keep:[3,7,12,59,71,162,184,190,194,211,252,268,288,293,318,326,349,377,396,418,423,429,431,437,441,448],keflag:3,kei:[6,17,59,278,437],keir:13,kelchner:70,kelkar:293,kelvin:447,kemper:[262,348],kepler30:17,kepler32:17,kepler35:17,kepler37:17,kepler:[1,12,14,15,17,333],kept:[6,172,233,287,288,443],kernel:[7,13,17,100,178,206,207,398,399,400,401,402,403],keword:168,keyboard:12,keyword:[],keywrod:357,kforc:443,khaki:169,khersonskii:120,kick:[175,176,177,200,297],kilogram:447,kim:[],kimviri:[3,365],kind:[1,2,3,6,7,8,9,11,12,17,39,40,41,42,61,62,63,73,117,119,124,167,172,179,181,182,183,188,191,193,197,205,208,226,270,273,278,285,300,328,330,332,339,357,392,393,413,418,423,428,429,436,437,443,448],kinemat:[9,378,379],kinet:[3,6,8,9,63,82,83,84,85,87,91,94,95,96,97,98,112,121,122,123,124,125,126,127,129,130,131,132,133,134,136,137,172,179,181,192,198,209,213,225,227,229,230,231,232,233,234,235,257,260,278,286,293,294,326,357,418,437,441,443],kiss:12,kjl:312,klahn:289,klapp:318,klein:[6,9,178,193,229,230,248,270,369,395],kloss:7,kmax:[3,118,271,318],knc:17,knock:290,know:[3,11,12,41,63,107,116,172,198,212,214,241,278,326,356,365,411,421,424,427,432,443],knowledg:[4,8,168,365],known:[3,12,120,168,252,261,270,287,420,437,449],kohlmey:[7,9,13,18,318,319],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:319,kollman:[6,150,435],kondor:391,kone:[287,288],kong2011:252,kong:[9,13,252],konglt:9,koning00a:287,koning00b:287,koning96:[287,288],koning97:288,koning99:287,kooser:13,koskinen:325,kosztin:274,krau:13,kremer:[45,46,435],kress:[381,382],kspace:[],kspace_modifi:[],kspace_styl:[],kspce:12,kspring:228,kstart:269,kstop:269,kth:[206,253],kub:20,kubo:[6,91,286],kumagai:409,kumar:[9,378,379],kuronen:390,kurt:255,l12:380,l_box:357,l_skin:290,la3:143,lab:[5,7,12,111,389],label:[],laboratori:[0,227,260],lack:[3,227,357],lackmann:339,ladd:[247,288],lafitt:383,lag:290,lagrangian:[6,178,227,260,261,443],lagrangian_posit:[227,260],lagrangian_spe:[227,260],lai:417,lambda1:[408,409,410],lambda2:[408,409,410],lambda3:[408,410],lambda:[87,111,118,138,143,216,271,287,288,290,334,356,377,406],lambda_fin:287,lambda_initi:287,lamda:[3,53,278],laminar:403,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:[346,348,434],lammps_put_coord:6,lammps_quest:[6,203],lammps_scatter_atom:3,lammps_set_vari:6,lammps_sppark:6,lammpsplot:13,lammpspotenti:346,lammpstrj:[424,428,443],lammpsviri:[3,365],lamoureux:[6,198,411,443],lane:1,lang:443,langevin:[],langevin_drud:[129,197],languag:[6,11,12,17,421,448],lanl:9,lapack:12,laps:291,laptop:7,larg:[0,1,3,5,6,7,8,9,10,12,13,14,16,18,39,40,41,58,59,70,71,109,116,121,124,127,132,144,145,146,156,164,166,167,168,169,181,184,185,188,191,192,194,195,199,205,216,229,241,247,252,255,256,260,265,267,268,269,270,273,275,278,286,290,291,293,295,299,312,318,319,324,326,329,333,347,353,357,360,361,368,384,388,394,407,418,421,423,425,426,430,432,437,440,443,449,452],larger:[1,2,3,6,11,12,13,39,41,56,59,70,71,116,144,146,168,182,183,186,195,209,216,229,247,248,256,261,265,269,270,271,278,285,290,294,295,296,299,318,319,324,325,326,328,329,330,333,339,347,349,350,357,361,369,373,379,384,388,405,412,423,427,428,431,432,437],largest:[3,6,12,39,71,142,144,199,318,326,330,404,407,423,425,431,432,442,448],laroch:265,laser:290,last:[1,2,3,5,6,11,12,15,16,19,38,56,59,61,71,110,117,121,142,164,167,168,169,170,171,181,182,183,184,185,186,188,199,228,268,271,275,278,303,316,326,327,328,329,333,337,338,339,340,347,348,353,355,359,360,362,363,367,370,372,374,375,376,379,383,385,394,397,404,407,411,412,414,415,418,419,421,423,424,428,430,431,435,437,438,441,448],lat:380,late:5,latenc:[10,210],later:[6,11,12,16,17,40,59,71,104,146,148,182,195,233,247,255,274,285,301,303,318,326,327,332,333,335,339,421,423,425,427,437,440,448,450],latest:[7,181,182,183,184,185,186,271,425],latex:8,latgen:252,latitud:120,lattc:380,latter:[2,6,11,12,14,15,16,17,18,41,42,87,123,169,173,174,180,181,184,185,188,192,211,220,229,231,232,234,235,255,257,259,261,263,270,278,294,299,317,327,339,341,342,343,344,345,352,369,373,377,387,395,411,418,420,421,426,429,440,448,451],lattic:[],launch:[1,3,6,11,12,18,333,420,421],laupretr:312,lavend:169,lavenderblush:169,lavgevin:194,law:[6,227,331],lawngreen:169,layer:[6,9,71,172,184,286,290,293],layout:[1,3,17,146,420,423,432],lb_fluid:216,lbl:[7,9,142],lbnl:9,lbtype:216,lcbop:[],ld_library_path:[11,12],ldfftw:12,ldrd:7,lead:[2,3,6,12,22,25,39,41,44,59,61,77,87,116,138,142,148,152,169,173,174,183,188,195,207,216,233,260,270,273,278,285,286,293,305,312,318,323,328,333,346,349,369,373,375,417,423,433,443,448,449],least:[3,6,12,18,71,118,143,179,184,207,255,259,294,329,333,364,407,412,421,448],leav:[3,7,11,12,16,17,21,41,57,121,134,151,188,192,195,229,231,232,234,235,257,270,273,304,384,423,427,435],lechman:278,lectur:274,led:[3,5],lee2:380,lee:[178,380],left:[6,11,12,41,107,163,168,169,191,211,250,278,301,303,321,411,423,425,430,448,452],leftmost:[41,188],legaci:12,legal:7,lehoucq:389,leimkuhl:298,leiu:353,lemonchiffon:169,len:433,lenart:[350,359],length:[3,6,8,11,12,18,21,38,39,40,41,44,53,54,55,56,58,59,61,65,68,69,71,74,79,80,82,87,88,89,90,91,92,103,105,107,108,112,114,115,117,118,119,122,123,124,125,126,127,128,129,131,132,133,134,135,136,137,140,142,143,146,151,164,167,168,169,172,179,183,185,186,188,189,190,191,192,194,205,208,216,227,228,229,230,233,241,251,257,267,270,271,273,275,278,285,289,290,292,295,299,319,321,324,326,328,329,331,336,339,340,342,349,350,354,357,359,363,367,369,380,384,392,393,398,407,408,414,415,423,426,431,433,440,441,443,448],lengthi:205,lennard:[1,3,6,7,9,10,12,45,46,87,107,110,172,257,278,295,299,319,321,326,335,338,342,343,344,345,347,352,360,362,363,364,367,368,369,370,371,373,374,376,377,383,384,394,395,400,405,412,435,443],lenoski:[381,382],less:[1,3,6,13,14,15,16,17,18,38,41,56,57,58,59,76,108,115,116,123,137,164,169,181,183,184,185,186,188,190,191,192,194,195,202,211,227,229,251,263,265,271,278,297,298,300,319,321,326,330,333,339,344,360,361,378,379,384,394,406,407,410,415,423,448,449],let:[1,11,12,38,56,127,155,164,182,273,278,296,333,347,407,432,436,443,450],lett:[120,132,207,214,216,227,265,274,287,288,325,339,355,357,360,377,396,443],letter:[2,12,41,57,59,169,188,197,198,214,253,303,332,391],level:[2,3,8,11,12,14,17,167,168,173,174,210,226,228,229,303,319,332,339,343,344,369,370,373,383,392,393,420,432,437,448],lever:404,levin:361,lexicon:7,lgr_po:[227,260],lgr_vel:[227,260],lgvdw:393,li1:143,liang:348,lib:[1,3,9,11,12,14,15,17,264,333,348,365,421,424],libatom:[9,391],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,168],lie:[6,205,271],lieu:318,life:7,lifo:8,ligand:275,liggght:7,lightblu:169,lightcor:169,lightcyan:169,lightest:285,lightgoldenrodyellow:169,lightgreen:169,lightgrei:169,lightli:275,lightpink:169,lightsalmon:169,lightseagreen:169,lightskyblu:169,lightslategrai:169,lightsteelblu:169,lightweight:278,lightyellow:169,like:[3,4,6,7,8,9,11,12,14,16,17,18,39,42,54,59,128,135,168,170,175,192,193,195,198,200,210,213,214,215,227,229,230,234,235,240,241,246,247,248,249,251,257,259,260,261,265,270,271,278,280,281,282,283,284,285,286,293,294,295,298,299,300,303,318,321,325,328,333,339,347,352,353,357,358,361,363,364,374,375,380,396,407,410,414,415,420,421,423,424,425,426,428,433,438,441,443,448,449],likelihood:[118,143,191],likewis:[1,6,10,12,15,18,39,41,71,88,115,178,188,189,190,205,213,214,229,230,233,248,265,278,281,282,283,319,328,334,338,339,349,355,358,405,421,423,435,448],lime:169,limegreen:169,limit:[],limit_eradiu:357,lindahl:318,line:[],linear:[],linearli:[10,117,169,194,252,295,297,298,300,327,328,330,423,448],lineflag:[6,423],lineforc:[],linen:169,linesearch:[8,324],ling:[9,13],lingo:[11,365],link:[5,6,7,8,9,11,12,13,14,15,17,18,22,37,44,55,63,152,163,168,172,190,210,214,255,264,266,274,275,305,313,336,346,380,391,392,393,405,411,421],linker:12,linkflag:[12,16],linux:[10,11,12,15,168,170,210],linuxamd64:424,liouvil:229,lip:13,lipid:[4,9,10,13,29,270],lipton:255,liquid:[6,7,9,29,39,40,41,59,87,121,130,142,188,192,194,205,229,257,260,265,285,352,384,387,409,432],lisal:404,lism:9,list:[],listen:[210,212],listfil:368,liter:[423,434],literatur:[8,380,406],lithium:357,littl:[1,3,12,64,229,329,418,426],littmark:[380,405,410,416],liu:[363,393],lj1043:[],lj126:[],lj12_4:395,lj12_6:395,lj1d:252,lj6:3,lj93:[],lj96:[],lj9_6:395,lj_flag:335,llnl:[5,7],lmp1:11,lmp2:11,lmp2arc:[],lmp2cfg:[],lmp2vmd:[],lmp:[11,421,443],lmp_auto:12,lmp_cuda:[14,17],lmp_foo:12,lmp_g:[6,11,12,13,17,317],lmp_gpu:15,lmp_ibm:[12,317],lmp_inc:12,lmp_intel_cpu:16,lmp_intel_phi:16,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,18,19,333],lmp_mpi:[12,253],lmp_mvapich:17,lmp_omp:18,lmp_openmpi:17,lmp_opt:19,lmp_win_mpi:12,lmp_win_no:12,lmpptr:[11,421],lmpqst:203,lmpsdata:13,lmptype:[3,12,203],load:[1,3,4,7,9,11,12,16,17,18,41,168,170,172,188,210,260,333,348,420,421],loadabl:11,loca:169,local:[],localhost:210,localized_lambda:178,localonli:12,localvector:63,locat:[3,6,8,9,11,12,27,61,116,118,142,143,153,164,167,195,196,216,277,288,299,324,346,349,358,359,369,371,373,411,420,423,424,426,433,435],lock:[3,332,448],lockstep:[192,229,257,270],log:[],logarithm:448,logfil:[0,3,6,12,258,322,419],logfreq2:448,logfreq:[169,430,439,448],logic:[7,11,12,17,41,144,188,301,303,418,420,421,424,432,437,448],lomdahl:[233,371],london:[13,205,393],lone:[392,393],longer:[1,3,6,8,12,13,54,116,167,169,180,181,182,183,184,185,186,189,205,213,251,255,260,270,273,285,295,299,301,324,333,335,361,420,428,432,437,445],longest:[41,188,189,329,412],longitudin:275,look:[1,3,6,8,11,12,18,54,61,167,168,171,346,396,407,443,448],lookup:[3,39,164,384,407],lookup_t:271,loop:[3,4,6,7,11,12,18,39,42,65,68,69,79,88,92,108,115,116,121,168,181,184,185,189,190,199,285,301,303,317,320,326,328,329,331,332,354,418,419,421,427,428,431,432,437,442,448,449],loopa:[303,317,332],loopb:[303,317,332],loopvar:448,lopez:[229,230],lorant:261,lorentz:143,lose:[6,58,59,146,192,194,214,229,361,423],loss:[6,447],lossi:168,lossless:168,lost:[3,12,13,57,102,195,268,278,384,423,424,425,432,440],lot:[18,274,318],low:[1,3,6,7,12,41,127,142,167,168,188,198,214,247,265,270,286,293,319,393,407,415,437,443],lower:[2,3,6,9,11,12,41,57,59,71,88,133,166,168,169,182,183,184,185,188,192,198,210,213,214,216,229,260,265,286,293,295,296,301,302,318,321,332,350,380,437,444,446,449],lowercas:168,lowest:[120,303,327,433,437,438,448],lsfftw:12,lsurfac:290,lu3:143,lubric:[],lubricateu:[],lubricuteu:238,lucki:12,luigi:13,lumped_lambda_solv:178,lussetti:286,lustig:[7,13],lybrand:319,lyulin:312,m4v:168,m_c:443,m_d:443,m_eff:[296,361],m_fill:3,m_i:276,m_lambdai:389,m_taubi:389,m_u:216,m_v:216,m_yield_stress:389,mac:[12,14],mac_mpi:12,mach:9,machin:[1,3,4,6,7,10,11,12,14,15,16,17,18,19,167,168,210,291,318,324,326,331,333,420,425,430,431,432,449,452],mackai:[9,216,218,219,220],mackerel:[6,20,150,214,344,435,443],maco:168,macro:17,macroparticl:354,macroscop:[7,208,227,389],made:[3,6,11,12,15,16,33,41,42,50,64,145,157,167,168,170,172,173,174,179,188,195,199,210,219,256,264,268,270,288,301,310,329,333,360,361,364,392,394,397,420,425,427,433,436,444,446,449,450],madura:[6,369],magazin:355,magda:295,magenta:169,magic:[3,11],maginn:[138,293],magnitud:[6,70,105,108,113,144,166,167,169,195,196,208,209,211,213,274,275,277,278,285,296,319,326,352,361,433],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,102,103,105,107,108,109,110,112,113,114,115,117,118,119,120,121,123,124,132,133,137,138,142,143,144,145,146,147,148,163,164,166,167,168,169,170,172,173,174,175,177,179,181,182,183,184,185,186,187,188,189,190,192,194,195,198,199,200,202,205,206,207,209,210,211,213,214,215,216,217,219,224,225,226,227,229,230,233,241,244,252,253,256,257,258,259,260,262,265,267,268,269,270,271,272,273,274,278,280,281,282,285,286,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,316,317,318,319,321,324,325,326,327,328,329,330,331,333,336,338,339,347,353,357,361,364,365,375,377,379,380,381,382,384,392,393,395,396,404,407,418,419,420,421,423,424,425,426,427,428,429,430,431,432,433,435,437,440,441,443,448,449,450,452],mail:[3,7,9,12,301],main:[3,6,8,12,210,216,270,287,288,355,411,421,438],mainboard:1,mainli:[333,387],maintain:[8,9,13,39,129,190,194,247,278,291,325,334,355,432,435],major:12,make:[],makefil:[3,7,9,11,12,13,14,15,16,17,18,19,167,319,333,421],makelist:12,maks:361,malloc:[3,12],manag:[5,8,12,167,210,253,280,432],manbi:396,mandadapu:178,mandatori:[8,193],manh:339,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,102,116,124,144,145,164,166,167,168,169,170,172,173,174,175,179,180,181,182,183,184,185,186,188,189,190,191,192,194,195,202,205,206,209,210,216,217,225,227,229,230,233,241,250,251,252,256,259,261,262,263,265,267,270,271,273,278,289,290,292,301,303,318,326,327,328,329,331,333,346,348,354,357,359,363,364,396,405,407,408,410,421,423,425,427,428,430,431,432,433,435,436,437,438,448,449,452],manipul:[12,41,188,210,349,390,434],manner:[2,3,6,9,11,17,41,121,140,173,174,175,176,183,188,194,199,200,203,209,213,214,229,234,235,246,247,249,264,281,282,283,286,287,288,293,295,299,303,319,327,328,332,333,355,357,364,367,378,412,418,420,423,424,425,426,428,432,437],manolopoulo:212,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,109,112,118,122,123,125,126,127,130,131,132,133,134,136,137,143,150,151,153,154,155,156,158,159,161,162,164,167,168,170,175,184,187,201,204,208,212,213,214,228,229,231,232,233,234,235,236,239,242,244,245,246,247,249,257,259,262,270,271,272,273,281,282,283,293,294,303,304,306,307,308,309,312,314,319,328,332,333,334,335,337,338,340,341,342,343,344,345,347,348,349,351,352,353,355,356,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,381,385,386,387,389,394,395,397,406,407,408,409,410,412,414,415,416,418,432,436,437,438,441,448],manybodi:[3,7,8,9,12,121,326,334,335,339,348,355,358,364,366,386,390,406,408,409,410,435],map:[2,3,11,12,17,18,39,59,64,71,118,120,132,143,144,166,168,169,178,184,252,269,318,319,321,328,334,335,339,348,355,356,358,364,365,366,380,381,382,384,386,390,391,392,393,396,404,406,407,408,409,410,420,423,425,437,448],map_fil:252,mapflag:12,march:380,margin:437,mari:13,mark:[362,377],marker:258,maroon:169,maroonmpi:11,marrink:362,marsaglia:[3,206,207,213,214,265],marseil:9,martin:[252,380],martinez:179,martyna:[229,230,270,432],mashayak:17,mask:[3,251,448],mask_direct:178,mass:[],mass_matrix:178,massdelta:273,massiv:[0,168,216,253,286,293],massless:[6,214,319,349,369,373,377,443],masstot:270,master:[3,328,418,437],mat:[67,178,348,409],match:[3,6,8,9,11,12,17,38,41,56,59,71,116,127,164,169,170,188,191,194,210,229,230,247,267,271,278,285,318,319,339,363,375,380,391,392,393,407,416,417,421,423,424,425,428,432,437,443,448],mater:[73,334,382,390],materi:[6,7,9,59,70,147,177,178,194,205,211,227,251,257,265,286,290,296,349,355,356,357,361,365,380,381,389,392,393,418,423,437,443,447],material_fil:178,math:[],mathemat:[118,120,143,144,173,174,175,176,187,192,200,206,208,209,211,213,214,258,272,281,282,283,295,298,300,396,419,426,433,449],mathrm:214,mathtt:214,matlab:[],matric:[9,120,207,252,360],matrix:[3,6,9,91,142,182,192,207,252,261,318,321],matter:[6,9,12,39,57,59,71,126,184,290,329,335,351,355,357,380,395,408,410,416],mattson:[112,121],max2theta:143,max:[3,6,8,12,15,18,71,117,169,183,188,190,192,195,256,273,278,303,321,324,326,328,329,333,418,423,437,441,448],max_alpha:8,max_cell_s:354,max_group:3,maxangl:205,maxbodi:3,maxbond:[3,190],maxedg:142,maxev:[326,418,437],maxfoo:8,maxim:[285,328],maximum:[3,6,8,15,17,25,41,42,45,53,54,57,59,61,116,117,118,142,143,145,146,166,167,177,182,183,188,190,194,195,199,205,241,251,256,261,273,278,291,318,319,324,328,329,336,339,354,359,378,379,423,426,431,441,448,449],maxit:[261,326,418,437,441],maxsize_restart:8,maxwel:[17,250],maxwell50:17,maxwell52:17,maxwell53:17,maxx:390,mayb:13,mayer:[7,340,342,405],mayo:[6,7,13,25,314,363,435],mbt:151,mbyte:[12,265],mcdlt:[134,209],mcgraw:253,mdash:443,mdregion:178,mdump:[41,188],meain:6,meam:[],meam_sw_splin:382,meamf:380,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,76,77,82,84,85,87,91,103,104,105,112,113,114,115,116,117,120,121,122,123,125,126,127,130,131,132,133,134,136,137,138,144,145,147,148,150,152,160,163,164,165,166,167,168,169,170,172,173,174,177,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,200,203,205,206,207,208,209,211,213,214,215,219,226,229,231,232,233,234,235,241,246,247,249,251,253,255,256,257,259,265,267,268,270,272,273,274,275,278,280,281,282,283,285,286,289,290,292,293,294,295,296,297,298,299,300,301,305,306,307,309,311,313,318,319,321,323,324,326,327,328,329,331,333,336,340,342,343,344,346,349,353,354,355,357,360,361,363,364,367,369,370,373,380,383,384,387,388,390,392,393,394,395,406,407,408,409,410,412,415,417,418,420,421,423,424,425,426,427,428,429,430,431,432,433,434,435,437,438,440,441,443,447,448,449,450,452],meaning:[116,364],meaningless:[67,285],meant:[6,270,411,427],measur:[],mech:389,mechan:[6,8,9,11,12,17,178,209,253,264,339,357,365,371,417,421,423],mechanic:264,media:168,medium:415,mediumaquamarin:169,mediumblu:169,mediumorchid:169,mediumpurpl:169,mediumseagreen:169,mediumslateblu:169,mediumspringgreen:169,mediumturquois:169,mediumvioletr:169,mee:285,meet:[3,12,145,168,169,190,191,291,428],mehl:334,meloni:39,melros:[378,379],melt1:170,melt2:170,melt3:170,melt:[4,10,191,252,339,409],mem:15,member:[147,255,339],membran:[29,250,415],memori:[1,3,5,6,7,8,9,12,15,16,17,18,39,40,60,71,169,181,184,185,206,207,265,290,316,329,333,339,384,388,393,420,423],memory_usag:8,mendelev:355,mention:[1,6,7,11,42,194,209,216,233,295,321,328,335,392,393,425,448],menu:[168,210],mep:[228,328],mer:[4,10,191],meremianin:120,merg:[3,5,423],merz:[6,150,435],mescscop:389,mesh:[1,3,6,7,8,10,12,40,41,42,118,143,178,188,216,271,318,319,354],meso:[],meso_:[],meso_cv:433,meso_rho:[],meso_t:[],mesocop:40,mesoscal:7,mesoscop:[7,99,100,101,222],mess:[3,433],messag:[],met:[8,41,116,188,303,317,319,326,328,332,412,431],metadynam:[9,13,193],metal:[3,5,7,10,40,59,71,133,144,177,178,184,185,194,195,209,211,260,261,265,294,295,297,298,300,319,321,330,334,335,339,348,355,356,357,358,364,366,380,381,382,390,391,406,408,409,410,426,440,441,442,447],meter:[330,447],methan:[260,265],methanol:4,methin:312,method:[1,3,5,6,7,8,9,11,12,13,16,17,19,38,39,40,41,56,64,87,91,110,121,164,172,173,174,178,188,193,203,213,216,220,224,227,229,252,253,260,261,262,263,265,270,273,274,285,286,287,288,293,318,319,324,325,326,328,333,334,336,339,348,349,355,357,358,380,381,382,384,390,405,407,418,420,421,423,424,426,437,443],methodolog:[6,73,121,253,318],metin:[7,9],metric:[3,10,64,426,441],metropoli:[179,205,438],mezei:87,mf1:170,mf2:170,mf3:170,mg2:143,mglob_default_function_attr:12,mgoh:386,miai:265,mic:[12,17],micel:[4,13,276],micelle2d:[],michael:[9,13,382],michel:13,micro:[3,447],microcanon:[236,237,239,240,242,244,245],microelast:389,micromet:447,micropor:205,microscal:378,microsec:447,microsecond:447,mid:[5,59,194,404],middl:[3,6,8,16,22,41,44,77,87,116,133,138,142,148,151,152,169,173,174,180,188,256,268,269,270,286,293,304,305,323,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,352,353,354,355,356,357,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,378,379,380,381,382,383,385,387,389,391,392,393,394,395,396,397,398,399,400,401,402,403,404,406,407,408,409,410,412,414,415,416,417,421,431,432,433],middlebondtors:[3,151,423],midnightblu:169,midpoint:404,mie:[],might:[3,4,6,7,8,12,14,25,71,203,205,207,270,421,431,448],migrat:[3,8,17,41,42,59,61,65,69,79,92,108,115,167,172,188,251,259,265,278,318,330,333,431,450,452],mikami:[6,229,230],mike:[7,9,13,15,16],mil:[9,355],mill:325,miller:270,million:[3,7,10,39,41,71,188],mimic:[6,11,42,54,214,227,256,349,359,369],mimim:[192,328],min2theta:143,min:[3,4,6,8,12,117,120,169,183,318,321,404,418,437,448],min_cap:3,min_cg:8,min_clearstor:8,min_dof:8,min_modifi:[],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:142,mincap:393,mind:[7,206,252],mine:[12,88,134,135,172,301,445],minim:[],minima:[156,314],minimi:[328,412],minimizaiton:328,minimizi:265,minimum:[3,25,26,27,42,45,57,59,86,105,117,142,143,145,147,153,166,167,168,177,183,192,193,199,212,228,267,269,271,278,295,299,303,314,318,321,324,325,326,328,329,344,357,360,362,363,369,371,373,378,379,393,395,404,418,431,437,448,449],minlength:142,minmiz:[8,192],minn:9,minord:[3,318],mintcream:169,mintmir:[7,261,349,405],minu:[12,59,124,194,303,328,448],minut:[4,8],mirror:[61,297],misc:[],miscellan:[2,178],mishin:[334,405],mismatch:[3,6],miss:[3,5,12,147,183,205,241,265,278,368,384,440,441],mistak:[3,448],mistakenli:3,mistyp:3,mistyros:169,mitchel:[6,111,126,318,319,351,389],mitchell2011:389,mitchell2011a:389,mitur:337,mivi2:265,mix:[1,3,6,9,14,15,16,71,115,183,184,291,318,319,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,352,353,354,355,356,357,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,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,414,415,416,421,423,436,443,450],mixtur:[6,40,229,270,278,300,347,380,423],mixture_ref_t:380,mjpeg:168,mkdir:434,mkl:12,mkmk:252,mkv:168,mldivide3:3,mlpark:7,mlutipl:186,mn2:143,mn3:143,mn4:143,mo3:143,mo5:143,mo6:143,mobil:[6,105,121,122,123,125,130,137,168,270,301,302],moccasin:169,mod:[],mode:[1,3,6,9,11,12,13,14,15,16,17,18,61,66,75,88,90,93,104,106,114,116,117,124,139,141,142,143,167,168,169,183,186,193,194,203,207,229,253,265,274,278,318,330,333,349,357,420,425,430,432,441,447,452],model:[],model_ar_p_mors:365,modern:[12,213,215],modest:[1,331],modif:[6,13,87,380,394,410,443],modifi:[],modify_param:8,modin:178,modul:[3,9,11,12,13,193,265,421],modular:8,modulo:[3,448],modulu:[257,361,380,389],mofil:424,mol1:448,mol:[3,9,71,113,144,146,147,167,169,193,195,205,210,213,256,259,270,273,280,352,360,395,432,433,443,448],molchunk:[66,75,90,93,104,106,124,139,141,181],mole:[179,355,447],moleclu:[189,190,195,202],molecul:[],molecular:[0,2,3,5,6,7,8,9,12,13,39,40,53,71,108,113,115,122,123,125,127,130,131,132,133,136,137,144,145,146,147,148,156,167,170,178,190,193,205,212,252,253,260,264,265,269,274,289,290,319,327,336,337,339,343,354,357,364,405,423,424,425,427,428,432,433,435,441,442,443,448],molfil:[],molfrac:[195,256],molnar:274,molp:109,moltempl:[],mom:[6,91,269,449],momementum:[123,231,234,237,238,239,246],momemtum:66,moment:[3,6,40,42,82,84,85,106,113,123,137,144,165,167,213,216,219,244,256,270,276,327,352,356,423,433,443,447],momenta:[207,238,293,357],momentum:[],momon:191,monaghan:[9,399,400,402],monitor:[3,6,96,97,127,192,194,195,202,210,213,227,229,256,258,260,270,273,278,326,328,352,441],mono:[73,378],monodispers:[3,296,341,361,378,379],monom:[13,54,191],monoton:[3,274,289,328,437],monoval:319,mont:[6,7,9,172,179,191,205,270,285,354,405],montalenti:[418,437],month:0,moor:[17,121],more:[0,1,2,3,4,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,58,59,61,62,63,64,65,67,68,69,70,71,72,77,78,79,80,83,86,87,88,90,92,96,97,98,99,100,101,102,103,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,126,127,128,130,131,132,133,135,136,137,138,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,166,167,168,169,170,172,173,174,175,176,177,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,198,199,200,201,202,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,242,244,245,246,247,248,249,251,252,253,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,272,273,274,278,280,281,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,309,310,312,313,314,316,318,319,321,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,384,385,386,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,414,415,416,418,419,420,421,423,424,426,427,428,429,430,431,432,433,434,435,436,437,438,440,443,448,449,450,451,452],morefoo:8,moreov:[189,190],morri:[],morriss:[132,247],mors:[],morse_f:407,mosel:325,mosi2:380,moskalev:120,most:[0,1,2,3,4,5,6,7,8,10,11,12,15,17,18,19,37,39,41,55,71,108,132,142,163,167,168,169,181,183,184,185,186,188,189,190,192,209,229,230,253,258,259,260,261,270,271,291,293,301,303,313,319,325,329,331,333,335,357,360,380,391,392,393,410,418,419,420,425,432,437,441,448,450],mostli:[8,9,11,13,71,146,168,329,423,432,435,448,451],motiion:6,motion:[3,6,7,9,42,86,97,122,123,125,127,129,130,131,132,133,134,136,137,194,198,207,216,219,220,226,229,230,233,247,251,253,255,265,269,270,286,290,296,299,328,352,357,378,379,426,432,443],motiv:251,mous:210,mov:168,move:[],movement:[3,6,12,226,285,326,441],movi:[],mp4:168,mpeg:168,mpg:168,mpi4pi:11,mpi:[],mpi_allreduc:[270,421],mpi_barri:1,mpi_cart:420,mpi_cart_cr:420,mpi_cart_get:420,mpi_cart_rank:420,mpi_cart_shift:420,mpi_comm:6,mpi_comm_world:11,mpi_get_processor_nam:420,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,333],mpicxx:[12,16,17],mpiexec:[12,14,15,16,17,18,333],mpiio:[3,167,169,425,430,452],mpirun:[6,11,12,14,15,16,17,18,19,253,317,333],mplayer:168,msd:[],msi2lmp:[],msi:13,msm:[],msmse:[118,143,271],msst:[],mtchell2011:389,mtchell2011a:389,mtd:193,mth:[8,119,169,440],mtk:[229,230,233],mtotal:327,mu_j:29,muccioli:360,much:[1,3,6,11,39,167,168,192,260,285,329,330,333,360,394,418,421,437,443,448],mui:[113,167,200,280,423],mukherje:[7,9,255],mulder:289,muller:[6,91,172,286,293,383],mult:8,multi:[],multibodi:[3,61,255],multicent:357,multicor:[1,420,436],multidimension:13,multielectron:336,multilevel:[318,319],multiphys:11,multipl:[],multipli:[3,87,91,116,152,163,173,174,182,213,216,251,257,321,326,335,423,448],multiprocessor:333,multiscal:11,multisect:[41,188],multistag:87,multitud:7,mundi:248,munich:9,murdick:339,murti:409,murtola:318,must:[1,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,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,104,107,109,112,115,116,117,118,119,123,126,133,137,142,143,144,145,146,147,148,150,151,152,153,154,155,156,157,158,159,161,162,164,165,166,167,168,169,170,173,174,175,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,194,195,198,200,203,205,206,207,209,210,211,212,213,214,216,217,218,219,220,224,225,226,227,228,229,230,231,232,233,234,235,237,238,239,241,244,246,249,251,255,256,257,258,259,260,261,263,265,267,268,269,270,271,272,273,275,277,278,281,282,283,285,286,288,289,290,292,293,295,296,297,298,299,300,301,303,304,305,306,307,308,309,310,312,314,318,319,321,323,326,327,328,329,330,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,352,353,354,355,356,357,358,359,360,361,362,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,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,418,419,420,421,423,424,425,426,428,430,431,432,433,434,437,438,440,441,443,447,448,449,450,452],mutli:6,mutlipl:423,mutual:[3,321],mutut:432,muvt:205,mux:[113,167,168,200,280,423],muz:[113,167,200,280,423],mv2_comm_world_local_rank:12,mvapich2:[17,333],mvapich:12,mxn:[12,253],my_ga:205,my_one_wat:205,my_post_process:434,my_qeq:261,my_setup:434,my_swap_region:179,myblock:[195,256],mybox:146,mychunk1:114,mychunk2:114,mychunk:[6,66,75,90,93,104,106,124,139,141],mycmap:423,mycom:183,mydump:[167,169],myer:[5,7],myfil:[420,448],myfix:[179,438],myflux:91,myforc:[167,451],myhug:233,myke:91,mymol:[40,273,327],mympi:11,mymultipli:[421,448],myn:421,mype:91,mypi:448,mypress:224,myramp:121,myrdf:[116,186],myregion:301,myrigid:[83,98,256],mysocket:212,myspher:[169,299],mystr:303,mystress:91,mytemp:[2,102,122,123,125,127,128,130,132,137,224,303,317,332,440,449],myz:423,n_dephas:418,n_f:[260,265],n_hbond:363,n_ij:361,n_ion:290,n_k:206,na1:143,nabla:290,nacl:[4,6,380],nacl_cs_x0:6,nakano:[261,263,328],namd:[7,9,167,210],name1:[138,194],name2:[138,194],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,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,157,167,168,169,170,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,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,231,232,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,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,291,292,293,294,295,296,297,298,299,300,301,302,303,310,316,317,319,320,322,327,328,332,334,335,339,342,355,356,358,360,361,364,365,366,368,380,381,382,386,390,392,393,396,406,408,409,410,411,413,420,421,423,424,425,426,430,433,436,438,439,441,443,448,449,450,451,452],namespac:[6,8,12],nan:3,nangl:[3,423],nangletyp:[327,423,433],nano:[270,447],nanoindent:70,nanolett:270,nanomet:[167,169,447],nanoparticl:[188,270],nanosec:447,nanosecond:447,nappli:203,narea:3,narrow:[6,164],narulkar:[408,410],nasa:7,nasr:252,natdef:3,nation:[0,7,12,111,389],nativ:[1,6,7,12,16,17,167,170,424],natoli:[9,19],natom1:115,natom2:115,natom:[6,11,39,327,421,423,440,441,448],nattempt:256,natur:[6,9,120,194,229,251,265,296,355,357,358,380,390,420,448],navajowhit:169,navi:[169,355],navier:216,nb3:143,nb3b:[],nb3bharmon:386,nb5:143,nbin:[116,183,184,185,286,293],nbodi:[219,270],nbond:[3,113,423],nbondtyp:[169,327,423,433],nbot:339,nbounc:278,nbrhood_cutoff:393,nbtype:115,nbuild:441,ncall:203,nchar:169,nchunk:[3,6,66,71,75,90,93,104,106,114,124,139,141,181],ncoeff:396,ncount:[181,182],nd3:143,ndanger:441,nden:[6,91],ndihedr:[3,423],ndihedraltyp:[327,423],ndim:184,ndirango:270,ndof:[229,233],ndoubl:423,ndp:443,ndx:302,neal:270,nearbi:[7,62,145,195,226,262,278,299,329,335,378,379,405,415,443],nearest:[3,70,71,73,142,145,216,228,251,285,299,318,368,380,407,448],nearli:[6,18,54,59,188,213,278,357,384,418,421,427,435],neb:[],neb_combin:328,neb_fin:328,neb_log:437,neb_step:437,neb_styl:437,necessari:[6,9,11,12,13,15,17,33,61,87,152,157,163,170,188,192,193,205,206,264,278,291,301,318,333,377,384,423,424,428,431,432,433,437,443,451],necessarili:[12,265,285,306,307,309,321,384,449],necessit:259,need:[1,2,3,5,6,7,8,9,11,12,13,14,15,16,17,18,19,33,37,38,39,40,41,42,50,54,55,56,58,61,63,64,67,70,72,73,77,82,91,102,104,109,112,120,121,122,123,124,125,127,130,131,132,133,134,136,137,144,146,150,152,157,163,164,166,167,168,169,173,174,175,176,178,179,181,182,183,184,185,186,188,189,190,192,193,194,198,200,203,204,205,209,210,212,213,214,216,222,223,229,241,252,256,257,259,265,269,270,274,278,286,289,290,292,293,294,295,301,310,313,318,319,327,328,329,330,333,334,335,336,337,339,340,341,342,343,344,345,347,348,349,351,352,353,354,355,356,357,358,359,360,361,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,394,395,396,397,398,399,400,401,402,403,404,406,407,408,409,410,412,414,415,418,421,423,424,425,426,428,430,431,433,435,436,437,443,448,450,451,452],needless:[6,329],neeed:9,neelov:319,neg:[3,6,12,27,46,65,69,89,102,108,115,120,121,146,148,153,155,164,168,192,194,195,206,233,251,274,275,289,293,295,300,318,325,358,372,380,405,423,426],neglect:[363,379],neglig:[11,87,229,406],neigh:[3,12,15,333],neigh_modifi:[],neighbor:[],neighborhood:[26,396],neighbour:214,neighobr:[6,349,369,373],neither:[2,3,12,41,63,178,191,194,195,335,341,357,378,379,428],nelem:396,nelement:[334,355],nemd:[],nest:[2,303,315,332,448],net:[3,6,11,39,86,88,125,136,209,251,261,270,379,393],netpbm:168,network:[189,190,210,420],neumann:318,neutral:[3,88,205,318,349,369],never:[7,12,63,71,172,182,192,205,229,251,273,280,291,295,298,300,318,329,355,380,396,420,423,437,440,448],neveri:[3,8,71,175,180,181,182,183,184,185,186,189,190,191,216,217,252,261,262,263,266,267,271,286,292,293,328,428,437],newatom:195,newer:[12,181,380],newfil:[315,317],newli:[195,443,449],newlin:169,newn:270,newt:131,newtemp:[63,102],newtion:[339,390],newton:[],newtonian:206,newtyp:[3,190],next:[],neyt:285,nfile:[3,38,56,164,167,169,407,425,430,452],nfirst:428,nfirt:428,nfreak:271,nfreq:[39,71,180,181,182,183,184,185,186,188,267,271,428],nghost:[3,12],ngp:105,ngpu:333,nguyen:[15,339],nharmon:[],nhc:253,nht:270,ni2:143,ni3:143,ni_000:[118,271],nialh_jea:355,nialhjea:[346,364],nice:[6,8],nickla:382,nimprop:[3,423],nimpropertyp:[327,423],nine:358,ninteg:423,nissila:216,nist:[334,355,447],niter:[41,188],nitrid:349,niu3:[346,355,364],nkb:260,nlast:428,nline:327,nlocal:[3,8,11,12,203],nlog:319,nmax:42,nmin:42,nmol:423,nmpimd:253,nn2:380,nneighmaxdef:3,no_affin:[16,333],no_histori:6,noced:326,nocheck:368,nocit:12,nocoeff:450,nodal:[6,38,56,164,178,290,407],node:[1,3,12,14,15,16,17,18,41,118,143,188,210,216,290,333,368,420,436],node_area:216,node_group:178,nodeless:357,nodeset:178,nodeset_to_elementset:178,nof:164,noforc:[],nois:[6,206,207,213,214,215,216,260,265,270,282,290],nomenclatur:[6,71,184,321],nomin:[167,229],non:[],nonbond:[4,12,386,405],none:[],noneq:207,nonequilibrium:[9,287,288,357],nonetheless:213,nongauss:[],nongaussian:105,nonlinear:[],nonloc:389,nonperiod:3,nonzero:3,noordhoek:348,nopreliminari:164,nor:[2,3,41,59,178,348,423,426],nord:[390,408,410],norder:420,nordlund:[390,408,410],norm:[6,12,63,117,172,181,184,185,271,326,328,404,440,441,447],normal:[3,6,9,10,11,12,39,41,58,61,63,67,70,71,73,88,91,102,112,116,117,129,132,144,145,146,164,169,172,181,182,183,184,185,188,192,194,195,204,205,209,213,214,226,229,241,251,253,254,261,265,267,268,274,278,279,281,282,283,290,295,296,299,300,304,306,307,309,323,325,326,328,333,347,348,360,361,364,404,416,417,418,421,423,425,426,428,429,433,437,440,441,443,447,448,451],norman:290,nornal:3,nose:[6,7,8,134,172,198,213,214,229,230,231,232,233,234,235,246,247,248,249,253,257,265,270,281,282,283,288,353,443],noskov:[411,443],noslip:[278,300],notabl:[5,39],notat:[6,63,70,120,138,172,226,229,355,448],note:[1,2,3,6,7,8,11,12,13,14,15,16,17,18,22,24,25,28,29,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,92,93,97,104,105,106,108,110,112,113,114,115,117,118,119,120,121,124,126,127,128,132,134,138,139,141,142,143,144,145,146,147,148,150,152,155,157,161,163,164,167,168,169,170,172,173,174,175,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,194,195,198,199,200,202,203,205,207,208,209,211,212,213,214,215,216,224,225,226,227,229,231,232,233,234,235,241,246,247,249,253,255,256,257,259,260,261,263,268,269,270,271,274,275,276,278,281,282,283,286,289,290,292,293,294,295,296,299,300,301,303,304,305,306,307,309,313,317,318,319,321,323,326,327,328,329,333,334,335,339,340,342,343,344,346,347,349,350,352,353,354,355,358,360,361,362,363,364,367,368,369,371,373,377,378,379,380,381,382,383,384,386,390,392,393,394,395,396,397,400,404,406,407,408,410,412,415,418,420,421,423,424,425,426,427,428,430,431,433,435,437,438,440,441,443,447,448,449,451,452],noth:[179,212,320,333,421,434],notic:[0,6,7,8,12,288,290,443],noutcol:8,noutput:252,noutrow:8,novemb:380,novik:13,novint:210,now:[2,3,6,9,11,12,13,46,61,62,71,167,173,174,190,206,210,211,270,296,299,319,321,355,357,361,392,393,397,419,424,443,449],nowait:210,nozforc:318,np3:143,np4:143,np6:143,npair:[116,182],nparticl:[3,40,42,338],npartit:441,npernod:[14,15,16,17,18,333],nph:[],nphi:[16,333],nphug:[],npoli:256,nproc:[3,167],npt:[],npt_aspher:[231,235,246],npt_sphere:[232,249],nrecomput:354,nrepeat:[71,180,181,182,183,184,185,186,267,271,428],nreset:[192,229,230,233],nreset_ref:192,nrho:[334,355],nrl:355,nsampl:354,nsbmax_most:3,nsec:442,nskip:[119,428],nsq:[3,330,388],nstart:[119,182,183,186,271,423,428],nstat:251,nstep:[3,13,192,229,301,401,421,424],nsteplast:421,nstop:[119,428],nswap:[286,293],ntabl:[38,56,164,407],nterm:274,nth:[12,77,116,117,167,169,183,194,428,438],ntheta:339,nthread:[3,333],ntild:252,ntpc:333,ntptask:333,ntype1:115,ntype2:115,ntype:[3,120,144,167,169,179,261,263,357,363,390,423,433],nuclear:[9,96,97,130,207,230,260,265,327,357,416],nuclei:[9,96,97,128,130,135,215,230,240,248,284,336,357,423],nucleu:[96,97,261,410,443],nudg:[4,6,7,172,228,325,328],nulcear:9,num_of_collis:3,numa:[1,3,12,333,420],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,73,75,76,77,78,79,80,87,90,91,92,93,102,104,106,108,111,112,113,114,115,116,117,118,119,120,122,123,124,125,126,127,129,130,131,132,133,134,136,137,138,139,141,142,143,144,145,146,147,148,152,153,163,164,166,167,168,169,170,172,173,174,177,179,181,182,183,184,185,186,188,189,190,191,193,194,195,202,203,205,206,207,209,210,211,212,213,214,215,216,219,226,229,230,233,241,251,252,253,255,256,259,260,261,265,267,270,273,278,279,280,282,285,286,287,288,290,291,292,293,295,297,298,300,301,303,305,316,318,319,321,323,324,326,327,328,329,330,333,334,335,339,341,346,348,353,354,355,356,357,358,363,364,365,366,367,380,381,382,384,386,390,391,392,393,394,396,404,406,407,408,409,410,412,413,416,417,418,420,421,423,424,425,426,427,429,430,431,432,433,435,437,438,440,441,443,447,448,449,452],number_of_a:3,number_of_b:3,number_of_typ:179,numbond:3,numer:[1,2,3,6,9,12,22,38,41,42,44,56,71,77,87,116,138,148,152,164,167,168,169,173,174,175,177,178,184,200,206,209,213,226,229,253,270,273,290,295,297,298,300,301,305,323,326,327,346,352,364,380,384,392,393,407,416,417,421,423,430,433,439,440,441,448],numpi:11,nvalu:[181,184,185,186,421],nvaluelast:421,nvc_get_devic:15,nvcc:[1,12,17],nve:[],nve_aspher:[231,234,246],nve_spher:[232,235,249],nvida:17,nvidia:[1,3,9,12,14,15,17,333,436],nvt1:443,nvt2:443,nvt:[],nvt_aspher:[231,234,249],nvt_sphere:[232,235],nvtfe:178,nwait:252,nwchem:7,nxnode:290,o_cor:126,o_shel:126,oascr:7,obei:[3,194,321,418],ober:7,obj_shared_foo:12,obj_target:12,object:[6,8,11,12,15,40,42,168,192,210,216,219,256,274,326,421,426],observ:[229,260,281,282,285,286,293],obsolet:13,obstacl:[4,211],obtain:[1,3,9,12,29,73,87,142,170,174,204,207,216,233,252,253,285,318,335,352,380,384,391,408,410,432],obviou:[12,448],obvious:[168,438,448],occ:359,occasion:[3,418],occlus:168,occup:[3,142,359],occur:[1,3,6,9,11,12,14,17,39,57,59,61,62,71,86,105,142,145,147,164,167,169,179,188,191,192,194,205,208,211,219,227,241,261,270,278,287,300,301,303,318,329,333,354,357,377,393,418,420,421,428,432,437,440,448],occurr:[312,423,437,448],octahedr:25,octant:420,odd:[41,169,188,229,270,281,282,290,438],off:[1,3,6,12,14,15,16,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,107,108,109,112,113,115,120,121,122,127,131,142,143,148,150,151,152,153,154,155,156,157,158,159,161,162,163,164,167,168,169,172,175,179,186,187,190,191,201,204,205,206,208,210,213,214,219,229,231,232,233,234,235,236,241,244,246,247,249,255,257,258,262,270,272,273,278,281,283,293,294,295,299,304,305,306,307,308,309,310,312,313,314,318,319,326,328,329,331,333,334,335,337,340,341,342,343,344,345,347,348,349,351,352,353,355,356,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,379,380,381,384,385,386,387,389,393,394,395,397,404,405,406,407,408,409,410,412,414,415,416,418,419,420,423,425,430,432,435,436,437,445,447,450,452],offend:[3,421],offer:[6,14,18,147,325,349,418,432],offic:7,offload:[1,12,16,17,210,333],offset:[3,6,57,144,168,194,195,205,256,327,349,369,373,405,423],offsit:8,often:[1,3,6,7,12,13,14,15,16,17,18,37,55,71,138,163,168,175,183,186,188,192,203,210,229,253,271,313,321,325,326,328,329,330,333,348,353,369,408,410,418,437,443,447],ohio:382,old:[3,6,9,172,192,195,229,380,392,397,424,427,431,434,447,450],older:[3,5,12,13,17,169,181,192,229,397],oldlac:169,oleinik:339,olfason:[6,25,314,363,435],oliv:169,olivedrab:169,ollila:[216,218,219,220],olmst:[178,251],omega0:314,omega:[],omega_dot:229,omega_ijk:410,omega_ik:408,omegai:[113,167,280],omegax:[113,167,280],omegaz:[113,167,280],omgea:6,omiss:[0,7],omit:[164,169,297,343,352,373],omp:[],omp_num_thread:[3,16,18,333],omp_proc_bind:17,ompi_comm_world_local_rank:12,on_the_fli:178,onc:[0,1,2,3,6,11,12,16,40,41,59,60,63,71,91,104,150,168,169,172,173,174,188,189,190,195,203,205,207,214,252,259,270,278,286,291,293,301,324,327,328,329,360,362,364,365,390,394,420,421,430,437,440,443,448],onelevel:420,onewai:[],ongo:210,oniom:[9,264],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,96,97,98,99,100,101,102,104,105,106,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,127,128,130,131,132,135,136,137,138,139,141,142,143,144,147,148,150,151,153,154,155,156,157,158,159,161,162,163,164,167,168,169,170,172,173,174,175,176,177,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,198,200,201,202,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,242,244,245,246,247,248,249,250,251,252,253,254,255,256,257,259,260,261,262,263,264,265,266,267,270,271,272,273,274,278,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,306,307,308,309,310,312,313,314,316,318,319,321,323,326,327,328,329,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,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,420,421,423,424,425,427,428,430,431,432,433,434,435,437,438,439,440,441,443,448,449,450],only_group:142,onn:432,onset:[260,312],ontario:9,onto:[120,146,191,195,216,404],onward:2,open:[],opencl:[1,3,7,15,333],opengl:6,openkim:9,openmp:[1,3,7,9,12,16,17,18,333,436],openmpi:[12,14,15,16,17,18,333],opensourc:7,oper:[],opl:[],oppos:[6,39,165,167,269,297,319,327,423],opposit:[6,70,177,213,220,251,270,293,328,349,377,411,421],opt:[],optic:123,optim:[],option:[],optionn:17,orang:[2,168,169],orbit:[261,263,339,349,357,405],orchid:169,order:[1,2,3,6,9,11,12,14,16,27,38,39,41,56,59,65,69,71,79,87,89,90,92,93,108,112,115,120,121,122,123,124,125,126,127,130,131,132,133,134,136,137,148,153,163,164,167,168,169,172,175,180,182,183,184,185,186,187,189,190,191,192,193,198,200,205,207,209,210,212,216,217,219,227,229,251,259,260,264,267,268,269,270,271,272,273,274,279,285,289,290,291,292,302,303,304,306,307,309,312,313,318,327,328,334,335,336,339,348,354,355,357,358,360,361,364,366,369,377,380,392,393,394,405,406,407,408,409,410,411,413,418,420,421,423,424,428,430,432,433,437,440,443,448,452],orderomg:3,ordinari:[111,363,389],org:[6,7,11,12,13,14,391],organ:[0,3,6,7,8,348],organometal:25,orient:[],orienti:42,origid:181,origin:[3,6,7,9,12,71,81,103,104,114,118,140,144,146,166,168,169,172,173,174,181,184,185,189,190,194,198,205,214,226,229,247,253,256,266,270,271,277,288,315,317,318,321,325,334,335,337,339,349,352,353,354,355,363,366,380,389,392,393,408,410,411,412,420,423,424,425,426,427,428,447,450],origin_i:185,origin_x:185,origin_z:185,ornl:[7,9,15],orsi:29,ortho:[3,59,146,423],orthogon:[],orthograph:168,orthong:59,orthongon:[59,270],orthonorm:195,orthorhomb:260,os4:143,oscil:[6,9,129,190,194,197,198,214,226,227,229,260,265,270,295,296,298,300,327,336,411,443,448],oscillatori:226,oserror:11,other:[],otherwis:[1,3,12,14,16,17,18,37,39,55,71,102,111,118,123,124,137,145,163,169,170,179,181,189,190,194,203,205,207,214,229,270,313,314,326,333,341,364,368,378,379,390,413,418,421,423,424,443],otyp:[349,369,373,377],ouml:443,our:[5,6,7,8,13,216,273,384,408,410,443],out:[1,2,3,6,7,8,11,12,13,14,18,19,21,41,64,66,71,75,90,91,93,94,97,103,104,105,106,107,114,115,122,123,124,125,127,128,130,131,132,133,134,136,137,139,141,147,151,167,168,169,170,172,184,188,189,190,193,201,204,205,211,213,216,221,241,252,254,255,256,265,266,267,270,275,290,299,301,302,303,304,306,309,316,317,321,324,328,332,357,364,405,417,418,420,421,423,426,427,428,430,431,432,434,437,439,440,441,444,446,448,449,450,451,452],outcom:[270,449],outer2:[344,362],outer:[3,8,16,199,211,303,317,324,326,332,334,335,336,337,338,339,340,341,342,343,344,345,347,348,349,350,352,353,354,355,356,357,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,385,387,389,391,392,393,394,395,396,397,398,399,400,401,402,403,404,406,407,408,409,410,412,413,414,415,416,418,431,432,437,442],outer_distance_cutoff:363,outermost:[38,56,173,174,226,229,329,407,432],outfil:[13,420],outlin:[6,168],outmost:210,outpt:12,output:[],output_frequ:178,outsid:[3,57,59,71,134,144,166,167,168,169,170,183,184,195,205,211,270,271,278,283,284,297,298,300,301,316,328,340,342,349,357,369,371,387,395,421,423,424,426,433,440,449],outuput:181,outut:6,outward:[142,295,299,300,423,432],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,101,103,105,108,115,116,120,121,124,127,130,138,140,153,164,168,170,172,173,174,180,181,182,183,184,185,186,187,188,189,190,194,195,203,206,207,211,213,214,215,219,227,228,229,230,231,232,234,235,246,247,248,249,251,256,257,260,267,268,269,270,271,274,275,278,281,282,283,284,286,289,292,293,295,297,298,299,300,301,304,317,320,328,329,330,333,347,353,355,356,357,358,363,378,380,390,396,397,405,406,408,409,410,419,420,421,426,428,429,431,432,437,440,441,448,449],overal:[6,18,25,59,138,192,198,229,230,253,273,278,303,324,357,363,364,396],overalap:270,overcom:[241,278],overflow:[3,327,329],overhead:[6,11,19,41,169,181,184,185,188,202,259,329,330,426],overkil:270,overlai:[],overlaid:7,overlap:[3,13,16,62,76,144,147,164,169,177,180,181,183,184,185,186,195,199,241,256,261,267,270,271,278,296,300,318,321,324,326,327,333,353,357,361,364,367,377,397,412,423,426,432],overload:1,overrid:[3,12,14,17,22,44,71,130,144,152,168,169,173,174,192,199,224,229,305,318,329,346,363,364,380,384,392,420,421,433,435,440,448],overridden:[6,144,168,233,270,378,384,397,405,431,448,450],overview:[],overwrit:[11,12,22,44,152,169,181,182,183,184,185,186,271,305,316,322,346,380,421,424],overwritten:[258,289,316,363,364,418,419,424],own:[3,4,6,7,8,11,12,13,15,17,39,41,59,61,63,65,66,69,71,73,75,79,90,92,93,104,106,113,114,115,117,119,124,127,139,141,142,167,169,172,178,180,181,182,183,184,185,186,188,191,192,194,203,206,207,213,214,216,224,227,229,231,232,233,234,235,246,247,249,253,257,265,270,271,281,282,283,292,318,328,333,335,339,348,356,366,390,392,393,406,408,409,410,420,433,440,449],oxford:[29,87,352],oxid:[348,349],oxygen:[6,40,202,349,369,373,423],oxygen_c:126,p_e:290,p_ik:390,p_pi:339,pacakg:[3,4,12,40,333],pack:[5,8,67,296,333,339,380],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:333,packag:[],packakg:15,packet:[7,9,40,168,336,357],pad:[3,167,168,169,253,448],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,93,102,104,105,106,107,109,112,114,117,119,121,123,124,137,139,141,144,145,146,152,163,167,168,169,170,172,173,174,179,180,181,182,183,184,185,186,195,205,212,213,214,224,229,230,234,235,239,246,247,248,249,256,259,270,275,278,281,282,283,292,296,299,301,303,305,313,317,326,327,328,329,333,334,335,338,346,348,349,355,356,358,363,364,366,367,380,381,382,384,386,390,391,396,405,406,408,410,412,421,423,424,425,426,428,431,432,433,435,440,441,448,449,450,451],pai:[15,18],pair:[],pair_:[87,173,174],pair_airebo:366,pair_charmm:377,pair_class:8,pair_coeff:[],pair_eam:334,pair_eff:130,pair_foo:8,pair_hybrid:[364,411],pair_interact:178,pair_list:368,pair_lj:377,pair_lj_cut:8,pair_lj_soft_coul_soft:87,pair_modifi:[],pair_sph:[398,399,400,401,402,403],pair_styl:[],pair_writ:[],paircoeff:3,pairfoo:8,pairij:[3,423],pairkim:3,pairstyl:8,pairwis:[],palegoldenrod:169,palegreen:169,paleturquois:169,palevioletr:169,pan:168,panagiotopoulo:[350,359],pandit:[9,263,393],papaconstantopoulo:334,papayawhip:169,paper:[3,6,7,8,9,13,39,40,64,120,132,138,156,213,216,220,228,255,261,263,270,278,286,290,293,318,325,328,335,343,349,361,363,366,371,373,389,392,393,408,410,418,437],paradyn:5,paraemt:394,paragraph:[71,132,295,321,424],parallel:[],parallelepip:[6,146,321,423,426],parallelipip:[146,252],paralleliz:255,param:[3,261,263,420,426],paramet:[],parameter:[118,143,335,339,348,349,355,356,357,358,366,380,381,382,390,392,393,406,408,409,410],parameter_fil:178,parameterizaion:349,parametr:[6,9,36,356,391,395],paramt:[105,261,297,394],paramter:348,paratem:377,paraview:271,parent:[3,8,301],parenthes:[38,56,164,361,407,448],parenthesi:[2,181,303,448],parinello:[6,7],pariticl:188,paritlc:3,park:[3,7,9,178,274,382,389],parrinello1981:192,parrinello:[192,207,227,229,230,260,282],pars:[],parser:[12,448],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,96,97,98,99,100,101,105,107,108,109,111,112,115,120,121,122,123,126,128,130,131,135,136,138,142,147,150,151,153,154,155,156,158,159,161,162,163,164,167,169,170,172,175,176,177,179,185,187,188,189,190,191,192,193,195,197,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,217,218,219,220,222,223,224,227,229,230,231,232,233,234,235,236,237,238,239,240,242,244,245,246,247,248,249,251,252,253,255,256,260,261,262,263,264,265,266,267,269,270,272,273,274,275,277,278,281,283,284,285,286,287,288,289,290,291,293,294,295,296,297,299,301,302,303,304,306,307,308,309,312,313,314,318,319,326,327,328,329,333,334,335,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,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,385,386,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,414,415,416,420,421,423,424,425,426,430,431,432,435,441,448,452],partai:[9,391],parti:9,partial:[],partic:6,particip:[190,338,367,412],particl:[],particleenergi:3,particleviri:3,particular:[1,3,6,8,10,12,16,40,63,65,69,70,71,79,92,108,113,115,116,120,144,166,167,172,177,184,188,191,206,211,212,216,226,229,251,256,269,270,273,285,296,301,304,319,321,324,327,333,338,339,340,342,344,345,347,351,356,357,360,362,364,369,373,377,386,387,394,395,405,406,408,409,410,418,420,423,424,425,430,431,433,441,448,449,451,452],particularli:[7,9,12,15,16,25,39,168,192,270,319,357],partilc:278,partit:[],partitoin:62,partner:[3,7,61,189,190,191,214,278,293,411,433,438,443],pascal:[9,13,447],pass:[6,7,8,11,66,74,75,81,89,90,93,103,104,105,106,139,167,169,170,192,193,203,205,226,227,229,259,278,295,317,329,333,364,392,404,421,423,424,428,434,448,451],passphras:12,past:[],patch:[0,12],patchi:270,path:[3,6,7,11,12,13,15,170,212,228,253,274,278,285,290,328,334,335,339,346,355,356,358,366,380,381,382,386,390,391,392,396,406,408,410,424],patient:12,patom1:115,patom2:115,patrick:409,pattern:[3,7,12,62,73,425],pattnaik:270,paul:[0,7,13,213,215],pauli:[9,357],paus:431,paves:253,payn:[120,391,396],pb2:143,pb4:143,pbc:[295,336],pchain:[229,230,233,270],pcie:1,pd2:143,pd4:143,pdamp:[229,230,233,257,270],pdb:[6,13,170],pdf:[0,8,9,13,17,40,99,100,101,111,193,212,222,223,389,398,399,400,401,402,403,433],pdim:293,pdlammp:[78,80,389],pdlammps_ep:[111,389],pdlammps_v:389,pe_eta:229,pe_etap:229,pe_omega:229,pe_strain:229,peachei:13,peachpuff:169,peak:359,pearlman:87,peculiar:12,pedersen:319,peform:[39,262],penalti:[14,392,393],pencil:[6,71,132,184],pend:3,penetr:42,peng:143,penn:13,pentium:10,peopl:[7,8,9,12],peptid:[4,9,193],per:[],peratom:[3,110,121],perceiv:168,percent:[3,16,192,333,406],percentag:[1,192,229,256,257,270],percol:190,perfect:[6,41,70,73,188,251,328],perfectli:[41,188,424],perfom:[6,328],perform:[],performac:1,pergamon:[380,410,416],perhap:321,peri:[],peridyma:78,peridynam:[3,4,6,7,9,40,63,78,80,111,389,405,433],perimitt:350,period:[],perioid:295,perl:[6,13],perm0:447,perman:[3,39,54,71,148,189,190,210,269,301,333,363,427,435],permeabl:250,permiss:[190,421],permit:[6,216],permitt:[350,410,415,416],permut:[12,356,406,408,410],perpendicular:[6,123,168,194,211,221,226,228,251,254,295,296,325,423],perram:[319,360],persepct:168,persist:[3,8,71,203,270,333,420,421,429,448],person:9,persp:[3,168],perspect:168,pertain:[346,405],perturb:[9,13,70,87,225,268,295,298,300,428],peru:169,peskin:216,pessimist:319,petersen:[278,319],pettifor:[339,405],pettifor_1:339,pettifor_2:339,pettifor_3:339,pfactor:168,pforc:421,phantom:210,pharmaceut:7,phase:[3,12,16,229,285,293,339,369,409,420],phd:391,phenol:443,phenomena:357,phi0:[162,269],phi1:151,phi2:[151,356,406],phi3:[151,356,406],phi:[1,3,4,7,9,12,16,17,79,120,163,164,168,208,252,269,307,333,334,339,355,358,380,381,382,436],phi_ij:[339,358,390],philadelphia:9,phillip:[214,353,443],phillpot:[262,348,349],philosoph:355,philosophi:[6,7,212],phonon:[],phophor:396,phosphid:396,phy:[6,7,13,20,21,25,39,43,45,46,64,70,73,87,88,110,112,120,121,126,132,150,151,161,179,192,193,198,206,207,212,213,214,215,216,227,228,229,230,233,247,248,252,253,257,260,262,265,270,273,274,278,281,282,285,286,287,288,290,293,295,304,312,314,318,319,325,328,335,339,340,344,345,347,348,349,350,351,352,353,355,356,357,359,360,361,362,363,366,369,371,373,374,377,378,379,380,382,383,384,387,389,390,394,396,404,406,407,408,409,410,411,418,432,435,437,443],physic:[3,6,9,12,14,16,17,18,40,53,59,138,178,194,207,213,215,216,218,219,220,227,252,261,263,289,290,319,321,328,333,335,337,343,347,355,363,364,391,392,393,399,400,402,403,418,420,432,438,447],physica:[378,379],physik:[7,9],pic:9,picki:8,picocoulomb:447,picogram:447,picosecond:[169,194,441,447],picosend:357,pictur:7,piec:[3,11,120,169,229,430,452],pieter:13,pimd:[],pin:16,pink:169,pipe:[6,168],pipelin:[3,6],pisarev:290,pishevar:353,piston:[],pitera:6,pixel:168,pizza:[4,6,7,11,13,41,167,168,188],pjintv:13,pka:290,place:[3,6,7,9,11,12,33,41,50,71,87,138,144,148,157,164,167,168,169,171,172,173,174,190,191,194,205,206,207,209,212,213,214,215,217,219,220,229,234,235,246,249,256,259,268,270,281,282,283,290,295,298,300,317,346,363,405,412,420,421,424,431,433,441,448],placehold:[33,157,334,335,348,355,358,365,366,380,381,382,386,390,392,393,396,404,406,408,409,410],placement:[321,369],plai:[168,285],plain:[9,377,421],plan:[3,5,6,16,17,146,423],planar:[6,40,42,211,251,296,312,314],planck:[205,253],plane:[3,6,9,41,42,57,59,67,71,168,172,178,184,188,208,211,221,251,254,264,275,277,290,296,304,306,307,308,309,314,321,379,412,426,433],planeforc:[],plasma:[9,88,230,290,357],plastic:[],platform:[1,3,7,9,12,13,15,17,167,168,170,425,430,452],plath:[6,91,172,286,293],player:168,pleas:[0,3,7,11,12,13,178,207,216,220,252,255,266,285,301,356,358,389],plen:336,plimpton:[0,5,7,70,112,121,191,251,278,361,389],plo:29,plog:[3,12,432],ploop:[229,230,233],plot:[7,11,13,260,375,377,407,413],plu:[3,11,12,39,59,68,96,147,169,187,192,194,195,233,270,330,357],plug:9,plugin:[9,13,170,424],plum:169,pm3:143,pmb:[],pme:319,pmf:[193,274,275],png:[3,12,167,168],pni:168,poariz:6,poem:[],point1:423,point2:423,point3:423,point:[],point_data:271,pointer:[3,7,8,11,203,421],pois:447,poiseuil:[4,175,208],poisson:[59,194,319,361],poisson_solv:178,polak:325,polar:[6,7,120,143,178,197,348,349,369,411,443],polar_off:348,polar_on:348,polariz:[],poli:[],pollock:[7,319],polya:301,polybond:13,polychain:270,polydispers:[3,341,347,361,378,379,405,415],polygon:[6,142],polym:[],polymer:7,polymorph:[],polynomi:[38,56,164,355,375,384,400,407],polytechn:255,poor:[16,17,41,188,247,248,273,333,375],poorli:[325,326],pop:[3,8],popen:12,popul:[12,265,321,354,423],popular:[12,167,356],pore:275,poros:147,porou:[216,219],port:[210,212],portabl:[7,9,12,167,193,392,425],portion:[1,3,9,11,12,15,16,41,54,71,88,91,107,108,110,113,121,134,167,169,180,181,183,184,185,186,188,192,202,216,229,231,232,234,235,262,267,268,270,271,303,317,329,333,340,342,343,344,345,349,350,352,353,357,359,360,362,363,369,373,377,387,394,395,410,413,422,423,428,432,433,448],poschel:361,posfreq:267,posit:[3,6,14,27,39,40,41,42,46,57,59,70,71,81,89,90,103,104,108,117,118,120,121,127,142,143,144,146,147,148,153,155,164,166,168,169,172,173,175,177,179,180,181,183,184,185,188,189,190,191,192,193,194,195,198,200,205,206,207,208,210,211,213,214,215,216,218,219,222,223,226,227,229,230,231,232,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,251,252,253,255,256,257,260,261,265,267,268,270,273,274,275,277,278,280,281,282,283,285,287,288,289,290,293,295,296,297,298,299,300,301,304,318,321,328,335,336,338,341,353,354,357,359,367,372,393,404,407,412,418,423,426,433,443,448,449],posix:210,posix_memalign:12,possibl:[1,3,6,8,9,11,12,15,38,40,41,55,59,63,70,71,87,113,115,120,121,123,137,166,167,169,172,174,178,179,184,188,189,190,191,195,197,207,214,251,264,265,267,270,278,280,290,291,308,317,319,326,329,330,333,354,363,380,393,407,421,427,436,437,438,441,443,448,449,451],post:[],post_forc:8,post_force_integr:8,post_force_respa:8,post_integrate_respa:8,postit:[184,185,241],postiv:86,postma:[257,281],postprocess:13,pot:[361,393],potentail:358,potenti:[],potentiel:377,potetni:364,potpourri:9,pour:[],pourtoi:285,pow:194,powderblu:169,power7:17,power8:17,power:[3,9,11,105,120,169,265,318,333,339,421],pparam:[87,173,174],ppm:[12,167,168],ppn:[14,15,16,17,18,333],pppm:[],pppm_disp:3,pppmdisp:3,pproni:[3,206],pr3:143,pr4:143,practic:[3,12,192,229,230,252,259,420],prb:[408,410],prd:[],pre:[],pre_exchang:8,pre_forc:8,pre_force_respa:8,pre_neighbor:8,prec_tim:14,preced:[2,6,59,180,181,182,183,184,185,186,212,267,271,303,321,328,333,339,363,437,440,441,448],preceed:[11,12,71,132,182,295,421,448],precipit:142,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,109,112,122,131,144,150,151,153,154,155,156,158,159,161,162,164,167,169,175,187,192,201,204,208,213,229,231,232,233,234,235,236,244,246,247,249,261,262,263,270,272,273,281,283,294,304,306,307,308,309,312,314,318,319,326,333,334,335,337,340,341,342,343,344,345,347,348,349,352,353,355,356,358,359,360,361,362,363,367,369,370,371,372,373,374,375,376,377,378,381,385,386,387,389,392,394,395,397,406,407,408,409,410,412,414,415,416,425,432,433,436,441,443,447,448,449],precv:420,predefin:[162,169,301,357],predict:[1,6,10,241,270,333],preexponenti:437,prefactor:[24,25,28,32,35,36,138,152,163,173,174,182,295,306,309,312,326,347,359,386,394,395,397,415],prefer:[7,8,12,269,291,335],prefix:[11,12,168,193,252,417,420],preliminari:[38,56,164,407],prematur:326,prepar:[9,264,278,434,443],prepend:392,preprint:[120,396],preprocessor:210,prerecord:193,prescrib:[6,8,123,124,137,172,173,178,181,195,226,243,291],presenc:[167,189,190,216,219,378,379,415,450],present:[1,3,12,16,18,142,164,168,195,206,207,212,216,217,219,220,265,296,299,348,357,368,377,393,394,420,443],preserv:[3,59,192,194,229,273,278,300,424],press:[],pressdown:187,pressur:[],pressure_with_eviri:357,presum:[73,133,172,173,174,194,328,364,426],prevent:[2,3,6,195,204,278,289,312,318,324,326,328,333,353,364,388,399,400,402,404,421,425,431,443,448],previou:[],previouli:195,previous:[3,11,59,61,71,86,102,117,119,133,144,146,148,166,167,169,177,179,180,181,182,183,184,185,186,194,195,205,211,224,226,256,268,270,272,273,290,292,295,296,297,298,300,301,320,361,405,418,421,425,426,436,438,440,441,444,445,446,448,449],prevoiu:296,price:[6,352],primari:[0,9,290],primarili:[5,7,9,17],primaritli:17,prime:[198,214,362,367,408,410,420],primit:[3,6,298,299,321],princip:[3,210],principl:[6,9,11,210,230,261,357,365,406,420],prinicp:[42,270,327],print:[],printabl:2,printflag:365,printfluid:216,prior:[142,165,320,451],priori:432,prioriz:333,prism:[3,6,132,146,426],priveleg:3,privileg:[12,210],prob:[189,190],probab:397,probabl:[3,8,12,40,71,134,147,148,150,179,188,189,190,191,195,205,214,229,256,295,301,326,384,418,437,443],problem:[],problemat:205,proc:[1,3,8,11,12,15,113,167,317,420],proce:[41,54,148,188,199,328,430,438,441],procedur:[6,12,39,41,169,179,188,205,213,214,215,229,231,232,233,234,235,246,247,248,249,252,281,282,283,284,287,288,326,328,335,341,424,443],proceed:12,procesor:[41,420],process:[],processor:[],processsor:[41,188,420],procp1:167,procssor:432,produc:[1,3,4,6,7,12,13,14,15,16,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,92,108,109,110,112,113,114,115,117,119,121,122,131,150,151,153,154,155,156,158,159,161,162,164,167,169,172,175,180,181,182,183,184,185,186,187,188,191,201,203,204,206,207,208,213,214,215,224,226,229,231,232,233,234,235,236,244,246,247,249,256,260,261,262,265,270,271,272,273,279,280,281,283,290,291,292,294,295,298,303,304,306,307,308,309,312,314,319,326,328,331,333,334,335,337,340,341,342,343,344,345,347,348,349,352,353,355,356,357,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,381,385,386,387,389,390,393,394,395,397,406,407,408,409,410,412,414,415,416,418,420,425,428,429,432,437,448,449],product:[16,17,18,120,194,247,261,291,333,336,357,393,420,448],proessor:333,prof:255,profi:133,profil:[],program:[3,4,6,7,9,11,12,13,17,167,168,169,170,172,193,203,210,216,264,355,421,434,448],programm:[13,17],progress:[1,41,188,210,227,260,325,326,328,441,443],prohibit:433,project:[6,7,12,13,14,325,405],promis:7,promot:339,prompt:[8,11,12,210,434],proni:[3,206,207],proofread:8,prop:[6,259],propag:[4,9,177,229,260,357,364],propens:6,proper:[191,251,380,421],properati:259,properli:[175,200,270,327,328,421,449],properti:[],propoerti:278,proport:[6,39,41,87,103,104,140,188,213,214,215,260,286,293,294,361],proportion:213,propos:[6,120,179,192,205,229,247,265,369,382,409,411],prospect:7,protect:278,protein:[7,10,144,268,270,276,423,431],protocol:210,proton:[410,416,447],prototyp:[10,42,389],prouduc:[186,292],prove:216,proven:247,provid:[1,3,4,6,7,8,9,11,12,13,14,15,16,17,18,29,40,42,67,70,118,138,143,144,170,180,181,186,191,192,193,194,203,205,210,212,216,220,227,229,252,260,261,264,265,270,274,285,287,288,291,292,303,316,318,319,324,328,333,335,339,341,346,348,349,353,356,357,361,363,366,368,377,378,380,382,390,391,392,393,396,404,405,406,408,409,410,420,425,431,436,437,441,448],proxim:166,psa:298,pscreen:[3,12,432],pscrozi:[0,7,13],psec:[169,194,209,213,214,229,257,270,281,282,442,447],psend:420,pseudo:[357,418,423,428],pseudodynam:285,psf:6,psi:[358,415],psi_ij:358,pstart:[3,229,230,233,257,270],pstop:[3,229,230,233,257,270],pstyle:[87,107,173,174],psu:[392,393],psuedo:428,pt2:143,pt4:143,ptarget:192,pthread:[12,17],ptr:[6,11,203,421],ptype1:115,ptype2:115,pu3:143,pu4:143,pu6:143,publicli:5,publish:[7,216,220,261,349,380,408,410],pull:[274,275],puls:290,pump:[378,379],punctuat:[2,418,437],purchas:168,purdu:[9,13],pure:[11,278,364,381,382,408,410,432],purg:[3,424],purpl:[2,169],purport:11,purpos:[3,6,7,12,42,61,71,118,127,128,143,144,146,148,164,167,184,186,191,192,213,251,253,256,258,269,278,318,333,343,367,373,384,412,423,425,426,430,433,435,436,448,452],push:[3,8,175,187,194,211,228,251,268,274,326,361,397],pushd:211,put:[3,6,8,11,12,13,39,59,132,144,167,195,199,297,298,301,321,392,421,423,427],putenv:[434,448],px1:432,px2:432,pxx:[192,229,257,270,318,319,440,441],pxy:[3,6,441],pxz:[3,6,441],py1:432,py2:432,pydir:11,pyi:[192,229,257,270,318,319,441],pymol:[7,11,13],pymol_aspher:[],pympi:11,pypar:11,python:[],pythonpath:11,pyz:[3,6,441],pz1:432,pz2:432,pzz:[192,227,229,257,260,270,318,319,441],q_c:443,q_d:443,q_i:[358,377,411],q_j:377,qbmsst:[],qcore:261,qdist:[349,369,373,377],qeq1:261,qeq2:261,qeq:[],qfile:[261,349],qin:209,qmin:325,qmmm:[],qmol:264,qout:209,qtb:[],quad:[12,18,333,420],quadrat:[],quadratur:[87,178],quadrupl:334,quadruplet:[160,163,304,306,307,309,311,312,313],qualifi:[3,212],qualiti:[7,9,168,169],quantit:[74,81,103,104,105,140,361],quantiti:[],quantum:[6,9,120,203,207,253,260,264,265,339,357,405],quantum_temperatur:260,quartic:[],quartic_spher:178,quartz:[260,265],quasi:253,quat:433,quaternion:[3,6,40,82,113,123,144,231,234,237,238,239,246,360,423,433],quati:[113,423],quatj:[113,423],quatk:[113,423],quatw:[113,423],queen:13,quench:[301,418,437],queri:[3,11,54,243,421,448],quest:[6,203],question:[8,9,12,13,251,301,389,448],quick:[0,9,12,14,15,16,17,18,19],quickli:[3,4,8,12,13,39,188,194,210,278,325,326,328],quickmin:[324,325,326,328,437],quicktim:[4,168],quip:[],quit:[],quot:[2,3,12,219,258,303,380,418,419,421,431,448],r10:339,r12:360,r_1:120,r_2:120,r_c:[350,352,359,410],r_cut:339,r_d:443,r_e:358,r_ewald:271,r_fu:[378,379],r_i:[29,120],r_ii:120,r_ij:[29,339,357,390,416],r_ik:390,r_j:29,r_jik:390,r_max:185,r_me:350,r_mh:359,r_min:[185,351],r_ub:20,r_x86_64_32:12,ra2:143,rad2theta:143,rad:301,radhi:426,radial:[63,96,97,113,116,120,128,130,135,185,215,230,240,248,275,284,326,357,363,384,423,426],radian:[20,21,24,28,32,35,36,38,143,151,162,164,269,304,306,309,312,423,426],radiat:[118,143,290],radic:[146,423],radii:[76,120,191,195,347,355,360,361,378,379,415,426],radit:357,radiu:[3,6,63,76,84,85,89,90,113,118,120,137,142,167,168,172,185,211,216,230,232,235,240,244,248,249,263,275,276,278,280,295,296,299,301,325,339,341,347,357,358,361,369,377,378,379,380,396,410,415,423,426,433,448],radlo:426,rafferti:293,rahman:[6,7,192,227,229,230,260,389],rai:[9,17,143],ram:410,ramp:[],ran:[3,4,6,10,11],random:[3,6,39,144,147,166,168,177,179,189,190,191,193,195,202,205,206,207,213,214,215,216,225,253,256,260,265,268,270,278,282,285,290,294,297,341,353,354,418,433,438,443,448,449],random_se:418,randomli:[144,147,179,195,205,213,256,278,300,437,438],rang:[1,3,6,7,8,9,10,12,14,15,16,18,38,39,56,71,77,88,108,109,110,112,116,117,120,121,130,138,143,145,148,149,156,164,167,168,169,178,179,190,194,195,205,207,256,271,278,279,285,286,291,293,318,319,326,329,330,333,335,337,339,340,341,342,343,344,345,347,349,350,351,352,353,354,355,357,360,362,363,364,366,369,370,371,372,373,374,375,376,377,378,379,380,383,384,385,387,390,393,394,395,404,405,407,410,414,415,416,417,421,432,433,441,451],rank:[6,11,12,210,291,316,420],rankin:233,raphson:3,rapid:[4,6,11],rapidli:[3,8,12,71,191,213,227,229,270,281,282,294,349,353],rapp:[261,262,263],rappe_and_goddard:262,rare:6,rasmol:[6,7],rasmussen:360,raster3d:[6,7],rate:[6,12,127,169,178,194,195,209,210,211,256,260,286,287,288,289,293,324,325,354,378,379,418,437,441],rather:[1,2,6,9,12,40,41,62,112,127,168,188,194,206,207,270,282,290,294,296,297,298,301,357,392,407,424,428,433,435,440,448],ratio:[6,10,59,87,101,120,179,188,194,213,215,278,286,293,294,318,331,360,361,394,399,412,420,423,433,437],rational:[291,435],rattl:[],rattle_debug:273,ravelo:[233,371],rayleigh:[227,260],rb1:143,rbg:169,rcb:[3,41,188],rcm:[89,90],rcmx:[89,90],rcmy:[89,90],rcut:61,rcutfac:[120,396],rd1:328,rdc:17,rdf:[],rdn:328,rdt:328,rdx:4,reach:[6,12,41,119,188,190,192,214,233,278,285,303,317,332,350,443,448],react:6,reactant:357,reaction:[274,276,289,300,328,357],reactiv:[9,267,335],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,115,142,144,145,147,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,167,168,169,170,171,172,178,179,191,192,194,195,205,207,210,226,227,229,231,232,233,234,235,246,247,248,249,252,253,255,256,258,259,263,270,273,274,277,280,288,289,290,296,304,305,306,307,308,309,311,312,313,314,315,317,323,327,328,332,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,352,353,354,355,356,357,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,385,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,412,413,414,415,416,418,420,423,424,425,427,428,429,430,431,433,434,435,437,448,449,450,452],read_data:[],read_dump:[],read_restart:[],read_restart_set:8,readabl:[168,327,430,452],reader:[3,13,424],readi:[11,12,145,147,148,210,433,443,450,451,452],readm:[1,4,6,8,9,11,12,13,142,167,170,264,365,392,393,421],real:[3,6,7,11,27,30,31,59,71,91,120,133,144,153,166,169,177,184,185,194,195,198,210,211,214,226,253,260,265,268,294,295,297,298,300,308,318,319,321,324,330,349,384,392,393,410,423,426,432,440,442,447,449],realist:[3,195,427],realiz:[71,172,421],realli:[1,3,8,12,112,121,169,211,329,364,435],realloc:3,realtim:210,reamin:[295,299],rearrang:328,reason:[3,6,7,11,12,19,39,125,136,144,181,184,185,213,257,270,287,288,291,301,327,328,333,346,350,357,358,359,379,384,412,413,427,432,449],reax:[],reax_def:3,reaxc:[],reaxff:[3,4,5,7,9,13,172,261,263,266,267,364,392,393,405,435],rebal:[41,188],rebalanc:[41,188],rebo:[],rebuild:[11,12,14,15,16,205,329,353,441],rebuilt:[3,12,167,168,170,329,333],recalcul:[71,87,278],receiv:[3,187,210,212,251,420],recent:[],reciproc:[6,118,143,252,318,340,342,343,349,352,357,369,373,387,395,437],recog:12,recoginz:3,recogn:[3,12,16,73,146,189,190,229,327,355,380,392,421,423,430,431,443],recommend:[7,9,11,12,14,16,168,169,260,288,318,357,364,378,379,393,394,432],recompil:[1,3,9,12,170,273],recomput:[102,148,199,274,354,435],reconstruct:[3,193],record:[170,193,274],recov:[192,229],rectangl:[41,188,321],rectangular:[7,41,62,146,188,205,321,423,425,427],rectilinear:[118,143],rector:53,recurs:[41,188,339,412],recust:41,recv:420,red:[2,10,168,169,191,253],redefin:[3,425,431,448],redirect:12,redo:12,reduc:[],reduct:[18,19,117,118,143,227,260,318],redund:358,ree:400,reed:[227,260],rees:[7,9,13],ref:[287,288,325],refactor:6,refer:[],referenc:[3,6,12,63,68,71,114,167,172,182,186,205,259,292,319,349,363,386,394,421,441,448],reflect:[],reformat:7,refresh:178,reg:426,regard:[6,59,226,273,389,393],regardless:[15,71,144,147,166,183,184,194,213,229,231,232,234,235,257,270,278,333,420,426,433],regim:[6,286,293,350,432],region:[],region_spher:8,region_styl:299,regist:[116,392,393],regoin:6,regress:448,regspher:144,regstrip:301,regul:6,regular:[1,3,9,41,62,88,142,146,179,188,205,290,319,350,404,420,423,425,427],reigon:448,reinhardt:[287,288],reject:[144,191,392,438],rel:[1,6,14,27,36,41,59,71,120,123,126,127,129,144,153,169,172,179,184,188,194,195,198,205,211,225,226,247,251,256,265,267,268,274,275,278,280,285,286,290,297,301,318,319,326,357,360,361,378,379,380,394,415,424,432,437,441,443,449],relat:[],relatic:[198,214],relationship:[6,261,303,318,415,443,448],relax:[],releas:[0,5,7,8,13,189],relect:[3,384],relev:[2,6,12,41,78,80,111,144,148,169,173,174,177,178,179,180,181,182,183,184,185,186,187,188,189,190,194,195,196,199,201,202,204,205,206,209,210,216,217,218,220,221,222,223,225,226,228,236,237,238,239,240,241,242,243,244,245,250,254,255,256,258,259,262,264,266,267,268,271,272,273,274,276,278,279,280,285,286,289,290,291,292,293,294,295,296,297,298,300,301,318,326,336,337,341,347,349,350,352,353,354,357,359,360,361,362,363,368,370,371,372,374,375,376,378,379,384,385,389,394,397,404,407,414,415,416,420,436,449],reli:[3,12,262,357,393,423,433],reloc:12,remain:[7,33,37,41,50,55,59,71,87,104,124,125,126,127,131,132,133,134,136,147,157,163,164,167,173,174,179,181,182,184,185,192,194,213,214,221,229,230,234,235,246,247,249,254,255,278,281,282,283,289,290,301,303,310,313,327,339,357,364,377,384,405,418,423,424,428,433,435,437,441,443,448,449],remaina:339,remaind:[144,167,195,256,278,291,410,423],remap:[3,6,12,59,61,71,127,144,166,184,194,211,226,247,318,423,424,425],remedi:[6,443],rememb:2,remov:[2,3,6,8,9,13,54,71,77,114,116,120,123,124,125,126,127,131,132,133,134,136,137,144,147,148,172,181,184,189,202,213,214,219,225,227,229,234,235,246,247,249,255,261,270,271,273,278,281,282,283,285,301,318,328,352,379,423,426,434,435,448,449],remove_bia:8,remove_bias_al:8,remove_molecul:178,remove_sourc:178,remove_speci:178,ren:143,renam:[12,302,434],render:[12,13,167,168,169],rendon:[229,230],reneighbor:[3,8,12,39,57,71,184,188,205,278,291,301,353,440,441],renssela:255,renumb:71,reorder:[3,12,39,420],repeat:[2,6,168,169,184,191,192,205,321,339,408,410,412,418,437],repeatedli:2,repel:211,repes:167,replac:[2,3,6,11,12,41,63,89,90,117,122,123,124,125,126,127,130,131,132,133,134,136,137,167,168,169,170,181,182,183,184,185,186,188,191,195,213,233,258,265,267,349,371,424,425,430,431,441,448,449,450,452],replic:[],replica:[],replica_fil:12,report:[],repositori:[7,12,365,391,392,393],reprens:290,repres:[1,3,6,8,9,12,15,40,41,42,59,67,71,90,113,116,156,164,167,168,181,182,183,184,185,186,192,198,206,208,213,216,229,253,255,257,265,270,271,274,275,290,292,299,319,328,334,339,360,367,377,378,379,380,381,382,387,390,392,393,411,412,418,420,423,433,435,438,443,448,450],represent:[3,6,8,57,59,146,167,206,207,253,290,339,357,360,394,423,426,443],reprocess:428,reproduc:[3,229,296,349,355,361],repul:380,repuls:[6,7,9,36,45,46,108,211,261,295,296,299,335,339,347,349,353,357,361,363,377,380,383,404,410,415,416],reqir:[261,263],request:[3,6,8,12,41,147,164,167,210,216,268,278,280,316,318,384,392,393,418,428,433,436,437,448,449,450],requir:[],rerun:[],rescal:[],research:[5,7,216,220,418,437],resembl:265,reserv:[12,210,443],reservoir:[91,205,209,213,290],reset:[],reset_atomic_reference_posit:178,reset_dt:8,reset_target:8,reset_tim:178,reset_timestep:[],resid:13,residu:210,residue1:329,resist:[6,210],resolut:407,resolv:[192,253,278,379],resort:3,resourc:[7,334,355],respa:[3,16,199,210,229,331,334,335,336,337,338,339,340,341,342,343,344,345,347,348,349,350,352,353,354,355,356,357,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,378,379,380,381,382,383,385,387,389,391,392,393,394,395,396,397,398,399,400,401,402,403,404,406,407,408,409,410,412,414,415,416,431,432,442],respect:[1,6,9,10,13,14,15,16,17,18,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,96,97,118,126,129,138,142,143,150,151,153,154,155,156,158,159,161,162,164,168,169,184,185,190,191,192,208,211,213,214,216,229,231,232,233,234,235,236,244,246,247,249,261,262,270,271,274,275,277,290,295,304,306,307,308,309,312,314,316,318,319,323,326,327,332,333,334,335,337,339,340,341,342,343,344,345,347,348,349,352,353,355,356,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,380,381,384,385,386,387,389,394,395,396,397,406,407,408,409,410,411,412,414,415,416,420,424,432,433,436,443,448,450,452],respon:9,respond:[6,7,127,194,357,389],respons:[6,7,227,286,293],resquar:[],rest:[6,8,12,259,263,269,339,379,380,440,441,443],restart1:253,restart2:253,restart2data:[],restart:[],restartfil:[12,13],restor:[3,8,60,61,144,173,174,259,274,275,280,440,441],restore_bia:8,restore_bias_al:8,restrain:[],restraint:[9,193,227,269,277,368],restratin:269,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,93,104,106,109,110,112,114,115,116,117,118,119,121,122,124,127,131,138,139,141,143,144,147,150,151,153,154,155,156,158,159,161,162,164,167,168,169,172,175,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,198,201,204,205,206,208,213,214,216,220,227,229,231,232,233,234,235,236,244,246,247,248,249,252,253,261,262,267,268,270,272,273,278,281,283,286,287,288,290,291,292,294,295,296,298,300,303,304,306,307,308,309,312,314,318,319,328,331,333,334,335,337,340,341,342,343,344,345,347,348,349,352,353,355,356,357,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,379,380,381,384,385,386,387,389,393,394,395,397,406,407,408,409,410,411,412,414,415,416,418,420,423,425,426,427,428,432,433,434,435,437,447,448,449],resum:448,retain:[2,189,190,339,420],retart:[33,50,157,310],retreiv:8,retriev:[6,8,203,381,382,448],reus:[3,435],rev:[6,13,64,70,110,120,121,132,179,207,213,215,227,229,230,233,247,252,262,265,270,274,278,282,285,287,288,293,325,339,347,348,349,352,355,356,357,360,361,366,371,378,379,380,382,390,394,396,406,408,409,410,418],revers:[2,6,8,87,155,191,211,229,250,251,261,286,287,293,328,377,432,443],review:[120,261,274,285,391,396,418,437,443],rewind:317,rewrap:167,rewrit:[5,12],rewritten:19,rezwanur:389,rfac0:[120,396],rfactor:278,rfile:270,rg0:276,rgb:169,rh3:143,rh4:143,rhaphson:3,rheolog:6,rhi:407,rho0:[380,402,403],rho0_meam:380,rho:[40,113,216,289,321,334,340,342,343,355,380,381,382,394,399,401,423,447],rho_0:[402,403],rho_alpha_beta:355,rho_bkgd:380,rho_colloid:295,rho_e:290,rho_fin:289,rho_i:[381,382],rho_initi:289,rho_ref_meam:380,rho_wal:295,rhodo:10,rhodopsin:[1,10],rhosum:[],ribier:325,richardson:270,richi:[9,19],rick:[261,262,348],rick_and_stuart:262,ridg:[9,19],right:[3,6,11,12,41,144,162,163,166,188,191,211,216,226,250,303,321,349,411,423,426,433,448],rightmost:[41,188],rigid:[],rigidifi:270,rii:[89,90],rij:[189,190,251,353,404],rin:[363,374,375],ring:[],rino:73,rinv:318,rirj:[296,361],rise:29,risi:[120,396],risk:[8,269,432],rix:[89,90],rjk:[189,190],rjone:[7,9,13],rlo:407,rmask:[3,448],rmass:3,rmax:[145,189],rmdir:434,rmin0:[120,396],rmin:[145,190,371],rmsd:289,rnemd:6,robin:169,robust:[324,325,326],rock:380,rockett:390,rod:270,rodata:12,rodnei:265,roi:7,role:285,roll:12,room:[57,59],root:[11,87,89,90,285,289,333,355,430],rosati:39,rose:380,ross:380,rosski:253,rosybrown:169,rot:[6,91,253,269,285,449],rotat:[],rotaton:426,rough:[6,144,168,300],roughli:[7,10,12,41,127,142,168,205,213,214,228,229,241,257,270,278,281,282,285,319,328,333,425,432],round:[1,3,12,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,71,109,112,122,131,150,151,153,154,155,156,158,159,161,162,164,169,175,187,201,204,208,213,229,231,232,233,234,235,236,244,246,247,249,262,270,272,273,281,283,294,304,306,307,308,309,312,314,319,331,334,335,337,340,341,342,343,344,345,347,348,349,352,353,355,356,358,359,360,361,362,363,367,369,370,371,372,373,374,375,376,377,378,381,385,386,387,389,394,395,397,406,407,408,409,410,412,414,415,416,425,432,447,448],rous:206,rout:[87,363,377],routin:[5,6,8,11,15,16,38,39,56,88,148,150,216,391,407,436],roux:[6,198,214,411,443],row:[6,65,66,68,69,75,79,90,92,93,104,106,108,114,115,116,119,124,132,139,141,143,181,182,183,184,185,186,219,270,290,292,300,357],royalblu:169,rozero:380,rperp:226,rpi:255,rpm:12,rrespa:[1,3,5,7,8,16,173,174,226,229,329,334,335,336,337,338,340,341,342,343,344,345,347,348,349,350,352,353,354,355,356,357,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,378,379,380,381,382,383,385,387,389,391,392,393,394,395,396,397,398,399,400,401,402,403,404,406,407,408,409,410,412,414,415,416,432],rspace:3,rsq:[407,413],rsurfac:290,ru3:143,ru4:143,rub:20,rubia:[381,382],rudd:[384,407],rudra:[7,9],rudranarayan:[7,255],ruiz:179,rule:[],run1:[6,332,448],run2:[6,315,317,332,448],run3:[6,332,448],run4:[6,332,448],run5:[6,332,448],run6:[6,332,448],run7:[6,332,423,424,428,448],run8:[6,332,448],run:[],run_styl:[],runloop:317,runtim:[12,17,168,333],russia:9,rutherford:290,rutuparna:[408,410],ryan:9,ryckaert:[273,312],rycroft:142,s00:389,s0st:6,s2050:1,s2629:355,s319:178,s_i:[6,357],s_ij:6,sack:7,saddl:[228,328],saddlebrown:169,sadigh:[179,355,381,382],saed_vtk:118,safe:[12,168,198,214,333],safe_zon:3,safest:[3,278],safezon:393,safran:415,sagui:[319,352],sai:[1,3,12,13,169,392,393,421],said:326,sakai:409,salmon:169,salt:[350,359,380,423],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,94,97,103,104,105,108,109,110,112,113,115,116,117,120,121,122,123,124,125,126,127,130,131,132,133,134,136,137,138,140,142,144,145,146,147,148,150,151,152,153,154,155,156,157,158,159,161,162,164,165,166,167,168,169,172,173,174,175,178,179,181,183,184,185,186,187,188,189,190,191,192,194,195,199,200,201,204,205,206,207,208,209,210,211,212,213,214,215,216,219,226,229,231,232,233,234,235,236,244,246,247,248,249,251,252,253,255,256,257,260,261,262,263,265,266,267,268,269,270,272,273,274,275,277,278,279,280,281,282,283,284,285,286,287,288,289,290,292,293,294,296,297,298,299,301,303,304,305,306,307,308,309,312,314,318,319,321,322,323,327,328,329,330,331,332,333,334,335,337,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,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,383,384,385,386,387,389,390,394,395,397,404,405,406,407,408,409,410,412,414,415,416,418,420,421,423,424,425,426,428,431,432,433,434,435,436,437,441,443,447,448,449,451],sampl:[1,2,4,6,9,10,11,12,14,91,123,137,142,166,168,181,182,184,185,193,195,203,205,207,209,229,230,253,256,265,267,271,275,276,278,282,285,288,300,329,339,354,423,437],sample_frequ:178,san:389,sandia:[0,5,7,9,13,14,17,70,111,358,380,389],sandybrown:169,saniti:[269,329],satellit:6,satifsi:448,satisfi:[3,12,73,118,120,142,143,192,216,233,273,298,326,329,361,437],satur:350,save:[6,8,12,19,40,59,164,168,191,206,207,213,214,215,256,265,290,319,329,331,339,425,428,435],sb3:143,sb5:143,sc3:143,scalabl:[],scalar:[],scale:[0,1,3,4,5,6,9,10,13,18,40,59,63,91,113,116,117,120,130,138,164,167,168,169,172,173,174,178,179,182,192,194,205,209,210,211,213,215,216,227,229,231,232,233,234,235,253,257,260,261,270,278,280,282,285,287,288,290,294,301,318,319,321,330,334,335,336,350,354,357,361,364,378,379,380,389,411,424,426,428,432,435,437,440,441,448,449],scalegamma:216,scalexi:[3,192,229,233],scalexz:[192,229,233],scaleyz:[192,229,233],scan:[169,190,317,424],scatter:[11,118,143],scatter_atom:11,scatter_coord:11,scenario:[6,40,61,191,259,268,278,291,299,329,427,428,432,440],scf:443,schaik:377,schedul:418,schell:409,schemat:191,scheme:[6,9,18,206,207,229,253,265,273,290,318,411],schlitter1:289,schlitter2:289,schlitter:289,schmid:353,schneider:[213,215],schoen:318,schr:443,schroding:357,schroeder:443,schulten:[214,274,319,443],schunk:278,schwen:9,sci:[73,298,348,382,390],scienc:[8,178,191,210,274,287,355,381,409],scientif:[120,355],scm:11,scratch:[12,41,188],screen:[],screenshot:11,scripe:11,script:[],scripta:67,scsl:12,sdk:[],sea:11,seagreen:169,seamlessli:259,search:[0,2,3,8,12,145,147,169,170,278,324,325,326,328,330,418,424,425,437,448],seashel:169,sec:[12,442,447],second:[1,3,6,9,10,11,12,16,17,54,57,59,61,71,88,91,105,112,121,132,138,142,143,145,146,147,166,167,169,172,181,182,183,184,185,186,191,205,206,211,226,228,253,267,269,270,273,274,275,276,278,287,288,290,301,318,321,325,326,328,329,333,338,339,340,342,343,348,349,355,357,358,361,362,364,368,371,380,384,386,406,409,410,411,418,419,420,421,423,425,430,432,436,437,441,443,447,448,449,450,452],secondari:[3,156],sectinn:451,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,92,93,96,97,98,99,100,101,103,104,105,106,107,108,109,111,112,113,114,115,118,119,120,122,123,124,125,127,128,129,130,131,132,133,134,135,136,137,138,139,140,142,143,145,150,151,152,153,154,155,156,157,158,159,161,162,163,164,167,168,170,172,175,176,177,178,179,181,182,183,184,185,186,187,188,189,190,191,193,194,195,197,198,200,201,202,204,205,206,207,208,210,212,213,214,215,216,217,218,219,220,222,223,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,242,244,245,246,247,248,249,251,252,253,255,256,257,259,260,261,262,263,264,265,266,267,270,272,273,274,278,281,282,283,284,285,286,287,288,289,290,291,293,294,296,297,301,302,304,305,306,307,308,309,310,312,313,314,319,320,321,323,327,328,330,332,333,334,335,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,384,385,386,387,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,418,419,420,421,423,424,428,431,432,433,434,436,437,438,441,443,448,449],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,109,112,122,131,150,151,153,154,155,156,158,159,161,162,164,175,187,201,204,208,213,229,231,232,233,234,235,236,244,246,247,249,262,270,272,273,281,283,294,304,306,307,308,309,312,314,319,334,335,337,340,342,343,344,345,347,348,349,352,353,355,356,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,381,385,386,387,389,394,395,397,406,407,408,409,410,412,414,415,416,432],section_accerl:355,section_command:[0,1,9,303],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,93,94,95,96,97,98,99,100,101,104,106,109,110,111,114,116,117,120,121,124,126,138,139,141,142,146,165,181,228,239,242,245,293,338,351,418,423,426,437],section_modifi:[6,7,42,167,168,441],section_packag:12,section_perf:7,section_python:[6,12],section_start:[3,4,6,9,11,322,328,417,418,432,438,441],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,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,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,222,223,224,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,244,245,246,247,248,249,251,252,253,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,272,273,274,275,277,278,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,299,301,302,303,304,305,306,307,308,309,310,312,313,314,315,318,319,321,322,323,325,326,327,328,329,330,332,333,334,335,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,414,415,416,417,418,419,420,421,423,424,425,426,428,429,430,431,432,433,435,437,438,439,440,441,442,443,448,449,450,451,452],seed1:438,seed2:438,seed:[3,144,147,166,168,177,179,189,190,191,193,195,202,205,206,207,213,214,215,216,253,256,260,265,270,278,282,285,290,297,341,353,354,418,433,438,443,448,449],seed_com:214,seed_drud:214,seek:[41,188],seem:[6,192,291,325,380,432],seen:[12,216,299],segement:3,segment:[3,4,6,7,40,42,82,113,172,242,270,278,353,367,393,404,405,423,431,433],select:[6,12,15,17,59,71,117,118,133,138,143,144,164,168,170,177,179,184,185,194,195,202,205,210,211,226,274,277,285,286,291,293,295,297,298,300,316,318,324,328,330,333,363,368,380,420,424,426,432,433,437,448],self:[],sellerio:13,semi:[3,170,178,179,250,252,424],semiax:123,semimet:357,send:[0,3,5,7,8,11,12,169,210,420],sender:[3,420],sens:[1,3,6,7,18,39,41,42,59,163,167,181,183,184,185,186,188,191,194,206,207,212,213,214,215,256,260,265,271,278,285,286,290,293,301,328,349,369,373,408,409,410,418,423,428,432,435,440],sensabl:210,sensibl:104,sensit:[2,6,73,192,265,449],sent:[169,210,316],separ:[2,6,7,12,13,40,41,76,116,120,142,144,147,169,170,178,182,188,189,190,191,192,195,198,205,213,214,229,241,253,256,257,259,261,265,270,273,278,281,282,283,286,293,301,319,333,340,342,349,350,352,378,379,380,386,391,396,405,406,407,410,415,421,423,424,425,432,435,440,443,449,450,451],seper:350,sequec:448,sequenc:[2,3,12,41,59,167,168,169,170,188,207,228,301,321,328,364,390,438,448],sequenti:[59,60,169,390,424],sequestr:7,ser:252,seri:[3,4,6,13,18,120,167,168,169,182,186,206,207,256,332,335,360,380,384,394,397,407,421,430,431,440,441,448],serial:[],serial_icc:12,serious:8,serv:[6,146,278,404],server:[1,212,333],set:[],set_callback:203,set_energi:203,set_vari:[6,11,421],setarea:216,sete:[181,191],setenv:[11,12,346],setfl:[13,334,355],setforc:[],setgamma:216,setmask:8,settl:192,setup:[3,4,6,7,8,11,12,13,16,37,40,55,59,71,87,91,132,145,146,147,148,163,169,178,191,194,278,291,313,329,330,333,405,420,423,431,450,452],setup_pre_exchang:8,setup_pre_forc:8,setup_pre_force_respa:8,seven:382,sever:[1,4,5,6,7,8,10,11,12,13,15,18,39,40,63,71,87,138,145,148,163,167,170,172,178,189,190,192,207,213,216,220,229,255,257,259,270,274,278,285,294,316,321,326,333,336,339,343,354,355,364,373,377,380,384,390,392,393,418,421,425,429,437,441,443,448,449],sfactor:[3,168,169],sfftw:12,sgi:12,sgmc:179,sgrid:278,sgroup:142,shade:168,shake:[],shan:[17,262,348],shanghai:[9,13],shape:[3,6,8,40,41,58,59,62,71,82,113,123,127,128,144,146,166,168,169,172,173,184,188,192,194,213,227,229,231,234,237,238,246,247,260,278,291,299,338,360,394,420,423,424,425,433],shapei:[113,423],shapex:[113,423],shapez:[113,423],shapshot:428,share:[],shared0:[],sharon:270,sharp:[299,380,410],shawn:9,shear:[3,4,5,6,7,9,59,61,127,166,192,194,216,229,247,278,293,296,361,378,379,389],sheet:427,shell:[],shen:9,shenderova:335,sheppard:325,shflag:12,shield:[],shift:[],shiftse:278,shiga:[6,229,230],shini:[168,451],shinoda:[6,9,229,230,395],shiny:168,ship:170,shlib:[11,12],shlibflag:12,shock:[4,9,172,177,227,233,260,297,371],shockvel:[227,260],shortcut:[192,229,257,270],shorter:[3,119,205,251,330,384,431],shortest:[168,330,336,432],shorthand:169,shoul:412,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,96,97,98,102,103,109,110,112,121,122,123,126,127,130,131,132,134,137,140,142,144,146,148,150,151,152,153,154,155,156,158,159,161,162,164,165,166,167,168,169,173,174,175,176,179,187,188,189,190,191,192,194,195,197,198,200,201,202,203,204,205,206,207,208,209,211,213,214,215,216,218,219,220,221,226,229,231,232,233,234,235,236,241,244,246,247,249,251,252,253,254,255,256,257,258,260,261,262,263,264,265,266,267,268,269,270,272,273,275,278,279,281,282,283,284,285,286,289,290,291,293,294,295,296,297,298,299,300,301,303,304,305,306,307,308,309,312,314,319,321,322,324,326,327,328,329,330,331,333,334,335,337,338,340,341,342,343,344,345,346,347,348,349,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,369,370,371,372,373,374,375,376,377,378,379,380,381,384,385,386,387,388,389,391,392,394,395,397,404,406,407,408,409,410,411,412,414,415,416,418,419,420,421,423,424,425,426,427,428,430,431,432,433,435,439,440,441,443,448,449,450],shouldn:[3,8],show:[6,11,12,116,251,328,363,380,407],shown:[1,12,17,41,96,97,118,120,130,143,163,188,191,213,229,247,253,256,265,285,318,357,358,360,361,377,394,423],shrank:71,shrink:[3,6,41,57,59,71,146,166,167,168,173,174,177,188,194,195,211,216,251,278,297,301,318,319,326,349,369,373,384,423,424],shrunk:71,shut:[6,11,329,422],si4:143,siam:298,sic:[4,349,364,380,386,406,408,410],sic_tersoff:390,sicc:[356,406,408,410],sicg:[408,410],sicsi:[356,406,408,410],side1:426,side2:426,side3:426,side4:426,side:[3,8,41,57,61,134,144,179,180,188,191,195,205,211,216,226,251,256,264,275,295,299,300,301,328,349,360,361,394,412,421,423,426,433],sidewai:4,sienna:169,siepmann:293,sigam:347,sigam_ii:367,sige:[408,410],sigma0:339,sigma14:377,sigma1:339,sigma2:339,sigma:[3,6,10,45,46,50,54,87,150,167,169,173,174,205,216,251,278,294,295,299,321,330,333,335,338,339,340,344,345,347,352,353,354,356,357,360,362,363,367,368,369,370,371,372,373,374,375,376,377,383,384,394,395,400,406,412,432,447,448,449],sigma_14:344,sigma_:350,sigma_c:347,sigma_cc:[335,347],sigma_h:359,sigma_i:[358,384],sigma_ii:[367,412],sigma_ij:[367,384,412],sigma_j:384,sigma_max:354,sigma_ss:347,sign:[3,6,12,155,163,250,275,298,303,431,440,448],signicantli:17,signifi:[3,66,75,90,93,104,106,114,124,139,141],signific:[7,12,18,86,206,227,230,265,278,291,357,360,380,384,450],significantli:[1,6,39,121,142,216,229,269,357,406],sij:182,sikandar:17,silbert:361,silent:[169,421,434],silicon:[356,380,406,423],sill:389,silver:169,sim:[9,395],similar:[5,6,7,8,9,12,17,18,40,41,46,59,68,87,112,115,121,144,145,167,169,172,173,174,181,188,203,204,206,213,219,220,230,259,260,265,269,270,282,285,295,296,298,300,319,324,325,327,335,338,339,353,355,357,361,377,378,384,389,390,420,425,430,432,437,439,441,443,448,449,450,452],similarli:[3,6,7,8,59,112,140,146,148,166,167,168,169,180,181,183,184,185,186,190,194,200,211,229,231,232,234,235,255,257,270,271,273,278,285,286,293,299,304,319,321,328,331,343,361,373,406,420,423,426,427,432,433,437,451],simluat:[6,39,169,278,378,424,425],simlul:[270,290],simmul:293,simpl:[],simpler:[8,42,169,270],simplest:[3,8,40,66,75,90,93,104,106,114,116,124,139,141,261,443],simpli:[1,3,6,8,11,12,14,17,66,71,75,88,90,93,95,104,106,113,114,119,124,139,141,147,148,169,172,173,174,181,183,184,185,186,190,192,194,198,203,212,214,219,229,253,257,268,270,271,286,292,293,318,319,321,327,328,333,343,352,364,373,380,384,420,421,428,431,438,441,447,448],simplif:357,simplifi:[179,269],simplist:11,simualt:319,simul:[],simulatan:333,simulation_nam:393,simulatoin:[12,424],simult:333,simultan:[6,7,15,16,194],sin:[194,226,295,298,300,390,423,426,433,448],sinc:[0,1,2,3,6,8,9,10,11,12,13,15,16,21,22,33,39,41,44,54,59,64,67,71,73,89,90,110,116,118,123,124,134,142,146,147,149,150,152,157,167,168,169,172,173,174,175,176,179,180,181,182,183,184,185,186,187,188,191,192,193,194,195,199,200,205,207,209,212,213,215,216,226,229,231,232,233,234,235,238,241,247,251,253,256,258,259,265,268,270,274,277,278,286,290,291,292,293,295,296,299,300,301,302,304,305,317,319,326,327,328,329,332,333,334,335,339,342,343,344,345,347,348,352,353,354,355,356,360,361,362,364,365,366,368,369,371,372,373,374,375,376,377,378,379,380,381,382,384,387,390,391,392,393,394,395,396,397,406,407,408,409,410,416,418,420,421,423,424,425,426,428,431,432,433,434,435,437,441,443,447,448,449,451],sinclair:[7,355,405],sine:390,singapor:120,singh:334,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,92,93,104,106,108,113,114,115,116,117,119,124,139,141,142,144,167,168,169,170,172,177,180,181,182,183,184,185,186,188,190,191,192,195,198,202,204,209,216,219,226,229,230,233,241,253,255,256,258,269,270,271,273,278,280,290,292,295,296,298,300,301,303,318,319,324,327,328,329,330,332,333,334,335,339,344,346,348,354,355,356,357,358,361,362,363,364,365,366,380,381,382,386,387,390,391,392,393,394,396,397,406,408,409,410,418,419,421,423,430,431,432,433,434,435,436,437,440,448,451,452],singleel:339,singular:[377,378,379],sinnott:[262,335,348],sinusoid:[144,194,295,296,298,300],sio:348,sirk:[121,404],sisic:[356,406,408,410],sisisi:[356,406,408,409,410],sister:346,sit:[252,423],site:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,67,70,87,210,216,217,273,319,334,339,349,355,359,369,373,377,387,392,393,411],situat:[9,192,205,216,229,253,271,325,339],sival:143,six:[6,120,182,183,386,390],sixth:386,sixthpow:[345,384],size:[],size_restart:8,sizex:235,sjplimp:[0,7,11,12],sjtu:9,skew:[3,6,58,59,146,168,194,229,423,426],skin:[3,12,39,61,73,115,145,147,205,241,270,290,329,330,333,388,441,447],skip:[12,16,33,157,255,317,327,332,368,423,428,431,440,448],skyblu:169,slab:[3,6,71,132,184,256,275,318,319,329,384],slateblu:169,slategrai:169,slater:[],sleight:54,slepoi:380,slice:[],slider:11,slight:[3,12,290],slightli:[1,6,39,40,167,168,170,265,270,319,335,349,367,369,373,408,410,418,431,450],sligthli:352,sliozberg:404,slip:[3,172,278,294,300],sllod:[],slope:[6,103,104,286,288,293,350,448],slot:1,slow:[3,6,7,12,39,206,210,213,214,227,278,285,318,328,333,384,432,443,449],slower:[1,10,17,39,214,319,333,339],slowest:[290,420],slowli:[12,71,188,294,326,397,425],slurm:12,slurm_localid:12,sm3:143,small:[],smallbig:3,smaller:[1,3,6,12,16,17,39,56,59,61,71,119,142,146,167,168,169,179,195,199,205,216,252,270,278,288,303,318,319,324,333,367,384,405,412,413,423,430,432,452],smallest:[3,70,72,142,227,267,448],smallint:3,smallq:319,smallsmal:[3,12],smart:207,smd:[],smi:[3,333],smirichinski:9,smit:205,smith:387,smmoth:433,smooth:[],smoother:144,smoothli:[54,120,286,293,344,362,375,377,410,416],smpd:12,sn2:143,sn4:143,sna:[],snad:[],snap:[],snapcoeff:396,snaphot:428,snapparam:396,snapshot:[],snav:[],snb:17,snow:169,soc:363,socket:[12,17,18,212,420],soft:[],softer:[295,299],softwar:[1,6,11,12,14,15,16,17,18,19,142,210,255,271],sole:[189,190,328,390],solid:[4,6,7,10,39,40,41,59,70,73,91,121,142,178,188,192,194,199,219,229,231,232,234,235,251,252,257,270,285,288,319,321,340,371,389,423],solut:[3,6,13,142,192,199,227,268,273,278,299,448],solv:[3,12,18,216,261,273,288,290,319,325,379],solvat:[4,10,144],solvent:[4,7,13,61,71,145,147,188,202,206,207,213,229,268,270,275,278,286,293,294,344,347,349,350,359,369,378,379,394,405,423,433],solver:[],some:[1,2,3,4,6,7,8,10,11,12,13,16,17,18,39,40,41,55,61,63,71,102,105,107,113,117,119,123,124,125,136,137,138,144,147,152,155,163,165,167,168,169,172,173,174,177,179,180,181,182,183,184,185,186,188,190,191,192,193,202,205,227,229,230,258,259,261,263,270,274,279,285,290,291,292,294,295,301,316,317,318,319,324,325,326,327,328,329,330,333,336,338,339,346,349,355,357,364,384,392,393,405,407,418,420,421,422,423,425,428,429,430,431,432,433,435,437,440,441,447,448,449,452],somehow:3,someindex:302,someon:[7,11,326],someth:[2,3,7,8,11,12,59,192,229,295,298,300,329,364,421,430],sometim:[2,3,6,8,12,18,184,192,229,286,293,318,330],somewhat:[7,9,12,70,124,134,181,229,318],somewher:[17,230,357],soon:[179,191,202,205,210],sophist:7,sorensen:437,sort:[3,13,16,39,71,167,169,170,210,328,329,333,354,424,425,451],sound:[216,227,402,403],soundspe:[402,403],sourc:[],source_integr:178,sourceforg:11,south:120,souza:286,space:[2,3,6,8,11,12,18,41,59,71,118,120,133,138,143,144,164,166,168,173,174,177,183,184,185,188,190,194,195,211,216,223,226,229,252,253,268,271,278,295,297,298,300,303,318,319,321,327,328,329,340,342,343,349,352,355,357,367,369,373,380,387,390,395,407,413,415,420,423,426,435,441,443,448,449],spahn:361,span:[2,12,38,71,173,174,184,211,270,318,334,335,339,348,355,358,365,366,380,381,382,386,390,396,406,408,409,410,417,418,426,427,448],spars:[71,164],spatial:[],spawn:210,spc:[],spcpu:441,speak:[17,278,285],spearot:[118,143,271],specfi:[12,107,211,426],speci:[],special:[],special_bond:[],specif:[1,2,3,6,7,8,9,10,12,13,15,17,18,22,29,33,40,41,42,50,63,71,108,113,115,116,124,126,129,144,152,157,167,168,169,170,172,173,174,177,178,181,182,183,184,185,186,188,191,193,202,203,205,206,210,216,224,256,258,259,262,270,285,290,291,295,301,305,319,326,328,333,335,338,339,351,355,360,361,364,365,366,367,380,384,392,393,394,405,406,411,412,420,423,424,428,429,430,432,433,439,440,441,447,448,449,450],specifi:[2,3,6,7,8,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,103,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,121,122,124,126,131,132,133,138,139,140,141,142,143,144,145,146,147,148,150,151,152,153,154,155,156,157,158,159,161,162,163,164,166,167,168,169,170,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,198,199,200,201,204,205,206,207,208,209,211,212,213,214,216,217,218,219,221,224,225,226,227,228,229,230,231,232,233,234,235,236,241,244,246,247,248,249,250,251,252,254,255,256,257,258,259,260,261,262,263,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,285,288,289,290,292,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,312,313,314,317,318,319,321,322,323,326,327,328,329,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,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,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,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,443,447,448,449,450,451,452],specifii:[207,216],speciti:432,spectral:396,spectrum:[9,120,260,265],sped:[39,227],speed:[1,3,6,9,12,14,15,16,17,18,19,39,41,169,188,213,216,227,260,278,285,291,297,318,319,328,333,339,349,384,402,403,408,418,432,438],speedup:[1,18,319,432],spefici:[144,168,363],speicifi:327,spell:426,spellmey:[6,150,435],spend:180,spent:[1,12,13,15,418,437],sph:[],sph_lammps_userguid:9,sphere1:216,sphere:[],spheric:[],spheriod:[3,6],spherioid:278,spheroid:[6,270,278],spike:116,spin:[9,40,113,296,336,357,423],spirit:7,spit:3,spline:[],split:[1,3,6,12,18,41,181,184,188,214,229,298,318,333,412,417,420,432],splittol:[6,318],sppark:6,spread:[1,6,12,303,431],spring:[],springer:274,springgreen:169,sptial:71,sputter:195,sq2:[3,321],sqrt:[2,3,59,81,89,205,213,214,215,251,278,294,296,321,347,353,355,359,361,380,384,448],squar:[],squeez:[192,211,378,379],squibb:[5,7],sr2:143,src:[0,1,3,4,6,7,8,9,11,12,14,15,16,17,18,19,142,167,203,273],srd:[],srolovitz:355,srp:[],srun:12,ssao:[168,451],stabil:[6,213,229,339,392],stabl:[6,64,216,233,269,339,443],stabli:206,stack:[3,8,70],stage:[3,87,172,203,228,264,301,328,418,437,448],stagger:[1,3,169,319,430,439,448],stai:[3,14,17,173,174,227,243,260,333,423],stamp:[285,424],stamped:12,stan:17,stand:[0,6,7,13,266,392,393,421],standard:[],stanford:9,starikov:290,start:[],start_6:359,start_7:432,startstep:448,stat:[12,54,148,251,265,326,353],statcoul:447,statcoulomb:447,state:[],statement:[3,421,422],stationari:[],statist:[3,6,12,39,41,64,189,190,191,206,207,213,214,215,255,256,260,265,270,273,278,289,290,291,326,328,335,353,354,361,378,415,418,425,431,433,437,440,441],statu:[3,12,54,60,148,193,198,214,348,437],statvolt:447,std:12,stdin:[3,12,317],steadi:[6,227,233,260],steelblu:169,steep:407,steepest:[7,325],steer:[7,9,193,196,274],stegailov:290,steinhaus:443,stencil:[3,216,318],step:[1,2,3,6,8,10,11,12,13,14,15,16,17,18,19,39,71,91,96,97,110,116,117,121,130,140,142,167,168,169,170,172,173,174,178,179,181,182,183,184,185,186,188,189,190,191,192,194,195,198,199,202,203,205,207,210,211,214,227,241,251,252,258,259,260,261,262,263,271,273,274,278,280,283,284,285,286,287,288,289,290,291,292,293,300,301,303,317,318,324,326,328,329,353,359,363,380,392,393,418,420,421,425,427,428,430,431,432,437,438,440,441,443,448,452],stepani:274,stepwis:87,stesman:285,steve:[0,5,7,13],steven:191,stiff:[6,40,51,189,190,252,253,326,389,443],stile:350,still:[1,3,6,9,11,12,13,14,17,18,38,41,61,71,108,116,142,148,164,165,167,169,173,174,188,209,213,241,261,265,278,290,303,318,319,324,345,355,360,361,364,368,378,388,392,394,397,405,423,425,431],stilling:[3,5,7,15,88,356,382,390,405,406,435],stipul:210,stl:71,stochast:[4,7,9,172,207,278,285,300,354],stoddard:352,stoke:[216,294],stoll:[213,215],stone:[9,19,319,352],stop:[],stopstep:448,stopthresh:[41,188],storag:[3,12,15,292,333,435],store:[],store_st:279,storm:12,stouch:7,str:448,straatsma:6,straddl:[3,59,61,134,211,270,275,301,423,427,433],straight:270,straightforward:[13,357,443],strain:[3,6,59,80,166,192,194,227,229,233,378,379],strang:[164,168,448],strategi:[],stratford:216,strcmp:303,stream:[3,6,112,121,124,127,128,168,178,194,206,207,213,214,247,256,265,278,449],streamlin:[12,431],streitz:[],streiz:349,strength:[3,120,138,149,168,269,295,299,364,393,394,435],stress:[],stretch:[3,54,59,117,189,274],strict:396,strictli:[6,41,164,188,227,260,285,423],stride2:448,stride:[169,207,430,439,448],strietz:349,strike:195,string:[2,3,6,11,12,41,144,167,169,181,182,183,184,185,186,188,205,258,271,303,320,332,380,390,391,392,396,419,421,423,433,434,440,441,448],strip:448,strong:[261,335],stronger:6,strongest:[378,379],strongli:[1,6,13,195,270,273,290,443],structrur:3,structur:[],structured_point:271,strucur:73,stuart:[261,262,335,348,405],stub:12,stuck:192,student:255,studi:[6,105,371],studio:12,stukowski:[179,355],style1:[33,50,157,310,364,423],style2:[33,50,157,310,364,423],style:[],style_nam:[229,230],stylist:8,sub1:434,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,107,120,138,146,157,163,168,169,173,174,188,192,194,229,230,233,252,260,265,270,273,290,291,299,301,310,313,321,323,333,338,348,354,360,361,363,364,384,392,393,394,411,412,420,423,426,432,440],subbox:[117,168,169],subdirectori:4,subdivis:216,subdomain:216,subequ:11,subgroup:[167,451],subject:[6,41,147,188,411],submit:[],subramaniyan:13,subroutin:333,subscript:[11,290,304,358,448],subsequ:[6,11,12,41,59,145,169,188,192,205,285,290,291,292,321,332,355,405,421,423,424,430,433,434,442,448,452],subset:[6,11,12,16,41,80,120,167,169,188,225,229,231,232,233,234,235,256,257,261,270,328,333,335,339,364,384,417,420,423,425,428,432,448],substanti:[6,16,406,432],substep:229,substitut:[1,2,3,12,167,212,328,332,357,384,421,434,448],substract:349,substrat:[146,192,229,231,232,234,235,257,270,423],substyl:[377,432],subsystem:290,subtl:[94,96,97,207],subtleti:130,subtract:[3,6,54,63,91,94,97,102,103,105,112,121,122,123,124,125,126,127,128,130,131,132,133,134,136,137,167,172,181,205,206,209,213,214,215,217,221,225,247,254,270,301,329,376,423,433,441,448,449],succe:12,succeed:182,succesfulli:3,success:[2,6,11,12,14,15,116,167,169,179,182,192,195,205,241,256,270,278,285,303,326,328,421,430,431],successfulli:[3,11,167,195,421,434],successulli:11,successv:428,sucessfulli:3,sudden:36,suddenli:299,sudo:[11,12],sufac:42,suffer:[16,17,18,293,299,333],suffici:[2,3,7,17,18,41,61,71,184,188,227,229,252,278,285,292,295,303,368,384,423,443],suffix2:12,suffix:[],suggest:[0,7,12,227,260,421,443],suit:[7,9,13,174,216,357],suitabl:[4,12,13,17,54,87,167,191,259,282,339,346,361,377,380,392,393,418,437],sum:[3,6,8,9,12,40,70,71,76,80,83,88,89,90,94,98,103,105,107,109,110,112,116,117,120,121,122,124,125,126,127,130,131,132,133,134,136,138,140,141,142,181,182,183,184,185,186,195,203,206,213,214,219,251,252,256,260,265,270,271,274,277,288,290,292,295,299,301,318,319,326,338,349,353,357,358,367,369,372,380,392,393,396,412,421,441,443,448,449],summar:[6,358],summari:[],summat:[6,9,42,70,88,318,319,343,349,355,356,369,373,406,408,409,410],summer:[3,13,184,392,393],sumsq:117,sun:[21,43,151,304,345,384,393],sunderland:17,sup:[252,260,265,348,443],supercomput:[12,17,18,421],superpos:[364,405],superposit:7,supplement:[207,392,393],supplementari:[193,360,394],suppli:[12,164,205,227,290],support:[1,3,6,7,8,9,11,12,13,14,15,16,17,18,19,40,41,42,87,88,102,107,167,168,169,170,173,174,175,176,181,188,191,192,193,200,203,207,208,211,213,214,215,216,224,227,229,231,232,233,234,235,246,247,248,249,251,252,257,260,262,264,269,270,275,277,281,282,283,284,288,293,295,299,316,317,318,319,325,326,327,333,334,335,336,337,338,339,340,341,342,343,344,345,347,348,349,350,352,353,354,355,356,357,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,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,406,407,408,409,410,411,412,414,415,416,420,424,425,430,432,433,434,436,437,443,447,451,452],suppos:[3,8,358,448],suppress:[6,12,142],sure:[6,8,11,13,14,164,173,174,192,270,273,300,355,407],surf:145,surfac:[3,4,6,8,40,42,57,70,118,120,142,144,147,168,172,195,202,211,216,219,251,262,269,275,278,285,290,295,299,300,328,339,364,378,379,412,415,420,426],surface_mov:290,surfact:[350,359],surpris:357,surrog:9,surround:[38,56,70,144,164,169,192,229,231,232,234,235,251,257,270,407,443],suspect:3,suspens:[378,379],sustain:[167,192,361],suzuki:[229,270],svg:6,svn:[7,11,12],sw_exampl:391,swamp:270,swap:[],swegat:289,swiggl:[3,226,295,298,300,426,448],swiler:[120,396],switch7_section_start:359,switchflag:[120,396],swm4:443,swol:53,swope:6,sxx:169,sy0302:9,symbol:[6,12,118,143,267,339,357,396],symmetr:[6,70,87,93,112,121,173,174,192,229,230,286,293,334,346,352,355,408,410,448],symmetri:[3,5,6,7,8,63,64,70,146,167,227,251,304,319,334,423,443],sync:[3,6],synchron:[1,207,328],synechococcu:7,syntax:[],sysdim:252,sysstem:339,system:[],system_:253,systemat:[6,213],systemx:3,t10:438,t11:438,t12:438,t13:438,t14:438,t15:438,t3e:12,t_chain:3,t_corr:3,t_correl:418,t_dephas:418,t_e:290,t_e_min:290,t_equil:[287,288],t_event:[3,418,437],t_hi:437,t_infil:290,t_init:[260,290],t_iter:3,t_lb:216,t_lo:437,t_order:3,t_oufil:290,t_out:290,t_outfil:290,t_qm:260,t_switch:[287,288],t_target:341,ta06a:396,ta5:143,tab:[2,423],tabbernor:118,tabinn:384,tabul:[3,7,13,22,37,38,44,55,56,65,71,79,92,164,278,318,334,339,340,342,343,344,345,346,349,355,357,369,373,387,390,393,395,405,407,408,413,425],tabular:390,tabulate_long_rang:393,tad:[],tadmor:9,tag:[178,197,443],tagint:3,tail:[3,87,110,138,334,335,336,337,338,339,340,341,342,343,344,345,347,348,349,350,352,353,354,355,356,357,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,387,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,412,414,415,416,425,441],tailor:[71,291],tait:[9,402,403],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,109,112,113,116,117,121,122,131,138,142,148,150,151,152,153,154,155,156,158,159,161,162,164,167,168,169,173,174,175,187,188,192,194,201,204,208,212,213,214,229,231,232,233,234,235,236,244,246,247,249,262,270,272,273,275,276,277,278,280,281,282,283,291,294,301,304,305,306,307,308,309,312,314,318,319,323,333,334,335,337,339,340,341,342,343,344,345,346,347,348,349,352,353,355,356,358,359,360,361,362,363,367,369,370,371,372,373,374,375,376,377,378,381,385,386,387,389,392,393,394,395,397,404,406,407,408,409,410,411,412,414,415,416,417,421,424,431,432,433,440,441,448],taken:[6,59,144,166,191,195,205,206,207,213,214,215,216,256,260,263,290,308,355,357,360,406,418,432,433],talk:[6,7],talli:[3,6,8,41,107,113,181,183,184,185,188,190,213,215,230,278,286,293,357,359,363,392,393,448],tan:[169,448],tandem:[4,16,270],tangent:228,tangenti:[6,108,278,296,300,361],tanh:290,tantalum:[4,396],taper:[3,263],tar:12,tarbal:[0,8,11,12],target:[3,6,7,8,11,12,17,39,41,169,177,188,192,193,195,205,206,207,213,214,215,229,230,231,232,233,234,235,246,247,248,249,253,257,260,265,270,274,276,281,282,283,284,289,290,293,294,297,316,319,341,353,418,429,431,449],target_fil:289,task:[1,6,7,12,13,14,15,16,17,18,54,169,210,253,291,333,421],taskset:16,tatb:[4,266],tatom:443,tau:[3,133,213,214,216,229,257,270,281,282,287,288,290,442,447],tau_1:206,tau_k:206,tau_n_k:206,tb3:143,tbead:136,tbp:339,tchain:[229,230,233,247,248,270],tcl:265,tcom:214,tcsh:[11,12,346],tdamp:[213,229,230,233,270,281,282],tdephas:418,tdrude:[129,198,214,443],teal:169,tech:[7,9,13],technic:[6,7,9,216,263,278,393],techniqu:[6,7,9,87,172,192,227,260,270,294,297,319,384,407,443],technolgi:9,technolog:[9,14,19,210],tell:[2,6,11,12,37,55,163,172,252,313,329,392,393,405,421,425,443],telsa:17,temeperatur:11,temp:[],temp_drud:443,temp_eff:97,tempcom:[123,137],temper:[],temperar:253,temperatur:[],temperature_definit:178,tempfix:438,templ:[7,9,18],templat:[3,8,13,17,19,40,144,145,147,195,205,256,270,273,327,423],templeton2010:178,templeton2011:178,templeton:[9,178],tempor:206,temporari:[2,430],temporarili:[164,269,436,437],ten:14,tend:[29,229,251],tensil:[7,194],tensor:[3,6,8,63,82,83,89,90,91,93,106,112,120,121,122,123,124,125,126,127,128,130,131,132,133,134,135,136,137,192,216,219,229,230,233,255,257,270,293,318,319,327,357,378,379,441,448],tenth:317,term:[0,1,3,5,6,7,8,9,12,20,21,22,27,38,40,45,46,61,87,88,89,91,110,112,121,123,132,137,138,151,152,153,164,169,173,174,180,182,183,186,194,200,206,207,208,213,214,215,216,228,229,230,231,232,233,234,235,246,247,249,253,257,260,269,270,276,281,282,283,290,292,294,296,304,305,314,318,326,329,334,335,339,340,341,342,343,344,345,347,348,349,350,351,352,353,355,356,357,358,360,361,362,369,373,376,377,378,379,380,381,382,384,387,394,404,406,408,409,410,415,432,433,435,441,443],termin:[118,229,326,328,422,431],termostat:282,terrel:325,terri:7,tersoff:[],tersoff_1:[408,409,410],tersoff_2:[408,409,410],tersoff_mod:409,tertiari:156,tessel:[9,142],test:[],test_descriptor_str:3,testf:164,testu:164,tether:[6,268,274,275,277,288,359],tex:8,texa:389,texas_holdem:269,text:[2,3,4,6,7,8,12,13,38,41,56,164,167,168,169,172,178,181,182,183,184,185,186,188,193,210,258,289,290,302,319,321,328,355,358,368,380,396,407,419,423,424,440,448,450],textur:17,tfactor:[3,169],tfinal:448,tfix:269,tfmc:[],th4:143,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,105,108,112,115,116,119,121,142,145,146,147,153,164,166,167,169,172,177,179,181,183,184,185,186,188,189,190,191,192,194,195,196,199,202,205,206,207,208,211,212,213,216,227,251,252,256,257,258,259,260,261,263,265,268,269,270,271,274,275,276,278,282,283,285,286,290,293,294,295,296,297,298,299,300,301,303,318,319,324,325,326,327,328,329,330,333,338,339,340,342,343,344,355,357,360,361,367,378,379,380,384,392,393,394,397,405,406,407,410,412,413,415,418,419,420,421,423,424,425,426,427,428,431,432,435,437,438,440,448,449,450],thank:[210,408,410],thb:393,thb_cutoff:393,thb_cutoff_sq:393,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,93,103,104,106,108,109,112,114,115,116,117,119,120,122,123,124,126,127,130,131,137,139,141,144,146,147,148,150,151,153,154,155,156,158,159,161,162,163,164,167,168,169,172,173,174,175,177,180,181,182,183,184,185,186,187,188,189,190,191,192,194,195,200,201,204,205,206,208,209,210,213,214,216,219,226,229,231,232,233,234,235,236,237,238,239,244,246,247,249,255,256,257,258,259,261,262,269,270,271,272,273,278,279,281,282,283,285,289,290,292,293,294,296,298,299,301,303,304,306,307,308,309,312,313,314,316,318,319,321,323,325,326,327,328,329,332,333,334,335,337,338,339,340,341,342,343,344,345,346,347,348,349,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,367,369,370,371,372,373,374,375,376,377,378,379,380,381,382,385,386,387,389,390,392,393,394,395,396,397,404,405,406,407,408,409,410,411,412,413,414,415,416,419,421,423,424,425,426,427,428,432,433,435,436,441,443,448,450,451],them:[1,2,3,4,6,7,8,9,11,12,13,14,39,40,41,54,59,71,91,107,114,117,119,146,151,167,168,169,170,180,181,182,183,184,185,186,188,191,192,194,202,210,213,214,225,229,231,232,233,234,235,246,249,251,257,259,267,268,269,270,273,278,281,282,283,285,289,290,292,296,297,298,300,301,304,319,321,327,328,329,333,334,339,346,355,358,360,364,384,394,397,412,418,421,423,430,435,438,443,448,449],themselv:[6,11,147,173,174,188,214,318,319,328,330,334,339,349,355,377,380,381,382,396,448],theor:285,theorem:[206,213,339],theoret:[105,210,260,406],theori:[3,9,12,40,120,178,193,207,229,252,318,319,339,415,437],thereaft:[71,221,254,270,286,293,421],therebi:[291,378,379],therefor:[3,6,12,64,87,129,179,198,205,214,216,273,285,319,351,391,393,406,411,416,432,443],therein:[6,380],thereof:87,thermal:[],thermo:[],thermo_modifi:[],thermo_p:[3,63,109,421,441],thermo_press:[63,112,192,198,229,231,232,233,234,235,257,440,441,443],thermo_styl:[],thermo_temp:[63,112,122,191,192,205,229,231,232,233,234,235,246,247,249,252,257,281,282,283,440,441,443],thermoberendsen:6,thermochem:447,thermochemistri:357,thermodyam:[441,447],thermodyanm:[63,191,278,301,432],thermodynam:[],thermophys:384,thermost:[6,126,177,193,198,214,297,443],thermostat:[],thermostatequ:6,thesi:[318,319,378,391],thess:340,theta0:[20,21,24,26,27,28,32,33,35,36,120,153,269,312],theta0max:120,theta10:339,theta1:[151,304,339],theta2:[151,304,339],theta3:[304,339],theta4:339,theta5:339,theta6:339,theta7:339,theta8:339,theta9:339,theta:[3,6,26,27,37,38,63,65,80,120,143,144,153,166,168,208,265,269,290,304,312,363,390,409,423,426,433],theta_0:386,theta_:[312,339],theta_c:363,theta_ijk:339,theta_ijl:304,theta_jik:[381,382],theta_pi:339,theta_sigma:339,thex:261,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,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,309,310,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,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,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,443,444,445,446,447,448,449,450,451,452],thick:[71,118,168,184,426],thie:110,thijss:285,thin:[116,168],thing:[3,6,11,12,54,68,71,192,229,257,270,278,420,421,425,448],think:[3,6,7,8,11,13,169,270,301,306,309,321,326,364,392,393,407,421,425,428,448],third:[6,9,29,91,120,121,142,181,182,183,184,185,186,206,267,275,276,290,348,358,380,386,411,418,419,421,423,426],thirumalai:156,thistl:169,tho:356,thole:[],thompson:[0,5,7,9,13,112,120,121,396],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,43,45,46,47,48,49,50,51,53,54,56,61,71,77,87,91,108,109,110,112,116,120,121,124,134,144,148,150,151,153,154,155,156,157,158,159,161,162,164,166,167,168,169,179,180,181,182,184,185,186,192,194,195,202,205,208,210,211,212,213,219,228,229,231,232,233,234,235,236,244,246,247,249,256,259,262,270,280,287,288,292,296,297,298,301,302,304,306,307,308,309,310,312,314,318,319,326,328,329,333,334,335,337,340,341,342,343,344,345,346,347,348,349,352,353,355,356,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,380,381,384,385,386,387,389,392,393,394,395,396,397,405,406,407,408,409,410,412,414,415,416,418,420,421,423,425,426,427,428,430,432,433,435,437,440,441,443,448,451,452],though:[6,8,12,16,39,40,63,71,91,104,144,167,169,179,184,189,190,192,194,199,230,268,270,272,286,293,303,318,321,328,353,354,355,357,358,360,361,377,378,384,418,423,425,426,431,435,448],thought:[127,213,247,270,294,295,325,361,368,443],thread:[1,3,9,12,16,17,18,210,291,333,436],threads_per_atom:3,three:[3,6,54,63,74,87,91,105,117,118,119,120,123,143,144,156,172,191,192,197,217,229,233,252,257,270,278,285,287,290,308,312,318,319,327,333,334,335,339,355,356,358,360,361,365,368,380,381,382,386,390,393,394,396,406,408,409,410,421,423,426,448],threebodi:406,thresh:[41,167,168,169,188,421],threshhold:[3,41,168,188,301,421],threshold:[3,41,86,169,188,251,329,393,418,437],thrid:421,through:[3,6,7,9,11,12,63,144,167,170,192,203,205,210,211,216,218,219,220,229,230,253,261,285,290,295,317,324,335,356,357,361,369,395,397,404,411,418,421,424,434,440,443],throughout:[6,16,116,118,291,333,423],thru:[3,6,7,11,12,66,74,75,81,89,90,93,103,104,105,106,139,166,167,169,183,226,278,298,303,317,326,332,426],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,93,103,104,106,108,109,113,114,115,116,117,120,121,124,127,132,134,139,140,141,144,146,147,148,152,157,163,164,166,167,168,169,170,172,173,174,175,176,180,181,182,183,184,185,186,187,188,189,190,191,192,194,195,198,200,202,206,207,208,209,210,211,213,214,219,224,229,233,243,251,257,259,261,265,268,270,271,272,273,274,275,276,277,278,279,281,282,283,285,286,289,290,292,293,294,295,298,299,300,301,303,304,310,318,319,321,324,326,327,328,332,333,334,335,338,339,340,341,342,343,344,345,346,347,348,349,353,354,355,356,357,358,359,360,361,364,365,366,367,369,373,377,378,379,380,381,382,384,385,387,389,390,391,392,393,394,396,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,418,420,421,423,424,425,426,427,428,430,431,432,433,435,437,438,439,440,441,443,447,448,449,450,451],thumb:[8,10,17,144,166,226,270,333,347,426,432],thz:265,ti2:143,ti3:143,ti4:143,tight:339,tightli:259,tij:352,tildeslei:[29,87,352],tile:[3,6,41,62,144,188,367,412,420],tilt:[3,6,57,58,59,71,132,146,167,169,184,192,194,195,208,227,229,230,251,260,319,321,423,426,441],time:[],time_integr:178,timedelta:182,timelin:5,timer:[1,12,14,17],timescal:[3,180,181,182,183,184,185,186,227,260,265,357,418,432],timespan:[213,214,229,257,270,281,282],timestamp:[3,428],timestep:[],timesteppnig:273,tin:[348,349],tine:182,tinfoil:319,tini:[144,326,339,449],tinker:7,tip3p:[],tip4:6,tip4p:[],tip:[],tirrel:295,titan:15,titer:270,titl:[181,182,183,184,185,186,258,393],title1:[181,182,183,184,185,186],title2:[181,182,183,184,185,186],title3:[181,182,183,184,185,186],tji:352,tl1:143,tl3:143,tlbr_msw:390,tlo:437,tloop:[229,230,233],tm3:143,tmax:[3,199,437],tmd:[],tmd_dump_fil:289,tmdatom:289,tmin:199,tmp1:[183,186,434],tmp2:[183,186,434],tmp3:434,tmp:[6,12,41,66,68,69,75,90,93,104,106,114,116,124,139,141,167,168,169,188,259,270,286,293,332,430,434,448],tobia:[229,230,270],todd:247,toe:138,toff:[327,423],togeth:[2,3,6,11,12,17,39,41,71,115,121,124,138,145,167,173,174,181,183,188,192,198,207,214,229,257,270,274,275,278,296,300,301,359,364,421,426,431,443,451],toggl:[59,148,430],togheth:3,togther:3,tol:[273,278,318,406],toler:[3,192,261,262,263,273,278,326,328,406,418,437],tomato:169,tong:[9,13],too:[1,3,6,7,39,41,64,67,70,72,73,77,88,120,132,145,147,168,188,189,190,192,195,202,205,209,229,252,257,261,265,267,273,278,285,286,290,293,319,328,329,333,353,418,426,437,440,443,448],took:[71,397],tool:[],toolkit:[6,7,13,14,15],top:[0,3,8,9,11,12,13,59,127,166,172,187,194,209,216,228,247,271,297,298,300,328,333,392,393,396,423,427,433],topic:[448,451],toplog:[3,420],topolgi:40,topolog:[2,3,6,7,8,12,13,39,40,87,108,115,147,148,169,189,190,210,255,327,364,384,420,423,424,425,427,428,435],topwal:187,torder:270,torqu:[],torsion:[6,151,152,163,335,392,393],torsion_flag:335,tosi:340,tot:265,total:[3,6,11,12,14,15,16,17,18,39,41,63,71,81,88,89,90,91,98,102,103,104,105,107,109,110,117,120,121,122,124,125,126,127,130,131,132,133,134,136,138,140,141,142,167,172,175,176,179,181,183,184,185,187,188,190,196,198,200,203,204,205,206,211,213,214,215,216,217,219,227,230,233,243,252,253,255,256,260,265,267,269,270,271,272,274,275,277,286,287,288,290,293,295,299,318,326,327,328,329,330,333,334,336,338,339,348,355,357,361,380,381,382,390,392,393,396,412,418,420,421,425,431,432,437,438,441,448],touch:[12,211,296],toukmaji:[319,352],toward:[9,29,142,168,172,195,196,211,216,228,233,251,268,275,289,291,312,328],toxvaerd:374,tpa:333,tparam:270,tpartial:124,tpc:333,tpcpu:441,tperiod:270,tptask:[16,333],tqx:[113,167,280],tqy:[113,167,280],tqz:[113,167,280],trace:357,track:[3,7,12,190,194,216,290,300,418,423,429,437,441,448],track_displac:178,tracker:210,trade:[6,12,262,318,319,349,369,373,432,437],tradeoff:384,tradit:[6,319],traffic:12,trail:[2,22,44,77,87,116,138,148,152,169,173,174,270,305,323,327,328,346,358,380,393,396,417,423,431,433],train:393,traj:193,traj_titl:393,trajectori:[3,6,12,39,87,167,210,229,231,232,234,235,236,237,239,240,242,244,245,246,247,248,249,253,270,273,274,291,300,353,384,393,425,433,443,447],tran:[155,156],transfer:[1,6,16,178,198,210,212,286,290,293,318,333,339,443],transform:[],transit:[6,86,228,274,289,328,350,377,382,410,418,437],translat:[3,6,61,63,94,95,96,97,98,123,124,128,137,181,205,209,213,214,219,229,234,235,246,249,253,270,281,282,283,285,321,357,423,441],transmiss:210,transmit:[6,210],transpar:[14,17],transport:[178,290,398],transpos:12,trap:[3,6,91,140,182,211,292,448],trapezoid:[182,448],trate:[3,194,210],travel:278,treat:[2,3,6,8,17,40,42,71,82,84,85,121,123,137,148,165,181,182,183,186,195,204,230,252,255,256,270,278,290,292,299,303,317,318,326,327,329,338,351,357,358,360,363,367,381,382,394,412,423,426,428,431,433,443,448],treatment:[9,265,351],tree:[3,255,377],tref:354,tri:[],trial:[195,205,336,432],triangl:[3,6,7,40,42,82,113,142,172,245,270,278,405,412,423,433],triangleflag:423,triangul:[6,13],triangular:[4,6,42,82,113,192,245,423],tricki:[420,443],triclin:[],triflag:6,trigger:[3,11,12,62,86,188,191,205,326,441],trigon:25,trilinear:216,trilino:17,trim:[3,424],tripflag:392,tripl:[2,120,194,339,392,419,421],triplet:[3,34,37,356,386,390,406,408,409,410],trivial:[8,11],trj:393,trott:[7,9,14,17,120,396],troubl:[11,12],truli:8,truncat:[3,5,6,12,71,259,265,295,299,325,337,349,357,361,369,371,374,384,389,433],trung:15,tscale:[3,227,260],tschopp:67,tsige:343,tsrd:[278,300],tstart:[206,207,213,215,229,230,270,281,282,283,284,353,429],tstat:[],tstop:[206,207,213,215,229,230,270,281,282,283,284,353,429,437],tsuzuki:73,ttm:[],ttm_mod:290,tucker:[120,396],tuckerman2006:229,tuckerman:[229,230,248,253,270,432],tune:[],tunnel:253,turn:[3,4,6,12,22,33,37,39,44,50,54,55,59,65,69,71,108,115,120,143,148,152,157,163,168,169,172,179,189,190,191,192,205,210,229,241,255,258,259,270,278,305,310,313,318,326,328,329,331,333,335,351,363,364,380,384,393,404,405,419,423,425,430,435,436,441,445,450],turquois:169,tutein:335,tutori:[6,9],tweak:[12,144,210],twice:[3,6,16,17,63,88,150,169,172,173,174,192,226,229,263,333,364,421,423,430],twin:67,twist:[378,379],two:[1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,22,38,39,41,42,44,54,56,57,59,61,63,65,68,69,71,76,77,79,87,88,92,107,108,113,114,115,116,117,118,120,123,126,127,129,130,132,138,142,143,144,145,147,152,166,167,168,169,172,173,174,179,180,181,182,183,184,185,186,188,189,190,191,192,195,198,202,205,206,207,209,211,212,213,214,216,219,228,229,230,233,251,252,253,256,257,259,260,261,265,267,270,274,275,278,285,286,288,290,293,296,299,301,303,305,314,318,319,321,323,324,326,327,328,331,333,334,335,336,338,339,340,341,342,343,346,347,348,349,351,352,353,354,355,356,357,358,360,361,364,367,368,369,373,377,378,379,380,384,387,390,391,392,393,394,396,397,404,405,406,408,409,410,411,412,415,416,417,418,420,421,423,424,425,426,427,430,433,435,437,438,440,441,443,447,448,449,450,451,452],two_temperatur:178,twobodi:[408,410],twogrid:3,twojmax:[120,396],twolevel:[3,420],txt2html:8,txt:[8,12,13,167,170,258,259,290,316,327,368,413,428,448],typcial:[41,188],type1:[77,118,143],type2:[77,118,143],type:[],typen:[77,118,143],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,102,107,119,138,142,144,145,147,167,168,169,172,173,174,175,177,178,181,188,189,190,191,192,194,195,200,202,203,205,208,214,229,241,252,255,256,259,261,263,269,270,273,278,285,293,294,300,318,321,325,326,327,328,329,330,333,344,346,347,349,359,360,363,364,368,369,373,378,379,380,384,394,405,407,410,418,419,421,423,424,425,426,432,435,437,438,440,447,448,450,452],typicali:12,tzou:290,u_f:216,u_ij:390,u_prom:339,uberuaga:[228,328],ubiquit:[11,339],uhf:336,uiuc:[9,17],uloop:[3,253,328,332,448],ultim:437,ultra:142,umbrella:[],umin:[26,27,48,49,153],unabl:[3,11,41,188],unaffect:[167,192,229,270,424,435,440],unalt:[173,174,241],unambigu:[71,184],unari:[303,448],unbalanc:3,unbias:[132,357],unbond:[190,423],unbroken:80,uncertainti:40,unchang:[59,192,195,228,229,231,232,234,235,243,257,270,423,424,427,433],uncharg:[40,319],uncom:[1,4],uncompress:[12,71,168],uncomput:[],uncorrel:[206,285,418],uncoupl:253,undefin:[3,12],under:[0,5,6,7,8,9,10,12,18,21,22,44,120,151,152,168,210,227,256,260,261,304,305,323,357,377,393,396,421,437,443],underestim:142,underflow:168,undergo:[6,86,87,132,206,213,214,274,278],undergon:[191,278],underli:[12,17,70,168,229,290,321],undermin:39,underpredict:6,underscor:[2,3,63,172,191,192,227,229,231,232,233,234,235,246,247,249,257,259,281,282,283,303,327,448],understand:[1,6,8,205,230],understood:[167,339],undesir:[59,192,194,229,270],undetermin:278,undisturb:[378,379],undo:[148,210],undump:[],unexpect:[3,429],unfix:[],unfix_flux:178,unfold:276,unfortun:[291,431,432],uniaxi:[3,123,233],uniform:[7,16,41,88,116,178,188,189,190,213,216,219,230,285,354,360,394,418,420,448,449],uniformli:[59,116,166,216,256,290,390,407,449],uninstal:12,uninterrupt:[179,195,205,226,227,229,231,232,233,234,235,246,247,248,249,259,260,270,274,277,280,288,290,296],union:[3,6,40,169,299,301,423,426],uniqu:[3,6,7,8,9,12,39,71,206,207,213,214,233,259,265,267,328,355,357,423,448,449],unit:[],unit_styl:3,uniti:[356,384,400],unitless:[64,67,70,71,114,149,181,184,185,194,205,227,229,260,296,326,336,361,387,389,406,408,409,410,447],unitlesss:[78,80,111],univ:[9,13],univers:[3,6,9,12,13,18,87,210,318,319,328,332,378,382,389,391,410,417,420,448],universit:[9,13],unix:[12,17,212,434],unknown:[3,12,64,73,423],unless:[2,3,11,12,15,16,18,55,57,67,118,129,143,144,167,169,170,177,192,195,205,213,229,231,232,234,235,256,257,270,278,289,320,326,347,384,407,421,426,430,435,448],unlik:[12,33,50,59,89,104,134,144,157,167,213,229,233,257,263,265,281,282,283,310,317,318,334,339,355,358,363,364,368,380,381,382,393,396,405,420,425,430,435,448,452],unlimit:390,unlucki:3,unmark:7,unmodifi:279,unnecessari:16,unoccupi:290,unoptim:168,unpack:[0,8,11,333],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:169,unperturb:87,unphys:[3,6,214,229,270,423],unpredict:[268,433],unrecogn:3,unrel:[8,9,13,150],unreli:384,unrestrain:269,unrestrict:336,unscal:[3,113,138,167,280,424],unset:[318,357],unshift:352,unsmooth:375,unsolv:[330,344],unsort:169,unspecifi:[194,423],unsplit:443,unstabl:[3,216],unstrain:194,unsuccess:[3,256],unsupport:3,untar:12,until:[2,3,6,12,14,38,39,41,56,71,119,164,168,188,192,195,205,210,256,278,280,287,303,317,318,329,332,333,339,361,407,418,424,428,429,431,437,447,448],untilt:426,unus:339,unusu:[3,8,329],unwant:[3,144,318],unwrap:[3,66,74,75,81,89,90,93,103,104,106,113,121,139,167,169,170,180,191,193,210,226,270,275,280,423,424,427,433],unwrapexpand:167,unzip:12,up_intern:168,updat:[0,3,6,8,12,13,167,172,189,190,198,203,206,213,214,216,218,219,222,223,226,227,229,230,231,232,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,255,257,259,260,265,270,280,281,282,283,285,290,301,333,339,352,384,392,393,418,423,425,433,434,437,443],upenn:[11,13],upgrad:12,upon:[6,179,210,339,411,437],upper:[2,3,41,57,59,71,88,103,105,133,140,166,169,182,184,185,188,192,198,214,216,229,260,265,295,296,301,302,326,361,426,449],upsid:6,upsilon:360,upto:[3,425,431],upward:195,urbana:[210,318,319,378],urey_bradlei:20,usa:9,usabl:[12,205,355],usag:[3,6,8,214,251,265,278,364,377,423],use_ldg:17,useful:333,user:[],user_misc:[30,31,35,154,159,162,308],userguid:9,usr:[11,12,14,424],usual:[2,3,6,9,12,14,17,18,24,28,32,35,36,47,71,87,117,123,124,126,129,137,142,161,167,173,174,179,181,191,192,193,194,205,208,213,215,227,233,252,260,261,267,269,270,278,286,290,293,295,299,303,309,316,328,329,333,344,347,350,352,360,364,365,368,377,378,379,384,386,396,406,411,418,424,428,432,434,437,440,441,448,452],util:[17,18,333,360],utilizi:12,utsa:389,uttormark:13,uuml:252,uwo:9,v11:6,v22:6,v33:6,v_0:[3,290],v_a:[8,194],v_abc:[421,441,448],v_area:[2,448],v_atomfil:433,v_c:138,v_cluster:259,v_dc:138,v_delta:87,v_dhug:[227,260],v_diff:[140,292],v_displac:194,v_dk:138,v_dlj:138,v_drai:[227,260],v_dx:[226,426],v_dy:[226,426],v_dz:226,v_e_hbond:363,v_ea:[392,393],v_eb:[392,393],v_eqeq:[392,393],v_espac:175,v_f:421,v_fac:421,v_flux:209,v_foo:[421,448],v_ij:390,v_increas:208,v_integr:292,v_jx:91,v_jy:91,v_jz:91,v_k11:91,v_k22:91,v_k33:91,v_k:138,v_ke:[167,451],v_left:426,v_lgr_po:[227,260],v_lgr_vel:[227,260],v_linear:[295,298,300],v_lj:138,v_mol:169,v_mu:378,v_myi:226,v_myindex:448,v_myke:117,v_mystep:430,v_myvar:[8,169],v_myx:226,v_n:216,v_name1:[138,194],v_name2:[138,194],v_name:[3,6,71,87,117,167,168,169,173,174,175,176,180,181,182,183,184,185,186,187,200,208,209,211,213,214,226,272,280,281,282,283,292,295,298,300,421,426,430,433,439,441,448,449],v_nstep:301,v_occ:359,v_omega:226,v_oscil:[175,176,187,200,272],v_phi:208,v_prefactor:[173,174,397],v_press:121,v_pressdown:[298,300],v_push:175,v_pxy:6,v_pxz:6,v_pyz:6,v_r0:211,v_r1:142,v_r2:142,v_r:[142,211],v_rad:301,v_radiu:211,v_ramp:[295,298,300],v_rate:[194,211],v_scale1:[173,174],v_scale2:[173,174],v_size:[173,174],v_t_qm:260,v_temp:286,v_theta:[208,426],v_tp:194,v_up:426,v_v0:448,v_v11:6,v_v22:6,v_v33:6,v_v:[226,448],v_valu:[168,421],v_vx:226,v_vy:226,v_vz:[226,449],v_wiggl:[295,298,300],v_x:[2,144,211,226,295,298,300,421,426,448],v_xave:6,v_xmax:6,v_xx:144,v_y:[144,211,426],v_yi:144,v_z:426,vacanc:[4,142,287],vacf:[],vacuum:[290,319,350,410,416],valanc:339,vale:3,valenc:[263,339,357,392,393],valent:339,valeriu:9,valid:[2,3,6,9,11,12,71,118,130,143,168,169,192,205,213,251,270,278,301,303,316,321,355,357,360,390,423,424,431,433,448],vallon:380,valon:380,valu:[],value0:448,value1:[12,124,180,181,182,183,184,185,186,233,292,301,434],value2:[12,124,180,181,182,183,184,185,186,233,292,301,434],valuei:182,valuej:182,valuev:[7,9],valus:259,van:[9,53,87,107,257,261,266,281,347,348,377,380,392,393,415,449],vanderwa:[384,441],vanilla:[6,8,12],vanillia:42,vanish:[198,265,273],vapor:[41,188,205,440],vapour:285,var1:434,var2:434,varaibl:[3,426],vare:290,vari:[1,18,41,61,62,71,87,118,132,134,143,173,174,178,181,182,184,188,192,194,227,229,257,269,270,281,282,290,295,318,344,353,362,375,378,389,397,407,420],variabl:[],variable_hill_factor:13,variable_nam:393,varianc:[117,353,448],variant:[1,3,6,12,83,98,233,270,318,325,333,381,382,408,410,432,436,449],variat:[41,188,448],varieti:[1,2,6,7,13,15,71,168,210,321,364,380,392,393,405,448],variou:[],varreturn:421,varshalovich:120,varshnei:13,vartiabl:3,vbia:6,vcm:[],vdim:[133,286,293,449],vdisplac:[3,211,226,295,298,300,448],vdw:[3,348,393],vec1:[117,259],vec2:[117,259],vec:251,vector:[],vel:[3,6,61,181,184,185,194,214,256,274,297,353,357,361,418,425,426,428,443],veld:[13,278,319,343,373],veloc:[],velocit:[209,353,357,361],velocity_bottom:216,velocity_temp:449,velocity_top:216,vendor:12,verbatim:421,verbos:12,veri:[1,3,6,7,8,9,10,12,13,17,41,71,87,117,167,168,169,180,181,182,183,184,185,186,188,189,190,192,205,219,229,230,241,253,268,273,281,282,292,328,329,330,333,357,361,378,379,389,396,397,407,431,441,443,447,450],verifi:[8,333,384,432,438],verlag:274,verlet:[1,3,7,8,12,18,178,213,229,241,247,253,273,279,290,298,301,417,420,432],versa:[3,6,13,59,138,146,191,211,213,214,270,423,424,443],versu:[6,14,15,16,18,39,41,80,103,104,116,140,169,188,270,273,319,343,352,361,373,384,441,448],vertic:[41,168,188,195,448],vfinal:448,vfrac:113,vhi:[133,449],via:[],vibrat:[6,9,195,207,251,260,265,312,357,418,432],vice:[3,6,13,59,138,146,191,211,213,214,270,423,424,443],video:168,view:[4,6,7,9,13,167,168,278,339,357,358],viewer:[167,168],viewpoint:168,vij:353,vika:13,vim:[],vincent:[9,19],violat:285,violet:169,virial:[3,63,91,112,120,121,138,173,174,192,198,229,230,231,232,233,234,235,255,257,270,273,318,333,336,353,354,357,365],virialmod:365,virtual:[6,7,8,12,406],virut:9,visa:7,viscoelast:[111,361,389],viscoelsat:389,viscos:[],viscou:[],viscous:270,visit:[271,392,393],vista:167,visual:[],viz:[11,13],viz_tool:11,vizplotgui_tool:11,vizualiziton:271,vlo:[133,449],vmax:[192,278],vmd:[6,7,9,11,13,167,170,210,424],vmdarch:170,vmdhome:170,vname:[144,448],voigt:[6,120],vol:[6,8,91,121,198,214,256,380,410,419,441,448],volfactor:318,volt:[391,447],volum:[2,3,6,40,41,58,59,63,80,87,91,100,112,116,118,121,142,143,144,147,179,181,184,185,188,192,194,195,205,216,227,229,230,233,236,237,239,240,242,244,245,246,247,248,249,256,257,260,270,274,290,295,299,301,318,321,327,341,378,379,389,402,403,416,419,420,423,426,433,441,443,447,448],volumetr:80,voro:[3,9,142],vorobyov:443,voronoi:[],voter2:[418,437],voter:[381,382,418,437],voth:[40,253],vpz:297,vratio:448,vri:362,vrpn:210,vshear:296,vstream:6,vtarget:[3,293],vtk:[],vv0210:13,vx0:140,vxcm:270,vxhi:[195,256],vxlo:[195,256],vy0:140,vycm:270,vyhi:[195,256],vylo:[195,256],vz0:140,vzcm:270,vzhi:195,vzi:297,vzlo:195,w_1:120,w_2:120,w_i:120,w_ik:390,waal:[87,107,347,348,377,392,393,415],wadlei:[13,339],wag:[7,9,13],wagner:[7,9,178,216,380],wai:[1,2,3,6,7,8,11,12,15,18,22,44,59,63,65,66,69,71,75,77,79,87,90,91,92,93,104,106,108,114,115,116,120,121,122,123,124,125,126,127,130,131,132,133,134,136,137,138,139,141,144,147,152,164,166,167,168,169,172,173,174,181,183,184,186,187,190,191,192,194,203,206,211,213,214,216,227,229,233,241,253,257,259,268,270,271,274,275,278,280,281,282,283,286,289,290,292,295,298,300,301,305,306,307,309,312,319,321,323,326,328,329,333,334,335,346,349,350,353,354,355,356,358,360,363,364,366,369,380,381,382,384,386,390,391,394,396,397,404,406,408,410,417,418,421,423,424,426,427,428,431,432,433,448,449],wait:[1,12,210,252,418,420],walk:[3,206,213,214],wall:[],wallhi:295,wallstyl:296,wander:275,wang:[319,380,390],want:[0,1,2,3,5,6,7,8,9,11,12,17,38,40,56,63,66,68,71,75,81,90,93,103,104,106,107,109,110,112,114,116,121,124,139,140,141,144,147,150,164,167,168,169,172,173,174,175,180,181,188,191,194,195,198,200,203,205,211,214,224,243,251,256,259,269,270,272,275,277,279,286,288,293,295,299,301,303,319,321,328,334,335,339,347,348,353,355,358,364,365,366,380,386,390,392,393,397,406,407,408,410,412,419,421,423,424,425,426,428,430,431,441,443,448,450,452],ward:339,warm:[16,357],warn:[],warner:334,warp:[5,380],warranti:7,warren:353,wasn:3,wast:3,watanab:[287,288],watch:328,water:[],watkin:161,wave:[7,9,40,177,227,264,297,336,357],wavefunct:[9,336,357],wavelength:[118,143],wavepacket:[40,336,357,423],wavevector:252,wbodi:83,weak:261,web:[1,8,14,15,16,17,346],webb:178,weber:[3,5,7,15,88,356,382,390,405,406,435],websit:8,weckner:389,weight:[],welcom:421,well:[1,3,6,7,8,9,11,12,13,15,16,17,18,27,40,51,67,71,112,121,123,130,144,153,168,169,175,179,181,186,188,189,190,192,195,200,205,209,213,216,220,226,229,233,256,270,272,285,288,296,326,328,333,338,359,360,363,364,365,378,379,380,394,397,408,409,410,421,423,425,427,432,437,443,447,451],wennberg:318,went:[3,11],were:[3,4,5,6,7,11,12,13,15,16,18,19,34,41,42,52,56,60,70,71,109,112,116,122,124,144,147,148,160,167,169,172,175,181,183,184,185,186,188,194,200,202,209,210,241,247,271,296,297,301,311,318,330,332,357,361,364,368,389,393,418,420,421,423,424,425,426,428,430,438,441,448,449,451,452],weren:428,western:9,westview:415,what:[],whatev:[8,12,14,15,108,113,116,117,119,168,169,173,174,192,205,229,257,259,296,321,325,326,328,333,345,347,392,393,437,443,448],wheat:169,whelan:143,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,81,86,88,103,104,105,107,109,112,113,117,119,122,123,127,131,132,140,142,144,145,146,147,148,150,151,152,153,154,155,156,157,158,159,161,162,163,164,167,168,169,170,172,173,174,175,176,177,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,199,200,201,202,203,204,205,207,208,210,213,216,217,219,220,224,229,230,231,232,233,234,235,236,241,243,244,246,247,249,251,255,256,257,258,259,260,262,263,264,265,269,270,271,272,273,274,275,276,278,279,280,281,283,285,286,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,306,307,308,309,310,312,313,314,315,316,317,318,319,321,324,325,326,327,328,329,330,332,333,334,335,337,340,341,342,343,344,345,346,347,348,349,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,369,370,371,372,373,374,375,376,377,378,379,380,381,382,384,385,386,387,389,390,392,393,394,395,396,397,404,406,407,408,409,410,412,414,415,416,418,420,421,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,440,441,442,447,448,449,450,452],whenev:[0,8,12,14,71,169,180,185,270,321,363,421,432,436,448,452],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,104,106,108,112,113,114,115,116,117,118,119,121,122,123,124,125,126,127,130,131,132,133,134,136,137,138,139,141,143,145,147,148,151,153,163,167,168,169,172,173,174,175,176,179,181,182,184,187,188,191,192,194,195,199,200,202,203,205,206,207,208,209,211,213,214,215,216,219,220,222,224,226,227,230,233,241,244,250,251,252,253,256,258,259,260,263,265,270,271,272,273,274,275,277,280,281,282,283,286,287,288,290,293,294,295,296,298,299,300,301,304,306,307,308,309,312,313,314,316,319,321,325,326,327,328,329,330,333,334,335,338,339,340,342,346,347,348,349,350,351,352,353,355,356,357,358,359,360,361,362,363,364,365,366,369,373,378,379,380,381,382,384,386,387,389,390,391,392,393,394,396,399,402,403,404,405,406,407,408,409,410,415,416,417,418,420,421,423,425,426,427,428,430,432,433,435,437,438,439,440,441,443,447,448,449,450,452],wherea:[6,11,179,206,229,261,285,290,443],wherebi:262,wherev:209,whether:[6,8,11,12,16,17,39,40,54,59,61,63,70,71,102,107,109,131,132,164,168,169,171,172,173,174,181,186,189,190,191,192,193,194,198,202,205,214,226,229,233,259,273,278,286,292,293,301,303,316,318,319,327,331,333,342,344,348,362,364,368,378,379,380,384,393,405,418,421,423,424,426,428,435,436,437,440,448,449],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,93,95,96,97,98,99,100,101,102,103,104,105,106,107,108,110,111,112,113,114,116,117,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,155,156,157,158,161,163,164,166,167,168,169,170,172,173,174,175,176,177,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,198,199,200,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,219,220,223,224,226,227,228,229,230,231,232,233,234,235,237,239,241,242,244,245,246,247,248,249,251,252,253,255,256,257,258,259,260,261,262,263,265,266,267,268,269,270,271,272,273,274,275,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,295,296,297,298,299,300,301,303,304,305,307,309,310,313,314,316,317,318,319,321,323,324,325,326,327,328,329,330,332,333,334,335,336,338,339,340,342,343,344,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,371,372,373,375,377,378,379,380,381,382,384,386,387,388,390,391,392,393,394,395,396,397,400,405,406,407,408,409,410,411,412,415,417,418,419,420,421,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,443,448,449,450,451,452],whichev:[12,332,418,437],white:[169,206,213,214,215,270,282,290,423,448,451],whitesmok:169,whitespac:[2,3,169,327,423],who:[0,3,6,7,8,9,13,334,355],whole:[198,210,252,265,274,443],wholli:195,whose:[3,6,7,8,19,38,39,56,59,76,87,129,147,164,168,169,194,211,212,226,229,231,232,234,235,251,252,268,269,273,278,292,299,301,321,328,329,357,371,406,407,408,410,443,448,449],why:[3,6,214,286,293],wide:[1,6,7,9,61,63,172,286,293,321,330,344,347,357,392,393],wider:1,width:[168,169,336,359],wiggl:[3,194,226,295,296,298,300,426],wigner:120,wih:6,wiki:14,wikipedia:[6,14],wild:[3,12,22,44,77,87,116,152,173,174,270,305,323,346,363,417,425,430,450,452],wildcard:[3,12,138,148,167,168,169,267,346,430,433,451,452],wildli:229,win:333,window:[3,4,12,13,71,167,168,170,181,182,183,184,185,186,210,271,283,284,346,424],wipe:[172,364,405,444,446],wire:269,wirt:169,wisconsin:13,wise:[3,12,353,406,432],wish:[2,3,5,6,7,8,11,12,14,17,57,58,59,71,117,121,124,145,146,148,150,167,169,180,181,182,184,185,186,190,194,195,202,205,211,216,220,256,259,270,273,278,279,295,296,321,328,333,342,363,364,380,384,392,407,421,423,424,425,431,435,441,448,449,452],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,108,112,115,116,117,119,120,135,144,147,168,169,173,174,179,180,181,183,184,185,186,188,189,190,191,195,197,202,205,211,213,251,255,256,257,259,261,270,271,273,275,279,290,293,295,299,301,303,317,321,326,327,328,329,330,333,338,340,342,349,354,355,356,357,359,364,365,368,369,380,387,388,389,394,395,405,406,408,409,410,411,418,420,421,423,431,432,435,437,443,447,448],without:[1,2,3,4,6,7,8,9,11,12,14,16,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,87,109,112,122,131,145,150,151,153,154,155,156,158,159,161,162,164,167,168,169,170,172,175,181,183,184,185,186,187,192,194,201,204,206,208,210,213,226,229,231,232,233,234,235,236,244,246,247,248,249,256,259,261,262,264,268,270,271,272,273,278,281,283,294,298,302,304,306,307,308,309,312,314,317,318,319,328,329,333,334,335,337,340,341,342,343,344,345,346,347,348,349,352,353,355,356,357,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,381,384,385,386,387,389,393,394,395,397,405,406,407,408,409,410,412,414,415,416,421,423,431,432,441,443,447,448],witht:9,witi:15,wolf:[],wolff:[384,407],won:[3,268,379],wong:[178,339],word:[2,3,6,8,12,29,63,169,172,179,180,181,182,184,185,186,193,211,238,243,258,263,269,292,303,317,347,384,419,421,423,448,449],work:[1,3,6,7,8,9,11,12,14,16,18,39,54,59,60,88,117,118,123,125,126,127,131,132,133,134,136,137,142,143,167,168,170,173,174,181,184,185,191,203,212,213,214,216,220,226,229,234,235,246,247,248,249,267,269,271,273,281,282,283,288,317,329,333,346,348,351,353,364,378,379,380,384,418,420,421,424,425,427,431,432,434,437],workaround:[270,384,449],worker:[12,392,393],workhors:8,workstat:[333,421],world:[3,12,120,317,328,332,417,420,421,438,448],worlei:353,worri:17,worsen:18,worst:299,worth:[181,182,183,184,185,186,260,271],would:[1,3,4,5,6,7,8,11,12,22,29,37,40,41,42,44,55,70,71,89,91,116,121,124,132,144,145,146,147,152,163,167,169,170,172,173,174,176,179,181,188,191,193,194,198,199,202,205,208,209,210,214,226,229,230,241,251,253,257,259,261,265,268,278,285,289,297,298,301,303,304,305,306,307,309,310,313,318,321,323,325,326,328,329,332,333,334,335,339,346,347,348,349,353,354,355,356,358,364,365,366,380,381,382,386,390,392,393,396,406,408,409,410,418,421,423,426,427,428,430,431,432,433,434,438,440,441,443,448,449,451,452],wrap:[1,3,6,11,12,57,59,144,146,166,167,169,170,180,185,193,194,195,210,216,226,270,275,278,295,297,299,318,319,328,421,423,424,426,431],wrapper:[],wrigger:274,wright:326,writabl:3,write:[],write_atom_weight:178,write_data:[],write_dump:[],write_freq:393,write_head:8,write_restart:[],writen:271,written:[3,5,6,7,8,9,12,13,14,17,65,69,115,120,142,167,168,169,170,172,173,174,175,176,177,178,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,196,198,199,200,201,202,203,204,206,207,208,209,210,211,213,214,215,216,217,218,219,220,221,222,223,225,228,236,237,238,239,240,241,242,243,244,245,250,251,252,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,275,276,278,279,281,282,283,284,285,286,287,289,290,292,293,294,295,297,298,299,300,302,316,321,329,355,364,413,415,418,419,421,424,425,429,430,437,438,439,440,448,450,451,452],wrong:[3,11,192,229,250,295,299,300,329,393,425,430],wrote:[3,425],wt1:384,wt2:384,wt3:384,www:[0,2,3,4,5,6,7,8,10,11,12,13,15,334,355,378,391,392,393,447],x86:12,x_ij:390,x_ijkl:304,x_kjli:304,x_ljik:304,xave:6,xavx:16,xcm:[8,270,448],xdr:[12,167],xeon:[1,4,7,9,12,16,17,18,333,436],xflag:[131,132,217,219,225,270,285],xhe:103,xhi:[2,6,57,59,146,167,194,289,295,298,300,423,426,441,448],xhi_bound:[6,167],xhi_new:423,xhost:[12,16],xi_ij:390,xiaowang:[13,358,408,410],xiij:251,xlat:[144,194,211,441],xlo:[2,6,11,57,59,146,167,194,211,289,295,298,300,423,426,441,448],xlo_bound:[6,167],xlo_new:423,xmax:[6,177,199,241,448],xmgrace:[],xmin:448,xml:[170,391],xml_label:391,xmovi:[],xmu:[296,361],xplane:296,xplor:167,xpo:144,xrd:[],xsph:9,xsu:[3,167,424],xt3:167,xt4:[18,167],xt5:[18,167],xtc:[3,6,7,9,12,167,168,169,170],xtcdump:169,xvf:12,xwall:[297,298,300],xxx:12,xyz:[3,6,7,13,42,66,71,106,108,132,139,144,167,168,169,170,184,192,219,229,230,233,257,267,268,270,275,277,296,298,300,320,327,420,424,449,451],xzhou:[13,358],xzy:420,yang:390,yb2:143,yb3:143,ybox:194,ycm:270,year:[5,7],yeh:318,yellow:[168,169],yellowgreen:169,yet:[3,7,9,17,39,168,173,261,267,295,319,325,326,333,345,347,348,357,415,421,423,424,448,450,451],yflag:[131,132,217,219,225,270,285],yhi:[6,59,146,167,194,289,295,298,300,423,426,441],yhi_bound:[6,167],yield:[6,91,110,117,121,127,132,169,182,192,198,229,247,261,286,292,293,296,301,318,338,353,361,384,389,441,448],yip:287,ylat:[144,194,211,441],ylo:[6,59,146,167,194,289,295,298,300,423,426,441],ylo_bound:[6,167],ymax:[177,448],ymin:448,york:[253,319],yoshida:[229,270],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,73,74,75,77,81,87,88,89,90,91,93,102,103,104,106,107,109,110,112,114,116,117,120,121,122,123,124,127,131,132,137,138,139,140,141,142,144,145,146,147,148,150,151,152,153,154,155,156,157,158,159,161,162,163,164,166,167,168,169,170,172,173,174,175,176,179,180,181,182,183,184,185,186,187,188,189,190,191,192,194,195,198,200,201,202,203,204,205,206,207,208,209,210,211,213,214,215,224,226,229,231,232,233,234,235,236,241,243,244,246,247,248,249,252,253,255,256,257,259,261,262,265,268,269,270,272,273,274,275,277,278,279,281,282,283,284,286,287,288,289,290,292,293,294,295,296,298,299,300,301,303,304,306,307,308,309,310,312,314,317,318,319,321,323,325,326,327,328,329,332,333,334,335,337,339,340,341,342,343,344,345,346,347,348,349,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,380,381,382,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,406,407,408,409,410,412,414,415,416,417,418,419,420,421,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,440,441,443,447,448,449,450,452],young:361,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,107,109,112,122,123,127,131,137,142,144,145,146,147,148,150,151,153,154,155,156,158,159,161,162,164,166,167,168,175,178,182,183,186,187,189,190,191,192,195,201,204,205,208,210,213,226,229,231,232,233,234,235,236,244,246,247,249,256,259,262,268,270,272,273,274,280,281,283,286,290,292,293,294,295,296,299,300,301,304,306,307,308,309,312,314,319,321,327,328,329,332,333,334,335,337,339,340,341,342,343,344,345,346,347,348,349,352,353,354,355,356,358,359,360,361,362,363,364,365,366,367,369,370,371,372,373,374,375,376,377,378,380,381,382,384,385,386,387,389,390,392,393,394,395,397,406,407,408,409,410,412,414,415,416,417,420,421,423,425,426,427,430,431,432,433,434,435,436,440,441,447,448,450,452],yourself:[6,8,12,13,192,327],yplane:296,ypo:144,ysu:[3,167,424],yuan:9,yukawa:[],yukawa_1_1:413,yxz:420,yzx:420,z_i:[357,410,416],z_j:[410,416],z_meam:380,zachari:13,zannoni:360,zbl:[],zblcut:410,zblcutinn:396,zblcutout:396,zblexpscal:410,zblz:396,zcm:270,zcylind:296,zepeda:179,zero:[3,4,6,9,11,12,26,27,39,41,48,49,59,61,63,66,71,75,87,88,90,93,102,103,104,105,106,108,109,110,112,113,114,115,116,117,118,120,121,123,124,125,132,133,136,137,139,141,142,143,144,146,147,148,150,153,162,164,166,167,168,169,172,173,174,175,177,179,180,181,182,183,184,185,186,187,188,189,190,192,194,199,200,201,202,204,205,206,207,209,213,214,215,216,217,219,225,226,227,229,233,241,244,253,258,259,260,261,262,265,267,268,270,271,272,273,278,280,285,286,288,290,293,294,295,296,297,298,300,301,302,303,308,321,324,326,327,328,329,333,336,339,340,342,343,344,347,349,352,353,357,360,362,363,364,365,369,371,373,374,377,379,380,384,389,393,394,395,404,407,411,416,418,419,420,423,424,426,428,430,431,432,433,437,438,441,443,448,449,450,452],zeta:[3,216,261,358],zfactor:168,zflag:[131,132,217,219,225,270,285],zhang:[270,286,361],zhi:[3,6,146,167,177,289,295,298,300,423,426,441],zhi_bound:[6,167],zhou:[13,339,358,390,408,410],zhu:403,ziegenhain:13,ziegler:[255,380,405,410,416],zimmerman2004:178,zimmerman2010:178,zimmerman:[9,70,178,339],zlat:[194,211,441],zlo:[3,6,146,167,177,289,295,297,298,300,423,426,441],zlo_bound:[6,167],zmax:[177,216,448],zmin:[216,448],zn2:143,zone:[118,271],zoom:[3,167,168,169],zplane:296,zr4:143,zrest:277,zsu:[3,167,424],zwall:295,zwall_veloc:216,zxy:420,zybin:393,zyx:420},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 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 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 sna/atom command","compute stress/atom command","compute temp command","compute temp/asphere 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 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/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/sphere command","fix nphug command","fix npt/asphere 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/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 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 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 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 meam command","pair_style meam/spline","pair_style meam/sw/spline","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 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_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","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":189,"default":[37,39,40,55,57,58,59,61,62,71,87,88,102,103,105,107,118,120,124,132,133,137,143,144,147,149,163,165,166,167,168,169,170,171,173,174,175,177,178,179,181,184,185,186,189,190,192,193,194,195,199,202,205,206,211,213,214,215,216,217,219,224,227,229,230,233,247,248,252,253,256,257,258,259,260,262,265,267,268,270,271,278,280,285,286,287,288,291,293,295,297,301,313,316,318,319,321,322,324,325,327,329,330,331,333,336,339,341,357,378,379,384,392,393,404,405,418,419,420,423,424,426,428,430,431,432,435,437,439,440,441,442,447,449,450,451],"function":448,"long":[340,342,343,344,345,349,351,352,369,373,377,387,395],"new":8,"static":12,acceler:1,ackland:64,acknowledg:7,adapt:[173,174],addforc:175,addit:[12,13],addtorqu:176,adiabat:6,adp:334,airebo:335,alloi:355,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:177,arrai:6,aspher:[6,82,123,231,234,237,238,246],atc:[9,178],atom:[6,7,8,64,67,70,71,72,73,76,77,78,80,81,85,95,96,99,100,101,110,111,113,120,121,142,177,179,180,259,448],atom_modifi:39,atom_styl:40,attract:5,aveforc:187,awpmd:[9,336],balanc:[41,188],barostat:6,basal:67,beck:337,berendsen:[257,281],between:6,binary2txt:13,bodi:[6,8,42,68,239,338],bond:[8,13,69,189,190,191,266],bond_coeff:44,bond_styl:[2,43,45,46,47,48,49,50,51,52,53,54,55,56],bop:339,born:[340,351],boundari:[7,57],box:[6,58,192],brownian:341,buck:[342,343,351],bug:3,build:[11,12],calcul:6,call:12,categori:2,centro:70,ch2lmp:13,chain:13,change_box:59,charmm:[6,20,150,344,377],chunk:[6,66,71,75,90,93,104,106,114,124,139,141,181],citat:7,class2:[21,43,151,304,345],clear:60,cluster:72,cmm:9,cna:73,code:6,coeffici:6,colloid:[295,347,415],colvar:[9,13,193],com:[74,75,125],comb3:348,comb:[262,348],come:5,comm_modifi:61,comm_styl:62,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,309,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,444,445,446,447,448,449,450,451,452],common:3,comparison:1,compos:6,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,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,448],compute_modifi:102,condit:7,conduct:[6,286],constant:6,constraint:7,contact:76,coord:77,core:6,correl:182,cosin:[23,24,25,26,27,28,153],cossq:306,coul:[340,342,343,344,345,349,350,351,362,369,373,377,387,395],coupl:6,creat:190,create_atom:144,create_bond:145,create_box:146,createatom:13,creation:7,csld:282,csvr:282,cubic:371,cuda:[9,14,109,112,122,131,175,187,201,204,208,229,236,272,273,281,283,294,340,342,344,345,355,361,362,369,370,372,375,385,406,408],custom:8,cut:[49,336,342,345,349,352,357,359,369,370,377,383,387],cvff:307,damag:78,data2xmovi:13,data:6,databas:13,deby:[349,369],deform:[127,128,194],delete_atom:147,delete_bond:148,delta:24,deposit:195,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,309,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,444,445,446,447,448,449,450,451,452],diagnost:7,diel:350,dielectr:149,diffract:9,diffus:6,dihedr:[8,79],dihedral_coeff:152,dihedral_styl:[2,150,151,153,154,155,156,157,158,159,160,161,162,163,164],dilat:80,dimens:165,dipol:[6,29,352],direct:198,discuss:6,disp:6,displac:[81,86],displace_atom:166,distribut:[7,12],document:0,dpd:353,drag:196,dreid:[6,363],drude:[6,9,129,197,198,214],dsf:[349,369],dsmc:354,dump:[6,8,167,168,170],dump_modifi:169,dynam:261,eam:[13,355],echo:171,edip:356,eff:[9,13,96,97,128,130,135,215,230,240,248,284,357],efield:200,eim:358,elast:6,emac:13,enforce2d:201,ensembl:7,erot:[82,83,84,85],error:3,evapor:202,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,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,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,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,436,437,438,439,440,441,442,444,445,446,447,448,449,450,451,452],exp:[27,153],expand:[46,372],extend:[8,11],extern:203,fcc:251,featur:[7,8],fene:[45,46],fep:[9,13,87,174],field:[6,7],file:6,finit:6,fix:[2,6,8,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,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,448],fix_modifi:[173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,195,196,198,199,200,201,202,203,204,205,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,254,255,256,257,258,259,260,261,262,263,264,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,292,293,294,295,296,297,298,299,300],flow:6,fluid:216,flux:91,forc:[6,7,279],fourier:[30,31,154,308],freez:204,from:[6,11],futur:5,gauss:359,gaybern:360,gcmc:205,gener:[1,6,7,13],get:12,gld:206,gle:207,global:6,gpu:[15,337,340,342,344,345,347,349,352,353,355,359,360,362,369,370,372,383,385,394,395,397,406,407,414,415],gran:[296,361],granular:6,graviti:208,gromac:362,group2ndx:302,group:[88,301,448],gyrat:[89,90],harmon:[32,47,48,49,155,158,295,309,386],hbond:363,heat:[91,209],heatconduct:398,helix:156,hertz:361,histo:183,histori:[5,361],hook:361,how:6,hybrid:[33,50,157,310,364],idealga:399,imag:[167,168],imd:210,implicit:344,improp:[8,92],improper_coeff:305,improper_styl:[2,304,306,307,308,309,310,311,312,313,314],includ:315,inclus:8,indent:211,indic:0,individu:2,induc:6,inertia:93,info:[0,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,195,196,198,199,200,201,202,203,204,205,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,254,255,256,257,258,259,260,261,262,263,264,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,292,293,294,295,296,297,298,299,300,316],input:[2,6,8],instal:11,integr:[6,7],intel:[9,16,344,360,369,406],interfac:[6,11],introduct:7,invers:198,ipi:212,ipp:13,jul:0,jump:317,kate:13,keyword:384,kim:365,kokko:17,kspace:[2,8,291],kspace_modifi:318,kspace_styl:[6,319],label:320,lammp:[0,1,2,6,7,8,11,12],langevin:[213,214,215],lattic:321,lcbop:366,librari:[6,11,12],limit:[241,283],line:[12,242,367],linear:376,lineforc:221,list:[2,368],lj1043:295,lj126:295,lj93:295,lj96:370,lmp2arc:13,lmp2cfg:13,lmp2vmd:13,local:[6,65,68,69,79,92,108,115],log:322,lubric:378,lubricateu:379,make:12,mass:323,math:448,matlab:13,meam:[380,381,382],measur:1,meso:[222,223],meso_:99,meso_rho:100,meso_t:101,messag:3,micelle2d:13,mie:383,min_modifi:324,min_styl:325,minim:[8,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,195,196,198,199,200,201,202,203,204,205,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,254,255,256,257,258,259,260,261,262,263,264,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,292,293,294,295,296,297,298,299,300,326],misc:9,mod:[290,409],model:[6,7],modifi:8,molecul:327,molfil:[9,167,170],moltempl:13,momentum:[217,225],morri:403,mors:[51,363,385],move:226,movi:[167,168],mpi:11,msd:[103,104,105],msi2lmp:13,msm:[340,342,344,349,369],msst:227,multi:[6,7,158],multipl:6,nb3b:386,neb:[228,328],neigh_modifi:329,neighbor:330,nemd:6,newton:331,next:332,nharmon:159,noforc:[238,243],non:[6,7],none:[34,52,160,311,388],nongauss:105,nonlinear:53,nph:[229,230,231,232,270],nphug:233,npt:[229,230,234,235,270],nve:[236,237,238,239,240,241,242,243,244,245,270],nvt:[229,230,246,247,248,249,270],omega:106,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,150,151,153,154,155,156,158,159,161,162,164,208,229,231,232,233,234,235,236,244,246,247,249,262,304,306,307,308,309,312,314,334,335,337,340,341,342,343,344,345,347,348,349,350,352,353,355,358,359,360,361,362,363,364,367,369,370,371,372,373,374,375,376,377,378,381,382,385,386,387,389,394,395,397,406,407,408,409,410,412,414,415,416],onewai:250,open:7,oper:448,opl:161,opt:[19,344,355,369,373,385],optim:1,option:[6,8,12],orient:251,orthogon:6,other:6,output:[6,7,8,12,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,195,196,198,199,200,201,202,203,204,205,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,254,255,256,257,258,259,260,261,262,263,264,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,292,293,294,295,296,297,298,299,300],overlai:364,overview:11,packag:[1,9,12,14,15,16,17,18,19,333],pair:[6,107,108],pair_coeff:346,pair_modifi:384,pair_styl:[2,334,335,336,337,338,339,340,341,342,343,344,345,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,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,414,415,416],pair_writ:413,pairwis:8,parallel:11,paramet:6,pars:2,partial:131,particl:[6,7,42],partit:417,past:5,per:6,perform:[1,10],peri:389,period:25,phonon:[9,13,252],pimd:253,piston:297,planeforc:254,plastic:111,pmb:389,poem:255,point:261,polariz:6,poli:[341,378,379],polym:13,polymorph:390,post:7,potenti:[2,6,8],pour:256,pppm:6,prd:418,pre:7,press:257,pressur:112,previou:12,print:[258,419],problem:[3,4],process:[6,7],processor:420,profil:132,properti:[6,113,114,115,259],pymol_aspher:13,python:[11,13,421],qbmsst:260,qeq:[261,262,263],qmmm:[9,264],qtb:[9,265],quadrat:162,quantiti:6,quartic:[35,54],quip:391,quit:422,ramp:133,rattl:273,rdf:116,read_data:423,read_dump:424,read_restart:425,reax:[13,263,266,267,392,393],reaxc:9,rebo:335,recent:268,reduc:117,refer:448,reflect:298,region:[8,117,134,135,299,426,448],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,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,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,167,168,169,170,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,202,204,205,206,207,208,209,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,254,255,256,257,258,259,260,261,262,263,265,266,267,268,270,271,272,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,312,313,314,315,316,317,318,319,321,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,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,428,429,430,431,432,433,435,436,437,438,439,440,441,442,444,445,446,448,449,450,451,452],relax:192,replic:427,replica:[6,7],report:3,requir:12,rerun:428,rescal:[283,284],reset:199,reset_timestep:429,resquar:394,restart2data:13,restart:[6,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,195,196,198,199,200,201,202,203,204,205,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,254,255,256,257,258,259,260,261,262,263,264,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,292,293,294,295,296,297,298,299,300,430],restrain:269,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,309,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,444,445,446,447,448,449,450,451,452],rhosum:401,rigid:[6,83,98,219,270],ring:312,rotat:136,rule:2,run:[6,11,12,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,195,196,198,199,200,201,202,203,204,205,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,254,255,256,257,258,259,260,261,262,263,264,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,292,293,294,295,296,297,298,299,300,431],run_styl:432,scalabl:10,scalar:6,screen:12,script:[2,6,8,11,12],sdk:[36,395],self:277,serial:11,set:[6,433],setforc:272,shake:273,share:[11,12],shell:[6,434],shield:261,shift:[26,27,48,49,153],simpl:31,simul:6,size:6,slater:261,slice:119,sllod:[247,248],small:270,smd:274,smooth:[375,376],sna:120,snad:120,snap:396,snapshot:6,snav:120,soft:[377,397],solver:2,sourc:7,spatial:[184,185],spc:6,speci:267,special:[7,384,448],special_bond:435,sph:[9,398,399,400,401,402,403],sphere:[84,85,137,185,219,232,235,244,249],spheric:6,spline:[381,382],spring:[275,276,277,288],squar:28,srd:[278,300],srp:404,standard:9,start:[12,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,195,196,198,199,200,201,202,203,204,205,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,254,255,256,257,258,259,260,261,262,263,264,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,292,293,294,295,296,297,298,299,300],state:280,stationari:223,stop:[173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,192,193,194,195,196,198,199,200,201,202,203,204,205,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,254,255,256,257,258,259,260,261,262,263,264,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,292,293,294,295,296,297,298,299,300],store:[279,280],strategi:1,streitz:349,stress:121,structur:2,style:[1,2,6,8],submit:8,suffix:436,summari:6,swap:[179,191],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,252,253,254,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,309,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,444,445,446,447,448,449,450,451,452],system:6,tabl:[0,6,38,56,164,407,408],tad:437,taitwat:[402,403],temp:[122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,281,282,283,284],temper:438,temperatur:6,tersoff:[408,409,410],test:11,tfmc:285,thermal:[6,286],thermo:[6,439],thermo_modifi:440,thermo_styl:441,thermodynam:[6,8],thermostat:6,thole:411,time:[6,186],timestep:442,tip3p:6,tip4p:[6,349,369,373,377],tip:12,tmd:289,tool:13,torqu:139,transform:198,tri:[245,412],triclin:6,tstat:353,ttm:290,tune:291,type:7,umbrella:314,uncomput:444,undump:445,unfix:446,unit:447,user:[9,12,14,16,18],vacf:140,valu:[6,448],variabl:[6,8,448],variou:1,vcm:141,vector:[6,292,448],veloc:449,version:[0,5,12],via:12,vim:13,viscos:[6,293],viscou:[220,294],visual:6,voronoi:142,vtk:271,wall:[6,295,296,297,298,299,300],warn:3,water:6,weight:183,what:[7,12],wolf:[340,349],wrapper:11,write:6,write_data:450,write_dump:451,write_restart:452,xmgrace:13,xmovi:13,xrd:143,yukawa:[414,415],zbl:[410,416]}})
\ 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_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_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_temp","compute_temp_asphere","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_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_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_sphere","fix_nphug","fix_npt_asphere","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_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_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_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_meam","pair_meam_spline","pair_meam_sw_spline","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_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_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","timestep","tutorial_drude","uncompute","undump","unfix","units","variable","velocity","write_data","write_dump","write_restart"],objects:{},objnames:{},objtypes:{},terms:{"00a":314,"00b":314,"02214e23":91,"03275e":478,"0b1":11,"0e20":[330,457,479],"0e4":[247,323,388],"0e5":247,"0x98b5e0":188,"100k":1,"1024x1024":188,"10e":378,"10f":3,"10g":479,"10th":[449,455,468],"10x":[3,352,353,355,356,366],"10x10x10":152,"10x20x20":348,"11e":10,"15g":[189,479],"16x":1,"18986e":353,"18e":10,"1_prop":6,"1st":[2,6,8,12,20,22,38,44,56,57,58,60,87,158,170,172,184,193,194,201,202,203,204,205,206,210,214,249,278,288,316,328,332,350,356,361,362,366,373,375,382,384,385,392,393,402,403,407,408,409,413,417,427,437,438,439,440,441,448,454,462,463,466,479],"1x2x2":451,"2000k":188,"20x":366,"23899e":353,"2400k":188,"256k":10,"25x":10,"298k":377,"2k_ss":384,"2nd":[2,3,6,11,12,15,17,38,45,46,56,57,60,71,77,88,153,184,189,201,202,203,204,205,206,210,212,214,249,290,294,302,328,331,337,344,353,354,355,356,360,362,375,384,390,391,407,427,436,437,438,439,440,441,454,461,463,466,479],"2pi":184,"2theta":163,"2x1x2":451,"2x2x1":451,"2x2x2":451,"2x4x10":451,"2x5":384,"300k":[227,290,480],"32k":10,"3419e":247,"3806504e":[6,91],"38e":10,"3n_k":226,"3nk":280,"3nkb":285,"3rd":[15,17,20,38,56,71,105,114,184,201,202,203,204,205,206,210,290,291,328,354,358,360,375,384,390,391,427,437,438,439,440,441,454,461,466,479],"3x3":[91,348],"4857990943e":384,"4_94":11,"4th":[6,38,56,81,103,104,116,160,170,184,189,302,328,346,359,361,362,366,382,385,392,407,413,417,427,437,438,439,441,454,461,466,469,483],"4x10":344,"4x2x10":451,"4x6x10":451,"50k":1,"53xx":18,"54xx":18,"55e":10,"5_1":366,"5kx":[195,220],"5nlog_2":12,"5th":[116,353,471],"6021765e":478,"6863e22":416,"6x6":6,"72360e":247,"7797e":247,"8032044e":478,"8x1":6,"8x2":[6,12],"9e18":[12,39],"9e9":416,"9jan09":[323,388],"9th":355,"__main__":452,"__pthread_key_cr":12,"_j1m1m1":140,"_j2m2m2":140,"_serial":12,"abstract":17,"boolean":[3,328,330],"break":[],"byte":[3,12,471],"case":[1,2,3,6,8,11,12,13,15,16,17,18,39,40,41,45,46,59,61,63,71,73,104,108,114,116,117,142,143,144,145,147,150,151,152,153,154,156,157,158,162,164,166,167,168,170,187,188,189,195,196,200,201,202,203,204,205,206,207,208,210,212,214,218,220,222,225,228,229,231,232,233,234,236,247,249,250,251,252,253,254,255,266,267,269,271,272,277,279,280,281,282,289,290,292,294,296,297,299,302,305,308,309,310,312,313,317,319,320,322,323,325,326,327,328,330,344,345,346,348,350,352,353,354,355,357,359,360,362,371,374,376,378,382,384,387,388,390,391,392,394,404,405,406,407,411,413,417,420,423,425,428,438,439,441,449,452,454,456,457,461,462,464,466,468,470,471,472,474,478,479,480,482,483],"catch":[1,3,452],"char":[6,8],"class":[1,3,5,6,7,8,9,11,12,13,22,37,44,55,172,183,223,279,332,340,372,391,419,420,436,452,454],"default":[],"export":[188,373],"final":[3,5,6,7,8,11,12,17,41,59,87,141,189,200,201,202,203,204,205,206,208,212,214,225,248,249,253,280,284,290,291,294,314,316,317,324,330,353,355,361,362,366,382,385,392,404,407,413,417,418,437,438,439,441,449,462,468,474,479,481],"float":[3,6,8,12,40,42,71,113,187,189,230,279,291,307,384,424,426,452,454,464,471,479],"function":[],"import":[1,2,3,6,11,17,71,87,105,164,175,192,201,204,212,228,233,234,249,285,290,308,309,310,312,317,327,329,355,391,404,452,454,463,471,474],"int":[3,6,8,11,101,223,225,233,235,285,317,471],"long":[],"new":[],"null":[3,6,91,112,141,164,192,207,213,216,219,246,279,288,292,294,298,299,302,303,323,361,362,375,382,385,388,391,392,393,407,408,409,413,417,419,420,427,437,439,440,441,454,457,462,464,480],"public":[0,7,8,12,223,232,385,418],"return":[2,3,6,8,11,14,15,16,17,18,19,41,71,108,117,134,135,139,162,164,189,201,204,205,214,223,330,342,344,388,451,452,461,464,470,479],"short":[1,3,6,7,13,16,162,249,290,305,318,346,356,357,360,362,366,367,369,370,371,375,376,378,384,391,396,400,404,407,411,414,422,438,442,449,452,462,464,468,474],"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,109,112,140,142,151,163,170,171,173,174,175,176,178,179,181,182,184,188,191,195,199,207,221,224,228,232,233,236,249,251,252,253,254,255,256,264,266,267,269,282,290,292,293,308,310,314,315,321,331,333,334,335,336,339,341,342,344,346,349,355,359,360,361,362,364,367,368,369,370,371,372,374,375,376,379,380,382,383,385,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,408,412,413,414,416,421,422,428,437,438,439,440,441,443,445,446,447,448,449,451,454,456,461,463,467,469,479,481,483],"throw":471,"true":[6,12,13,17,108,115,187,208,210,214,249,250,271,272,273,277,290,312,316,328,330,360,384,388,437,452,456,464,479],"try":[1,3,8,12,17,19,201,230,236,313,314,315,320,452,479],"var":[3,11,12,164,328,344,465,479],"void":[4,6,7,8,41,167,208,223,457],"while":[3,9,10,11,12,13,14,18,71,105,140,147,162,175,187,190,205,212,214,218,226,227,232,233,234,236,249,267,280,285,287,318,346,353,360,366,377,382,420,439,441,449,452,463,468,474],a10:330,a123:330,a12:421,a2m:[6,91],a_0:[236,317,366],a_0_real:236,a_1:317,a_2:317,a_3:317,a_4:317,a_c:374,a_cc:374,a_f:441,a_i:442,a_ij:366,a_j:442,a_pi:366,a_sigma:366,a_ss:374,aacut:272,aat:171,aatom1:115,aatom2:115,aatom3:115,ab_23_cd:330,abbrevi:12,abc:[3,12,330,452,479],abf:213,abf_integr:13,abi:190,abil:[3,9,212,249,277,290,384],abl:[3,8,11,12,39,86,187,190,211,220,224,313,320,360,452,479,482],ablat:317,about:[0,1,3,4,6,8,9,10,11,12,13,17,39,41,42,61,63,78,108,115,116,118,158,164,187,188,189,190,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,214,215,216,218,219,220,221,222,223,224,225,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,248,253,256,257,258,259,260,261,262,263,264,265,270,271,272,274,275,276,277,278,279,281,282,283,284,285,286,287,288,289,290,291,292,293,302,303,305,306,308,309,310,311,312,313,314,315,316,317,319,320,321,322,324,325,326,327,328,343,346,352,353,355,360,365,371,376,391,416,420,446,452,455,456,461,462,464,469,479,481,483],abov:[1,2,6,7,8,10,11,12,14,15,16,17,18,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,93,94,96,97,112,114,116,118,140,141,142,143,144,145,146,147,150,151,152,153,154,156,157,158,162,163,164,166,167,170,171,172,173,174,175,176,177,178,179,181,182,184,187,188,189,192,193,194,195,196,201,202,203,204,205,206,208,211,212,214,215,220,223,225,229,231,233,234,235,239,248,249,253,273,276,278,283,289,290,294,302,305,308,309,310,311,328,330,331,332,333,334,335,336,337,339,341,346,348,350,354,355,359,360,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,379,380,381,382,383,384,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,406,407,410,411,412,414,416,417,419,420,421,422,427,428,429,430,431,432,433,434,435,437,438,439,440,441,442,443,445,446,447,448,449,450,451,452,454,455,456,457,458,461,462,463,464,465,468,469,472,474,479,480,482,483],abscissa:438,absenc:196,absent:474,absolut:[3,189,213,214,218,294,307,345,346,353,388,396,455],absorb:317,absoult:346,ac3:163,academ:225,acc:312,acceler:[],accelri:[6,13],accept:[7,87,164,189,199,211,214,225,312,370,400,462,469],acceptor:390,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,95,96,99,100,101,103,104,105,106,107,108,110,111,112,113,114,115,117,118,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,151,152,153,154,155,156,157,159,160,161,162,163,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,219,220,221,222,223,224,225,226,227,228,229,230,231,233,235,236,237,238,239,240,241,242,243,245,246,247,248,249,253,256,257,258,259,260,261,262,263,264,265,270,271,272,274,275,276,277,278,279,280,281,282,283,284,286,287,288,289,290,291,292,293,294,299,302,303,304,305,306,307,308,309,310,311,313,314,315,316,317,319,320,321,322,323,324,325,326,327,345,360,386,388,390,391,407,419,420,428,451,452,455,460,472,479],accidenti:339,accler:16,accommod:197,accomod:249,accompani:8,accomplish:[16,214,237,263],accord:[64,71,121,127,130,188,199,209,210,236,249,272,280,294,296,314,315,317,322,323,325,326,327,356,360,384,388,399,402,417,424,426,428,430,431,433,434,435,463,468,479],accordingli:[11,14,143,157,168,356,405,406],account:[3,6,9,87,118,162,163,172,183,202,203,219,230,231,233,249,254,255,266,267,269,271,275,281,290,291,293,302,303,304,305,308,309,310,313,317,320,335,354,376,388,396,400,405,406,407,451,468,480],accuml:[3,290,313,320],accumul:[1,6,8,15,71,192,202,233,290,294,319,343,360,460,478],accur:[1,3,6,15,17,38,41,56,147,208,247,285,290,293,305,313,320,326,328,346,366,384,387,388,411,421,436,438,439,441,468,479],accuraci:[1,3,6,12,41,187,189,208,227,249,282,293,318,328,345,346,352,384,411,419,420,438,444,463,468,474,479,482],ach:345,achiev:[1,3,6,16,17,18,41,208,227,249,250,272,273,280,345,391,463],achiv:18,acid:9,ackland1:382,ackland2:382,ackland:[],acknowledg:[],acml:12,aco:479,acolor:[188,189],acoust:272,acquir:[3,6,58,61,62,167,210,212,214,249,415,459,474],across:[1,2,3,6,9,12,13,15,41,57,61,65,68,69,71,79,92,107,108,115,117,152,166,168,201,203,204,205,208,219,229,290,291,295,313,317,320,326,330,355,360,449,454,457,458,462,471],act:[3,6,108,149,218,228,231,232,233,234,236,239,248,290,299,312,314,315,317,326,327,328,353,368,379,387,388,390,421,435],acta:[118,163,361],action:[2,6,11,12,71,226,231,315,474],activ:[5,8,11,12,13,14,55,59,87,162,199,213,226,230,233,239,248,270,290,297,316,343,404,436,448,476,479],actual:[1,3,6,8,12,56,62,122,147,187,189,193,194,207,209,210,218,233,234,267,271,277,285,294,305,307,308,309,310,312,318,327,328,345,356,387,389,399,405,406,451,452,463,464,472,479],adam:[345,346],adapt:[],add:[0,1,3,5,6,7,8,9,11,12,13,14,15,16,17,18,19,40,42,71,87,91,102,114,117,119,162,164,165,187,188,192,193,194,195,196,198,200,201,202,203,204,205,206,210,213,218,220,223,227,228,229,231,233,235,236,240,247,248,249,250,251,252,253,254,255,266,267,268,269,271,279,289,290,292,293,302,304,308,310,311,315,316,317,319,321,322,326,328,346,348,352,354,362,367,369,372,376,384,391,396,407,411,414,420,422,452,454,455,460,462,464,466,474],add_molecul:198,add_speci:198,add_to_nodeset:198,addforc:[],addit:[],addition:[6,8,16,139,305,327,387,421],address:[7,8,11,188,232],addtorqu:[],adequ:[305,318,345,355,463],adher:29,adhikari:236,adiabat:[],adiam:[188,189],adjac:[39,164,355,411,438,439,468,469],adjiman:410,adjust:[2,3,6,16,17,41,59,118,143,144,147,148,151,152,157,158,163,168,187,188,201,208,212,214,230,233,237,241,245,246,249,250,253,267,271,274,276,277,280,281,282,283,288,290,297,305,309,313,318,320,321,322,324,325,327,345,346,353,355,360,362,381,405,406,441,464,480],adjust_dt:128,adjust_radiu:297,adjust_radius_factor:297,admiss:253,adof:[144,201],adopt:[289,474],adp:[],adri:[9,286,419,420],adust:158,advanc:[3,230,366,449,460],advantag:[1,6,8,11,14,18,39,40,41,208,360,383,463,468],advect:[3,6,305],advertis:8,advis:[355,418],afer:3,affect:[1,6,10,14,15,16,17,40,60,61,71,88,117,141,148,162,168,189,194,201,202,203,204,205,206,209,210,211,212,214,215,223,229,231,233,239,246,250,251,252,254,255,261,266,267,269,290,291,303,317,327,339,345,351,352,353,355,356,357,360,384,405,406,411,451,452,454,457,459,462,464],affin:[16,17,18,214,360,375],afil:227,aforement:18,afresh:[278,462,479],afshar:380,after:[2,3,5,6,8,9,11,12,15,16,21,22,33,39,40,41,44,50,57,58,59,61,63,71,143,144,145,146,147,148,151,152,153,154,156,157,164,165,167,168,171,172,177,186,187,188,189,190,192,193,194,198,199,201,202,208,209,210,211,212,214,218,225,236,237,238,239,240,245,246,247,249,254,255,261,266,267,269,272,276,280,288,290,293,301,306,308,309,310,312,313,314,315,316,320,322,324,328,331,332,337,344,350,351,353,354,356,358,359,360,361,362,366,373,375,382,383,384,385,391,392,393,404,405,406,407,408,409,413,417,419,420,427,437,439,440,441,449,451,453,454,455,456,457,459,460,462,464,466,468,471,472,474,478,479,480,481,482,483],afterrun:462,afterward:3,afterword:41,ag1:163,ag2:163,again:[6,11,12,17,62,140,144,146,150,158,187,189,214,229,276,331,344,355,405,406,449,451,452,454,456,461,468,470,479,481],against:[11,12,13,64,215,355,419,420],aggreg:[6,12,65,68,69,79,92,108,115,229,245,288,290,303,449,480],aggress:[229,468],agilio:[9,13],agre:[3,8,184,353,362,393,420],agreement:[5,7],ahd:390,ahead:324,aidan:[0,5,7,9,13],aij:13,aim:6,airebo:[],ajaramil:[7,9,13],aka:188,akohlmei:[7,9,13,190,230],aktulga:[7,9,283,420],al2o3_001:[118,291],al3:163,ala:236,alain:9,alat:[271,407],alb:[417,439,441],albeit:289,albert:9,alchem:[87,158],alcohol:320,alcu:[361,366],alcu_eam:417,alderton:379,alejandr:[249,250],alessandro:13,algorithm:[0,1,6,7,8,9,41,61,189,198,208,211,214,236,238,239,261,273,290,293,312,313,317,320,325,351,352,353,357,360,384,406,424,426,449,451,468],alia:12,alias:[1,346],aliceblu:189,align:[6,12,29,41,71,166,184,204,208,231,348,454,457,474],alkali:384,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,152,157,158,159,160,161,162,163,164,165,166,167,168,170,172,177,183,184,187,188,189,190,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,217,218,219,220,221,222,223,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,242,244,245,247,249,250,251,252,253,254,255,256,257,258,259,260,261,262,264,265,266,267,268,269,270,271,272,273,275,276,277,278,279,280,281,282,283,285,286,287,288,289,290,291,292,293,294,295,296,297,301,302,304,305,306,307,308,309,312,313,314,315,316,317,318,319,320,322,323,324,325,326,327,328,329,330,331,332,335,340,343,344,345,346,347,348,350,353,354,355,356,357,359,360,361,362,363,365,366,367,369,370,371,372,373,375,376,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,400,404,405,406,407,408,409,410,411,412,413,414,416,417,418,419,420,421,422,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,446,447,448,449,451,452,453,454,455,456,457,458,459,461,462,463,464,465,466,467,468,469,471,472,474,478,479,480,481,482,483],allen:[29,87,379,387],allentildeslei:87,allign:3,allindex:329,alloc:[3,5,6,8,9,11,12,60,223,319,354,356,360,415,420,454,462],allocat:3,alloi:[],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,108,143,144,157,162,163,164,166,172,183,184,187,188,189,190,192,193,195,197,198,199,201,202,203,204,205,206,208,210,211,212,213,214,215,219,220,223,225,226,227,228,230,233,236,239,240,244,246,249,250,271,275,277,278,279,280,284,290,291,293,294,296,297,301,305,312,313,314,315,317,318,319,320,321,322,328,330,332,340,345,346,348,353,354,355,356,359,360,363,366,367,368,369,370,371,376,382,384,388,389,390,391,400,405,406,411,417,420,421,424,426,435,444,446,449,452,454,456,457,458,459,460,461,464,466,467,468,471,472,479,480],almost:[2,3,12,60,231,280,317,346,357,360,435],alo:376,alon:[6,7,211,286,419,420,452],alond:13,along:[6,8,9,12,29,40,87,118,163,164,186,187,188,211,231,236,237,241,246,248,280,290,293,294,298,302,303,312,316,317,323,326,328,348,351,352,353,355,376,379,388,391,394,396,400,407,419,420,438,454,457,464,465,479],alonso:[408,409],alpha:[6,51,193,236,272,280,285,353,361,364,367,376,380,382,383,385,390,395,396,407,412,416,440,442,472,474],alpha_:442,alpha_c:404,alpha_i:[427,442],alpha_ialpha_j:442,alpha_lj:404,alphabet:[2,3,22,37,44,55,63,172,183,192,332,340,354,373,436,454],alphanumer:[3,63,192,279,287,330,354,479],alreadi:[3,7,8,12,42,164,165,167,197,201,204,205,208,210,214,240,278,280,305,328,354,355,380,389,391,398,406,435,444,447,450,454,455,459,464,479],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,73,75,77,81,87,89,90,93,103,104,105,106,107,112,114,116,117,119,140,141,142,143,144,145,146,147,148,150,151,152,153,154,156,157,158,159,160,161,162,164,165,166,167,168,170,172,183,184,185,187,188,189,190,192,193,194,195,197,200,201,202,203,204,205,206,207,208,209,210,211,212,214,215,220,223,224,225,226,227,229,230,233,234,235,236,246,247,249,250,251,252,253,254,255,260,263,264,266,267,268,269,271,272,273,275,276,277,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,298,299,302,303,305,308,309,310,311,312,316,317,318,319,321,323,326,328,330,332,337,340,343,345,346,348,349,350,353,354,355,356,357,359,360,366,370,371,373,377,378,379,380,382,383,384,387,388,390,391,392,400,404,405,407,411,413,415,416,417,418,421,422,424,430,431,433,434,435,436,437,438,439,440,441,442,449,451,452,453,454,455,456,457,458,459,461,462,463,464,466,467,468,469,472,473,474,475,477,478,479,480,481,483],alter:[3,6,8,9,11,12,41,59,142,143,144,145,147,150,151,152,153,156,157,164,168,187,188,190,193,194,201,209,210,211,212,214,248,249,285,288,290,292,299,305,313,320,327,352,355,391,454,459,461,464,479,480,483],altern:[1,6,8,11,12,17,18,91,164,192,214,230,234,249,279,290,312,313,320,333,336,345,352,353,361,362,376,382,383,385,393,396,404,407,408,409,413,417,418,427,437,439,441,452,454,455,469,472],although:[29,42,184,239,249,277,281,290,312,344,447,461,474,483],aluminum:447,alwai:[0,6,11,12,17,18,54,57,63,71,162,189,202,204,205,206,210,213,225,227,231,282,285,290,305,322,326,327,331,345,346,351,353,354,356,357,360,369,372,382,399,419,420,428,438,439,441,447,449,454,455,457,459,466,468,471,474,479,480],amap:189,amatrix:227,amaz:11,amazingli:13,amber2lmp:[],amber:[],ambient:188,ambigu:[3,63,192,479],amd:[17,360],amend:11,amino:9,amit:9,among:[16,141,199,236],amorph:[164,440],amount:[1,3,6,12,59,88,115,162,166,186,188,212,213,225,229,233,249,271,277,290,297,305,310,313,318,320,328,345,360,380,415,454,457],amplitud:[214,246,298,323,339,457,479],amu:225,analag:[6,479],analalog:6,analog:[6,140,166,184,388],analys:[7,459],analysi:[7,9,13,63,64,73,190,286,287,295,329,427,454,464],analyt:[1,3,13,118,158,163,293,345,366,392,393,398,417],analyz:[6,8,13,355],andersen:293,anderson:[275,380],andr:[7,9,13],andrew:13,andzelm:435,ang:271,angl:[],angle1:289,angle2:289,angle_coeff:[],angle_cosineshift:27,angle_cosineshiftexp:[26,173],angle_cutof:390,angle_cutoff:390,angle_hybrid:29,angle_info:420,angle_styl:[],angle_typ:40,angleangl:[3,331,337,454],angleangletors:[3,171,454],anglecoeff:3,angletors:[3,171,177,454],angletyp:210,angmom:[],angmomi:[113,187,307],angmomx:[113,187,307],angmomz:[113,187,307],angstrom:[6,10,59,71,118,153,163,164,186,187,188,189,197,204,205,214,215,225,230,231,246,283,288,322,324,325,327,346,348,351,357,361,362,371,382,404,407,413,418,419,420,441,447,457,463,478,480],angular:[3,6,40,61,66,82,83,84,85,106,113,140,143,156,157,164,187,192,233,239,245,246,251,252,254,255,257,258,259,262,264,265,266,269,288,290,293,298,307,361,366,375,388,405,406,407,417,436,439,440,454,464,479,480],angularm:258,anharmon:[27,53,173,285,468],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,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,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,167,168,170,172,184,186,187,188,189,192,195,196,197,199,201,202,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,220,222,225,228,229,231,233,236,239,245,246,249,253,271,273,275,276,277,279,281,282,283,285,287,288,290,292,293,294,298,299,302,304,305,306,307,316,317,322,323,324,325,326,327,328,329,330,332,344,345,346,348,350,351,353,354,355,357,358,359,360,362,366,370,371,375,376,379,380,382,383,385,387,391,392,393,394,400,411,417,419,420,421,427,436,437,438,439,440,441,442,443,448,449,451,452,454,455,457,458,459,460,461,462,463,464,465,466,467,468,472,474,475,477,478,479,480,481,482,483],anihil:404,anim:[2,4,7,11,13,188,355],anion:385,aniso:[3,212,214,249,250,251,252,253,254,255,277,290],anisotrop:[233,387,421],ann:410,annot:[7,437,439,440,441,454],annual:[449,468],anoth:[1,3,4,6,7,8,11,12,17,29,40,63,71,87,119,188,192,193,199,201,203,204,205,206,211,214,215,226,229,233,234,239,249,250,253,276,279,290,291,308,309,310,317,327,330,351,353,355,356,359,376,380,384,385,387,390,391,395,396,404,419,421,428,435,439,440,441,448,449,452,455,461,463,474,479,483],ansi:12,answer:[3,4,8,12,290,357,358],anthoni:315,antiquewhit:189,antisymmetr:[9,40,363],antisymmetri:384,antonelli:[314,315],antonio:416,anymor:315,anyon:7,anyparticl:86,anyth:[8,11,164,214,232,437,439,441,465],anywai:[167,360,474,481],anywher:[12,164,373,407,427,479],aoff:[354,454],aparam:[87,193,194],apart:[3,165,239,302,356,365,428,454,463],aperiod:272,api:[11,12,190,392,452],appar:3,appear:[2,3,6,11,12,13,39,40,41,77,87,108,115,116,140,147,164,165,167,187,188,189,201,204,205,208,212,215,218,225,230,276,287,288,316,328,330,331,345,353,354,355,374,382,407,411,438,450,451,452,454,455,456,459,461,474,479,483],append:[],appendix:[29,379],appl:[212,249,250],appli:[2,3,4,5,6,8,12,17,18,33,41,50,57,59,61,63,71,87,88,105,140,141,144,150,152,154,158,163,164,166,170,172,177,183,187,189,192,193,194,195,196,198,201,207,208,212,213,214,216,219,220,223,224,225,226,227,228,230,231,233,234,235,236,240,249,250,253,254,255,261,266,269,270,271,273,277,280,288,289,290,292,293,294,295,298,302,303,304,306,308,309,310,311,313,315,316,317,320,328,345,348,353,354,355,365,367,369,371,376,379,384,388,389,390,391,393,396,402,406,411,414,419,422,423,424,425,426,435,442,446,454,455,457,458,459,463,464,466,471,474,479,480,481,482],applic:[1,6,9,12,17,190,198,211,215,216,223,227,230,271,276,289,294,302,313,320,345,360,441,464,474],applyt:3,appopri:17,approach:[6,7,9,14,198,226,272,273,285,290,312,313,315,317,320,345,366,376,378,381,387,391,421,423,425,435,444],appropri:[1,2,3,6,8,11,12,13,15,17,33,38,42,50,56,61,73,88,91,116,117,143,144,172,177,183,184,187,189,201,202,204,205,206,211,212,214,223,224,227,236,244,246,247,249,251,252,253,254,255,266,267,269,273,276,277,280,285,290,305,308,309,310,313,320,322,323,325,326,327,337,346,355,362,366,370,374,375,376,383,388,391,393,400,404,418,419,420,437,438,439,440,441,444,454,455,456,458,459,467,468,471,479,480],approri:228,approxim:[6,9,118,122,163,225,227,236,273,291,293,312,345,351,352,353,368,378,384,387,405,406,411,418,421,446,468,474],april:11,aprpopri:449,apu:[405,406],aqua:[188,189],aquamarin:189,ar_therm:198,ar_ttm:198,ara:13,arbitrari:[6,40,58,187,188,190,213,214,228,249,273,281,437,452,465,479],arbitrarili:[11,59,116,140,186,212,249,376,479],arcco:3,arch:[1,12,14,15,17],architect:343,architectur:[16,360],archiv:[6,7,11,12,307,373,461],arcsin:3,area:[6,41,91,112,116,162,208,214,236,313,320,381,388,416,443,451,464],aren:[279,330],arflag:12,arg:[3,11,12,22,40,41,44,55,59,63,71,87,117,152,158,162,164,167,168,172,186,187,189,192,193,194,195,197,199,201,202,203,204,205,206,207,208,209,210,213,214,215,220,223,225,228,229,230,231,239,246,251,252,276,289,290,291,292,295,298,299,301,312,315,322,323,324,325,327,328,332,343,355,360,367,368,369,371,372,373,378,379,384,389,391,396,400,404,405,406,414,422,424,426,436,451,452,454,457,459,461,463,465,472,479,480,482,483],argon:225,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,109,112,116,140,141,142,151,152,153,158,162,164,165,166,168,170,171,172,173,174,175,176,178,179,181,182,184,187,189,192,193,194,195,197,200,201,202,203,204,205,206,207,208,212,213,214,221,223,224,227,228,232,233,239,246,249,251,252,253,254,255,256,264,266,267,269,275,276,278,282,287,290,291,292,293,305,308,310,317,319,321,323,328,330,331,332,333,334,335,336,337,339,341,343,344,346,347,348,350,355,359,360,361,362,364,365,366,367,368,369,370,371,372,373,374,375,376,378,379,380,382,383,385,386,387,388,389,390,391,392,393,394,396,397,398,399,400,401,402,403,404,405,407,408,409,411,412,413,414,416,417,419,420,421,422,427,428,436,437,438,439,440,441,442,443,445,446,447,448,449,450,451,452,454,455,457,459,462,463,464,465,469,471,472,479,480,482],aris:[12,446],arithmet:[3,6,345,371,374,394,399,411,442,443],arkansa:9,arl:9,armv8:17,arnold:345,around:[1,3,4,6,12,42,57,58,59,66,70,73,77,116,140,143,159,162,164,166,186,188,189,196,197,212,214,215,231,246,249,279,281,285,290,298,302,305,322,323,326,344,354,454,457,464,465,474,479],aroung:3,arrai:[],arrang:140,arrheniu:468,art:[281,449,468],artefact:227,articl:6,articul:[7,275],artifact:[88,162,474],artifici:[247,280,430,431,433],arun:13,arxiv:[140,427],ascend:[41,189,230,239,290,459],asci:7,ascii:[13,291,316,355,382,385,407,454],ash:[405,406],asid:[8,164,407],asin:479,ask:[3,11],askari:416,askoos:13,asoci:188,aspect:[6,7,59,214,225,387,421,443,454,464,468],aspect_ratio:291,asper:4,aspher:[],asq:[405,406],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,93,104,106,110,113,114,118,140,141,144,159,161,163,164,167,177,187,188,189,190,192,193,194,197,201,203,208,210,211,212,215,217,225,230,233,234,235,236,246,249,251,252,253,254,255,264,266,267,268,269,273,276,277,279,281,287,290,291,308,309,310,311,328,337,346,348,350,354,355,359,360,366,382,385,387,390,391,420,421,451,452,454,455,456,457,458,463,464,469,472,479,480],assignemnt:[6,463],assing:279,assist:[7,247],associ:[3,5,6,8,9,12,22,37,39,40,44,55,59,66,74,75,81,87,89,90,93,99,101,103,104,106,130,159,172,183,187,188,189,193,194,195,199,212,214,220,223,225,226,232,236,246,249,275,285,289,290,291,303,305,329,330,332,340,348,353,355,359,360,373,376,380,381,382,384,390,391,393,396,400,423,425,435,436,438,452,455,462,474,476,479],associd:67,assum:[2,3,4,6,11,12,16,39,59,67,71,88,96,102,104,142,143,144,145,146,147,149,150,151,152,153,154,156,157,158,162,164,167,189,193,194,201,202,203,204,205,206,212,214,222,230,232,236,239,251,252,254,255,257,259,262,264,265,266,269,271,272,276,277,278,281,290,292,294,302,313,316,317,322,325,328,345,346,354,355,360,366,368,370,373,374,381,384,390,391,395,400,405,406,443,449,451,452,454,456,459,464,468,471,472,474,480],assumpt:[162,230,361,411],astar:407,astart:428,asterisk:[22,44,77,87,116,158,168,172,189,193,194,239,290,332,350,373,390,435,448,451,464,478],astop:[353,428],asu:382,asub:407,asubrama:13,asymmetr:[127,325,366,382],asynchron:[15,16],atan2:479,atan:479,atc:[],atc_fe_output:198,athomp:[0,7,9,13],atm2pa:6,atmospher:478,atol:12,atom1:[275,289,354,454],atom2:[275,289,354,454],atom3:[275,289,354,454],atom4:[289,354,454],atom:[],atom_element_map:198,atom_forc:420,atom_info:420,atom_modifi:[],atom_styl:[],atom_vec:8,atom_vec_atom:8,atom_vec_electron:8,atom_veloc:420,atom_weight:198,atomey:[6,7,11,13,187,188,189],atomfil:[3,71,279,328,359,464,479],atomic_charg:198,atomic_numb:417,atomid:454,atomist:[6,198,312],atomperbin:3,atomt:189,atomvec:8,attach:[6,205,273,294,302,454],attatch:315,attempt:[3,6,41,59,71,186,199,208,209,210,211,215,225,276,277,305,325,345,349,355,391,452,467,469,472,479],attend:198,attent:[15,18],attogram:478,attrac:407,attract:[],attribut:[3,6,7,8,11,39,40,42,58,63,71,87,113,114,115,117,143,158,187,188,189,192,193,194,200,201,203,204,205,211,212,249,251,252,253,254,255,257,258,266,267,269,277,290,291,307,308,309,310,348,354,366,384,391,454,455,456,464,472,479],atw:[405,406],atwat:440,atwt:407,atyp:[115,158,210,376,396,400,404],au1:163,au3:163,aug:11,augment:[12,113,212,279,407],augt1:407,auo:287,auoh:287,author:[3,8,9,13,382,383,474],auto:[6,8,11,12,91,160,192,202,294,319,345,354,360,451],autocorrel:[63,91,233],autom:[12,188],automag:7,automat:[3,6,12,14,15,16,17,18,19,36,128,184,197,225,227,236,290,294,318,345,360,375,382,391,407,423,424,425,426,447,454,467,474],auxiliari:[1,6,9,11,12,13,187,272,290,455,459,481],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,63,87,109,112,113,140,142,151,162,170,171,173,174,175,176,178,179,181,182,184,187,188,192,195,201,203,204,205,206,207,212,213,221,224,226,228,230,233,249,250,251,252,253,254,255,256,264,266,267,269,282,284,290,291,292,293,308,310,315,321,331,333,334,335,336,339,341,343,346,360,361,362,364,367,368,369,370,371,372,374,375,376,379,380,382,383,384,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,406,407,408,411,412,413,414,416,417,419,420,421,422,427,428,437,438,439,440,441,443,445,446,447,455,463,467,479],availab:9,ave_chunk:6,aveforc:[],avendano:410,averag:[3,6,7,15,41,63,64,71,87,91,103,105,116,118,144,152,160,163,187,189,192,194,198,200,201,202,203,204,205,206,207,208,212,225,227,229,233,234,239,249,250,253,272,277,280,286,287,290,291,294,331,362,384,407,442,455,459,472,474,479],averi:305,avesq:117,avi:188,avoid:[1,3,6,12,36,39,59,164,165,184,188,197,202,203,206,218,225,227,234,271,273,281,285,290,291,319,326,358,366,384,404,407,420,438,456,462,463,474],awai:[3,6,61,116,187,188,211,215,228,231,248,271,294,302,316,322,356,376,396,400,459],awar:[360,383,451],awpmd:[],axel:[7,9,13,18],axi:[3,6,41,118,130,143,163,164,166,186,188,208,225,228,231,246,276,298,302,317,323,335,341,348,454,457,464],axial:253,azimuth:[188,228],azur:189,b_k:427,ba2:163,babadi:421,back:[1,6,7,11,12,13,14,15,17,145,146,147,151,152,153,154,156,164,168,187,189,190,193,194,213,218,223,230,231,233,234,249,254,255,266,267,269,288,290,308,309,310,314,315,324,325,327,344,345,346,355,388,452,454,455,456,457,458,461,467,468,480],backbon:[211,293,339],backcolor:[189,482],backend:17,background:[9,87,88,112,141,189,208,214,233,305,313,317,320,355,374,405,406,407],backtrack:[351,353],backward:[9,12,190,355,468],baczewski:226,bad:[3,12,59,61,231,355,454,459,471],badli:[3,212,249],bal:312,balanc:[],balasubramanian:268,ball:[140,405,406],ballenegg:345,bammann:198,band:[4,6,7,140,192,248,352,355,366],bandwidth:[1,10,18,40],bandwith:188,bar:[87,188,478],barashev:382,bare:[218,232,234],barost:[218,474],barostat:[],barostt:6,barr:375,barrat:285,barrett:67,barrier:[3,4,6,248,341,355,375,386,468],bartel:272,bartok2010:427,bartok2013:427,bartok:[9,140,418,427],bartok_2010:418,bartok_phd:418,bary:478,barycent:301,basal:[],base:[3,4,6,8,9,11,12,13,14,15,20,63,64,71,78,87,91,111,118,144,146,163,164,166,187,188,189,192,198,204,205,208,209,210,214,215,219,230,233,237,239,261,272,273,279,281,283,290,291,294,295,305,312,346,360,362,364,366,380,384,387,390,391,392,396,405,408,409,414,416,417,437,440,441,449,451,454,455,456,458,461,464,465,468,469,472,478,479,480,483],bash:373,bashford:[6,20,170,371,466],basi:[3,6,12,40,140,144,164,197,233,235,272,305,322,348,447,464,479],basic:[6,7,8,12,17,41,113,141,188,189,198,208,249,250,271,326,361,363,448,456,474],basin:[86,355,449,468],bask:[382,407,417],bath:[9,280,285],batom1:[69,115,117,187,189],batom2:[69,115,117,187,189],bayli:[6,170,466],bb13:171,bcc:[3,4,7,64,70,73,348,407,409],bcolor:[3,188,189],bdiam:[3,188,189],be2:163,bead:[5,7,10,13,40,45,46,156,196,211,273,435],beam:215,bear:[6,226],becau:13,becaus:[0,1,3,6,8,12,16,17,18,29,40,41,59,64,71,77,116,128,140,144,149,154,164,165,166,170,187,188,189,190,195,199,201,208,209,210,211,212,214,220,224,226,227,232,233,234,235,246,249,250,261,267,276,280,281,285,290,302,307,312,313,316,317,320,324,325,326,327,328,334,345,351,353,355,356,359,360,371,373,376,378,380,384,385,387,388,389,390,391,394,395,404,405,406,407,411,421,435,436,442,443,451,452,454,456,457,458,461,463,464,466,468,474,479,480,481,483],beck:[],becker:[361,382],beckman:230,becom:[1,2,3,6,7,8,18,39,41,54,57,59,71,166,187,188,189,208,209,210,211,214,225,227,236,248,249,287,288,308,309,322,323,325,326,327,345,346,351,355,362,374,376,382,384,387,396,411,417,421,437,446,454,455,457,464,479],been:[1,2,3,6,7,9,12,13,16,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,57,59,60,63,65,69,71,87,109,112,113,114,115,117,119,142,143,144,145,146,147,151,152,153,154,156,157,165,166,167,168,170,171,173,174,175,176,178,179,181,182,184,186,187,188,189,190,195,197,199,200,201,202,203,204,205,206,207,208,211,212,213,214,215,221,224,225,228,230,231,233,234,236,237,238,239,240,244,246,247,249,251,252,253,254,255,256,264,266,267,269,275,276,277,280,282,284,287,288,290,292,293,301,306,308,309,310,317,318,319,321,322,323,324,325,327,328,331,333,334,335,336,339,341,344,345,346,353,356,360,361,362,364,367,368,369,370,371,372,374,375,376,379,380,381,382,383,384,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,406,408,409,412,413,414,416,419,420,421,422,428,435,437,438,439,440,441,443,445,446,447,449,451,452,454,455,456,457,458,460,464,468,471,472,479,480,481,482],befor:[1,2,3,6,8,9,12,14,17,22,29,39,40,41,44,59,66,71,74,75,81,89,90,93,103,104,105,106,114,144,147,152,153,159,164,165,167,168,172,185,186,189,193,194,195,196,197,199,201,203,204,205,206,207,208,212,217,218,224,225,230,232,233,234,236,239,246,249,254,255,266,269,272,279,280,281,284,285,290,291,292,306,308,309,310,316,322,323,324,328,332,350,351,353,355,360,385,388,404,407,436,444,449,451,452,455,456,457,458,459,461,462,464,468,471,472,474,479,480,481,482,483],began:[5,12],begin:[3,8,12,38,39,56,71,117,119,165,184,186,187,189,193,194,198,200,201,202,203,204,205,206,208,214,218,234,261,275,288,291,305,307,310,319,324,327,328,342,344,345,346,347,349,352,354,355,356,359,360,382,411,417,424,426,428,435,438,442,447,449,454,461,468,470,472,474,478,479,481],behalf:3,behav:[3,27,173,352,353],behavior:[3,168,184,187,188,190,211,212,215,225,226,227,230,233,234,235,249,276,280,285,305,308,309,317,352,366,384,407,448,456,460,479,481],behaviour:[6,233],behind:[8,232,247,280,305,345],beig:189,belak:7,believ:11,bellott:[6,20,170,371,466],bellow:335,belong:[2,3,40,71,120,167,199,201,204,225,239,290,328,354,423,454],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,92,112,113,116,117,118,140,141,144,150,152,158,162,163,164,167,168,170,172,183,184,187,188,189,192,193,195,196,198,201,202,203,204,205,207,208,210,211,212,214,215,220,223,228,229,231,233,234,239,246,247,249,253,254,255,266,269,271,276,279,280,281,288,289,290,292,293,299,302,305,306,307,308,309,310,313,314,315,317,320,322,323,328,330,332,343,345,348,350,351,353,354,355,357,360,361,362,363,366,367,368,371,372,373,374,376,379,382,384,385,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,406,407,410,411,416,419,420,421,422,427,428,436,438,443,445,446,448,449,452,454,455,456,457,459,461,462,464,466,468,470,471,472,473,474,479,480,483],bench:[1,6,11,12],benchmark:[1,7,10,11,12,13,14,15,16,17,18,41,208,345,467],beneath:215,benefici:[61,357],benefit:[1,226,463],bennet:87,beowulf:7,berardi:[387,421],beraun:317,berendsen:[],berensen:290,berkelei:162,berkowitz:345,berlin:[7,9,294],bern:[3,273,281,282,375,387,436,463],bernendsen:6,beryllium:384,besid:[8,292,457],best:[1,6,8,14,15,16,17,18,19,249,267,268,289,290,360,366,376,396,400,411,438,455,463,468],beta:[6,9,272,280,361,364,382,383,385,407,439,440,441,472,479],beta_:366,beta_k:427,beta_pi:366,beta_sigma:366,beta_t:440,better:[3,6,7,8,12,14,16,27,140,173,194,208,225,236,249,261,281,288,290,305,346,355,360,439],betwe:365,between:[],beutler:404,bewteen:[108,202,305,313,320,391,451],beyon:463,beyond:[3,5,6,12,17,61,71,87,162,187,189,203,204,225,249,345,357,386,402,411,468,472,479],bgq:17,bi3:163,bi5:163,bia:[3,6,8,112,141,143,144,145,146,147,151,152,153,154,156,157,201,213,214,225,233,234,249,254,255,266,267,269,285,308,309,310,312,480],bias:[6,9,213,480],biaxial:143,biersack:[407,436,441,447],big:[3,4,12,187,280,285,305,356,374],bigbig:[3,12],bigint:[3,223],bilay:[4,10,302],bilayer1:302,bilayer2:302,bill:7,billion:[3,7,10,12,39,225,462],bin:[3,6,11,12,39,63,66,71,75,90,93,104,106,114,116,144,152,159,161,187,189,201,203,204,205,272,280,285,305,356,357,360,381,415,455,482],binari:[3,6,7,12,13,16,33,37,50,55,177,183,187,188,189,190,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,218,219,220,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,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,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,337,340,361,362,363,364,365,366,367,368,369,370,371,372,374,375,376,379,380,381,382,383,384,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,412,414,416,417,418,419,420,421,422,427,428,429,430,431,432,433,434,435,437,438,439,440,441,443,445,446,447,455,456,461,481,483],binary2txt:[],binchunk:201,bind:[17,18,204,366],binsiz:[39,189,356,360],binstyl:152,bio:[40,356],biolog:[6,7],biologi:176,biomolecul:[275,290,345,346,371],biomolecular:463,biophys:230,biosym:13,bird:381,bisect:[41,208,443],bisector:[6,376,396,400],bispectrum:[63,140,427],bisqu:189,bit:[3,12,17,39,223,234,411,438,462,474],bitmap:[3,438,444],bitrat:[188,189],bitzek:352,bkgd_dyn:407,bla:12,black:189,blais:[9,13],blanchedalmond:189,blank:[2,3,12,38,56,107,184,188,275,290,354,355,366,383,407,413,427,437,438,439,440,441,451,452,454,479],blast:317,blend:407,block:[2,3,6,91,140,164,166,167,276,326,348,360,366,384,417,427,457,468,474],blow:[3,261,322,326,428],blown:3,blue:[2,188,189,211],bluegen:[187,345],blueviolet:189,board:[346,379],bodi:[],body_nparticl:8,bodyflag:454,bodyforc:236,bodyforcei:236,bodyforcex:236,bodyforcez:236,bodystyl:[239,290],boff:[354,454],bogaert:312,bogu:[3,147,212],bogusz:88,bohr:[382,384,441,478],boltzmann:[6,7,9,87,91,112,142,144,145,146,147,150,151,152,153,154,156,201,211,233,236,237,238,239,240,253,321,380,469,478],bond:[],bond_coeff:[],bond_graph_cutoff:420,bond_harmon:[8,48,49],bond_harmonicshift:49,bond_info:420,bond_interact:198,bond_styl:[],bond_typ:[168,435],bondangl:[3,21,33,454],bondbond13:[3,171,454],bondbond:[3,21,33,454],bondchk:420,bondcoeff:3,bondtyp:[209,210,354,435],bonu:[3,481],book:446,bookkeep:411,bookmark:0,boost:[1,3,12,64,356],bop:[],border:[3,7,16,61,317,480],boresch:87,boreschkarplu:87,born:[],boron:384,borrow:294,bose:285,botero:[7,9,13,384],both:[1,3,6,7,8,9,11,12,14,15,16,17,18,27,37,39,40,54,55,57,59,61,62,63,68,69,71,83,87,88,108,113,115,116,128,143,144,149,152,154,157,164,166,167,168,173,183,184,187,188,191,192,193,194,199,201,202,204,205,206,209,210,211,212,213,214,219,225,227,229,231,233,234,236,237,245,246,249,250,254,255,261,266,269,275,279,280,281,287,290,293,294,302,305,309,313,314,315,317,320,322,323,325,326,327,330,331,340,346,350,353,354,355,356,358,360,362,366,367,368,369,370,371,372,374,379,380,382,383,384,387,388,390,391,392,396,398,400,401,402,404,405,406,410,411,414,421,422,437,439,440,441,447,449,451,452,454,455,456,457,461,466,471,472,474,479,481,482,483],bottleneck:[1,3,452],bottom:[8,9,147,189,214,224,236,267,313,320,348,466],bottomwal:207,bounc:[3,305],bound:[3,6,17,26,27,41,42,57,59,71,153,166,173,186,187,189,203,204,208,214,215,219,225,234,249,276,305,322,323,324,325,326,327,345,353,384,454,457,468,474,479,480],boundar:3,boundari:[],boundary_dynam:198,boundary_faceset:198,boundary_integr:198,bount:11,box:[],boxcolor:[188,189],boxxlo:11,bpa:360,bpclermont:[9,13],bptype:435,br1:163,bracket:[2,3,6,41,63,71,117,119,192,200,201,202,203,204,205,206,208,319,472,479],bragg:[118,163],branc:11,branch:11,branicio:73,breakabl:[7,44,55],breakag:[78,209],breakdown:[1,12,15,88,107,419,420,449,468],brennan:435,brenner:[362,436],brick:[3,41,62,152,166,208,454,456,458],brief:[1,5,6,7,8,12,232,362,366,420,468],briefli:[6,10,273,375],brilliantov:388,bristol:[5,7],brittl:416,broader:452,broadli:8,broken:[2,54,65,69,70,78,107,115,168,209,249,366,456,466,481],brook:6,brought:186,brown:[7,9,13,15,16,118,141,189],brownain:368,brownian:[],brownw:7,brows:0,browser:[4,188],bryantsev:390,bsd:12,bstyle:[40,42],btype:[69,115,165,187,376,396,400,404,435],buc:369,buck:[],buckingham:[7,193,194,281,346,367,369,370,378,436],buffer:[3,8,188,189,471],bufi:188,bug:[],bui:188,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,96,97,98,99,100,101,105,109,111,112,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,142,143,148,150,151,155,156,158,162,170,171,173,174,175,176,177,178,179,181,182,183,184,187,190,192,195,196,197,199,207,209,210,211,213,215,220,221,222,224,225,226,227,228,230,232,233,235,236,237,238,239,240,242,243,247,248,249,250,251,252,253,254,255,256,257,258,259,260,262,264,265,266,267,268,269,271,272,273,275,276,279,280,281,282,283,284,285,286,287,290,292,293,294,295,296,297,298,299,301,305,308,310,311,312,313,314,315,317,318,320,321,323,324,329,330,331,333,334,335,336,337,339,340,341,346,355,356,357,360,361,362,364,365,366,367,368,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,396,397,398,399,400,401,402,403,404,405,406,407,408,409,412,413,414,415,416,417,418,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,445,446,447,449,452,455,457,463,467,468,469],bulatov:[408,409],bulk:[4,6,10,70,236,271,277,377,407,411,416,423,425,458],bullet:7,bump:233,bunch:8,bundl:[9,188,190],burlywood:189,bussi1:309,bussi2:309,bussi:[227,309],bybe:9,c1060:14,c11:[202,407],c12:202,c13:202,c1n:202,c2050:14,c21:202,c22:202,c23:202,c2n:202,c31:202,c32:202,c33:202,c34:202,c3n:202,c41:202,c42:202,c43:202,c44:202,c_0:[317,433,434],c_1:[68,69,117,118,163,187,189,226,279,291,328],c_2:[69,117,118,160,162,163,187,291,319,328],c_3:[117,291],c_cluster:6,c_cstherm:6,c_dist:117,c_doubl:11,c_e:317,c_flux:91,c_forc:117,c_gauss:386,c_hb:390,c_id:[6,63,71,87,117,119,187,200,201,202,203,204,205,206,291,307,319,472,479],c_ij:6,c_ijkl:6,c_index:117,c_k:226,c_ke:313,c_msdmol:119,c_my_stress:200,c_mycentro:[201,204],c_mychunk1:114,c_mychunk2:114,c_mychunk:[6,66,75,90,93,104,106,144,159,161],c_mycom:203,c_mycomput:201,c_myf:[187,482],c_myrdf:[116,206],c_mytemp:[8,202,203,206,319,472,479],c_n_k:226,c_p:141,c_pe:110,c_peratom:[110,141],c_pi:366,c_press:117,c_prop:6,c_radiu:162,c_reax:[419,420],c_sa:291,c_sigma:366,c_size:6,c_stress:187,c_tatom:234,c_tdrude:[218,234,474],c_thermo_press:[8,202,203,206],c_thermo_temp:206,c_xrd:203,ca2:163,cach:[17,39,411,467],cacul:293,cadetblu:189,cai:474,calcforc:236,calclat:91,calcluat:[103,105,110,112,141,376],calcualt:[91,201],calcul:[],caldwel:[6,170,466],calhoun:273,call:[],callabl:[3,11],callback:[3,11,192,223,452],caller:3,calori:478,caltech:[6,7,9,13,384],calucl:6,calul:[11,12,144,346],cambridg:[9,418],campa:272,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,170,171,172,173,174,175,176,177,178,179,181,182,183,184,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,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,298,299,301,302,303,304,305,306,307,308,309,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,339,340,341,342,343,344,345,346,348,349,350,351,353,354,355,356,357,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,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,461,462,463,464,465,466,467,468,469,470,471,472,474,478,479,480,481,482,483],cancel:[192,290,480],candid:[168,199,225],cannot:[1,2,3,6,11,12,13,15,16,17,39,40,41,54,57,58,59,68,71,82,84,88,104,117,119,143,144,165,167,168,186,187,188,189,200,201,202,203,204,205,206,208,211,212,214,215,225,226,227,233,234,235,239,246,249,251,252,254,255,257,258,259,264,266,269,276,277,280,285,287,290,291,292,295,305,313,317,319,320,322,323,326,327,328,330,345,348,353,355,358,359,360,369,370,372,382,387,389,396,400,402,404,411,414,419,421,422,423,425,435,436,438,449,451,452,454,455,457,458,460,463,464,466,468,471,478,479],canon:[192,199,225,227,249,250,266,267,268,269,273,309,312,315,416],cao1:273,cao2:273,cao:273,capabl:[5,7,9,11,14,16,17,18,324,330,346,360,362,372],capac:[9,40,101,150,285,317,430,454,464],capit:[217,454],capolungo:[118,163,291],captur:[6,318,362,370,384,388,400,407,474],carbid:376,carbon:[7,188,339,362,375,393,407],card:[12,14,16,22,44,77,87,116,172,193,194,290,332,350,373,390,448,456,461,481,483],care:[3,6,59,71,164,167,186,201,204,205,209,210,215,227,232,236,249,276,290,312,365,452,454,457,458,463,464],carefulli:[11,12,54,287,328,391,393,459],carlo:[6,7,9,192,199,211,225,290,312,381,436],caro:[199,382],carpent:[7,13],carri:[16,242,279,317,388,420],cart:[3,451],carter:[9,17],cartesian:[3,62,361,451],carv:167,cascad:[219,317],cash:7,cast:[227,479],cat:[15,188],catastroph:281,cate:236,categori:[],cation:385,cauchi:[133,138],caus:[1,2,3,6,8,12,16,17,164,166,167,168,187,189,197,212,219,225,261,271,288,290,293,322,324,325,326,327,330,344,346,353,355,359,390,396,402,405,406,411,448,452,453,454,455,458,459,461,462,479,483],caution:[1,346],cautiou:[209,210],cautious:362,caveat:[362,463],cbecker:[361,382],cc1:[6,14,66,75,90,93,104,106,114,144,159,161,201,204],cc2:14,ccc:[383,437,439,441],ccflag:[12,16,17,18,19,187],ccm6:382,ccsi:[383,437,439,441],ccu:366,cd2:163,cdeam:382,cdennist:9,cdll:11,cdof:[6,144,201],cdte:366,cdte_bop:366,cdtese:366,cdzn:366,cdznte:366,ce3:163,ce4:163,ceas:352,ceil:479,cell:[3,6,59,88,116,118,162,163,164,187,197,212,213,225,230,247,249,250,253,272,280,283,317,345,346,348,381,384,472],cella:[6,472],cellalpha:[6,472],cellb:[6,472],cellbeta:[6,472],cellc:[6,472],cellgamma:[6,472],center:[3,6,25,42,63,66,71,74,75,86,89,90,98,103,104,105,114,116,118,144,145,146,149,152,156,159,161,164,188,189,192,193,194,196,201,203,204,205,212,214,215,216,218,225,226,231,233,234,239,245,249,254,255,266,267,269,272,276,281,287,288,290,291,294,302,303,305,307,308,309,310,312,313,315,322,326,331,348,354,365,383,384,387,388,394,405,406,407,408,409,437,439,440,441,443,457,464,474,479],centimet:478,central:[3,61,70,76,77,116,122,140,239,271,293,303,354,413,419,420,454],centro:[],centroid:[3,273,443,464],cerda:345,ceriotti2:227,ceriotti:[13,227,232],certain:[1,2,3,6,8,12,17,39,71,113,117,119,168,187,188,200,201,202,203,204,205,206,211,223,224,290,292,306,319,330,337,344,356,391,411,420,442,456,460,474,479],certainli:231,cerutti:346,cfg:[3,6,7,13,187,188,189,190],cfile:420,cfl:[128,295],cfor:294,cg_type:422,cgiko:2,cgikot:2,cgkio:2,cgko:2,cgkot:2,cgo:2,cgot:2,ch2:293,ch2lmp:[],ch3:293,chain3:356,chain:[],challeng:[6,294],chalopin:285,champaign:[230,345,346,405],chandler:[361,382],chandrasekhar:[6,396],chang:[1,2,3,6,8,9,11,12,14,15,16,17,39,40,41,46,55,57,59,62,71,80,87,116,126,128,146,147,148,164,165,166,168,184,186,187,188,189,190,192,193,194,195,196,198,199,204,205,207,208,209,210,211,212,213,214,215,219,220,222,224,227,229,230,231,233,235,236,237,239,245,246,247,249,250,251,252,253,254,255,261,266,267,268,269,271,272,276,277,279,280,284,287,288,289,290,292,293,294,305,308,309,310,311,313,314,315,316,317,318,320,323,326,328,346,351,353,355,358,360,380,384,388,391,405,406,407,411,419,420,436,449,450,451,452,454,455,456,457,458,459,460,462,463,464,465,466,469,472,475,477,478,479,480,481],change_box:[],changeabl:187,channel:[4,195],chapter:[273,346],charact:[2,3,6,12,38,41,56,63,184,187,188,189,190,192,208,279,287,330,354,359,384,395,417,419,420,438,451,452,456,461,462,479,481,482,483],character:[6,67,70,116,140,427,449,468],characterist:[234,305,314],charg:[1,3,4,5,6,7,9,11,15,40,87,88,113,118,163,164,187,190,192,193,194,199,215,220,225,279,281,282,283,287,307,320,345,346,354,367,369,375,376,378,379,382,384,385,391,396,400,404,414,419,420,436,441,442,444,446,447,454,455,459,464,466,474,478,479],charmm2lammp:13,charmm:[],chartreus:189,cheap:305,cheaper:[219,387,421],check:[3,6,8,11,12,15,17,39,41,71,91,184,199,204,208,209,210,215,222,225,231,232,289,293,305,313,315,320,328,330,344,353,354,355,356,357,360,381,392,395,411,420,435,449,451,452,454,462,468,471,472],checkf:184,checkqeq:420,checku:184,chem:[6,13,20,21,25,39,40,43,45,46,87,88,112,141,170,171,181,213,218,226,227,234,236,248,249,250,267,268,273,277,280,282,290,294,305,308,309,312,313,314,315,322,331,339,341,345,346,352,355,362,367,371,372,375,376,377,379,380,384,386,387,389,390,396,400,401,404,407,410,411,414,435,442,463,466,468,474],chemic:[9,118,158,163,187,198,199,225,281,286,287,312,346,419,420,431],chemistri:[9,280,281,283,366,384,419,420],chen:317,cheng:375,chenoweth:[419,420],chenoweth_2008:[419,420],chi:[92,153,186,271,281,283,385,387,480],chiefli:418,child:8,chip:[7,12,17,360,467],chipot:213,chiral:339,chmod:[11,12],cho:407,chocol:[7,189],choic:[3,6,12,15,16,18,40,41,54,87,141,143,157,168,184,201,204,205,208,211,214,215,227,233,236,247,249,273,281,290,312,340,346,351,352,355,357,360,391,404,411,415,454,463,464,467,468,473,474,478],choos:[1,3,6,7,8,12,16,17,18,29,39,54,87,117,154,155,188,209,210,211,212,215,222,233,236,247,249,251,252,253,254,255,277,305,309,323,345,346,352,444,449,451,463,469],chose:[439,441],chosen:[2,3,6,12,17,140,164,167,176,184,188,194,199,212,215,222,225,226,234,236,247,249,253,273,276,287,305,309,312,313,318,320,321,327,346,347,352,360,384,388,394,395,398,422,439,449,463,468,474],chri:162,christian:[7,9,14,17],christoph:7,chunk:[],chunkid:[66,75,90,93,104,106,114,144,159,161,201],chute:[4,10,228],ciccotti:293,cieplak:[6,170,466],cii:202,cij:202,circl:301,circular:[3,6,143,185],circumst:18,circumv:285,citat:[],cite:[3,7,8,12,233],cko:2,cl1:163,clarendon:[29,379],clarifi:[7,439,441],clariti:330,clark:414,class2:[],classic:[0,3,5,6,7,8,9,223,273,280,285,317,341,384],classifi:[9,436],claus:452,clean:[6,12,14,15,17,462],cleanli:[453,482],clear:[],clearli:7,clebsch:140,clermont:[9,13],clever:458,click:[2,11,22,37,44,55,164,172,183,188,230,332,340,355,373,436],client:[230,232],climb:[248,355,468],clinic:[7,13],clo:[153,186,480],clock:[12,449,468],clockwis:323,close:[3,6,11,12,13,39,41,67,141,167,187,210,211,212,227,234,236,249,267,290,293,323,326,344,346,349,351,352,355,360,362,366,376,377,407,411,423,425,441,458,464,474,476],closer:[3,41,116,162,186,187,208,212,216,314,355],closest:[210,271,290,320,387,421,435,444],cloud:474,clovertown:18,clsuter:72,clump1:[275,290],clump2:[275,290],clump3:[275,290],clump:290,cluster:[],clutter:[3,9],cmap:454,cmatrix:227,cmax:407,cmd:[11,12,273,465],cmin:407,cmm:[],cn1:202,cn2:202,cna:[],cnn:202,cnr:[9,13],cnt:[391,458],co2:[40,163,293,354],coars:[7,9,29,36,40,54,176,275,290,305,389,422,466],coarser:[346,479],coarsest:140,code:[],coeff:[3,7,8,12,21,22,33,44,50,170,171,172,177,331,332,337,373,391,395,411,424,426,428,454,456],coeffcient:454,coeffici:[],coefficienct:380,coefficient0:382,coefficient1:382,coeffieci:[6,364],coeffincientn:382,coexist:[9,225,384],cohes:[6,385,407],coincid:[122,326,371,405,406,449],cold:[6,149,229,356,474],coldest:313,coleman8:9,coleman:[9,118,163,291],colin:9,collabor:[7,8,9,15],collect:[3,6,7,8,9,13,40,42,66,75,83,90,93,98,104,106,114,144,152,159,161,164,187,189,201,213,239,245,275,285,288,290,328,345,354,356,374,394,454,461,467,483],collid:[219,305,327],colliex:163,collinear:[3,275],collis:[3,236,305,323,327,381,388,447],colllis:305,colloid:[],colombo:39,colon:[190,328,455],color1:189,color2:189,color:[3,9,41,187,188,189,208,226,280,285],column:[3,6,9,13,42,63,65,66,67,68,69,71,75,77,79,81,90,92,93,104,106,108,110,113,114,115,116,117,119,140,141,144,152,159,161,162,163,184,187,189,192,200,201,202,203,204,205,206,239,246,247,280,290,306,307,317,327,386,390,419,420,455,469,471,479],colvar:[],colvarmodul:12,com:[],comamnd:214,comand:[211,456],comannd:360,comb3:[],comb:[],comb_1:282,comb_2:282,combiant:377,combin:[3,6,7,9,11,13,36,40,63,65,69,79,87,92,108,115,143,157,187,188,198,203,230,239,249,273,279,309,318,326,329,331,345,346,348,352,360,374,376,377,384,385,391,403,404,427,437,439,441,446,457,462,474,479],come:[],comfort:[12,13],comm:[0,3,12,61,73,230,232,233,346,355,360,380,411,416,438],comm_modifi:[],comm_styl:[],command:[],comment:[2,7,11,12,38,56,170,184,187,234,290,317,354,355,361,382,383,385,395,407,413,420,427,437,438,439,440,441,451,452,454,474,479],commerci:7,commmand:[3,6,12,59,107,268,448,449,451,468,482],common:[],commonli:[3,6,12,17,25,57,59,105,166,187,188,190,341,389,398,427,439,441,454,457,466],commun:[1,3,6,7,8,10,11,12,14,15,16,18,40,41,58,61,62,71,167,168,188,189,208,209,210,212,213,214,230,232,236,238,239,240,249,272,279,281,282,283,290,305,317,328,345,356,357,358,360,381,415,451,452,456,463,464,481,483],communc:345,comp:[7,232,233,293,346,355,384,411,416,421,434,438,440],compact:[63,192,373,436],compani:[5,7],compar:[1,3,4,6,8,12,17,39,86,110,118,147,162,163,172,183,189,218,281,328,330,345,346,353,355,407,449,468,469,474,478],comparison:[],comparison_of_nvidia_graphics_processing_unit:14,compass:[7,21,22,37,43,44,55,171,172,183,331,332,340,372,436],compat:[3,5,7,8,9,11,12,13,17,18,41,71,117,119,175,187,190,194,200,201,202,203,204,205,206,208,272,284,309,312,319,322,325,345,360,392,411,438,451,452,479],compens:[6,209,210,288,356,384],compet:316,competit:346,compil:[3,7,8,9,10,12,13,14,15,16,17,18,19,162,187,188,190,230,316,346,360,454,455,459],compl:17,complain:[12,17],complement:407,complementari:[7,376,396],complet:[3,6,9,12,15,41,59,71,189,204,208,213,239,273,276,279,305,316,318,330,344,355,360,385,424,426,443,449,454,459,462,466,468,471,474,479],complex:[6,8,11,12,13,25,40,42,62,140,152,164,165,236,301,326,343,355,384,438,452,454,457,479],compli:[312,316],complic:[6,7,9,12,13,199,225,452],complier:12,compon:[3,6,8,12,61,63,66,67,73,81,88,89,90,91,93,94,97,104,105,106,107,108,109,110,112,113,117,127,130,131,132,133,136,137,138,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,156,157,159,160,161,187,188,189,195,196,200,201,202,203,204,205,206,207,211,212,214,215,220,223,228,232,233,236,239,241,245,246,248,249,250,253,254,255,266,267,269,270,272,273,274,277,288,290,292,293,294,298,299,302,305,308,309,310,312,319,320,325,326,327,345,348,352,353,354,355,360,380,384,388,405,406,424,426,427,454,455,464,472,479,480],componenet:6,composit:[6,199,236,382],compound:[375,384,385],compres:[71,114,201],compress:[3,6,59,71,114,167,187,188,189,201,214,247,253,277,280],compris:[40,326,394,421,443],compton:[118,163],comptu:[3,6],compuat:346,comput:[],computation:[3,6,209,210,317,366],computational:474,compute_arrai:8,compute_fep:[194,404],compute_group_group:225,compute_inn:8,compute_ke_atom:8,compute_loc:8,compute_modifi:[],compute_peratom:8,compute_sa:[118,291],compute_scalar:8,compute_temp:8,compute_ti:194,compute_vector:8,compute_xrd:163,concaten:[2,3,482],concav:326,concentr:382,concept:[6,144,154,201,463],conceptu:[3,6,71,152,212,214,355,376,391,407,459],concern:[6,73,87,226],concis:[11,316],conclud:12,concret:8,concurr:[9,16,346],conden:[317,439,441],condens:[6,146,317,362,378,382,396],condit:[],conducit:6,conduct:[],cone:457,confid:[3,468],config:[12,187,451],configfil:213,configur:[1,2,6,12,15,17,38,59,122,166,184,186,187,188,192,212,213,214,215,219,225,232,233,261,273,281,316,343,353,355,362,366,383,407,437,439,441,449,454,456,457,468],confin:[454,468],conflict:[3,40,411,452],conform:[3,6,13,59,211,212,248,289,294,316,339,355,384,466],confus:3,conjuct:380,conjug:[7,8,233,352,384,419,420],conjunct:[6,7,71,86,87,114,147,152,158,164,168,189,193,194,233,236,240,261,276,277,281,282,283,285,290,305,313,320,325,345,346,355,367,369,373,376,380,384,390,396,411,414,422,442,454,457,461,474,483],connect:[3,6,87,149,167,211,230,275,290,293,302,355,377,388,435,441,451,452,458,474],conput:3,consecut:[3,11,12,39,71,164,189,193,194,215,230,231,376,396,400,449,455,457],consequ:[1,6,317,395,468],conserv:[3,192,199,211,218,219,226,229,233,235,236,240,245,247,249,261,290,293,308,309,313,320,321,325,355,379,380,388,402,463,468],consid:[6,9,70,71,78,87,115,149,150,167,187,189,193,194,200,202,204,208,210,211,215,237,250,272,290,312,313,316,317,320,346,373,384,391,420,421,435,449,450,452,455,456,457,459,462,464,472,474,479],consider:[6,8,233,234,308,309,310,360,463],consist:[3,6,8,9,11,12,40,42,65,69,79,92,104,108,111,112,115,144,147,149,164,176,186,190,195,196,201,214,215,218,220,223,226,233,234,235,246,249,251,252,253,254,255,256,257,259,260,261,262,264,265,266,267,268,269,277,280,285,287,289,290,308,309,310,311,321,345,346,348,354,355,360,362,366,368,374,376,384,387,391,405,406,407,411,421,424,426,438,444,452,454,455,457,458,459,466,474,479],consistent_fe_initi:198,consit:290,constant:[],constitu:[3,6,239,290,322,326,374,421],constitut:[424,426],constrain:[3,6,8,142,143,144,145,147,150,151,152,153,154,156,157,192,201,215,225,226,231,239,243,275,276,288,290,293,303,313,320,353,354,384,459,466,474],constraint:[],construct:[6,8,14,38,54,56,61,64,67,70,72,73,77,118,140,163,212,249,272,289,326,356,360,379,411,435,437,438,457,458,479],constructor:8,consult:420,consum:[1,285,415,479],consumpt:343,contact:[],contact_stiff:[423,425],contain:[0,1,2,3,4,6,8,9,11,12,13,17,18,19,38,40,41,56,63,87,91,116,118,140,144,152,162,163,164,166,170,172,183,184,187,188,189,190,192,193,194,198,200,201,202,203,204,205,206,208,213,215,220,227,231,232,233,234,236,247,261,271,272,275,276,278,280,283,287,290,291,295,305,312,316,317,326,327,330,344,346,354,355,358,359,361,362,363,366,375,376,379,382,383,384,391,392,407,413,417,418,419,420,427,437,438,439,440,441,442,449,450,451,452,454,455,456,457,459,461,463,466,468,471,472,474,479,481,483],content:[12,18,420,470,472],context:[3,6,8,12,17,117,189,209,210,215,275,287,321,352,446,454,461,470,478,479,480],contibut:70,contigu:451,contin:16,continu:[0,2,3,5,6,9,12,13,14,41,71,81,103,104,160,189,192,193,194,199,201,202,203,204,205,206,208,211,212,213,214,215,225,226,227,229,230,231,233,234,235,241,246,247,249,251,252,253,254,255,266,267,268,269,274,276,279,280,290,291,294,304,305,307,314,315,317,323,326,330,344,359,360,366,380,381,398,401,419,420,421,424,426,440,449,452,454,456,457,462,468,471,472,479,481],continuum:[6,7,9,198,317,424,426],contour_integr:198,contract:[59,212,214,249,277,290],contradictori:3,contrain:293,contraint:261,contrari:[227,234],contrast:[1,6,42,55,64,149,214,328,424,426,446,482],contrib:317,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,93,102,104,106,107,108,109,110,112,114,117,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,194,199,200,201,202,203,204,205,206,212,225,233,236,239,240,244,250,267,268,275,276,284,287,290,291,293,319,345,353,355,363,380,381,382,384,391,405,406,411,419,420,466,472,474],contributor:12,control:[3,5,6,7,8,11,13,16,27,29,41,87,91,122,140,173,187,188,192,198,199,208,212,213,214,229,230,233,234,249,251,252,253,254,255,277,282,290,296,297,308,309,310,317,321,343,345,357,384,387,419,420,423,425,437,441,449,451,463,469,470],control_typ:198,controlfil:420,convect:91,conveni:[6,12,29,187,190,206,291,348,427,479],convent:[3,8,9,29,175,182,183,189,289,302,329,382,384,479],converg:[3,6,41,88,187,188,190,195,208,211,212,220,223,253,280,282,285,289,293,351,352,353,355,375,376,396,449,461,468],convers:[3,8,140,188,189,199,202,277,345,376,377,378,384,396,400,404,414,452,468,478],convert:[2,3,4,5,6,7,8,12,13,20,21,24,28,32,35,36,59,63,71,91,164,171,187,188,189,206,247,328,331,333,336,339,348,355,361,382,439,441,447,452,454,455,456,461,471,474,478,479,481,483],convex:326,convinc:[7,12],cooki:7,cool:[7,154,229,288],cooordin:187,cooper:[5,7],coord123:114,coord1:[3,114,201,204,205],coord2:[3,114,201,204,205],coord3:[3,114,201,204,205],coord:[],coordiat:353,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,93,103,104,106,113,114,116,134,140,147,153,159,161,162,164,168,186,187,188,189,190,192,195,200,201,203,204,205,208,209,210,211,212,213,214,215,218,220,221,223,225,228,229,230,231,232,233,234,246,248,249,251,252,254,255,267,270,271,272,275,276,277,287,288,290,292,293,294,299,302,303,304,305,307,315,316,317,324,325,327,328,348,353,354,355,360,361,362,365,383,449,454,455,457,459,462,464,468,474,479,480],coordn:[114,201],coorind:104,copi:[0,3,4,8,11,12,15,17,40,119,188,317,355,373,419,452],copper:447,coproccesor:16,coprocessor:[1,4,7,9,16,17,360,467],coproprocessor:17,copy_arrai:8,copyright:[7,8,275],coral:189,core:[],core_shel:146,coreshel:[6,9,369,376,378],cornel:[6,170,466],corner123i:113,corner123x:113,corner123z:113,corner1i:113,corner1x:113,corner1z:113,corner2i:113,corner2x:113,corner2z:113,corner3i:113,corner3x:113,corner3z:113,corner:[3,6,40,113,188,326,327,348,443,454],cornflowerblu:189,cornsilk:189,corpor:16,corr:375,correct:[3,6,9,11,12,16,17,59,87,88,102,110,116,146,151,158,188,214,227,233,249,250,267,275,277,280,316,322,326,345,355,361,362,363,364,365,366,367,368,369,370,371,372,374,375,376,377,378,379,380,381,382,383,384,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,414,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,443,445,446,447,454,469,472,474],correction_max_iter:198,correctli:[3,8,9,11,17,71,81,102,103,142,143,145,147,149,150,151,152,153,156,157,160,187,189,195,215,220,223,234,243,249,250,283,290,293,302,304,323,326,355,356,360,378,406,451,452,454,464,478,480],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,43,44,45,46,47,48,49,51,53,54,56,70,71,87,96,97,109,112,113,114,115,118,119,127,130,131,132,133,134,136,137,138,140,142,143,151,158,163,170,171,172,173,174,175,176,178,179,181,182,184,187,188,189,193,194,195,201,203,204,205,207,210,212,214,221,223,224,228,233,236,237,245,246,247,249,251,252,253,254,255,256,261,264,266,267,269,272,273,277,282,290,292,293,308,310,312,321,322,323,325,326,327,329,331,332,333,334,335,336,339,341,346,350,352,354,355,361,362,364,367,368,369,370,371,372,373,374,375,376,379,380,382,383,384,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,407,408,411,412,413,414,416,417,419,420,421,422,427,428,437,438,439,440,441,443,445,446,447,449,451,452,454,455,457,467,468,469,471,472,474,479],correspondingli:[405,406,463],cosin:[],cosineshift:27,cosmo:[227,232],cossq:[],cost:[1,6,10,11,12,17,39,41,71,109,118,141,163,188,189,201,204,205,208,209,210,222,249,282,317,345,346,358,376,396,400,411,437,451,463],costheta0:[437,439,441],costheta:417,costli:[11,88,227,356],couett:4,coul:[],could:[2,3,6,9,11,12,17,33,41,50,59,66,71,75,87,90,93,104,106,109,112,114,144,154,159,161,177,187,188,189,193,194,199,201,202,204,208,214,223,232,279,280,281,285,288,290,292,305,306,312,316,317,318,322,326,328,330,337,342,344,351,353,356,360,363,386,390,391,419,420,450,451,452,454,456,458,461,462,470,474,479,480],coulomb:[3,5,6,7,8,9,10,12,14,15,18,88,107,108,141,165,169,281,283,318,345,346,353,360,367,369,370,371,372,375,376,377,378,379,384,388,389,391,396,400,404,411,414,419,420,422,436,441,442,446,459,466,472,474,478],coulommb:6,cound:3,count:[1,3,6,8,10,11,12,41,63,68,77,91,114,116,117,152,162,168,195,196,199,201,203,204,205,207,208,215,220,222,225,231,249,261,276,293,308,309,326,346,353,354,355,357,360,386,390,411,472,479],counter:[323,449,460,462,468],counterbal:229,counterpart:[187,290,449],counterproduct:18,coupl:[],courant:295,cours:[3,8,126,128,158,187,193,194,226,289,302,316,322,324,325,327,328,346,405,428,451,454,467,474,479,481],coval:[6,29,384,407,474],covari:227,cover:[6,71,184,189,198,236,384,394,443],coverag:[71,204],cpc:232,cpp:[1,3,6,8,9,11,12,13,87,187,193,194,223,293],cpu:[1,3,4,9,10,12,14,15,16,17,18,63,71,189,192,218,234,318,343,346,360,373,436,449,467,468,471,472],cpuremain:472,cr2:163,cr3:163,crack:[4,356],crada:[5,7],crai:[5,7,13,18,187],crash:[3,356,474],craympi:360,creat:[],create_atom:[],create_bond:[],create_box:[],create_elementset:198,create_faceset:198,create_nodeset:198,createatom:[],creation:[],crimson:189,critchlei:275,criteria:[3,116,165,188,189,209,210,211,244,353,416,443,456,459,479],criterion:[41,121,162,164,167,199,208,211,225,261,282,295,323,328,353,355,375,384,388,459,468,469],criterioni:468,critic:[48,49,247,312,317,353],cross:[3,12,22,71,89,143,172,187,188,200,204,210,214,246,248,267,290,298,302,304,313,320,332,348,355,371,380,381,382,389,390,391,396,398,400,417,422,424,426,439,441,454,458,464,481],crossov:1,crossterm:454,crozier:[0,7,13],crucial:280,crystal:[4,6,13,73,271,272,315,356,458,472,474],crystallin:[6,272,348,440,474],crystallis:312,crystallogr:[118,163],crystallograph:[348,472],crystallographi:[118,163,348],cs1:163,cs_chunk:6,cs_im:[40,454],cs_re:[40,454],csanyi:[140,418,427],cscl:407,csequ:6,csh:[11,12,373],cshrc:[11,12],csic:[383,437,439,441],csinfo:6,csisi:[383,437,439,441],csld:[],cst:382,cstherm:6,cstyle:451,csvr:[],ctcm:[361,382],ctemp_cor:218,cterm:294,ctr:9,ctype:11,cu1:163,cu2:163,cu3au:407,cube:[6,41,162,167,208,218,326,348,474],cubic:[],cuda:[],cuda_arch:15,cuda_get:15,cuda_hom:15,cuda_prec:15,cufft:14,cuh:366,cummul:[3,6,206,209,210,211,213,222,227,233,235,305,308,309,310,311,313,320,390,472],cumul:[6,199,201,203,204,205,219,225,233,247,249,253,261,290,291,355],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,102,108,116,117,130,141,144,152,160,162,165,168,187,188,189,190,193,194,198,199,201,204,205,206,208,209,210,211,212,213,214,215,219,220,223,225,227,230,231,233,239,246,249,250,254,255,261,266,267,269,275,281,282,284,287,288,289,290,293,294,295,296,297,298,299,301,303,304,305,308,309,310,316,317,320,321,322,323,324,325,327,328,330,343,344,345,346,349,350,352,353,354,355,360,366,373,375,379,382,384,385,388,392,395,405,406,407,408,409,411,417,419,420,423,424,425,426,428,439,441,442,444,449,450,451,452,454,455,456,457,458,460,461,462,464,466,468,469,471,472,479,480,481,482,483],curv:[6,164,225,272],curvatur:[387,421,447],custom:[],cut0:452,cut1:463,cut2:463,cut:[],cuthi:[271,283],cutinn:[368,405,406],cutlo:[271,283],cutmax:417,cutoff1:[372,379,396,400,404,414,422],cutoff2:[367,369,370,372,378,379,396,400,404,414,422],cutoff:[3,6,10,16,18,39,45,46,54,55,61,70,72,73,77,87,108,115,116,140,162,165,167,210,211,216,271,280,281,283,285,287,290,305,318,322,326,328,345,346,353,356,357,358,360,361,362,363,364,365,366,367,368,369,370,371,372,374,376,377,378,379,380,381,382,383,384,385,386,387,389,390,391,392,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,427,428,429,430,431,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,452,456,459,463,474],cutoffa:383,cutoffc:383,cuu3:382,cval:163,cvd:312,cvel:294,cvff:[],cwiggl:[3,246,322,325,327,479],cyan:[2,188,189],cycl:[3,225,247,249,250,253],cyclic:[3,184],cygwin:12,cylind:[3,4,188,231,276,323,326,457],cylindr:[6,231,302,323],cypress:360,cyrot:366,cyrstal:272,d3q15:236,d3q19:236,d_double_doubl:15,d_e:317,d_flag2:279,d_flag:279,d_name:[113,187,279,307,464],d_single_doubl:15,d_single_singl:15,d_sx:279,d_sy:279,d_sz:279,daan:315,dai:12,daili:12,daivi:267,damag:[],dammak:285,damp:[3,6,192,197,233,234,235,240,249,250,253,277,280,285,290,308,309,321,323,324,352,353,355,367,369,371,376,379,384,388,396,404,414,422,436,442,468,474],damp_com:234,damp_drud:234,dampen:[290,474],dampflag:[323,388],dan:17,danger:[3,12,225,328,380,472],dangl:167,daniel:9,darden:[346,379],darkblu:189,darkcyan:189,darken:188,darkgoldenrod:189,darkgrai:189,darkgreen:189,darkkhaki:189,darkmagenta:189,darkolivegreen:189,darkorang:189,darkorchid:189,darkr:189,darksalmon:189,darkseagreen:189,darkslateblu:189,darkslategrai:189,darkturquois:189,darkviolet:189,dasgupta:281,dash:[388,471],dat:[6,91,184,198,450],data2xmovi:[],data:[],data_atom:8,data_atom_hybrid:8,data_bodi:8,data_vel:8,data_vel_hybrid:8,databas:[],datafil:[12,13,291],dataset:291,datatyp:3,date:[0,6,12,13,419,420,479],datom1:115,datom2:115,datom3:115,datom4:115,datum:[3,6,42,65,68,69,79,92,108,115,187,202],davi:322,david:[9,19,345,346,439,441],daw:[382,417],dbg:14,dcd:[3,6,7,187,188,189,190,273,455,459],ddim:186,deactiv:404,dealt:232,debug:[6,7,11,12,13,14,17,118,122,163,164,273,278,343,345,360,392,411,444,452,453,456,461,464,471,479],deby:[],decai:[376,447],decid:[3,6,12,16,71,246,279,290,318,469],decipher:348,declin:305,decod:188,decompos:[87,427],decomposit:[3,5,7,18,62,198,273],decoupl:[6,474],decreas:[3,187,195,196,211,214,220,223,233,316,345],decrement:294,deepli:342,deeppink:189,deepskyblu:189,def:[12,13,452],defaul:61,defect:[6,70,162],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,170,171,172,173,174,175,176,178,179,181,182,183,184,185,186,187,188,189,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,214,215,218,219,220,223,224,225,228,231,232,233,234,235,236,244,246,248,249,250,251,252,253,254,255,257,258,259,262,264,265,266,267,268,269,271,272,273,275,276,277,279,281,283,288,290,291,292,293,295,299,303,305,307,308,309,310,311,313,314,315,317,319,320,322,323,324,325,326,327,328,330,331,332,333,334,335,336,339,340,341,343,345,346,348,350,352,353,354,355,356,357,358,359,360,362,363,364,365,367,368,369,370,371,372,373,374,376,377,379,380,381,383,384,386,387,388,389,390,391,392,394,396,397,398,399,400,401,402,403,404,405,406,410,411,412,413,414,416,417,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,451,452,454,455,457,458,459,460,463,464,465,466,468,469,471,472,474,475,476,477,478,479,480],definit:[2,3,6,8,12,13,78,80,116,140,189,201,202,203,204,205,206,214,231,253,291,307,319,322,325,327,329,340,343,354,363,366,374,384,394,417,424,426,427,443,452,454,456,463,465,478,479],defint:472,deform:[],deg2theta:163,deg:474,degener:[3,275],degrad:[8,18,272,346,463],degre:[3,6,8,20,21,24,28,29,32,35,36,38,65,79,92,94,96,97,99,101,102,112,142,143,144,145,146,147,148,149,150,151,152,153,154,156,157,163,164,170,171,174,175,182,184,186,188,201,211,218,225,227,228,233,234,239,249,250,253,254,255,266,267,269,273,275,289,290,293,308,309,310,315,331,333,336,339,341,353,379,382,390,464,472,474,480],degress:[144,201],del:468,delai:[3,6,12,356,381,472],deleg:391,delet:[2,3,7,8,12,54,57,60,63,162,167,168,192,201,202,203,204,205,206,209,211,222,225,249,291,308,309,328,330,344,354,356,359,411,454,455,457,465,466,471,475,477,479,480],delete_atom:[],delete_bond:[],delete_el:198,deli:186,delimit:[452,479],deloc:[250,384],delr:407,delt_lo:468,delta:[],delta_1:366,delta_3:366,delta_7:366,delta_conf:3,delta_ij:[407,417],delta_mu:[3,199],delta_pi:366,delta_r:417,delta_sigma:366,delx:186,delz:186,demand:285,demo:11,demon:270,demonstr:[280,407],den:276,dendrim:390,denniston:[9,236,238,239,240,272],denomin:[7,169],denot:[118,218,234,272,283,285,376,389,391,420,424,426],dens:[71,211,384],densiti:[3,6,7,9,18,40,41,59,100,116,126,140,150,162,164,193,194,198,201,204,205,208,214,223,236,239,242,243,272,276,277,281,317,322,348,350,354,361,366,382,407,408,409,417,421,430,432,433,434,454,463,464,472,478],density_continu:426,density_summ:426,depart:[0,7],departur:[247,280],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,108,109,112,113,114,115,119,140,142,147,151,152,158,164,165,170,171,172,173,174,175,176,178,179,181,182,183,184,186,187,188,189,192,193,194,195,196,199,201,203,204,206,207,208,210,212,220,221,224,227,228,229,231,233,234,236,238,239,246,249,251,252,253,254,255,256,264,266,267,269,271,282,285,287,290,292,293,299,305,308,309,310,312,314,316,317,319,321,322,325,326,327,328,330,331,332,333,334,335,336,339,341,346,348,353,354,356,357,358,360,361,362,364,365,366,367,368,369,370,371,372,373,374,375,376,377,379,380,382,383,384,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,407,408,410,412,413,414,416,417,419,420,421,422,427,428,436,437,438,439,440,441,442,443,445,446,447,449,451,454,456,457,460,464,466,468,471,472,473,479,480],dependend:6,depflag:12,dephas:[449,468],depos:215,deposit:[],deprec:281,depth:[51,143,188,317,387,421],dequidt:9,der:[87,107,374,375,404,419,420,446,474],deriv:[6,7,8,38,56,63,87,140,158,184,202,212,214,225,233,246,249,251,252,253,254,255,271,277,281,285,314,315,317,322,323,326,352,354,362,366,374,379,384,385,389,398,402,403,407,419,420,436,438,446,474],derjagin:446,derlet:271,descend:189,descent:[7,352],descib:[40,281],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,110,113,116,118,130,140,141,143,144,148,149,152,155,157,158,162,163,164,166,167,176,181,184,187,192,193,194,201,202,203,204,205,206,208,211,212,213,214,215,217,218,226,227,230,231,232,233,234,235,236,238,239,240,244,248,249,250,253,260,268,271,273,278,279,280,281,282,283,290,294,302,305,306,307,308,309,310,311,312,313,314,315,320,322,323,325,330,345,346,348,351,352,353,354,355,359,362,363,365,367,368,369,371,372,373,374,375,376,379,382,384,385,387,388,389,391,396,397,398,399,400,401,402,403,404,405,406,407,410,416,417,418,419,420,421,422,427,428,435,436,437,438,439,440,441,442,445,446,447,449,451,452,454,455,457,458,464,467,468,471,479,480,481],descript:[],descriptor:[140,187,392],deserno:346,design:[0,3,6,7,8,11,13,14,15,17,118,146,149,163,198,211,217,218,249,250,271,272,291,312,317,363,364,365,368,371,376,378,384,404,405,406,408,409,417,420,438,463],desir:[2,3,6,7,11,12,14,15,16,18,33,40,50,59,71,88,91,112,117,141,146,164,177,186,199,212,214,223,225,226,233,234,235,239,249,267,275,276,277,278,281,285,290,293,305,308,309,310,311,316,323,337,342,345,346,348,351,353,354,355,380,382,390,405,406,437,439,441,450,451,452,454,458,463,468,469,471,472,479,480,481],desk:7,desktop:[4,6,7,10,12,17,188],despit:474,destabil:366,destre:339,destroi:[11,39,209,210],detail:[1,2,3,4,6,7,8,9,11,12,13,14,15,16,17,18,22,37,40,41,42,55,63,66,67,68,71,75,78,90,91,93,102,104,106,107,109,111,112,114,117,119,140,141,142,143,144,147,157,158,159,161,164,165,168,169,172,183,187,188,189,192,193,194,198,201,202,203,204,206,208,210,211,212,213,214,215,223,225,226,227,228,230,231,233,235,236,240,246,247,248,249,250,251,252,253,254,255,259,261,266,267,268,269,272,275,276,277,279,280,282,283,284,290,293,305,308,309,310,311,312,313,315,316,317,318,319,320,321,328,330,332,340,345,346,349,353,354,356,357,360,361,362,363,365,366,368,370,371,372,373,374,375,376,379,380,384,385,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,406,407,410,411,416,419,420,421,427,428,436,443,445,446,452,454,455,456,457,459,460,463,464,466,469,472,479,480,483],detect:[2,3,12,61,63,86,224,276,316,355,375,390,395,449,451,454,465,468,479],determ:360,determin:[1,3,6,8,12,15,39,40,42,51,57,58,59,61,62,68,71,87,102,107,109,112,118,119,127,141,152,153,162,163,164,186,187,188,189,190,191,195,196,197,200,201,202,203,204,205,206,207,208,212,214,215,218,220,225,228,229,231,233,234,239,244,246,247,249,254,255,266,267,269,271,273,277,280,287,288,289,290,291,292,295,297,299,305,308,309,310,312,318,319,322,323,324,325,326,327,328,340,345,346,348,354,356,357,360,362,363,370,375,379,381,382,386,388,391,392,400,407,411,420,421,435,438,442,446,451,454,455,457,459,461,464,468,470,471,478,479,480],detil:108,devan:[9,422],devanathan:441,develop:[0,3,5,6,7,8,9,11,12,14,15,16,17,18,19,42,230,253,275,280,281,284,362,366,384,409,456],devemi:9,deviat:[247,253,271,386],devic:[1,3,12,15,17,230,360],device_typ:360,devin:[282,375],devis:409,dfactor:188,dff:474,dfft_fftw2:12,dfft_fftw3:12,dfft_fftw:12,dfft_none:12,dfft_singl:[3,12,346],dfft_xxx:12,dfftw:12,dfftw_size:12,dft:[9,284],dhi:[59,186,214,276],dhug:[247,280],dhugoniot:[247,280],dia:407,diagnost:[],diagon:[3,6,83,140,141,212,249,277,290,320,424,426],diagonalstyl:427,diagram:[41,118,163,183,208,273],diallo:390,diam:[188,189,276,354],diamet:[3,6,40,113,164,187,188,189,193,194,233,276,290,305,321,323,354,374,387,388,394,398,421,443,446,454,455,464],diamond:[348,384,407],diamter:[40,276],dick:6,dicsuss:246,dictat:[199,247],did:[3,12,353,380,381,382,388,411,439,441,462],didn:3,die:18,diel:[],dielectr:[],diff:[3,6,12,160,319,345],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,94,96,97,120,140,142,143,144,145,147,150,151,152,153,154,156,157,158,164,165,167,172,183,184,186,187,188,189,192,194,197,199,201,203,208,209,210,211,212,213,214,218,224,225,226,227,228,229,230,233,234,236,246,249,250,251,252,254,255,257,259,262,264,265,266,269,271,273,275,277,280,281,282,285,288,290,293,294,302,303,305,308,309,310,313,314,315,317,320,321,322,323,326,330,331,340,342,344,345,346,348,349,351,352,354,355,357,358,359,360,361,362,366,370,371,373,374,375,380,382,384,387,388,389,391,394,396,397,399,400,407,408,409,410,411,413,417,419,420,421,422,423,424,426,427,428,436,437,438,439,441,443,446,447,448,449,451,452,454,456,457,458,459,462,463,464,466,468,469,471,472,474,478,479,480,481],differenti:[1,3,6,29,184,345,376,417,440],difficult:[212,273,360,390,463],difficulti:[293,419],diffract:[],diffus:[],digit:[2,3,189,330],dih_table1:184,dih_table2:184,dihedr:[],dihedral_coeff:[],dihedral_cosineshift:27,dihedral_styl:[],dihedralcoeff:3,dihedraltyp:210,dihydrid:384,dij:293,dilat:[],dim1:3,dim2:3,dim:[3,59,71,142,145,146,147,150,151,152,153,154,156,164,186,204,214,231,323,348,407,457,478,479,480],dimdim:479,dimems:272,dimens:[],dimension:[3,39,112,118,140,142,144,145,146,147,150,151,152,153,154,156,163,185,201,204,248,272,317,348,351,355,417,454,464],dimensionless:[105,121,122,124,127,129,131,136,140,317,346,427,446],dimentionless:135,dimer:[6,290,407],dimgrai:189,dimstr:[41,208],dinola:[277,308],dintel_offload_noaffin:16,dipol:[],dipolar:[4,29,40,187,307,474],dir1:465,dir2:465,dir:[1,3,4,8,11,12,247,271,280,304,417,419,420,452,465,479],dirac:140,direc:417,direct:[],directli:[3,6,8,9,11,12,87,113,140,187,188,195,220,227,231,236,272,291,309,321,323,324,325,326,348,352,360,361,362,367,369,370,376,379,382,384,396,400,411,414,422,435,452,464,465,466,472,479],directoi:14,directori:[0,1,2,3,4,6,7,8,9,11,12,13,14,15,16,17,18,19,60,190,213,232,275,281,284,301,305,314,315,355,359,361,362,366,373,375,376,382,383,385,392,393,404,407,408,409,413,417,418,419,420,427,437,439,440,441,452,454,455,456,465,479],disabl:[3,12,16,317,395,452,467],disadvantag:[6,208],disallow:[214,249],disappear:456,discard:[2,3,41,71,204,208,318,326,451,456,457],discontinu:[9,184,353,402],discourag:407,discov:[13,318],discret:[6,8,40,42,188,189,233,236],discuss:[],disk:[6,84,85,157,185,215,225,276,452],disloc:70,disord:[39,70],disp:[],dispar:421,disperion:[379,400],dispers:[3,6,7,9,162,272,345,346,370,379,400,405,411,420,438],displac:[],displace_atom:[],displace_box:59,displacemet:457,displai:[11,13,22,37,44,55,172,183,187,188,332,340,373,436],dispters:3,dissip:[6,226,233,272,314,315,368,380,388,405,406,436],dissolut:209,dist:[6,69,91,108,117,187,273,289,381,435,449,480],distanc:[3,6,7,9,12,20,21,29,39,43,45,46,47,48,49,51,53,54,55,56,58,59,61,63,64,66,69,71,72,73,74,75,76,77,81,86,89,90,93,103,104,105,106,108,114,115,116,117,118,120,134,140,153,159,162,164,165,166,167,171,186,187,188,189,197,201,204,205,209,210,211,212,214,215,216,219,225,231,236,246,247,248,249,253,261,271,272,276,280,281,288,289,290,293,294,298,302,303,304,305,312,313,315,316,317,320,322,323,324,325,326,327,331,345,346,348,351,353,355,356,357,360,363,364,365,366,367,368,369,370,371,372,374,376,377,378,379,380,381,382,383,384,386,387,388,389,390,394,395,396,397,398,399,400,401,402,403,404,405,406,407,410,411,412,413,414,415,416,417,419,420,421,422,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,449,452,454,457,463,464,468,472,474,478,480],distinct:[6,218,287,345,421],distinguish:[6,86,140,239,384],distort:361,distrbut:361,distribut:[],distro:[111,373,416,417],ditto:[8,11,12,14,15,16,17,18,115,210,452],div:8,divd:117,diverg:[3,12,39,290,315,456,474,481],divid:[3,6,16,41,91,112,117,126,128,141,161,162,172,183,189,201,202,203,208,214,271,313,320,325,345,353,355,385,420,463,471,479],divis:[6,236,366,394,404,451,454,472,479],dl_poli:7,dlambda:158,dlammps_async_imd:230,dlammps_bigbig:[12,39],dlammps_ffmpeg:[3,12,188],dlammps_gzip:[3,12,187,188,316,454,455,459],dlammps_jpeg:[3,12,188],dlammps_longlong_to_long:12,dlammps_memalign:[12,16],dlammps_png:[3,12,188],dlammps_smallbig:12,dlammps_smallsmal:12,dlammps_xdr:[12,187],dlen:464,dlmp_intel_offload:[12,16],dlo:[59,186,214,276],dlvo:[7,374,446],dm_lb:236,dmax:[305,351],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,93,102,104,105,106,107,109,111,112,114,117,119,141,143,144,157,159,161,164,165,166,172,183,187,188,189,190,192,193,194,199,200,201,202,203,204,205,206,215,225,233,234,244,249,250,254,255,259,266,267,268,269,276,279,290,302,305,308,309,310,319,323,326,328,330,332,340,344,353,354,355,360,361,362,365,373,375,376,382,383,385,390,391,393,394,407,408,409,411,413,416,417,418,427,436,437,439,441,443,452,454,455,456,457,459,462,463,464,471,472,479,480,481,482],docuement:421,dodgerblu:189,doe:[0,1,2,3,5,6,7,8,9,11,12,14,15,16,17,18,29,33,38,39,41,50,54,56,59,62,63,67,70,71,87,88,91,104,110,117,118,143,144,147,152,154,158,163,164,165,166,168,170,172,177,183,184,186,187,188,189,192,198,199,201,204,207,208,210,211,212,214,218,220,222,225,226,229,231,233,234,236,239,245,249,250,251,252,254,255,266,267,268,269,277,278,279,283,285,288,290,305,308,310,312,313,317,320,321,322,325,326,327,328,333,334,336,337,339,344,345,346,347,348,354,355,356,361,362,363,364,365,366,368,370,371,372,374,375,376,377,379,380,381,382,383,384,386,387,388,389,391,392,393,394,395,398,399,401,402,403,405,406,407,408,409,411,417,418,419,420,421,423,424,425,426,427,428,429,430,431,432,433,434,435,437,438,439,440,441,442,443,445,446,447,449,450,451,452,454,455,456,457,458,461,462,464,465,466,467,468,471,472,474,479,483],doegenomestolif:7,doesn:[3,7,8,12,164,187,199,204,205,302,354,356,360,362,375,383,393,419,420,437,439,440,441,454,456],dof:[3,8,112,143,144,157,201,290,480],dof_per_atom:[144,201],dof_per_chunk:[144,201],doff:[354,454],doi:[6,213],domain:[3,6,7,12,13,18,39,41,42,58,61,62,71,118,153,163,166,186,188,189,192,199,208,212,214,215,229,232,236,249,250,273,285,290,317,322,323,345,346,355,360,381,411,449,451,454,458,471],domin:[1,384,468],don:[0,8,11,12,13,116,167,195,220,234,279,326,407,452,454],donadio:309,done:[1,3,6,7,8,12,14,15,16,17,18,19,38,39,41,56,59,62,71,158,161,164,167,184,188,189,198,199,201,203,204,205,206,208,209,210,211,212,214,215,223,225,230,231,233,234,241,249,254,255,266,267,269,270,272,273,274,279,287,290,291,293,305,308,309,310,312,314,315,328,330,344,345,346,353,355,356,359,360,362,370,382,391,392,393,400,406,407,411,419,435,438,443,449,450,451,452,455,458,459,462,472,474,479,480],donor:390,dot:[141,160,195,220,228,248],doti:[366,417],doubl:[1,2,3,6,8,9,11,12,14,15,16,17,39,87,214,223,278,326,330,344,346,359,360,366,385,389,419,420,450,454,458,462,467,479,480],dover:198,down:[3,6,7,8,11,39,71,212,233,305,321,360,384,411,453],downhil:[351,352],download:[5,7,8,9,11,12,13,17,230,392,418],downsid:6,downward:287,dozen:[8,12,107,192,419,420],dpack_arrai:12,dpack_memcpi:12,dpack_point:12,dpd:[],dpde:242,dproduct:363,dr_ewald:[118,291],drag:[],dragforc:236,drai:[247,280],drain:[229,321,353],dramat:[59,186,209,210,211,212,214,249,305,308,309,346,360,411,451],drautz:366,draw:188,drawback:279,drawn:[187,188,189,226,449],drayleigh:[247,280],dreid:[],drfourth:105,drho:[113,361,382],drift:[6,103,105,226,227,233,234,245,288,305,463,471,474],drive:[11,12,196,212,214,228,249,271,277,290,324,355],driven:[6,176],driver:[6,12,14,15,192,223,230],drop:[3,189,380],droplet:391,drsquar:105,drude:[],dry:222,dsecriptor:392,dsf:[],dsmc:[],dstyle:276,dt_collis:236,dt_lb:236,dt_md:236,dt_srd:305,dtilt:[59,214],dtneb:468,dtqm:280,dtype:[115,210],dual:[17,305,360],dudarev:163,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,93,102,103,104,105,106,110,116,118,126,140,141,142,143,145,147,150,151,152,153,154,156,157,159,163,164,167,168,187,188,192,195,196,203,207,209,210,211,212,213,214,215,220,221,222,223,226,227,230,231,233,234,235,236,239,240,241,245,246,247,248,249,253,261,271,274,276,288,289,290,292,302,304,305,306,308,309,310,311,312,314,315,317,321,322,324,325,326,328,346,351,353,355,356,357,377,380,382,386,387,391,405,406,411,417,419,421,422,435,438,439,441,444,446,447,449,451,454,455,456,463,468,471,472,474,479,480],duffi:317,duin:[9,281,286,419,420],duke:346,dummi:[12,29,440],dump1:459,dump2:459,dump2vtk_tri:134,dump:[],dump_atom:8,dump_custom:8,dump_modifi:[],dumpcustom:8,dumptimestep:459,dunbrack:[6,20,170,371,466],dunweg:[233,235],duplic:[2,3,14,15,16,17,18,19,41,42,165,208,227,271,454,478],dupont:[5,7,13],durat:[37,55,142,143,145,146,147,149,150,151,152,153,156,157,183,189,201,225,285,317,340,388,436],dure:[2,3,6,8,9,12,16,17,38,39,41,56,71,87,126,128,146,165,168,184,187,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,214,215,216,219,220,221,222,223,224,225,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,246,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,298,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,346,353,355,359,360,380,404,411,420,438,449,450,452,454,457,459,461,462,464,466,468,469,472,479,482,483],dvector:8,dvlo:446,dvx:6,dx_lb:236,dy3:163,dyamic:12,dyanam:6,dyanmic:468,dynam:[],dynamo:[5,361,382,407],dyne:478,dyre:401,dysam:457,e28637:29,e_1:366,e_2:366,e_b:385,e_e:384,e_hbond:390,e_i:[6,366,385],e_j:[6,366],e_k:[366,384],e_kl:6,e_lj:[362,379],e_n:[366,384],e_nn:384,e_pr:384,e_rebo:362,e_tors:362,eaa:331,eaat:171,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,93,94,95,96,97,98,99,100,101,102,103,104,105,106,109,110,111,112,113,114,115,116,117,118,119,120,134,140,141,143,144,145,146,147,148,151,152,153,154,156,157,158,159,160,161,162,163,164,167,168,170,171,172,173,174,175,176,177,178,179,181,182,183,184,186,187,188,189,190,191,192,193,194,195,196,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,239,240,241,242,243,245,246,247,248,249,251,252,253,254,255,256,257,258,259,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,278,279,281,282,283,285,287,290,291,292,293,294,298,299,301,302,303,304,305,306,307,308,309,310,312,315,316,317,318,319,320,321,322,323,325,326,327,328,330,331,333,334,335,336,337,339,340,341,344,345,346,348,352,353,354,355,356,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,384,385,386,387,388,389,390,391,394,395,396,397,398,399,400,401,402,403,404,405,406,407,410,411,412,413,414,416,417,419,420,421,422,423,427,428,429,430,431,432,433,434,435,436,437,438,441,442,443,444,445,446,447,448,449,451,452,454,455,456,457,458,459,461,462,463,464,466,468,469,471,472,474,478,479,480,481,483],eacn:[41,208],eam0d:272,eam3d:272,eam:[],eam_databas:13,eam_gener:13,eangl:472,earli:[41,201,203,204,205,206,208,284,291],earlier:[7,8,12,59,189,355,388,407,411,468],earliest:468,earth:384,easi:[6,7,8,11,13,87,141,187,193,194,195,196,204,207,220,228,229,231,233,234,292,299,308,309,310,322,325,327,354,454,457,462,464,480],easier:[8,9,13,16,187,188,272],easili:[8,11,188,189,321,355,451,461,470,479],eastwood:[345,346],eat:171,eatom:328,eaxmpl:6,eba:21,ebb13:171,ebb:21,ebond:[218,234,471,472],ebt:171,ec_ii:407,ec_ij:407,ec_jj:407,echo:[],eco:[419,420],ecoa:[419,420],ecoul:[107,218,234,419,420,472],ecp:[384,454],edg:[2,3,6,41,59,71,118,162,163,166,167,188,197,204,231,292,322,325,326,327,328,348,454,457,464],edge_histo:162,edge_threshold:162,edih:472,edim:313,edip:[],edit:[3,8,12,13,14,15,16,17,18,19,474],editor:13,edu:[7,9,11,13,382,405,416,419,420],edward:[9,17],eebt:171,eff:[],effect:[1,2,3,6,8,9,11,12,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,66,71,74,75,81,89,90,93,103,104,105,106,109,112,141,142,146,151,152,159,162,168,170,171,173,174,175,176,178,179,181,182,183,184,186,187,188,189,193,194,195,198,202,205,206,207,209,210,211,212,214,215,221,224,226,227,228,229,230,231,233,234,248,249,251,252,253,254,255,256,264,266,267,269,270,271,273,276,277,279,280,281,282,285,289,290,292,293,304,305,308,309,310,312,313,315,317,320,321,322,323,324,326,327,328,331,333,334,335,336,339,341,345,346,348,352,353,354,355,356,361,362,364,366,367,368,369,370,371,372,374,375,376,379,380,382,383,384,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,408,411,412,413,414,416,421,422,423,425,428,436,437,438,439,440,441,443,445,446,447,449,451,452,456,457,459,463,464,466,472,478,479,481],efffect:458,efficaci:39,effici:[0,1,3,6,7,8,10,12,15,17,18,39,58,61,67,112,187,188,189,212,214,218,227,249,273,275,285,290,293,305,345,346,351,356,360,366,374,376,391,396,400,421,461,483],effort:[5,7,455],efftemp:[96,97,150],efi:[419,420],efield:[],eflux:229,eggebrecht:376,ehb:[419,420],eigensolv:3,eigenvalu:[272,273,345],eigtol:3,eik:158,eim:[],eimp:472,einstein:[285,315],either:[1,2,3,4,6,8,9,11,12,14,15,16,17,22,33,41,44,50,59,63,71,107,113,116,118,140,141,144,146,147,163,164,167,172,177,184,187,188,189,192,200,202,203,205,206,208,211,212,213,214,215,225,231,232,236,240,246,247,249,250,253,267,271,287,290,292,293,294,302,305,312,319,323,326,330,332,343,345,346,348,352,353,357,360,366,368,374,382,391,392,394,405,406,407,411,415,417,439,441,443,449,452,454,456,457,458,461,463,466,469,471,479],ejtehadi:[374,387,421],elaplong:[193,194,231,457,472,479],elaps:[3,193,194,195,196,207,214,220,228,229,231,233,234,246,276,292,299,308,309,310,322,323,325,327,428,449,457,459,460,464,468,472,479],elast:[],elba:29,electr:[6,192,198,220,234,345,346,385,419,420,447,474,478],electrolyt:[9,446],electron:[3,6,7,9,13,40,96,97,113,118,148,150,155,192,198,217,218,234,235,250,260,268,283,311,317,352,354,361,363,375,379,382,384,385,407,417,418,441,447,454,474,478],electron_integr:198,electron_temperatur:198,electron_unit:384,electroneg:[6,281,282,283,375,385],electronic_dens:3,electronic_specific_heat:3,electronic_thermal_conduct:3,electrostat:[6,9,16,18,199,225,281,283,284,318,345,346,374,379,384,396,404,406,420,446],eleftheri:290,elem1:[385,407,427],elem2:[385,407,427],element1:[287,361,382],element2:[287,361,382],element:[3,6,7,8,13,63,81,89,103,105,112,117,119,134,140,141,142,143,144,145,146,147,151,152,153,154,156,157,160,187,188,189,190,192,198,202,203,206,272,287,312,319,361,362,366,375,382,383,384,385,391,392,393,407,408,409,413,417,418,419,420,427,437,439,440,441,474,479,482],elementn:[361,382],elementset:198,elev:468,elif:[140,330],elig:[3,199,209,210,222,225,390],elimin:[3,6,71,226,233,234,290,293,314,315,449],elj:379,ellad:9,elliot:9,elliott:9,ellips:[4,6,9,82,143,185],ellipsoid:[3,4,6,7,13,40,42,82,113,130,143,164,185,187,233,251,254,257,258,266,290,305,350,353,387,406,421,436,454,464,481],ellipsoidflag:454,elong:[218,234,472],elp:[419,420],els:[3,7,8,12,71,107,116,117,119,188,200,201,202,203,204,205,206,225,249,290,305,317,318,319,328,330,345,391,453,465,479,482],elsewher:[8,246,305,407,418,419,420,466,472,479],elt:407,emac:[],email:[0,3,5,7,8,11,385],emb:[3,9,326],emb_lin_neg:407,embed:[3,5,7,11,12,13,29,88,162,317,361,382,385,404,407,408,409,417,436,444,452],embt:171,emi:[7,9],emol:[419,420,472],emphas:388,empir:[198,309,362,384],emploi:[9,272,285,440],empti:[3,57,71,166,290,345,356,395,454,465,466,479],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,96,97,98,99,100,101,105,109,111,112,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,142,143,146,148,150,151,155,156,158,162,170,171,173,174,175,176,177,178,179,181,182,183,184,187,189,190,192,193,194,195,196,197,199,205,207,209,210,211,213,215,220,221,222,223,224,225,226,227,228,230,231,232,233,234,235,236,237,238,239,240,242,243,245,247,249,250,251,252,253,254,255,256,257,258,259,260,262,264,265,266,267,268,269,271,272,273,275,276,280,281,282,283,284,285,286,287,289,290,292,293,294,295,296,297,298,299,301,302,304,305,308,310,311,312,313,314,315,317,318,320,321,322,323,324,326,329,331,333,334,335,336,337,339,340,341,346,353,355,359,360,361,362,364,365,366,367,368,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,411,412,413,414,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,445,446,447,452,455,456,461,463,479,483],enclos:[2,6,12,166,187,278,330,407,450,452,462,479],encod:[13,39,42,187,188,189,279,391],encompass:[3,6,40,57,59,116,165,301,319,436,457],encount:[3,8,12,59,203,359,459,479],encourag:[7,8,284,303],end12i:113,end12x:113,end12z:113,end1i:113,end1x:113,end1z:113,end2i:113,end2x:113,end2z:113,end:[1,2,3,5,6,8,11,12,15,16,17,18,19,38,40,41,57,59,71,113,167,168,171,186,187,188,189,190,193,194,202,203,205,206,211,214,218,226,231,233,234,235,248,249,250,261,277,289,290,294,305,308,309,310,311,313,316,317,320,324,327,328,344,345,354,355,359,360,380,382,387,421,424,426,427,428,442,444,449,452,454,455,456,457,459,461,462,466,470,472,474,479,483],end_of_step:8,endbondtors:[3,171,177,454],endif:8,energet:[211,362,420],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,94,95,96,97,98,99,101,102,107,108,109,110,112,123,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,164,168,170,171,172,173,174,175,176,178,179,181,182,183,184,187,189,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,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,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,331,333,334,335,336,339,341,345,346,351,352,353,355,356,360,361,362,364,365,366,367,368,369,370,371,372,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,416,417,419,420,421,422,427,428,429,430,435,436,437,438,439,440,441,443,444,445,446,447,449,452,454,459,463,464,466,468,470,471,472,474,478,479,482],energy_update_freq:420,enforc:[6,57,58,104,186,187,188,190,192,199,211,214,249,270,272,282,290,293,330,345,396,451,479,480],enforce2d:[],eng:[11,65,69,108,187,223,328,330,375,409],eng_previ:330,engin:[198,214,275,294,314,382,408],engr:[419,420],enhanc:[194,198,449],enlarg:[59,188],enough:[3,40,61,86,164,165,167,208,234,276,280,285,290,318,322,323,326,356,360,376,415,454,458,459],enpub:382,ensembl:[],ensight:6,ensur:[3,6,140,187,199,212,225,226,249,295,316,346,366,381,404,435,437],enter:[57,154,385,468],enthalpi:[123,251,252,382,471,472,479],entir:[0,2,3,6,11,14,15,41,42,63,88,109,110,112,116,118,141,144,163,164,189,192,193,194,201,204,205,208,211,213,222,225,226,229,233,234,245,249,251,252,253,254,255,271,273,275,288,290,303,317,319,330,360,379,400,411,438,454,462,463],entireti:[394,443],entiti:[6,8,40,42,187,290],entri:[3,8,38,42,56,65,69,79,92,108,115,118,127,130,131,132,133,134,136,137,138,162,184,189,203,204,205,213,280,328,354,366,383,407,413,420,427,437,438,439,440,441],entropi:468,entry1:[38,56,189,373,438],entry2:189,entryn:189,enumer:[165,187],enumuer:6,env:360,environ:[1,3,6,11,12,16,17,18,188,227,232,271,360,361,366,373,375,383,384,417,439,451,465,479],epair:[107,189,386,390,419,420,472],epen:[419,420],epfl:[227,232],epp:379,epq:379,eps0:446,eps14:404,epsilon0:441,epsilon:[3,6,36,45,46,50,53,54,87,170,193,194,225,290,305,322,326,351,353,365,371,372,374,376,377,378,379,387,389,390,391,394,395,396,397,398,399,400,401,402,403,404,410,414,421,422,431,437,443,445,446,463,474,478],epsilon_0:447,epsilon_14:371,epsilon_:421,epsilon_d:377,epsilon_i:[387,411,421],epsilon_i_:421,epsilon_i_a:[387,421],epsilon_i_b:[387,421],epsilon_i_c:[387,421],epsilon_ij:411,epsilon_j:[387,411,421],epsilon_j_:421,epsilon_j_a:[387,421],epsilon_j_b:[387,421],epsilon_j_c:[387,421],epsilon_lj:421,epton:416,eqch:159,eqeq:[419,420],eqp:379,eqq:379,equal:[2,3,6,8,11,12,17,39,41,54,63,65,68,69,76,79,86,87,91,92,108,110,115,117,119,141,143,158,160,164,188,189,192,193,194,195,196,199,202,203,206,207,208,212,214,215,220,225,226,228,229,231,233,234,236,239,240,246,247,253,263,271,273,276,278,280,281,282,285,287,289,290,292,294,299,301,308,309,310,313,314,315,317,319,320,322,325,327,328,330,344,353,355,356,357,359,360,375,380,386,387,390,405,410,417,419,420,421,423,424,425,427,428,438,443,447,450,451,452,454,456,457,461,462,465,468,470,472,479,480],equat:[3,6,7,8,9,91,112,118,163,172,183,192,212,218,219,227,233,234,236,239,247,248,249,250,253,267,271,273,280,281,285,293,305,313,317,320,322,323,325,327,339,345,346,374,379,380,384,385,388,393,405,406,407,411,421,424,426,430,431,433,434,442,447,474],equi:250,equidist:248,equil:[3,281,349,461,483],equilater:464,equilibr:[3,4,5,6,7,9,59,91,164,192,199,202,211,212,225,247,249,250,267,268,280,281,282,283,313,314,315,320,375,376,419,420,450,464],equilibria:320,equilibribum:[209,210],equilibrium:[1,3,4,6,7,21,24,26,27,28,29,32,35,36,38,43,47,48,49,51,53,56,59,147,148,171,173,212,214,225,226,227,234,236,249,253,267,280,285,289,293,294,302,305,312,313,315,320,331,333,336,339,375,407,413,474],equilibrium_angl:8,equilibrium_dist:8,equilibrium_start:198,equival:[6,12,13,59,124,125,133,138,162,166,189,203,206,212,214,225,233,249,267,277,289,290,325,380,384,439,441,454,457,462,463,472,474],equlibrium:6,equliibr:[281,283],er3:163,eradiu:[40,113,384,454],eras:[292,314],erat:[214,406],erc:376,erfc:[376,396,411],erforc:113,erg:478,erhart:[199,382,439,441],ermscal:363,ernst:9,eror:3,eros:407,erose_form:407,erot:[],errata:[439,441],erratum:322,erron:3,error:[],erta:388,ervel:[113,454],escap:[215,474],especi:[8,11,16,152,164,192,199,208,225,280,285,288,289,360,451],espresso:[9,284],essenti:[8,11,12,27,88,128,145,146,147,150,151,152,153,154,156,173,202,253,272,321,346,362,376,396,441,459,472],essex:29,establish:[87,229],estim:[1,3,6,10,12,38,41,56,91,141,198,208,219,247,305,312,345,346,351,411,420,438,468,472],esu:478,esub:407,eta:[6,236,249,280,281,283,321,383,385,387,417,440,478],eta_dot:249,eta_ij:417,eta_ji:385,etag:[40,454],etail:472,etap:249,etap_dot:249,etc:[1,2,3,6,7,8,9,10,11,12,13,15,16,17,39,40,42,54,61,68,89,90,91,94,109,110,113,115,141,142,144,145,146,147,148,150,151,152,153,154,156,158,164,166,167,168,177,187,188,189,192,198,199,200,201,203,204,205,206,209,210,214,215,223,225,226,233,249,276,287,291,317,318,326,330,344,345,353,354,355,356,358,382,383,391,404,406,415,419,420,437,439,441,449,452,454,455,456,461,463,464,468,470,471,472,474,478,479,481,483],ethernet:18,etol:[353,355,449,468],etot0:280,etot:[6,94,96,97,110,141,150,189,218,234,247,280,471,472],eu2:163,eu3:163,euler:[353,355],eulerian:198,euqat:429,europhi:236,evalu:[2,3,11,12,38,56,71,87,88,91,107,117,140,144,154,162,164,187,188,189,193,194,195,196,198,200,201,202,203,204,205,206,207,214,220,226,228,229,231,232,233,234,272,278,281,292,295,299,308,309,310,319,322,325,327,328,330,345,346,351,353,360,411,417,423,425,438,449,450,452,456,457,459,461,462,463,464,468,470,472,479,480],evalut:[330,452],evan:[152,267],evanseck:[6,20,170,371,466],evapor:[],evaul:[8,353],evdwl:[107,419,420,472],even:[3,6,8,12,15,16,17,18,34,39,41,52,57,59,61,63,70,71,119,165,166,180,184,187,189,192,193,194,199,200,201,203,204,205,206,208,209,210,212,214,215,218,231,234,247,249,250,272,285,287,290,291,301,305,313,317,320,322,326,328,338,345,351,353,355,360,365,384,385,388,391,411,421,444,454,455,457,459,460,461,463,464,466,469,471,472,474,483],evenli:[3,41,141,184,208,236,394,444,454],event:[],eventu:[3,6,12,15,166,281,468],ever:[54,56,232,305],evera:[374,387,421,436],everi:[0,1,2,3,6,8,11,12,15,16,39,41,71,72,91,113,119,128,152,167,187,188,189,190,192,193,194,195,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,214,215,219,222,223,225,227,229,230,231,236,237,245,249,250,253,270,271,272,276,277,278,279,280,281,282,283,285,287,288,290,291,293,294,305,307,308,309,310,311,312,313,316,317,318,319,320,328,330,344,346,355,356,357,360,380,381,391,404,419,420,432,448,449,450,454,456,458,459,461,462,463,468,469,470,472,479,483],everyth:[8,107],everywher:[116,398],eviri:384,evolut:[227,236,273,449],evolv:[236,273,318],ewald:[2,3,5,6,7,8,12,88,110,118,141,318,345,346,353,367,369,370,376,379,384,396,400,414,422,436,438,456],ewald_disp:379,ewalddisp:3,exact:[22,41,44,71,122,158,167,172,208,211,226,227,233,234,235,276,285,286,305,317,332,345,373,456,461,468,481,483],exactli:[3,6,12,14,17,38,41,56,59,71,91,143,148,155,164,184,193,194,203,208,214,219,226,233,234,235,250,260,261,268,272,280,305,310,311,324,360,373,380,382,388,391,394,405,411,438,456,457,464,468,479],exager:474,examin:[6,8,211,272],examp:[452,479],exampl:[],exce:[3,6,16,17,18,41,58,71,166,201,204,205,208,212,214,219,222,249,272,296,297,305,353,360,454,479],exceed:[3,41,59,208,214,249,305,462],excel:384,except:[1,2,5,6,8,11,14,16,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,108,109,112,117,141,142,143,144,145,146,147,148,150,151,152,153,154,155,156,157,164,168,170,171,172,173,174,175,176,178,179,181,182,183,184,186,187,189,192,195,201,202,203,207,208,212,214,221,224,225,228,231,233,235,249,250,251,252,253,254,255,256,260,261,264,266,267,268,269,273,282,283,290,292,293,302,305,308,310,311,317,321,328,330,331,332,333,334,335,336,339,340,341,345,346,348,350,354,355,356,358,359,360,361,362,364,367,368,369,370,371,372,373,374,375,376,378,379,380,382,383,384,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,406,408,412,413,414,416,419,420,421,422,428,436,437,438,439,440,441,443,445,446,447,449,451,452,454,456,457,459,462,463,464,465,466,468,472,474,478,479,480,482],excess:384,exchang:[2,3,6,8,9,61,62,192,198,199,225,233,282,290,313,317,320,345,360,384,469],exchange:345,excit:[9,384],exclud:[3,6,9,12,16,17,63,71,112,140,144,151,152,168,187,201,204,209,210,237,245,275,288,290,312,323,328,353,354,356,368,388,391,405,406,411,435,466],exclus:[1,3,9,12,16,87,360,375,411,463],excurs:449,exectubl:12,execut:[1,2,3,4,6,8,11,12,17,60,165,188,230,284,330,344,347,359,450,452,462,465,468,479],exemplari:226,exemplifi:384,exert:[6,231,234,285,324,325,326,346],exhaust:[198,359,479],exhibit:[249,352,384,463],exist:[3,6,7,8,11,12,13,37,55,59,68,70,122,164,165,183,188,189,192,197,207,210,212,215,225,275,276,278,328,331,333,334,336,340,349,354,360,391,419,444,450,452,454,455,456,465,466,467,479,480,481],exit:[2,3,11,12,41,57,187,208,344,359,452,453,462,471,479],exlanatori:3,exp:[],expand:[],expans:[12,140,187,465],expect:[1,3,8,12,13,14,15,16,17,18,19,41,42,71,102,145,156,162,184,208,220,225,227,246,271,277,279,280,285,290,328,346,356,373,407,411,449,452,454,456,459,463,468,479],expens:[6,10,71,189,271,275,290,317,328,345,346,356,360,452],experi:[6,13,15,17,207,215,230,239,248,277,289,290,351,355,380,411,463,468],experienc:[6,12,238,239],experiment:[345,360,468],expert:12,expertis:7,explain:[1,3,6,8,11,12,16,18,41,59,63,65,68,69,71,72,73,76,77,79,86,92,144,152,184,187,188,189,192,201,202,206,208,210,212,214,249,271,279,290,302,328,330,344,345,348,354,355,359,365,382,394,428,443,447,452,455,456,459,461,464,474,479,483],explan:[3,6,59,113,140,187,201,248,271,391,448,451,452,454,463],explanatori:[3,8,117,187,200,201,203,204,205,290,354,451,479],explantori:[3,286],explic:410,explicit:[6,9,11,22,44,77,87,113,116,158,172,193,194,214,296,297,332,350,362,363,366,371,373,382,384,395,405,442,448,451,455,458],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,109,112,142,151,154,162,164,170,171,173,174,175,176,178,179,181,182,184,187,189,195,204,207,214,221,224,226,228,233,249,251,252,253,254,255,256,264,266,267,269,279,280,282,290,292,293,308,310,311,317,321,331,333,334,335,336,339,341,354,360,361,362,364,367,368,369,370,371,372,373,374,375,376,377,379,380,381,382,383,385,386,387,388,389,390,391,394,395,396,397,398,399,400,401,402,403,404,405,408,411,412,413,414,416,421,422,428,429,430,431,432,433,434,436,437,438,439,440,441,442,443,445,446,447,454,456,463,464,466,467,474],explictli:[16,467],exploit:[9,15,17,273],explor:[118,163],expon:[3,281,283,382,387,390,404,410,422],exponenti:[87,417,437,447,468,479],expos:11,exposit:[198,380,381],express:[6,140,150,164,193,194,212,246,271,281,317,323,330,366,382,384,398,407,427,436,479],expressiont:366,extend:[],extens:[3,6,9,17,44,45,46,53,55,63,82,83,84,87,88,91,94,97,98,107,109,117,119,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,192,195,196,199,206,207,213,216,220,223,224,225,227,228,229,231,233,235,247,249,253,261,271,272,288,289,290,292,294,299,302,304,308,309,310,311,312,314,315,317,319,322,326,327,387,407,420,421,427,471,472],extent:[1,3,41,45,57,71,162,166,187,197,204,208,231,324,327,345,348,362,423,425,438,451,454,457],exterior:[3,6,326],extern:[],extra:[3,6,8,12,16,17,40,41,46,61,71,102,109,110,112,118,141,142,143,145,147,150,151,152,153,154,156,157,163,164,165,166,170,189,203,208,210,249,278,279,280,290,305,353,354,357,358,379,388,391,394,407,411,451,452,454,457,466,474,479],extract:[3,6,11,13,36,63,87,107,115,117,119,193,194,283,355,376,385,407,427,452,459,471],extract_atom:11,extract_comput:[11,452],extract_fix:11,extract_glob:11,extract_vari:11,extramak:[12,15],extrapol:1,extrem:[1,3,6,17,58,188,212,214,249,315,384,440,474],extrema:404,extrins:198,f77:[5,7,12],f90:[5,7,12],f_1:6,f_5:[160,319],f_a:[439,440,441],f_ave:117,f_c:440,f_f:441,f_fix_id:280,f_harm:315,f_i:417,f_id:[6,71,117,119,187,192,200,201,202,203,204,205,206,244,307,319,472,479],f_ij:417,f_indent:206,f_int:314,f_jj:91,f_k:417,f_langevin:317,f_max:[280,285],f_msst:247,f_r:[234,439,440,441],f_sigma:366,f_solid:315,f_ss:6,f_temp:234,face:[3,6,57,59,71,152,162,166,197,204,205,322,324,325,326,327,348,387,407,421,454,457],face_threshold:162,facet:162,facil:[0,12],facilit:[6,13],fact:[6,8,16,227,305,315,388,466],factor:[1,3,6,12,18,24,28,32,35,36,39,41,46,47,57,58,59,87,91,102,108,115,118,140,158,163,166,170,181,187,188,189,193,194,202,208,212,214,215,225,230,233,235,236,247,249,250,253,273,277,289,293,295,297,305,309,313,320,321,322,326,336,346,348,360,362,363,366,367,369,371,376,377,378,380,384,388,391,395,396,407,411,413,414,420,422,428,437,442,451,454,457,458,463,466,468,469,472,474,478,479],factori:[3,452],factoriz:345,fail:[3,11,12,59,168,212,215,345,353,355,378,420,452],failur:[121,424],fairli:[11,411,463,468],faken:73,falcon:230,fall:[3,6,189,203,276,452],fals:[86,328,330,479],fame:8,famili:451,familiar:[0,11],fan:417,far:[3,6,12,17,57,59,61,86,187,189,190,208,209,210,212,215,249,271,289,290,305,322,333,336,351,355,356,443,452,454,459,472],farago:233,farrel:[439,441],farther:187,fashion:[6,8,41,71,164,189,192,193,194,199,204,208,210,215,225,227,231,246,247,249,251,252,253,254,255,263,266,267,268,269,279,280,282,290,294,298,304,307,315,317,321,322,323,325,327,355,391,405,457,466,479,482],fasolino:393,fast:[6,7,9,12,13,17,39,187,258,280,318,345,346,368,405,406,436,438,456,461,463,472,480,483],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,105,109,112,142,151,170,171,173,174,175,176,178,179,181,182,184,187,189,192,195,207,208,221,224,228,232,233,249,251,252,253,254,255,256,264,266,267,269,277,281,282,290,292,293,305,308,310,312,314,317,321,331,333,334,335,336,339,341,345,346,357,358,360,361,362,364,366,367,368,369,370,371,372,373,374,375,376,379,380,382,383,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,408,412,413,414,416,421,422,428,436,437,438,439,440,441,443,445,446,447,449,463,467,474],fastest:[6,14,17,152,204,317,318,360,451],fatal:[3,471],fault:[70,420],faulti:12,fava:387,favor:211,favorit:7,fbmc:312,fcc:[],fcm:[263,479],fdirect:218,fdotr:392,fdti:87,fe2:163,fe3:163,fe_md_boundari:198,featu:8,featur:[],fecr:382,feedback:[7,230],feel:[7,230,231,239,271,326,328,355,411],felling:409,felt:326,femtosecond:478,fene:[],fennel:[376,396],fep:[],ferguson:[6,170,466],fermi:[1,12,15,150,360,441],fermion:[9,384],ferrand:[9,13],few:[1,3,4,5,6,7,10,11,12,13,14,17,18,39,190,200,201,202,203,204,205,206,234,249,276,279,281,293,319,345,353,354,355,362,451,454,459,463,465,479,481],fewer:[1,3,11,15,16,61,239,463],fewest:3,fextern:223,feynman:273,fff:452,ffield:[375,385,419,420],ffmpeg:[3,12,188],ffplai:188,fft:[1,3,7,12,14,15,88,109,110,141,272,345,346,463],fft_inc:[12,346],fft_lib:12,fft_path:12,fftbench:345,fftw2:12,fftw3:12,fftw:[11,12],fhg:[7,9],fictiti:[6,195,196,220,223,227,273,289,376,396,400,435],field1:[455,459],field2:455,field:[],fifth:[302,413],figur:[1,3,8,11,12,280,451,452],fij:379,file0:271,file1:[11,13,271,316,330,354,459,461,465],file2:[11,13,316,330,354,459,461,465],file:[],filenam:[3,12,13,38,41,56,184,187,188,189,190,198,201,202,203,204,205,206,208,213,271,275,278,281,282,283,286,287,290,291,316,317,342,343,344,355,361,362,366,376,382,383,385,393,407,408,409,413,417,418,419,420,427,437,438,439,440,441,450,451,452,455,456,461,465,472,479,481,482,483],filennam:461,filep:[3,187,189,456,461,483],filepo:287,fill:[7,164,188,276,317,348,356,366,420,457],filter:[189,198],final_integr:8,final_integrate_respa:8,finchham:[6,146,378],find:[0,3,4,6,7,8,11,12,13,14,16,38,39,56,61,71,73,87,117,167,184,190,199,211,212,222,225,248,271,277,285,289,351,353,355,356,376,391,396,400,407,436,438,474,479],find_custom:8,fine:[16,17,168,195,220,315,356,360,479],finer:[140,164,479],finest:345,finger:[164,186,246,457],finish:[6,11,41,208,330,342,344,345,357,359,360,443,459,479,480],finit:[],finni:[7,382,436],finvers:218,fiorin:[9,213],fire:[351,352,353,355,468],firebrick:189,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,103,104,105,112,116,117,127,130,133,134,138,141,149,152,158,160,162,163,165,166,167,171,184,187,188,189,190,192,199,201,202,203,204,205,206,208,211,214,225,226,231,236,246,247,248,249,271,273,278,279,280,282,287,290,293,294,302,303,305,306,307,314,315,316,317,319,323,328,330,331,337,348,353,354,355,356,359,360,361,362,365,366,367,369,371,373,375,376,382,384,385,388,389,392,393,395,396,400,405,406,407,409,411,413,417,419,420,427,435,437,438,439,440,441,449,450,451,452,454,455,456,459,461,463,466,467,468,471,472,474,479,480,481,483],fischer:[6,9,19,20,170,371,466],fit:[3,6,9,12,38,56,184,289,305,362,366,393,407,411,431,438,440,462,479],five:[73,150,280,354,366,408,454,468],fix:[],fix_adapt:[158,194,404],fix_atom_swap:[],fix_bal:62,fix_deposit:[3,199,276],fix_evapor:199,fix_flux:198,fix_gcmc:[199,354],fix_gl:227,fix_gld:227,fix_grav:276,fix_id:[3,212,247,249,251,252,253,254,255,277,280],fix_modifi:[],fix_mov:[186,323],fix_nh:8,fix_npt:227,fix_nvt:[199,225],fix_poem:[3,6],fix_pour:[3,215],fix_qbmsst:9,fix_qeq:[3,375],fix_rattl:293,fix_reax_bond:419,fix_rigid:[239,365],fix_saed_vtk:291,fix_setforc:8,fix_shak:293,fix_srd:3,fix_styl:253,fix_temp_rescal:311,fixedpoint:[212,249],fixextern:223,fixid:198,fji:379,flag1:[217,358],flag2:[217,358],flag:[3,8,11,12,14,15,16,17,18,40,66,74,75,81,86,89,90,93,103,104,106,118,159,163,167,187,188,189,190,206,211,213,217,230,233,237,239,245,246,272,279,290,302,304,305,312,316,325,328,343,346,354,358,359,360,362,390,395,407,435,449,451,452,454,455,456,458,459,460,464,479],flag_buck:370,flag_coul:[370,379,400],flag_lj:[379,400],flagfld:[368,405,406],flaghi:[3,368,405,406],flaglog:[368,405,406],flagn:217,flagvf:[368,405,406],flat:[6,317,322,323,327],flavor:[2,7,12],fld:[9,322,368,405,406],flen:363,flex_press:363,flexibl:[3,6,8,165,188,201,204,213,227,250,313,320,384,440,472],flip:[3,6,214,249,324,325],floor:479,flop:12,floralwhit:189,flow:[],fluctuat:[6,64,87,212,225,226,233,236,249,253,271,272,315,317,339],fluid:[],fluid_veloc:240,flush:[3,189,471],flux:[],flv:188,fly:[7,9,12,41,188,192,198,215,218,290,293,318,366,472,474],fmackai:9,fmag:216,fmass:273,fmax:[353,472],fmomentum:218,fmsec:[2,189,233,234,246,249,277,290,308,309,463,473,478,480],fname:344,fno:12,fnorm:[353,472],fnpt:218,fnvt:218,foce:391,fock:363,focu:293,fogarti:[9,283,420],foil:[140,271,427],fold:[303,463],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,96,97,113,116,117,119,140,141,143,144,150,152,157,160,162,164,165,170,173,174,175,176,178,179,181,182,184,187,188,189,192,198,199,200,201,202,203,204,205,206,208,213,214,215,218,219,223,225,226,227,230,232,233,234,236,239,247,249,253,254,255,266,267,269,272,273,275,278,279,280,281,283,285,287,289,290,291,293,307,308,309,310,313,314,315,316,317,319,320,328,329,333,334,335,336,339,341,343,348,350,353,354,355,360,361,362,363,364,365,366,367,368,369,370,371,372,374,375,376,377,378,379,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,408,409,410,411,412,413,414,416,417,418,419,420,421,422,424,426,427,428,429,430,431,432,433,434,435,437,438,439,440,441,442,443,445,446,447,449,451,452,454,455,456,457,459,461,462,463,466,468,469,470,474,479,480,482],foo:[4,8,11,12,187,188,223,452,465,479],foot:6,footprint:[12,360],fopenmp:[12,16,18],forc:[],force_uvm:17,forceatom:239,forcefield:[289,390],forcegroup:236,forcezero:351,ford:379,forestgreen:189,forev:71,forget:[234,474],forgiv:249,form:[2,3,6,8,12,16,19,22,44,54,63,66,74,75,77,81,87,89,90,93,103,104,106,116,140,141,158,159,168,172,189,192,193,194,210,226,227,233,235,239,246,267,272,283,285,289,290,317,322,326,331,332,339,350,352,354,355,362,363,366,373,382,384,386,390,391,395,407,409,413,414,417,419,420,421,427,428,436,438,439,440,441,446,448,451,452,454,459,464,471,474,479],formal:[6,78,80,91,226,227,233,249,273,305,313],format:[2,3,6,7,8,9,12,13,22,38,41,44,56,68,77,172,184,187,188,189,190,201,203,204,205,206,208,210,272,275,279,281,283,286,290,291,301,316,317,328,329,332,350,354,355,361,362,366,373,382,385,395,407,409,418,419,420,422,427,438,444,451,452,454,455,456,459,470,471,472,479,481],former:[6,12,16,39,41,189,208,317,321,366,368,460,466,479],formerli:[7,13],formul:[1,40,64,141,195,220,233,249,267,281,283,289,293,316,345,362,366,382,384,387,407,416],formula:[2,3,6,7,13,21,22,37,44,54,55,70,73,87,89,90,91,94,96,97,106,112,118,141,142,143,144,145,146,147,148,150,151,152,153,154,155,156,157,163,164,169,171,172,183,187,193,194,195,196,201,202,203,206,207,214,220,228,229,231,233,234,246,271,272,278,287,292,299,303,305,308,309,310,319,322,325,327,328,330,331,332,334,340,348,354,362,363,365,366,371,372,373,374,379,380,382,383,387,388,389,390,392,395,396,398,399,400,402,403,405,406,407,410,411,412,421,422,428,436,437,439,440,441,445,446,447,450,454,457,464,471,472,478,479,480],forth:[1,6,11,12,13,14,15,359,452,457,461],fortran:[3,6,9,11,12,13,223,382,391,407,419,420],fortun:8,forward:[3,8,87,344,355,360],foster:[366,416,417],foul:167,found:[3,6,9,12,73,158,187,211,213,225,230,236,272,312,318,330,344,356,373,376,379,449,455,456,471],four:[6,11,54,81,103,104,140,160,247,317,339,354,355,449],fourier:[],fourth:[6,105,289,302,312,371,413],fox:[6,118,170,434,466],fphi:[38,56,438],fpic:12,fplo:[38,56,438],fprime:438,fqdn:232,fqq:379,frac:[218,234,442,474],fraction:[1,3,6,8,12,16,39,41,80,109,141,167,186,188,189,199,209,210,211,212,247,276,280,287,288,305,310,311,348,355,360,366,368,388,405,406,459,464],fragment:[42,230,287],frame:[83,140,189,198,247,280,324,387],framer:[188,189],framework:[5,227,361,427],franc:9,fraunhof:9,free:[5,6,7,9,13,29,60,63,70,87,158,194,271,305,314,315,316,317,352,355,363,384,404,417,446,451],freedom:[3,6,8,94,96,97,99,101,102,112,142,143,144,145,146,147,148,149,150,151,152,153,154,156,157,201,211,218,225,227,233,234,239,249,250,253,254,255,266,267,269,273,275,290,293,308,309,310,315,353,379,472,474,480],freeli:[0,6,7,12,143,157,162,188],freez:[],frenkel:[225,315],freq:197,frequenc:[3,6,16,39,189,261,272,273,280,285,343,380,384,420,449,463,468,479,482],frequent:[3,64,67,70,72,73,77,88,140,189,209,210,222,313,320,411,461],fri:[247,280],friction:[4,5,6,10,42,192,227,233,280,285,290,317,321,323,388,464],friedrich:295,from:[],front:[247,280,324],frontend:[188,284],frozen:[6,112,168,224,226,234,356,386],fs2:[6,91],fscale:230,fstr:479,fstring:452,ftol:[353,355,449,468],fuchsia:189,fuction:376,fudg:293,fugac:225,fugacity_coeff:225,fulfil:6,full:[1,2,6,9,12,17,38,39,40,91,188,202,213,236,271,345,346,360,366,382,384,385,387,442,454,456,461,462,466,468,474,482],full_energi:[3,225],fuller:353,fulli:[3,6,9,78,227,232,271,353,355,376,417,418,481],fulton:382,fumi:367,func:[452,479],funcfl:382,functino:6,functionaliri:213,fund:[0,7],fundament:[305,478],funnel_flow:301,further:[3,6,8,12,13,61,63,71,86,105,107,116,188,189,192,201,203,204,205,206,209,215,219,236,240,273,281,291,295,305,317,319,328,346,351,353,354,355,356,361,365,375,435,449,468,469,479],furthermor:[27,173,384],furthest:61,futher:3,futur:[],g_ewald:3,g_ewald_6:3,g_ewald_disp:3,g_jik:417,g_p:317,ga3:163,gaa:366,gahler:352,gai:[3,387,436],gain:312,gainsboro:189,galindo:410,game:230,gamma0:29,gamma:[3,6,29,233,236,240,272,280,281,283,285,321,380,383,387,407,410,430,433,434,437,439,441,472],gamma_:[3,317,323],gamma_ijk:439,gamma_n:[323,388],gamma_p:[3,317],gamma_t:[323,388],gammaa:410,gammafactor:236,gammar:410,gan:[417,437,439,441],gan_sw:417,gan_tersoff:417,ganzenmuel:[7,9],ganzenmul:9,gao:[6,20,170,371,466],gap:[184,405,406,418,427],gap_2014_5_8_60_17_10_38_466:418,gap_exampl:418,gaseou:7,gass:225,gather:[11,462],gather_atom:11,gather_scatter_loop_unrol:12,gathert_atom:11,gauch:176,gauss:[],gaussian:[6,40,63,91,103,105,226,227,233,273,289,305,309,327,345,380,381,384,386,418,436,449,479,480],gave:[3,411],gaybern:[],gcc:17,gcmc:[],gcore:218,gd3:163,gdot:406,gdrude:218,ge4:163,gec:[439,441],gen:[249,250],gener:[],genom:7,gentler:[322,325,327],gentli:383,geom:[6,345,381,449,480],geometr:[3,6,7,8,42,57,59,71,154,155,164,166,187,189,195,204,205,207,208,215,220,229,249,254,255,266,267,269,290,292,299,308,309,310,326,328,345,348,355,365,368,372,374,376,379,384,387,389,394,396,397,398,399,400,401,402,403,404,405,406,410,411,421,428,442,443,445,446,454,456,457,464,472,479],geometri:[3,6,7,13,25,41,71,152,164,204,208,209,210,212,215,231,348,411,454,457],georg:[7,9],georgia:13,gerber:404,germani:[9,14],germann:[253,398,449,468],germano:387,gerolf:13,get:[],get_natom:[11,452],getenv:479,gettimeofdai:12,gewald:[6,345],gezelt:[376,396],gf100:14,gf104:14,gf200:14,gflop:12,gflp:12,ghost:[3,6,7,12,16,58,61,62,73,162,167,212,214,234,249,279,290,291,345,356,360,380,381,384,388,395,459,464,474],ghostwhit:189,ghz:10,giacomo:9,gif:[4,188],gifsicl:188,gigabit:18,gillan:427,gingold:[430,431,433],gio:2,git:[7,12],github:[13,17,213,227,232,418],give:[0,1,2,3,5,6,7,8,9,10,11,12,14,15,16,17,29,54,71,113,144,147,151,164,187,189,195,197,201,202,203,206,212,214,227,249,267,271,272,277,285,287,290,319,345,346,353,356,357,360,362,366,381,384,390,391,407,411,421,439,440,441,449,451,452,454,464,468,474,480],given:[3,5,6,7,9,10,11,12,16,17,22,27,37,44,55,63,64,67,71,113,123,124,125,127,128,131,132,133,134,135,136,137,138,139,140,141,158,162,166,172,173,183,184,187,189,192,199,201,204,209,210,212,214,215,219,225,226,227,228,230,236,243,246,248,249,253,270,271,272,273,280,281,287,289,293,301,302,303,305,307,312,317,318,321,322,323,326,332,340,345,346,360,361,362,366,367,369,370,372,373,374,375,376,377,380,381,382,384,385,387,390,396,397,398,400,407,408,409,410,411,413,414,417,421,422,424,426,427,435,436,447,449,452,454,456,457,464,468,478,482,483],gjf:233,gjwagn:7,gko:2,gld:[],gle4md:[227,232],gle:[],glitch:3,glob:465,global:[],glosli:346,glotzer:[290,380],glue:11,gmail:[7,9,13],gmake:[12,17],gmask:[3,479],gnu:[0,7,12,17,18],gnuplot:[11,13],goal:[5,12,39],goddard:[6,9,25,281,282,283,341,384,390,419,420,466],goe:[12,54,140,164,186,246,298,353,356,379,383,389,398,401,428,447,457,461],gold:[70,189],goldenrod:189,goldman:280,gone:3,good:[1,3,6,12,17,41,73,118,162,163,208,233,247,249,281,287,293,312,345,355,356,361,374,381,382,411,438,449,463,468,472],googl:230,gordan:140,gordon:6,gould:[6,170,466],gov:[0,7,9,13,361,382,385,478],govern:236,gpl:[0,7,8,12],gpu1:360,gpu:[],gpuid:360,gpun:360,grab:[3,6],gracefulli:3,grad:[6,195,220,248],gradient:[6,7,8,12,13,122,127,212,220,228,229,248,267,282,313,317,351,352,355,406,420,438],gradient_correct:426,graduat:275,graft:211,grai:189,grain:[5,6,7,9,29,36,40,54,67,164,167,176,192,271,275,290,305,389,422,466],gram:[201,204,205,382,478],grama:[9,283,420],gran:[],grand:[3,192,199,225],granflow:5,granular:[],graph:11,graphen:458,graphic:11,grasp:5,gravit:228,graviti:[],grdient:198,great:[3,13,280],greater:[1,3,10,61,86,162,189,212,226,249,271,310,324,360,365,367,369,370,411,449,451,454,457,463,468,479,480],greathous:13,greatli:[118,468],green:[2,6,91,130,131,188,189,272,273,313,366],green_kubo:6,greenyellow:189,greffet:285,greg:[7,9],grest:[45,46,211,305,346,370,388,400,466],grew:71,grid:[3,12,41,62,118,152,163,166,208,236,285,305,317,318,345,346,448,451,454,456,458,463],grigera:6,grime:40,grmask:[3,479],gromac:[],gronbech:[233,345],groot:380,ground:[6,384],group1:[146,167,356],group2:[88,146,165,167,356],group2ndx:[],group:[],group_id:11,groupbig:305,groupid1:[239,290],groupid2:[239,290],groupid:454,groupnam:356,grouptyp:225,grow:[3,8,197,214,215,231,233,249,271,319,388,454,466],grow_arrai:8,grow_reset:8,growth:[6,312],gsmooth_factor:407,gstyle:[3,451],gtl:7,gtx285:14,gtx450:14,gtx460:14,gtx470:14,gtx560:14,gtx580:14,guarante:[65,69,79,92,108,115,164,167,187,219,281,344,348,464],guess:[3,187,277,455],gui:[7,11],guid:[1,17,40,78,80,99,100,101,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,192,242,243,295,296,297,298,301,318,416,424,426,429,430,431,432,433,434,464],guidelin:[1,8,14,15,16,17,18,19,345,438],guidlin:17,gullet:407,gumbsch:352,gunsteren:[277,308,404],gunzenmul:7,gunzip:12,guo:[6,20,170,176,371,466],gwald:3,gyrat:[],gzip:[3,12,187,188,189,316,355,454,455,459],h12:387,h2o:[40,354],haak:[277,308],had:[3,6,11,13,59,63,187,189,190,203,206,211,212,226,227,229,233,234,235,247,249,251,252,253,254,255,266,267,269,276,277,305,308,309,310,317,380,381,388,435,456,460,463,469,472],hafskjold:6,half:[1,3,6,8,16,17,39,41,58,59,166,188,200,208,214,233,249,317,322,326,356,360,363,366,374,384,423,425,454,456,457,464,474],halfwai:[41,188,189],halsei:388,halt:[41,189,208,229,330,471],halv:188,ham:[38,56],hamak:[322,326,374,421],hamilton:70,hamiltonian:[227,249,250,309,384,463],hammond:[345,346],han:382,hand:[3,6,19,54,164,182,186,188,236,246,348,376,384,454,457,464,467],handl:[3,9,16,188,213,283,360,363,384,405,420,452,468],hang:[3,451,452],happen:[3,6,8,12,15,18,61,116,168,189,199,202,356,360,452,455,462],happi:8,haptic:230,hara:440,hard:[1,239,283,289,290,381,457],harden:428,harder:[322,326,474],hardi:[198,234,345,346,474],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,109,112,142,151,170,171,173,174,175,176,178,179,181,182,184,195,207,221,224,228,233,249,251,252,253,254,255,256,264,266,267,269,282,290,292,293,308,310,321,331,333,334,335,336,339,341,345,346,360,361,362,364,367,368,369,370,371,372,374,375,376,379,380,382,383,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,408,412,413,414,416,421,422,428,437,438,439,440,441,443,445,446,447,467],hardwir:[3,17,323],hardy2:346,harm:363,harmon:[],harmonic_fix_wal:406,harpertown:18,harrison:362,hart:305,hartre:[363,382,384,478],hasan:9,hash:[39,454],hassl:289,hat:[6,10,248],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,93,103,104,105,106,109,112,113,114,115,116,130,140,141,142,143,144,145,147,151,153,156,157,159,160,161,162,164,165,166,167,168,170,171,173,174,175,176,178,179,181,182,184,186,187,188,189,190,195,197,199,200,201,202,204,205,206,207,208,209,210,211,212,214,215,220,221,222,224,225,226,227,228,229,230,231,233,234,235,236,239,244,246,247,249,251,252,253,254,255,256,261,264,266,267,268,269,271,273,275,276,277,279,280,281,282,285,288,290,292,293,299,301,305,306,308,309,310,311,312,316,317,318,319,321,322,323,324,325,326,327,328,329,330,331,333,334,335,336,337,339,341,345,346,348,351,352,353,354,355,356,357,360,361,362,363,364,366,367,368,369,370,371,372,374,375,376,379,380,381,382,383,385,386,387,388,389,390,391,392,394,396,397,398,399,400,401,402,403,404,405,406,407,408,409,411,412,413,414,416,417,419,420,421,422,426,428,437,438,439,440,441,443,445,446,447,448,449,451,452,454,455,456,457,458,459,460,461,462,463,464,466,468,469,471,472,474,478,479,480,481,482,483],haven:452,hayoun:285,hayr:233,hbcut:419,hbnewflag:419,hbond:[],hbond_cutoff:420,hcp:[64,67,73,348,407],he1:163,head:[6,21,171,331,386,390,419,420,469],header:[3,6,7,8,12,165,187,188,189,190,201,202,203,204,205,206,247,280,287,291,317,354,361,366,382,451,454,464,471],heal:463,heat:[],heatconduct:[],heavi:305,heavili:[41,208],heavisid:317,hecht:305,heenen:9,height:[188,215,276,355,386],heisenberg:9,held:[6,71,305,355,388],helic:176,helium:364,helix:[],hello:452,help:[3,8,12,14,15,16,17,18,19,187,212,214,247,343,366,439,441,481],henc:[1,3,13,20,21,26,32,35,36,70,71,108,144,154,171,201,249,283,305,321,322,326,328,331,333,336,339,346,376,386,404,417,456],henderson:53,hendrik:9,henin:[9,213],henkelman1:[248,355],henkelman2:[248,355],henkelman:[248,352,355],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,118,144,162,163,172,175,183,187,188,189,192,201,208,211,214,225,226,234,236,271,280,283,285,291,317,322,325,327,328,330,332,340,344,353,355,359,360,362,363,366,373,385,387,390,391,395,417,421,424,426,436,438,447,452,459,474],herist:318,herrmann:305,hertizian:323,hertz:[],hertzian:[6,323,388,436],hertzsch:388,hess:345,hessian:[5,352],heterogen:105,heurist:[318,455],hex:[3,17,164,348],hexagon:[67,407],hey:[110,141],hf4:163,hfo:375,hftn:[352,353,355],hg1:163,hg2:163,hgrid:305,hibb:273,hidden:[17,452],hienergi:328,hierarch:[7,463],hierarchi:[346,370,371,396,397,400,410,463],higdon:[9,405,406],high:[1,3,6,7,9,19,41,184,188,208,212,219,234,247,313,317,320,346,352,353,360,366,384,387,421,438,447,451,463,468,474],higher:[1,14,140,167,189,209,210,215,231,276,285,312,325,327,353,384,392,479],highest:[215,330,354,355,479],highli:[3,6,7,9,164,188,214,233,249,261,280,290,351,353,384,449,468],highlight:[6,7,10,13],hight:386,hilger:[345,346],hill:273,hill_height:13,him:9,hint:12,histo:[],histogram:[1,6,12,63,116,162,192,202,203,206],histor:385,histori:[],hit:[3,305,324],hmaktulga:[7,9],ho3:163,hoc:339,hocknei:[345,346],hoh:[6,376,396,400],hold:[6,33,59,71,177,201,214,241,274,289,290,302,353,355,388,404,446,465],holdem:289,holder2:346,holder:[345,346],hole:302,holian:[253,398],holm:[271,346],holonom:316,home:[11,12,190],homebrew:12,homepag:[188,230],homogen:[267,411],hone:273,honeydew:189,honor:190,hook:[],hookean:388,hoomd:190,hoover:[6,7,8,154,192,218,233,234,249,250,251,252,253,254,255,266,267,268,269,273,277,285,290,308,309,310,315,380,474],hop:[211,355,366],hope:[5,13,17,41,42,208,462],hopefulli:[8,353],horizon:416,horn:6,host:[3,12,16,17,213,360],hot:[6,229,250],hotpink:189,hottest:313,hour:12,hourglass:[2,122],hove:407,how:[],howev:[1,2,3,6,7,11,12,15,16,17,36,39,41,71,88,91,104,118,140,163,184,187,188,189,202,206,208,211,212,215,218,225,226,227,232,233,234,235,236,239,249,271,273,276,279,280,285,290,291,305,306,308,309,312,313,317,318,319,320,321,346,348,350,351,355,360,372,374,382,383,388,391,407,415,417,426,437,438,441,449,451,452,455,462,468,471,472,474,479,480],howto:[6,63,71,142,143,145,147,150,151,152,153,154,156,157,192,233,234,249,277,308,309,310,376,390,396,400,480],hoyt:198,hpc:[1,15],hsw:17,htm:382,html:[0,4,8,11,12,15,232,386,406,463],htmldoc:0,htst:468,http:[0,6,7,11,13,14,15,213,227,230,232,361,382,405,418,419,420],htype:[376,396,400,404],hubbard:377,huge:[12,166,261,305,454,459,471],huggin:[7,367,369,436],hugh:198,hugoniostat:[4,192,253],hugoniot:[247,253,280],hull:162,hummer:345,hundr:[7,14],hura:6,hwloc:[12,17],hybrid:[],hydrat:386,hydrocarbon:[362,375,384],hydrodyanm:40,hydrodynam:[7,9,40,99,101,236,238,239,240,368,405,406,424,426,436,464],hydrogen:[3,6,7,222,285,362,366,376,384,390,396,400,404,419,420,436,454,463,474],hydrostat:[3,212,249,253,277,290],hynninen:[377,386],hyoungki:409,hyper:273,hyperbol:377,hyperspher:140,hyperthread:[16,17],i_0:317,i_1:417,i_csid:6,i_flag1:279,i_mpi_pin_domain:16,i_myflag1:279,i_myflag2:279,i_n:417,i_nam:[113,187,279,307,464],ialloi:407,iatom1:115,iatom2:115,iatom3:115,iatom4:115,ibar:407,ibead:273,ibm:[187,345],icc:[10,12,16],icm:[9,230],ico:64,icosohedr:73,ictp:13,id1:[290,355,395,454,457],id2:[290,294,302,355,395,454,457],id_press:[212,247,249,251,252,253,254,255,277],id_temp:[211,212,247,249,251,252,253,254,255,266,267,269,277,308,309,310],idea:[1,3,6,11,12,41,141,188,189,208,231,271,294,305,313,346,411,462,474],ideal:[6,9,40,73,116,122,218,225,271,348,405,430,474],idealga:[],ident:[1,3,9,12,39,40,71,140,187,189,203,212,213,226,227,233,234,246,249,271,273,277,285,287,290,346,354,355,360,367,369,376,378,382,398,404,413,419,420,427,447,449,452,455,468,478,479,480,482],identi:360,identif:67,identifi:[1,3,12,38,40,56,70,162,164,184,287,305,328,390,395,407,438,449,451,454,457,468,469,471],idl:[18,468],idn:[290,355],idr:479,ielement:407,ieni:13,ifdef:[8,12],iff:234,iffp:452,ignor:[3,6,11,16,41,71,83,87,98,107,119,168,187,188,189,193,194,202,203,204,206,208,212,213,214,215,225,228,232,233,246,249,253,258,263,277,279,289,290,291,305,308,309,310,316,317,319,322,326,327,328,337,347,350,354,355,360,361,372,373,374,382,383,385,387,394,395,407,413,417,421,437,438,439,440,441,443,449,451,454,455,459,464,466,468,471,479],ihl:305,iii:[6,9,25,281,283,341,390,466],ijk:[335,339,341,366,417,451],ijl:339,ikeshoji:6,ill:[144,154,201,281],illeg:3,illinoi:[230,345,346,405],illog:452,illustr:[1,6,8,11,12,17,271,273,355,391,452],ilmenau:[7,9,14],ilya:[7,9],imag:[],image2pip:188,imageint:3,imagemagick:[4,188],imagin:[302,316,366,383,391,392,408,409,413,417,437,439,440,441,466],imaginari:[6,225,273,454],imbal:[1,41,208],imbalanc:[41,208],imbu:305,imd:[],img:188,immedi:[0,2,3,8,12,164,209,210,215,293,301,306,307,324,451,452,454,456,468,479,482],immens:3,immers:[236,290],impact:[1,4,6,8,219,312],impart:[3,6,228,305,327],impei:[6,396],implement:[1,3,6,8,9,12,17,18,27,78,87,118,146,152,163,164,172,173,183,201,213,217,227,230,233,236,238,239,240,247,267,270,272,273,279,280,281,283,284,285,293,294,305,312,317,321,339,344,345,346,353,355,360,361,363,366,375,376,378,380,382,383,384,391,396,400,404,407,416,419,420,421,439,441,451,452,463,468,474,479,481],impli:[3,6,40,59,87,141,188,193,194,195,214,220,233,289,308,310,311,345,348,373,452],implicit:[],implicitli:8,implict:377,imporop:354,importannt:246,important:315,important_not:59,impos:[2,6,71,112,153,186,192,195,196,207,220,221,223,228,231,240,241,248,261,271,274,292,299,302,304,305,312,313,314,315,320,321,322,325,326,327,353,355,357,448,462],imposs:1,improp:[],improper_coeff:[],improper_styl:[],impropercoeff:3,impropertyp:210,imprort:97,improt:[193,194],improv:[0,1,9,39,41,189,208,249,272,360,390,396,411,420,437,440],in3:163,inaccur:[1,3,6,167,247,345],inaccuraci:326,inact:390,inappropri:164,incid:[118,163,215],includ:[],includig:[330,344],inclus:[],incom:230,incompat:[3,11,392],incomplet:[3,11,454],incompress:[250,384],inconsist:[3,168,211,455],inconveni:348,incorpor:[280,366,377],incorrect:[3,147,233,407],incorrectli:[3,348,388,479],increas:[1,3,6,10,18,38,56,57,59,109,118,141,184,187,188,189,209,210,211,214,233,277,288,289,290,313,316,320,345,346,355,360,384,387,420,438,440,452,463,468,479],increasingli:384,increment:[3,11,128,195,196,207,208,215,220,222,249,294,295,328,344,359,394,449,452,466,468,479],incur:[14,17,201,204,205,222,317,451],inde:147,indefatig:7,indefinit:314,indent:[],independ:[4,6,11,12,16,17,41,59,63,91,117,119,150,164,186,192,200,201,202,203,204,205,206,208,211,212,213,214,215,226,228,233,234,236,239,249,272,277,281,285,290,291,294,304,315,317,348,388,449,452,471,480],indetermin:[187,189],index:[0,3,6,8,11,12,38,39,40,56,68,69,117,119,184,187,189,200,202,230,232,273,291,317,328,329,330,350,359,411,419,420,438,444,454,469,479],indianr:189,indigo:189,indirectli:[6,479],indistinguish:233,indium:427,individu:[],induc:[],industri:7,ineffici:[3,6,40,64,67,70,72,73,77,140,152,188,214,249,272,345,357],inerti:406,inertia:[],inexpens:[227,463],inf:[2,3,12,320,457],infer:[3,94,96,97,158,195,196,208,209,210,220,230,275,305,313,320,348,373,385,454,466,472],infil:[3,13,290,451],infin:[3,353,459,472],infininti:188,infinit:[3,215,224,231,233,236,272,305,317,323,324,346,348,384,458,478],infinitesim:6,inflect:[377,398],influenc:[3,9,41,80,146,246,276,345,346,411,439,440,441],inform:[0,1,2,3,6,7,8,9,11,12,13,15,17,39,41,42,59,61,62,63,68,88,115,117,118,163,164,170,187,188,189,190,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,218,219,220,221,222,223,224,225,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,245,248,256,257,258,259,260,261,262,263,264,265,270,271,272,274,275,276,277,278,279,281,282,283,284,285,286,287,288,289,290,291,292,293,295,302,303,305,306,308,309,310,311,312,313,314,316,319,320,321,322,324,325,326,327,329,343,345,346,349,352,353,354,355,356,358,360,361,362,363,364,365,366,367,368,369,370,371,372,374,375,376,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,412,414,416,417,418,419,420,421,422,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,443,445,446,447,451,452,454,455,456,458,459,461,466,468,469,471,479,481,482,483],infrequ:[6,380,449,468],infti:[377,405,406],ingtegr:366,inher:[345,353,411],inherit:[6,442],inhomogen:[18,317,411],inidividu:353,init:[3,8,12,288],init_fil:317,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,103,104,130,160,165,166,184,186,187,188,189,190,193,194,197,198,202,208,210,211,212,214,221,225,226,230,231,232,233,234,236,241,245,246,247,248,249,253,261,272,273,274,279,280,285,288,289,290,292,304,305,307,312,314,315,316,317,318,319,322,323,324,325,327,328,330,345,349,352,353,355,362,363,379,380,381,418,419,420,438,449,451,452,454,456,457,459,461,462,464,468,469,472,474,479,480,481,483],initial_integr:8,initial_integrate_respa:8,initialis:418,initialt:317,inlclud:11,inlcud:479,inlin:452,inner2:[371,389],inner:[3,8,16,187,231,330,344,351,352,353,355,359,361,362,363,364,365,366,367,368,369,370,371,372,374,375,376,377,379,380,381,382,383,384,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,414,416,418,419,420,421,422,427,428,429,430,431,432,433,434,435,437,438,439,440,441,443,444,445,446,447,463,468],inner_distance_cutoff:390,innergroup:239,innermost:[38,56,358,438,463],innernod:239,innner:402,inordin:318,inorgan:6,inp:[213,330,427],input1:[65,68,69,79,92,108,113,114,115,117,119,307],input2:[65,68,69,79,92,108,113,114,115,117,119,307],input:[],input_doubl:3,inquir:295,insensit:12,insert:[3,5,7,8,12,59,164,192,215,225,231,276,345,427,435,452,458,474],insid:[2,3,6,8,11,71,129,135,164,187,189,200,204,205,215,216,222,225,231,236,239,276,290,305,322,324,325,326,327,328,343,348,398,452,453,454,456,457,464,468,479],insight:[6,13],instabl:[236,379,426],instal:[],instanc:[6,11,213,227,324,386,391,411,417,452,474],instantan:[6,63,211,212,226,227,249,253,272,277,280,285,287,290,312,460,472],instanti:[6,11,12,198,391,451],instead:[1,3,6,8,9,11,12,13,17,18,40,41,59,63,70,71,90,117,143,146,168,184,187,194,201,203,204,205,206,208,212,213,233,236,239,240,272,278,288,290,307,325,343,345,346,349,356,360,369,370,382,395,397,404,407,449,457,461,468,470,474,479],institut:[9,230,275],instruct:[3,6,8,11,12,13,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,109,112,142,151,162,170,171,173,174,175,176,178,179,181,182,184,185,188,195,207,221,224,228,233,249,251,252,253,254,255,256,264,266,267,269,282,290,292,293,308,310,321,331,333,334,335,336,339,341,346,360,361,362,364,367,368,369,370,371,372,374,375,376,379,380,382,383,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,408,412,413,414,416,421,422,428,437,438,439,440,441,443,445,446,447,463,474],insuffici:[3,6,12],insult:249,insur:[3,6,11,12,17,39,40,61,73,102,104,164,165,184,187,188,189,195,209,210,215,220,221,222,223,225,228,233,245,278,279,288,290,305,317,322,326,327,328,330,344,354,356,360,374,387,391,415,421,438,451,452,454,455,459,462,463,471,472,479,480],int_max:3,integ:[3,6,8,11,12,39,40,42,64,68,70,71,113,115,117,119,140,162,164,167,168,170,174,175,179,184,186,187,188,189,199,201,204,205,209,210,211,215,217,223,225,226,227,230,233,234,235,236,272,275,276,279,280,285,290,305,307,309,312,316,317,335,345,348,368,380,381,394,407,419,420,424,426,427,449,451,452,454,462,463,464,468,471,479,480],integr:[],integrate_ulsph:296,intel:[],intel_cpu:[12,16],intel_phi:[12,16],intend:[3,8,12,13,36,226,418,454],intens:[1,3,6,9,63,66,74,75,86,89,90,91,93,103,104,105,106,112,114,116,117,118,119,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,159,160,161,163,192,201,202,203,204,205,206,208,209,210,211,219,222,229,239,247,249,253,287,290,291,305,313,317,319,320,471,472],intepol:479,inter:[14,18,42,61,62,144,167,168,187,211,233,235,248,282,290,345,355,366,464,474,479,481,483],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,77,79,87,88,92,107,108,110,112,115,116,122,123,124,125,127,128,129,130,131,132,133,135,136,137,138,140,141,143,157,158,162,165,166,167,168,169,170,172,176,177,183,187,192,193,194,209,210,211,224,225,230,231,233,235,239,261,271,273,275,281,283,289,290,296,297,305,306,312,317,321,322,323,326,327,332,333,334,336,340,345,346,353,354,355,356,357,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,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,414,416,417,420,421,422,424,426,427,428,435,436,437,439,440,441,442,443,444,445,446,447,449,452,454,456,458,459,463,464,466,471,472,474,481],interatom:[3,4,7,164,187,248,314,315,361,366,382,384,392,407,440,479],intercept:118,interchang:6,interconnect:18,interconvert:384,intereract:39,interesect:326,interest:[1,5,7,8,9,11,13,71,163,273,312,315,346,383,406,419,420,452,479],interf:360,interfac:[],interfer:[249,362],interg:[6,474],intergr:[463,467],interi:406,interior:[3,6,41,326,457],interlac:407,interleav:[6,164,462],intermedi:[6,12,59,188,248,271,339,355,452,453,462,466],intermix:449,intermolecular:362,intern:[0,2,3,5,6,9,11,16,20,21,24,28,32,35,36,39,40,42,63,87,99,101,118,141,144,146,163,171,184,188,189,192,193,194,198,210,214,218,230,242,243,247,249,253,272,290,294,331,333,336,339,343,353,354,429,430,438,452,454,456,459,468,471,472,478,479,480,481],internal_element_set:198,internal_quadratur:198,internet:232,interpenetr:407,interpentr:[430,431,433],interpol:[6,15,38,56,100,184,188,189,198,236,271,345,346,355,366,411,420,432,438,439],interpret:[2,6,11,188,203,388,428,449,452,468,479],interrupt:280,intersect:[3,6,118,189,326,328,457],intersert:326,interspers:353,interstiti:162,intertia:[3,93],interv:[3,6,91,202,233,280,285,286,297,432,449,468,479],intestieti:118,intial:[6,360,362],intiial:[41,459],intiti:[3,304],intra:290,intra_energi:225,intramolecular:[29,225],introduc:[6,9,188,249,280,285,290,339,345,361,376,384,396,400,404,437,468],introduct:[],intsal:16,intuit:348,inv:[118,163,291],invalid:[3,12,71,89,167,261,355,405,406,456],invari:[133,138,140],invent:293,invers:[],invert:[6,168,272],invis:326,invoc:[162,211,360,424,426,452],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,93,103,104,106,109,110,111,112,117,142,151,158,159,162,164,165,167,168,170,171,173,174,175,176,178,179,181,182,184,187,188,189,190,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,214,215,216,217,219,220,221,222,223,224,225,226,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,246,248,249,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,274,275,276,277,278,279,281,282,283,284,285,286,287,288,290,291,292,293,294,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,331,333,334,335,336,339,341,344,345,346,347,348,353,355,360,361,362,364,367,368,369,370,371,372,374,375,376,379,380,382,383,385,386,387,388,389,390,391,392,394,396,397,398,399,400,401,402,403,404,405,406,408,411,412,413,414,416,421,422,424,426,427,428,437,438,439,440,441,443,444,445,446,447,448,451,452,453,455,457,459,462,463,465,466,468,471,472,474,479,480],invokd:3,involv:[3,6,7,8,12,63,108,115,116,117,144,168,192,209,225,236,275,278,283,305,345,352,353,355,365,381,387,437,439,441,450,451,457,459,463,468],ioff:[354,454],ion:[6,7,270,302,317,346,366,377,385,386,407,436,441,447,454,474],ionic:[6,9,367,369,377,384,385,414,474],ioniz:[9,375,384],iparam:[3,210],ipi:[],ipp:[],ir3:163,ir4:163,irregular:[6,41,58,208,212,214,249,290],irrelev:413,irrespect:[405,406],irrevers:218,isbn:446,isel:[345,346],isenthalp:[249,250,251,252],ismail:[345,346,370,400],isn:[3,8,11,12,229],iso:[3,212,218,234,249,250,251,252,253,254,255,277,285,290,474],isobar:[249,250,254,255],isodem:384,isol:[3,167,328],isomorph:273,isotherm:[225,249,250,254,255,277],isotrop:[6,233,277,345,346,368,387,405,406],isovolum:291,isralewitz:294,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,103,109,112,142,151,170,171,173,174,175,176,178,179,181,182,184,188,195,198,207,211,212,215,220,221,224,225,228,233,247,249,251,252,253,254,255,256,264,266,267,269,273,277,279,282,290,292,293,304,308,309,310,315,321,327,330,331,333,334,335,336,339,341,346,354,355,358,361,362,364,367,368,369,370,371,372,374,375,376,379,380,382,383,385,386,387,388,389,390,394,396,397,398,399,400,401,402,403,404,405,408,412,413,414,416,421,422,428,435,437,438,439,440,441,443,445,446,447,454,456,463,466,471,472,479,480],ital:[419,420],itali:13,item:[6,7,8,41,187,189,208],iter:[3,6,12,39,41,63,195,196,207,208,212,218,220,223,231,272,281,282,290,293,312,328,330,344,351,352,353,355,359,449,459,463,468,472,479],ith:[71,117,119,200,201,202,203,204,205,206,307,319,472,479],itself:[2,3,4,6,7,8,9,11,12,13,18,42,59,91,107,155,187,188,189,190,202,213,218,234,244,248,284,290,317,328,330,354,355,376,385,387,391,392,438,452,458,461,462,466,479,483],ityp:[3,115,116,164,197,210,283,444],itype1:116,itype2:116,itypen:116,ivector:8,ivori:189,ixcm:290,ixi:[42,93,290,354,479],ixx:[42,93,290,354,479],ixz:[42,93,290,354,479],iycm:290,iyi:[42,93,290,354,479],iyz:[42,93,290,354,479],izcm:290,izrailev:294,izumi:440,izz:[42,93,290,354,479],j0jt:91,j20:202,j_m:140,jac:[6,170,466],jackson:410,jacobi:3,jacobsen:352,jagreat:13,jame:[9,19],janssen:271,januari:407,jaramillo:[7,9,13,384],jarzynski:294,jatempl:9,jcc:9,jcp:322,jec:13,jeff:13,jello:249,jensen:[233,345],jeremi:[9,409],jerom:9,jewett:13,jiang:[234,474],jiao:[9,13],jiht:[7,9],jik:366,jim:7,jku:7,jmake:12,jmm:140,joannopoulo:247,job:[12,60,293,462],jochim:[249,250],john:[7,13],johnson:13,join:[6,457],joint:[3,275,390],jon:[9,70],jonathan:9,jone:[1,3,6,7,9,10,12,13,45,46,64,87,107,110,192,198,277,305,322,326,346,348,353,362,365,369,370,371,372,374,379,387,389,390,391,394,395,396,397,398,400,401,403,404,410,411,417,421,422,431,436,443,466,474],jonsson:[73,248,352,355],jorgensen:[6,181,376,396,400],joul:478,journal:[158,176,198,283,346,382,419,420,430,431,433],jparam:[3,210],jpeg:[3,12,188],jpeglib:12,jpg:[4,8,12,187,188,189,482],jpg_inc:12,jpg_lib:12,jpg_path:12,jpl:[7,9],jth:479,jtype1:116,jtype2:116,jtype:[3,116,210,444],jtypen:116,judg:468,judici:6,julien:9,jump:[],june:190,just:[3,6,8,9,11,12,13,17,19,22,29,42,44,59,61,91,107,110,116,141,143,157,172,187,201,204,205,214,218,222,239,246,277,279,290,312,317,328,330,332,354,355,360,362,365,373,391,417,443,452,456,458,459,461,462,474,479,482,483],justo:383,jusufi:[377,386],jut:326,jzimmer:9,k11:91,k22:91,k33:91,k_b:234,k_d:474,k_sigma:366,k_ub:20,kadiri:67,kamberaj:290,kappa:[6,91,313,376,396,445,446],kappa_:317,karplu:87,karttunen:236,kate:[],kayser:377,kbit:189,kboltz:305,kbp:189,kbt:285,kcal2j:91,kcal:[230,463,474,478],kde:13,ke_eta_dot:249,ke_etap_dot:249,ke_omega_dot:249,keblinski:376,kecom:144,keef:118,keep:[3,7,12,59,71,182,204,210,214,231,272,288,315,320,345,353,376,404,427,449,454,460,462,468,472,479],keflag:3,kei:[6,17,59,305,468],keir:13,kelchner:70,kelkar:320,kelvin:478,kemper:[282,375],kepler30:17,kepler32:17,kepler35:17,kepler37:17,kepler:[1,12,14,15,17,360],kept:[6,192,253,314,315,474],kernel:[7,13,17,40,100,129,135,198,226,227,297,429,430,431,432,433,434,464],kernel_radiu:454,keword:188,keyboard:12,keyword:[],keywrod:384,kforc:474,khaki:189,khersonskii:140,kick:[195,196,197,220,324],kilogram:478,kim:[],kimviri:[3,392],kind:[1,2,3,6,7,8,9,11,12,17,39,40,41,42,61,62,63,73,117,119,144,187,192,199,201,202,203,208,211,213,217,225,228,246,290,293,305,312,327,355,357,359,366,384,419,420,444,449,454,459,460,467,468,474,479],kinemat:[9,405,406],kinet:[3,6,8,9,63,82,83,84,85,87,91,94,95,96,97,98,112,141,142,143,144,145,146,147,149,150,151,152,153,154,156,157,192,199,201,212,218,229,233,245,247,249,250,251,252,253,254,255,277,280,305,313,320,321,353,384,449,468,472,474],kiss:12,kjl:339,klahn:316,klapp:345,klein:[6,9,198,213,249,250,268,290,396,422],kloss:7,kmax:[3,118,291,345],knc:17,knock:317,know:[3,11,12,41,63,107,116,192,218,232,234,261,305,353,383,392,442,452,455,458,463,474],knowledg:[4,8,188,392],known:[3,12,140,188,272,281,290,314,451,468,480],kohlmey:[7,9,13,18,345,346],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:346,kollman:[6,170,466],kondor:418,kone:[314,315],kong2011:272,kong:[9,13,272],konglt:9,koning00a:314,koning00b:314,koning96:[314,315],koning97:315,koning99:314,kooser:13,koskinen:352,kosztin:294,krau:13,kremer:[45,46,466],kress:[408,409],kspace:[],kspace_modifi:[],kspace_styl:[],kspce:12,kspring:248,kstart:289,kstop:289,kth:[226,273],kub:20,kubo:[6,91,313],kumagai:440,kumar:[9,405,406],kuronen:417,kurt:275,l12:407,l_box:384,l_skin:317,la3:163,lab:[5,7,12,111,416],label:[],laboratori:[0,247,280],lack:[3,247,384],lackmann:366,ladd:[267,315],lafitt:410,lag:317,lagrang:[130,131],lagrangian:[6,122,123,124,125,127,128,129,130,131,132,133,135,136,137,138,198,247,280,281,296,297,424,426,474],lagrangian_posit:[247,280],lagrangian_spe:[247,280],lai:448,lambda1:[439,440,441],lambda2:[439,440,441],lambda3:[439,441],lambda:[87,111,118,158,163,236,291,314,315,317,361,383,404,437],lambda_fin:314,lambda_initi:314,lamda:[3,53,305],laminar:434,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:[373,375,465],lammps_put_coord:6,lammps_quest:[6,223],lammps_scatter_atom:3,lammps_set_vari:6,lammps_sppark:6,lammpsplot:13,lammpspotenti:373,lammpstrj:[455,459,474],lammpsviri:[3,392],lamoureux:[6,218,442,474],lane:1,lang:474,langevin:[],langevin_drud:[149,217],languag:[6,11,12,17,452,479],lanl:9,lapack:12,laps:318,laptop:7,larg:[0,1,3,5,6,7,8,9,10,12,13,14,16,18,39,40,41,58,59,70,71,109,116,141,144,147,152,164,165,166,176,184,186,187,188,189,201,204,205,208,211,212,214,215,219,225,236,249,261,267,272,275,276,280,285,287,288,289,290,293,302,305,313,317,318,320,322,326,339,345,346,351,353,356,360,374,380,384,387,388,395,411,415,421,438,449,452,454,456,457,461,463,468,471,474,480,483],larger:[1,2,3,6,11,12,13,39,41,56,59,70,71,116,164,166,188,202,203,206,215,229,236,249,267,268,276,281,285,289,290,291,301,305,312,317,321,322,323,326,345,346,351,352,353,355,356,357,360,366,374,376,377,384,388,396,400,406,411,415,436,443,454,458,459,462,463,468],largest:[3,6,12,39,71,162,164,219,345,353,357,435,438,454,456,462,463,473,479],laroch:285,laser:317,last:[1,2,3,5,6,11,12,15,16,19,38,56,59,61,71,110,117,141,162,184,187,188,189,190,191,201,202,203,204,205,206,208,219,248,288,291,302,305,330,343,353,354,355,356,360,364,365,366,367,374,375,380,382,386,387,389,390,394,397,399,401,402,403,406,410,412,421,428,435,438,442,443,445,446,449,450,452,454,455,459,461,462,466,468,469,472,479],lat:407,late:5,latenc:[10,230],later:[6,11,12,16,17,40,59,71,104,166,168,202,215,253,267,275,294,312,328,330,345,353,354,359,360,362,366,452,454,456,458,468,471,479,481],latest:[7,201,202,203,204,205,206,291,456],latex:8,latgen:272,latitud:140,lattc:407,latter:[2,6,11,12,14,15,16,17,18,41,42,87,143,189,193,194,200,201,204,205,208,212,231,240,249,251,252,254,255,275,277,279,281,283,290,305,321,326,344,354,366,368,369,370,371,372,379,396,400,404,414,422,442,449,451,452,457,460,471,479,482],lattic:[],launch:[1,3,6,11,12,18,360,451,452],laupretr:339,lavend:189,lavenderblush:189,lavgevin:214,law:[6,247,358,424,426],lawngreen:189,layer:[6,9,71,192,204,313,317,320],layout:[1,3,17,166,451,454,463],lb_fluid:236,lbl:[7,9,162],lbnl:9,lbtype:236,lcbop:[],ld_library_path:[11,12],ldfftw:12,ldrd:7,lead:[2,3,6,12,22,25,39,41,44,59,61,77,87,116,158,162,168,172,189,193,194,203,208,215,227,236,253,280,290,293,305,312,313,320,332,339,345,350,355,360,373,376,396,400,402,426,448,454,464,474,479,480],least:[3,6,12,18,71,118,163,199,204,227,275,279,321,356,360,391,438,443,452,479],leav:[3,7,11,12,16,17,21,41,57,141,154,171,208,212,215,249,251,252,254,255,277,290,293,331,411,454,458,466],lechman:305,lectur:294,led:[3,5],lee2:407,lee:[198,407],left:[6,11,12,41,107,183,188,189,211,231,270,305,328,330,348,442,454,456,461,479,483],leftmost:[41,208],legaci:12,legal:7,lehoucq:416,leimkuhl:325,leiu:380,lemonchiffon:189,len:464,lenart:[377,386],length:[3,6,8,11,12,18,21,38,39,40,41,44,53,54,55,56,58,59,61,65,68,69,71,74,79,80,82,87,88,89,90,91,92,103,105,107,108,112,114,115,117,118,119,128,130,142,143,144,145,146,147,148,149,151,152,153,154,155,156,157,160,162,163,166,171,184,187,188,189,192,199,203,205,206,208,209,210,211,212,214,225,228,236,247,248,249,250,253,261,271,277,287,290,291,293,302,305,312,316,317,319,322,326,346,348,351,353,355,356,358,363,366,367,369,376,377,381,384,386,390,394,396,407,411,419,420,429,438,439,445,446,454,457,462,464,471,472,474,479],lengthi:225,lennard:[1,3,6,7,9,10,12,45,46,87,107,110,192,277,305,322,326,346,348,353,362,365,369,370,371,372,374,379,387,389,390,391,394,395,396,397,398,400,401,403,404,410,411,421,422,431,436,443,466,474],lenoski:[408,409],less:[1,3,6,13,14,15,16,17,18,38,41,56,57,58,59,76,108,115,116,143,157,184,189,201,203,204,205,206,208,210,211,212,214,215,222,231,247,249,271,283,285,291,305,324,325,327,346,348,353,357,360,366,371,387,388,405,406,411,421,437,438,441,446,454,479,480],let:[1,11,12,38,56,147,175,184,202,293,305,323,360,374,438,463,467,474,481],lett:[140,152,227,234,236,247,285,294,314,315,352,366,382,384,387,404,427,474],letter:[2,12,41,57,59,189,208,217,218,234,273,330,359,418],level:[2,3,8,11,12,14,17,187,188,193,194,230,246,248,249,330,346,359,366,370,371,396,397,400,410,419,420,451,463,468,479],lever:435,levin:388,lewi:295,lexicon:7,lgr_po:[247,280],lgr_vel:[247,280],lgvdw:420,li1:163,liang:375,lib:[1,3,9,11,12,14,15,17,284,360,375,392,452,455],libatom:[9,418],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,188],lie:[6,291],lieu:345,life:7,lifo:8,ligand:302,liggght:7,lightblu:189,lightcor:189,lightcyan:189,lightest:312,lightgoldenrodyellow:189,lightgreen:189,lightgrei:189,lightli:302,lightpink:189,lightsalmon:189,lightseagreen:189,lightskyblu:189,lightslategrai:189,lightsteelblu:189,lightweight:305,lightyellow:189,like:[3,4,6,7,8,9,11,12,14,16,17,18,39,42,54,59,148,155,188,190,195,212,213,215,218,220,230,233,234,235,247,249,250,254,255,260,261,266,267,268,269,271,277,279,280,281,285,290,291,305,307,308,309,310,311,312,313,320,321,322,325,326,327,330,345,348,352,355,360,366,374,379,380,384,385,388,390,391,401,402,407,427,438,441,445,446,451,452,454,455,456,457,459,464,469,472,474,479,480],likelihood:[118,163,211],likewis:[1,6,10,12,15,18,39,41,71,88,115,198,208,209,210,225,233,234,249,250,253,268,285,305,308,309,310,346,355,361,365,366,376,382,385,436,452,454,466,479],lime:189,limegreen:189,limit:[],limit_eradiu:384,limit_veloc:[296,297],lindahl:345,line:[],linear:[],linearli:[10,117,189,214,272,322,324,325,327,354,355,357,454,479],lineflag:[6,454],lineforc:[],linen:189,linesearch:[8,351],ling:[9,13],lingo:[11,392],link:[5,6,7,8,9,11,12,13,14,15,17,18,22,37,44,55,63,172,183,188,192,210,230,234,275,284,286,294,302,332,340,363,373,407,418,419,420,436,442,452],linker:12,linkflag:[12,16],linux:[10,11,12,15,188,190,230],linuxamd64:455,liouvil:249,lip:13,lipid:[4,9,10,13,29,290],lipton:275,liquid:[6,7,9,29,39,40,41,59,87,141,150,162,208,212,214,225,249,277,280,285,312,379,411,414,440,463],lisal:435,lism:9,list:[],listen:[230,232],listfil:395,liter:[454,465],literatur:[8,407,437],lithium:384,littl:[1,3,12,64,249,356,449,457],littmark:[407,436,441,447],liu:[390,420],lj1043:[],lj126:[],lj12_4:422,lj12_6:422,lj1d:272,lj6:3,lj93:[],lj96:[],lj9_6:422,lj_flag:362,llnl:[5,7],lmp1:11,lmp2:11,lmp2arc:[],lmp2cfg:[],lmp2vmd:[],lmp:[11,452,474],lmp_auto:12,lmp_cuda:[14,17],lmp_foo:12,lmp_g:[6,11,12,13,17,344],lmp_gpu:15,lmp_ibm:[12,344],lmp_inc:12,lmp_intel_cpu:16,lmp_intel_phi:16,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,18,19,360],lmp_mpi:[12,273],lmp_mvapich:17,lmp_omp:18,lmp_openmpi:17,lmp_opt:19,lmp_win_mpi:12,lmp_win_no:12,lmpptr:[11,452],lmpqst:223,lmpsdata:13,lmptype:[3,12,223],load:[1,3,4,7,9,11,12,16,17,18,41,188,190,192,208,230,280,360,375,451,452],loadabl:11,loca:189,local:[],localhost:230,localized_lambda:198,localonli:12,localvector:63,locat:[3,6,8,9,11,12,27,61,116,118,162,163,173,184,187,215,216,236,304,315,326,351,373,376,385,386,396,398,400,442,451,454,455,457,464,466],lock:[3,359,479],lockstep:[212,249,277,290],log:[],logarithm:[136,137,479],logfil:[0,3,6,12,278,349,450],logfreq2:479,logfreq:[189,461,470,479],logic:[7,11,12,17,41,164,208,328,330,449,451,452,455,463,468,479],lomdahl:[253,398],london:[13,225,420],lone:[419,420],longer:[1,3,6,8,12,13,54,116,187,189,200,201,202,203,204,205,206,209,225,233,271,275,280,290,293,312,322,326,328,351,360,362,388,451,459,463,468,476],longest:[41,208,209,356,443],longitudin:302,look:[1,3,6,8,11,12,18,54,61,187,188,191,373,427,438,474,479],lookup:[3,39,184,411,438],lookup_t:291,loop:[3,4,6,7,11,12,18,39,42,65,68,69,79,88,92,108,115,116,141,188,201,204,205,209,210,219,312,328,330,344,347,353,355,356,358,359,381,449,450,452,458,459,462,463,468,473,479,480],loopa:[330,344,359],loopb:[330,344,359],loopvar:479,lopez:[249,250],lorant:281,lorentz:163,lose:[6,58,59,166,212,214,234,249,388,454],loss:[6,478],lossi:188,lossless:188,lost:[3,12,13,57,102,215,288,295,305,411,454,455,456,463,471],lot:[18,294,345],low:[1,3,6,7,12,41,147,162,187,188,208,218,234,267,285,290,313,320,346,420,438,446,468,474],lower:[2,3,6,9,11,12,41,57,59,71,88,153,186,188,189,202,203,204,205,208,212,218,230,233,234,236,249,280,285,313,320,322,323,328,329,345,348,359,377,407,468,475,477,480],lowercas:188,lowest:[140,330,354,464,468,469,479],ls_:134,lsfftw:12,lsurfac:317,lu3:163,lubric:[],lubricateu:[],lubricuteu:258,lucki:12,luigi:13,lumped_lambda_solv:198,lussetti:313,lustig:[7,13],lybrand:346,lyulin:339,m4v:188,m_c:474,m_d:474,m_eff:[323,388],m_fill:3,m_i:303,m_lambdai:416,m_taubi:416,m_u:236,m_v:236,m_yield_stress:416,mac:[12,14],mac_mpi:12,mach:[9,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,295,296,297,298,301,464],machin:[1,3,4,6,7,10,11,12,14,15,16,17,18,19,187,188,230,318,345,351,353,358,360,451,456,461,462,463,480,483],mackai:[9,236,238,239,240],mackerel:[6,20,170,234,371,466,474],maco:188,macro:17,macroparticl:381,macroscop:[7,228,247,416],made:[3,6,11,12,15,16,33,41,42,50,64,165,177,187,188,190,192,193,194,199,208,215,219,230,239,276,284,288,290,315,328,337,356,360,387,388,391,419,421,428,451,456,458,464,467,475,477,480,481],madura:[6,396],magazin:382,magda:322,magenta:189,magic:[3,11],maginn:[158,320],magnitud:[6,70,105,108,113,164,186,187,189,215,216,228,229,231,233,294,302,304,305,312,323,346,353,379,388,464],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,102,103,105,107,108,109,110,112,113,114,115,117,118,119,140,141,143,144,152,153,157,158,162,163,164,165,166,167,168,183,184,186,187,188,189,190,192,193,194,195,197,199,201,202,203,204,205,206,207,208,209,210,212,214,215,218,219,220,222,225,226,227,229,230,231,233,234,235,236,237,239,244,245,246,247,249,250,253,261,264,272,273,276,277,278,279,280,282,285,287,288,289,290,291,292,293,294,296,297,299,305,307,308,309,312,313,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,343,344,345,346,348,351,352,353,354,355,356,357,358,360,363,365,366,374,380,384,388,391,392,402,404,406,407,408,409,411,419,420,422,427,435,438,449,450,451,452,454,455,456,457,458,459,460,461,462,463,464,466,468,471,472,474,479,480,481,483],mail:[3,7,9,12,328],main:[3,6,8,12,230,236,290,314,315,382,442,452,469],mainboard:1,mainli:[360,414],maintain:[8,9,13,39,149,210,214,267,305,318,352,361,382,463,466],major:12,make:[],makefil:[3,7,9,11,12,13,14,15,16,17,18,19,187,346,360,452],makelist:12,maks:388,malloc:[3,12],manag:[5,8,12,187,230,273,307,463],manbi:427,mandadapu:198,mandatori:[8,213],manh:366,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,102,116,144,164,165,184,186,187,188,189,190,192,193,194,195,199,200,201,202,203,204,205,206,208,209,210,211,212,214,215,222,225,226,229,230,236,237,245,247,249,250,253,261,270,271,272,276,279,281,282,283,285,287,290,291,293,305,316,317,319,328,330,345,353,354,355,356,358,360,373,375,381,384,386,390,391,427,436,438,439,441,452,454,456,458,459,461,462,463,464,466,467,468,469,479,480,483],manipul:[12,41,208,230,376,417,465],manner:[2,3,6,9,11,17,41,141,160,193,194,195,196,203,208,214,219,220,223,229,233,234,249,254,255,266,267,269,284,308,309,310,313,314,315,320,322,326,330,346,354,355,359,360,382,384,391,394,405,443,449,451,454,455,456,457,459,463,468],manolopoulo:232,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,109,112,118,142,143,145,146,147,150,151,152,153,154,156,157,163,170,171,173,174,175,176,178,179,181,182,184,187,188,190,195,204,207,221,224,228,232,233,234,248,249,251,252,253,254,255,256,259,262,264,265,266,267,269,277,279,282,290,291,292,293,308,309,310,320,321,330,331,333,334,335,336,339,341,346,355,359,360,361,362,364,365,367,368,369,370,371,372,374,375,376,378,379,380,382,383,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,408,412,413,414,416,421,422,428,437,438,439,440,441,443,445,446,447,449,463,467,468,469,472,479],manybodi:[3,7,8,9,12,141,353,361,362,366,375,382,385,391,393,413,417,437,439,440,441,466],map:[2,3,11,12,17,18,39,59,64,71,118,122,140,152,163,164,186,188,189,198,204,272,289,345,346,348,355,361,362,366,375,382,383,385,391,392,393,407,408,409,411,413,417,418,419,420,427,435,437,438,439,440,441,451,454,456,468,479],map_fil:272,mapflag:12,march:407,margin:468,mari:13,mark:[389,404,424,426],marker:278,maroon:189,maroonmpi:11,marrink:389,marsaglia:[3,226,227,233,234,285],marseil:9,martin:[272,407],martinez:199,martyna:[249,250,290,463],mashayak:17,mask:[3,271,479],mask_direct:198,mass:[],mass_matrix:198,massdelta:293,massiv:[0,188,236,273,313,320],massless:[6,234,346,376,396,400,404,474],masstot:290,master:[3,355,449,468],mat:[67,198,375,440],match:[3,6,8,9,11,12,17,38,41,56,59,71,116,147,184,189,190,208,211,214,230,249,250,267,287,291,305,312,345,346,366,390,402,407,418,419,420,438,447,448,452,454,455,456,459,463,468,474,479],mater:[73,361,409,417],materi:[6,7,9,59,70,124,125,167,197,198,214,225,231,247,271,277,285,313,317,323,376,382,383,384,388,392,407,408,416,419,420,423,424,425,426,449,454,468,474,478],material_fil:198,math:[],mathemat:[118,140,163,164,193,194,195,196,207,212,220,226,228,229,231,233,234,278,292,299,308,309,310,322,325,327,427,450,457,464,480],mathrm:234,mathtt:234,matlab:[],matric:[9,140,227,272,387],matrix:[3,6,9,91,162,202,212,227,272,281,345,348],matter:[6,9,12,39,57,59,71,146,204,317,356,362,378,382,384,407,422,439,441,447],mattson:[112,141],max2theta:163,max:[3,6,8,12,15,18,71,117,189,203,208,210,212,215,276,293,305,330,348,351,353,355,356,360,449,454,468,472,479],max_alpha:8,max_cell_s:381,max_group:3,max_nn:297,max_travel:298,max_vel:[296,297],max_veloc:297,maxangl:225,maxbodi:3,maxbond:[3,210],maxedg:162,maxev:[353,449,468],maxfoo:8,maxim:[312,355],maximum:[3,6,8,15,17,25,41,42,45,53,54,57,59,61,116,117,118,121,162,163,165,166,186,187,197,202,203,208,210,214,215,219,225,261,271,276,281,293,295,296,297,305,318,345,346,351,355,356,363,366,381,386,405,406,454,457,462,472,479,480],maxit:[281,353,449,468,472],maxsize_restart:8,maxwel:[17,270],maxwell50:17,maxwell52:17,maxwell53:17,maxx:417,mayb:13,mayer:[7,367,369,436],mayo:[6,7,13,25,341,390,466],mbt:171,mbyte:[12,285],mcdlt:[154,229],mcgraw:273,mdash:474,mdregion:198,mdump:[41,208],meain:6,meam:[],meam_sw_splin:409,meamf:407,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,76,77,82,84,85,87,91,103,104,105,112,113,114,115,116,117,140,141,142,143,145,146,147,150,151,152,153,154,156,157,158,164,165,167,168,170,172,180,183,184,185,186,187,188,189,190,192,193,194,197,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,220,223,225,226,227,228,229,231,233,234,235,239,246,249,251,252,253,254,255,261,266,267,269,271,273,275,276,277,279,285,287,288,290,292,293,294,299,302,305,307,308,309,310,312,313,316,317,319,320,321,322,323,324,325,326,327,328,332,333,334,336,338,340,345,346,348,350,351,353,354,355,356,358,360,363,367,369,370,371,373,376,380,381,382,384,387,388,390,391,394,396,397,400,407,410,411,414,415,417,419,420,421,422,437,438,439,440,441,443,446,448,449,451,452,454,455,456,457,458,459,460,461,462,463,464,465,466,468,469,471,472,474,478,479,480,481,483],meaning:[116,124,125,127,130,134,391],meaningless:[67,312],meant:[6,290,442,458],measur:[],mech:416,mechan:[6,8,9,11,12,17,126,198,229,273,284,366,384,392,398,424,426,448,452,454],mechanic:284,mechanim:122,media:188,medium:446,mediumaquamarin:189,mediumblu:189,mediumorchid:189,mediumpurpl:189,mediumseagreen:189,mediumslateblu:189,mediumspringgreen:189,mediumturquois:189,mediumvioletr:189,mee:312,meet:[3,12,165,188,189,210,211,318,459],mehl:361,meloni:39,melros:[405,406],melt1:190,melt2:190,melt3:190,melt:[4,10,211,272,366,440],mem:15,member:[167,275,366],membran:[29,270,446],memori:[1,3,5,6,7,8,9,12,15,16,17,18,39,40,60,71,189,201,204,205,226,227,285,317,343,356,360,366,411,415,420,451,454],memory_usag:8,mendelev:382,mention:[1,6,7,11,42,214,229,236,253,322,348,355,362,419,420,456,479],menu:[188,230],mep:[248,355],mer:[4,10,211],meremianin:140,merg:[3,5,454],merz:[6,170,466],mescscop:416,mesh:[1,2,3,6,7,8,10,12,40,41,42,118,134,163,198,208,236,291,301,345,346,381],meso:[],meso_:[],meso_cv:464,meso_rho:[],meso_t:[],mesocop:40,mesoscal:7,mesoscop:[7,99,100,101,242],mess:[3,464],messag:[],met:[8,41,116,208,330,344,346,353,355,359,443,462],metadynam:[9,13,213],metal:[3,5,7,10,40,59,71,153,164,197,198,204,205,214,215,229,231,280,281,285,321,322,324,325,327,346,348,357,361,362,366,375,382,383,384,385,391,393,407,408,409,417,418,437,439,440,441,457,471,472,473,478],meter:[357,478],methan:[280,285],methanol:4,methin:339,method:[1,3,5,6,7,8,9,11,12,13,16,17,19,38,39,40,41,56,64,87,91,110,141,184,192,193,194,198,208,213,223,233,236,240,244,247,249,272,273,280,281,282,283,285,290,293,294,312,313,314,315,320,345,346,351,352,353,355,360,361,363,366,375,376,382,384,385,407,408,409,411,417,436,438,449,451,452,454,455,457,468,474],methodolog:[6,73,141,273,345],metin:[7,9],metric:[3,10,64,457,472],metropoli:[199,225,469],mezei:87,mf1:190,mf2:190,mf3:190,mg2:163,mglob_default_function_attr:12,mgoh:413,miai:285,mic:[12,17],micel:[4,13,303],micelle2d:[],michael:[9,13,409],michel:13,micro:[3,478],microcanon:[256,257,259,260,262,264,265],microelast:416,micromet:478,micropor:225,microscal:405,microsec:478,microsecond:478,mid:[5,59,214,435],middl:[3,6,8,16,22,41,44,77,87,116,153,158,162,168,171,172,189,193,194,200,208,276,288,289,290,313,320,331,332,350,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,379,380,381,382,383,384,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,412,414,416,418,419,420,421,422,427,428,429,430,431,432,433,434,435,437,438,439,440,441,443,445,446,447,448,452,462,463,464],middlebondtors:[3,171,454],midnightblu:189,midpoint:435,mie:[],might:[3,4,6,7,8,12,14,25,71,223,225,227,290,452,462,479],migrat:[3,8,17,41,42,59,61,65,69,79,92,108,115,187,192,208,271,279,285,305,345,357,360,462,481,483],mikami:[6,249,250],mike:[7,9,13,15,16],mil:[9,382],mill:352,miller:290,million:[3,7,10,39,41,71,208],mimic:[6,11,42,54,234,247,276,376,386,396],mimim:[212,355],min2theta:163,min:[3,4,6,8,12,117,140,189,203,345,348,435,449,468,479],min_cap:3,min_cg:8,min_clearstor:8,min_dof:8,min_modifi:[],min_nn:297,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:162,mincap:420,mind:[7,226,272],mine:[12,88,154,155,192,328,476],minim:[],minima:[176,341],minimi:[355,443],minimizaiton:355,minimizi:285,minimum:[3,25,26,27,42,45,57,59,86,105,117,162,163,165,167,173,186,187,188,197,203,212,213,219,232,248,287,289,291,295,297,301,305,322,326,330,341,345,348,351,352,353,355,356,371,384,387,389,390,396,398,400,405,406,420,422,435,449,462,468,479,480],minlength:162,minmiz:[8,212],minn:9,minord:[3,345],mintcream:189,mintmir:[7,281,376,436],minu:[12,59,144,214,330,355,479],minut:[4,8],mirror:[61,324],misc:[],miscellan:[2,198],mise:[133,138],mishin:[361,436],mismatch:[3,6],miss:[3,5,12,167,203,225,261,285,305,395,411,471,472],mistak:[3,479],mistakenli:3,mistyp:3,mistyros:189,mitchel:[6,111,146,345,346,378,416],mitchell2011:416,mitchell2011a:416,mitur:364,mivi2:285,mix:[1,3,6,9,14,15,16,71,115,203,204,318,345,346,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,379,380,381,382,383,384,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,414,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,445,446,447,452,454,467,474,481],mixtur:[6,40,249,290,305,327,374,407,454],mixture_ref_t:407,mjpeg:188,mkdir:465,mkl:12,mkmk:272,mkv:188,mldivide3:3,mlpark:7,mlutipl:206,mn2:163,mn3:163,mn4:163,mo3:163,mo5:163,mo6:163,mobil:[6,105,141,142,143,145,150,157,188,290,328,329],moccasin:189,mod:[],mode:[1,3,6,9,11,12,13,14,15,16,17,18,61,66,75,88,90,93,104,106,114,116,117,144,159,161,162,163,187,188,189,203,206,213,214,223,227,249,273,285,294,305,345,357,360,376,384,451,456,461,463,472,478,483],model:[],model_ar_p_mors:392,modern:[12,233,235],modest:[1,358],modif:[6,13,87,407,421,441,474],modifi:[],modify_param:8,modin:198,modul:[3,9,11,12,13,213,285,452],modular:8,modulo:[3,479],modulu:[277,388,407,416,423,425],mofil:455,mol1:479,mol:[3,9,71,113,164,166,167,187,189,213,215,225,230,233,276,279,290,293,301,307,379,387,422,463,464,474,479],molchunk:[66,75,90,93,104,106,144,159,161,201],mole:[199,382,478],moleclu:[209,210,215,222],molecul:[],molecular:[0,2,3,5,6,7,8,9,12,13,39,40,53,71,108,113,115,142,143,145,147,150,151,152,153,156,157,164,165,166,167,168,176,187,190,198,210,213,225,232,272,273,280,284,285,289,294,316,317,346,354,363,364,366,370,381,384,391,436,454,455,456,458,459,463,464,466,472,473,474,479],molfil:[],molfrac:[215,276],molnar:294,molp:109,moltempl:[],mom:[6,91,289,480],momementum:[143,251,254,257,258,259,266],momemtum:66,moment:[3,6,40,42,82,84,85,106,113,143,157,164,185,187,233,236,239,264,276,290,303,354,379,383,454,464,474,478],momenta:[227,258,320,384],momentum:[],momon:211,monaghan:[9,430,431,433],monitor:[3,6,96,97,147,212,214,215,222,230,233,247,249,276,278,280,290,293,305,353,355,379,472],mono:[73,405],monodispers:[3,323,368,388,405,406],monom:[13,54,211],monoton:[3,294,316,355,468],monoval:346,mont:[6,7,9,192,199,211,225,290,312,381,436],montalenti:[449,468],month:0,moor:[17,141],more:[0,1,2,3,4,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,58,59,61,62,63,64,65,67,68,69,70,71,72,77,78,79,80,83,86,87,88,90,92,96,97,98,99,100,101,102,103,105,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,146,147,148,150,151,152,153,155,156,157,158,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,181,182,183,184,186,187,188,189,190,192,193,194,195,196,197,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,232,233,234,235,236,237,238,239,240,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,262,264,265,266,267,268,269,271,272,273,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,292,293,294,295,296,297,298,299,301,305,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,339,340,341,343,345,346,348,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,411,412,413,414,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,445,446,447,449,450,451,452,454,455,457,458,459,460,461,462,463,464,465,466,467,468,469,471,474,479,480,481,482,483],morefoo:8,moreov:[209,210],morri:[],morriss:[152,267],mors:[],morse_f:438,mosel:352,mosi2:407,moskalev:140,most:[0,1,2,3,4,5,6,7,8,10,11,12,15,17,18,19,37,39,41,55,71,108,152,162,183,187,188,189,201,203,204,205,206,208,209,210,212,229,249,250,273,278,279,280,281,290,291,318,320,328,330,340,346,352,356,358,360,362,384,387,407,418,419,420,441,449,450,451,456,463,468,472,479,481],mostli:[8,9,11,13,71,166,188,356,454,463,466,479,482],motiion:6,motion:[3,6,7,9,42,86,97,142,143,145,147,149,150,151,152,153,154,156,157,214,218,227,236,239,240,246,249,250,253,267,271,273,275,285,289,290,313,317,323,326,355,379,384,405,406,457,463,474],motiv:271,mous:230,mov:188,move:[],move_tri_surf:134,movement:[3,6,12,246,312,353,472],movi:[],mp4:188,mpeg:188,mpg:188,mpi4pi:11,mpi:[],mpi_allreduc:[290,452],mpi_barri:1,mpi_cart:451,mpi_cart_cr:451,mpi_cart_get:451,mpi_cart_rank:451,mpi_cart_shift:451,mpi_comm:6,mpi_comm_world:11,mpi_get_processor_nam:451,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,360],mpicxx:[12,16,17],mpiexec:[12,14,15,16,17,18,360],mpiio:[3,187,189,456,461,483],mpirun:[6,11,12,14,15,16,17,18,19,273,344,360],mplayer:188,msd:[],msi2lmp:[],msi:13,msm:[],msmse:[118,163,291],msst:[],mtchell2011:416,mtchell2011a:416,mtd:213,mth:[8,119,189,471],mtk:[249,250,253],mtotal:354,mu_j:29,muccioli:387,much:[1,3,6,11,39,187,188,212,280,312,356,357,360,387,421,449,452,468,474,479],mui:[113,187,220,307,454],mukherje:[7,9,275],mulder:316,muller:[6,91,192,313,320,410],mult:8,multi:[],multibodi:[3,61,275],multicent:384,multicor:[1,451,467],multidimension:13,multielectron:363,multilevel:[345,346],multiphys:11,multipl:[],multipli:[3,87,91,116,172,183,193,194,202,233,236,271,277,348,353,362,454,479],multiprocessor:360,multiscal:11,multisect:[41,208],multistag:87,multitud:7,mundi:268,munich:9,murdick:366,murti:440,murtola:345,must:[1,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,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,104,107,109,112,115,116,117,118,119,143,146,153,157,162,163,164,165,166,167,168,170,171,172,173,174,175,176,177,178,179,181,182,184,185,186,187,188,189,190,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,214,215,218,220,223,225,226,227,229,230,231,232,233,234,236,237,238,239,240,244,245,246,247,248,249,250,251,252,253,254,255,257,258,259,261,264,266,269,271,275,276,277,278,279,280,281,283,285,287,288,289,290,291,292,293,299,301,302,304,305,308,309,310,312,313,315,316,317,319,320,322,323,324,325,326,327,328,330,331,332,333,334,335,336,337,339,341,345,346,348,350,353,354,355,356,357,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,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,418,419,420,421,422,424,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,449,450,451,452,454,455,456,457,459,461,462,463,464,465,468,469,471,472,474,478,479,480,481,483],mutli:6,mutlipl:454,mutual:[3,348],mutut:463,muvt:225,mux:[113,187,188,220,307,454],muz:[113,187,220,307,454],mv2_comm_world_local_rank:12,mvapich2:[17,360],mvapich:12,mxn:[12,273],my_ga:225,my_one_wat:225,my_post_process:465,my_qeq:281,my_setup:465,my_swap_region:199,myblock:[215,276],mybox:166,mychunk1:114,mychunk2:114,mychunk:[6,66,75,90,93,104,106,144,159,161],mycmap:454,mycom:203,mydump:[187,189],myer:[5,7],myfil:[451,479],myfix:[199,469],myflux:91,myforc:[187,482],myhug:253,myke:91,mymol:[40,293,354],mympi:11,mymultipli:[452,479],myn:452,mype:91,mypi:479,mypress:244,myramp:141,myrdf:[116,206],myregion:328,myrigid:[83,98,276],mysocket:232,myspher:[189,326],mystr:330,mystress:91,mytemp:[2,102,142,143,145,147,148,150,152,157,244,330,344,359,471,480],myz:454,n_dephas:449,n_f:[280,285],n_hbond:390,n_ij:388,n_ion:317,n_k:226,na1:163,nabla:317,nacl:[4,6,407],nacl_cs_x0:6,nakano:[281,283,355],namd:[7,9,187,230],name1:[158,214],name2:[158,214],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,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,177,187,188,189,190,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,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,245,246,247,248,251,252,254,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,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,318,319,320,321,322,323,324,325,326,327,328,329,330,337,343,344,346,347,349,354,355,359,361,362,366,369,382,383,385,387,388,391,392,393,395,407,408,409,413,417,419,420,427,437,439,440,441,442,444,451,452,454,455,456,457,461,464,467,469,470,472,474,479,480,481,482,483],namespac:[6,8,12],nan:3,nangl:[3,454],nangletyp:[354,454,464],nano:[290,478],nanoindent:70,nanolett:290,nanomet:[187,189,478],nanoparticl:[208,290],nanosec:478,nanosecond:478,nappli:223,narea:3,narrow:[6,184],narulkar:[439,441],nasa:7,nasr:272,natdef:3,nation:[0,7,12,111,416],nativ:[1,6,7,12,16,17,187,190,455],natoli:[9,19],natom1:115,natom2:115,natom:[6,11,39,354,452,454,471,472,479],nattempt:276,natur:[6,9,140,214,249,271,285,323,382,384,385,407,417,451,479],navajowhit:189,navi:[189,382],navier:236,nb3:163,nb3b:[],nb3bharmon:413,nb5:163,nbin:[116,203,204,205,313,320],nbodi:[239,290],nbond:[3,113,454],nbondtyp:[189,354,454,464],nbot:366,nbounc:305,nbrhood_cutoff:420,nbtype:115,nbuild:472,ncall:223,nchar:189,nchunk:[3,6,66,71,75,90,93,104,106,114,144,159,161,201],ncoeff:427,ncount:[201,202],nd3:163,ndanger:472,nden:[6,91],ndihedr:[3,454],ndihedraltyp:[354,454],ndim:204,ndirango:290,ndof:[249,253],ndoubl:454,ndp:474,ndx:329,neal:290,nearbi:[7,62,165,215,246,282,305,326,356,362,405,406,436,446,474],nearest:[3,70,71,73,162,165,236,248,271,312,326,345,395,407,438,479],nearli:[6,18,54,59,208,233,305,384,411,449,452,458,466],neb:[],neb_combin:355,neb_fin:355,neb_log:468,neb_step:468,neb_styl:468,necessari:[6,9,11,12,13,15,17,33,61,87,172,177,183,190,208,212,213,225,226,284,305,318,328,345,360,404,411,454,455,459,462,463,464,468,474,482],necessarili:[12,285,312,333,334,336,348,411,480],necessit:279,need:[1,2,3,5,6,7,8,9,11,12,13,14,15,16,17,18,19,33,37,38,39,40,41,42,50,54,55,56,58,61,63,64,67,70,72,73,77,82,91,102,104,109,112,128,140,141,142,143,144,145,147,150,151,152,153,154,156,157,164,166,170,172,177,183,184,186,187,188,189,193,194,195,196,198,199,201,202,203,204,205,206,208,209,210,212,213,214,218,220,223,224,225,229,230,232,233,234,236,242,243,249,261,272,276,277,279,285,289,290,294,301,305,313,316,317,319,320,321,322,328,337,340,345,346,354,355,356,357,360,361,362,363,364,366,367,368,369,370,371,372,374,375,376,378,379,380,381,382,383,384,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,422,427,428,429,430,431,432,433,434,435,437,438,439,440,441,443,445,446,449,452,454,455,456,457,459,461,462,464,466,467,468,474,479,481,482,483],needless:[6,356],neeed:9,neelov:346,neg:[3,6,12,27,46,65,69,89,102,108,115,140,141,166,168,173,175,184,188,212,214,215,226,253,271,294,302,316,320,322,327,345,352,385,399,407,436,454,457],neglect:[390,406],neglig:[11,87,249,437],neigh:[2,3,12,15,360],neigh_modifi:[],neighbor:[],neighborhood:[26,122,427],neighbour:234,neighobr:[6,376,396,400],neither:[2,3,12,41,63,198,211,214,215,362,368,384,405,406,459],nelem:427,nelement:[361,382],nemd:[],nest:[2,330,342,359,479],net:[3,6,11,39,86,88,145,156,229,271,281,290,406,420],netpbm:188,network:[209,210,230,451],neumann:345,neutral:[3,88,225,345,376,396],never:[7,12,63,71,192,202,212,225,249,271,293,307,318,322,325,327,345,356,382,407,427,451,454,468,471,479],neveri:[3,8,71,195,200,201,202,203,204,205,206,209,210,211,236,237,272,281,282,283,286,287,291,313,319,320,355,459,468],newatom:215,newer:[12,201,407],newfil:[342,344],newli:[215,474,480],newlin:189,newn:290,newt:151,newtemp:[63,102],newtion:[366,417],newton:[],newtonian:226,newtyp:[3,210],next:[],neyt:312,nfile:[3,38,56,184,187,189,438,456,461,483],nfirst:459,nfirt:459,nfreak:291,nfreq:[39,71,200,201,202,203,204,205,206,208,287,291,459],nghost:[3,12],ngp:105,ngpu:360,nguyen:[15,366],nharmon:[],nhc:273,nht:290,ni2:163,ni3:163,ni_000:[118,291],nialh_jea:382,nialhjea:[373,391],nice:[6,8],nickla:409,nimprop:[3,454],nimpropertyp:[354,454],nine:[127,134,385],ninteg:454,nissila:236,nist:[361,382,478],niter:[41,208],nitrid:376,niu3:[373,382,391],nkb:280,nlast:459,nline:354,nlocal:[3,8,11,12,223],nlog:346,nmax:42,nmin:42,nmol:454,nmpimd:273,nn2:407,nneighmaxdef:3,no_affin:[16,360],no_gradient_correct:426,no_histori:6,no_velocity_gradi:426,noced:353,nocheck:395,nocit:12,nocoeff:481,nodal:[6,38,56,184,198,317,438],node:[1,3,12,14,15,16,17,18,41,118,122,163,208,230,236,317,360,395,451,467],node_area:236,node_group:198,nodeless:384,nodeset:198,nodeset_to_elementset:198,nof:184,noforc:[],nois:[6,226,227,233,234,235,236,280,285,290,309,317],nomenclatur:[6,71,204,348],nomin:[187,249],non:[],nonbond:[4,12,413,436],none:[],noneq:227,nonequilibrium:[9,314,315,384],nonetheless:233,nongauss:[],nongaussian:105,nonlinear:[],nonloc:[416,464],nonperiod:3,nonzero:3,noordhoek:375,nopreliminari:184,nor:[2,3,41,59,198,295,296,297,298,299,301,375,423,424,425,426,454,457],nord:[417,439,441],norder:451,nordlund:[417,439,441],norm:[6,12,63,117,192,201,204,205,291,296,297,353,355,435,471,472,478],normal:[3,6,9,10,11,12,39,41,58,61,63,67,70,71,73,88,91,102,112,116,117,149,152,164,165,166,184,189,192,201,202,203,204,205,208,212,214,215,224,225,229,233,234,246,249,261,271,273,274,281,285,287,288,294,305,306,308,309,310,317,322,323,326,327,331,333,334,336,350,352,353,355,360,374,375,387,388,391,435,447,448,449,452,454,456,457,459,460,464,468,471,472,474,478,479,482],norman:317,nornal:3,nose:[6,7,8,154,192,218,233,234,249,250,251,252,253,254,255,266,267,268,269,273,277,285,290,308,309,310,315,380,474],noskov:[442,474],noslip:[305,327],notabl:[5,39],notat:[6,63,70,140,158,192,246,249,382,479],note:[1,2,3,6,7,8,11,12,13,14,15,16,17,18,22,24,25,28,29,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,92,93,97,104,105,106,108,110,112,113,114,115,117,118,119,140,141,144,146,147,148,152,154,158,159,161,162,163,164,165,166,167,168,170,172,175,177,181,183,184,187,188,189,190,192,193,194,195,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,214,215,218,219,220,222,223,225,227,228,229,231,232,233,234,235,236,244,245,246,247,249,251,252,253,254,255,261,266,267,269,273,275,276,277,279,280,281,283,288,289,290,291,294,302,303,305,308,309,310,313,316,317,319,320,321,322,323,326,327,328,330,331,332,333,334,336,340,344,345,346,348,350,353,354,355,356,360,361,362,366,367,369,370,371,373,374,376,377,379,380,381,382,385,387,388,389,390,391,394,395,396,398,400,404,405,406,407,408,409,410,411,413,417,419,420,421,422,424,426,427,428,431,435,437,438,439,441,443,446,449,451,452,454,455,456,457,458,459,461,462,464,466,468,469,471,472,474,478,479,480,482,483],noth:[199,232,347,360,452,465],notic:[0,6,7,8,12,315,317,474],noutcol:8,noutput:272,noutrow:8,novemb:407,novik:13,novint:230,now:[2,3,6,9,11,12,13,46,61,62,71,187,193,194,210,226,230,231,290,323,326,346,348,382,384,388,419,420,428,450,455,474,480],nowait:230,nozforc:345,np3:163,np4:163,np6:163,npair:[116,202],nparticl:[3,40,42,365],npartit:472,npernod:[14,15,16,17,18,360],nph:[],nphi:[16,360],nphug:[],npoli:276,nproc:[3,187],npt:[],npt_aspher:[251,255,266],npt_sphere:[252,269],nrecomput:381,nrepeat:[71,200,201,202,203,204,205,206,287,291,459],nreset:[212,249,250,253],nreset_ref:212,nrho:[361,382],nrl:382,nsampl:381,nsbmax_most:3,nsec:473,nskip:[119,459],nsq:[3,357,415],nstart:[119,202,203,206,291,454,459],nstat:271,nstep:[3,13,212,249,328,432,452,455],nsteplast:452,nstop:[119,459],nswap:[313,320],ntabl:[38,56,184,438],nterm:294,nth:[12,77,116,117,187,189,203,214,459,469],ntheta:366,nthread:[3,360],ntild:272,ntpc:360,ntptask:360,ntype1:115,ntype2:115,ntype:[3,140,164,187,189,199,281,283,384,390,417,454,464],nuclear:[9,96,97,150,227,250,280,285,354,384,447],nuclei:[9,96,97,148,150,155,235,250,260,268,311,363,384,454],nucleu:[96,97,281,441,474],nudg:[4,6,7,192,248,352,355],nulcear:9,num:2,num_of_collis:3,numa:[1,3,12,360,451],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,73,75,76,77,78,79,80,87,90,91,92,93,102,104,106,108,111,112,113,114,115,116,117,118,119,129,135,140,142,143,144,145,146,147,149,150,151,152,153,154,156,157,158,159,161,162,163,164,165,166,167,168,172,173,183,184,186,187,188,189,190,192,193,194,197,199,201,202,203,204,205,206,208,209,210,211,213,214,215,222,223,225,226,227,229,230,231,232,233,234,235,236,239,246,249,250,253,261,271,272,273,275,276,279,280,281,285,287,290,293,297,305,306,307,309,312,313,314,315,317,318,319,320,322,324,325,327,328,330,332,343,345,346,348,350,351,353,354,355,356,357,360,361,362,366,368,373,375,380,381,382,383,384,385,390,391,392,393,394,407,408,409,411,413,417,418,419,420,421,424,426,427,435,437,438,439,440,441,443,444,447,448,449,451,452,454,455,456,457,458,460,461,462,463,464,466,468,469,471,472,474,478,479,480,483],number_of_a:3,number_of_b:3,number_of_typ:199,numbond:3,numer:[1,2,3,6,9,12,22,38,41,42,44,56,71,77,87,116,158,168,172,184,187,188,189,193,194,195,197,198,204,220,226,229,233,246,249,273,290,293,317,322,324,325,327,328,332,350,353,354,373,379,391,407,411,419,420,426,438,447,448,452,454,461,464,470,471,472,479],numpi:11,nvalu:[201,204,205,206,452],nvaluelast:452,nvc_get_devic:15,nvcc:[1,12,17],nve:[],nve_aspher:[251,254,266],nve_spher:[252,255,269],nvida:17,nvidia:[1,3,9,12,14,15,17,360,467],nvt1:474,nvt2:474,nvt:[],nvt_aspher:[251,254,269],nvt_sphere:[252,255],nvtfe:198,nwait:272,nwchem:7,nxnode:317,o_cor:146,o_shel:146,oascr:7,obei:[3,214,348,449],ober:7,obj_shared_foo:12,obj_target:12,object:[6,8,11,12,15,40,42,188,212,230,236,239,276,294,301,353,452,457],observ:[249,280,308,309,312,313,320],obsolet:13,obstacl:[4,231],obtain:[1,3,9,12,29,73,87,162,190,194,224,227,236,253,272,273,312,345,362,379,407,411,418,439,441,463],obviou:[12,479],obvious:[188,469,479],occ:386,occasion:[3,449],occlus:188,occup:[3,162,386],occur:[1,3,6,9,11,12,14,17,39,57,59,61,62,71,86,105,162,165,167,184,187,189,199,208,211,212,214,225,228,231,239,247,261,281,290,305,314,327,328,330,345,356,360,381,384,404,420,449,451,452,459,463,468,471,479],occurr:[339,454,468,479],octahedr:25,octant:451,odd:[41,189,208,249,290,308,309,317,469],off:[1,3,6,12,14,15,16,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,107,108,109,112,113,115,140,141,142,147,151,162,163,168,170,171,172,173,174,175,176,177,178,179,181,182,183,184,187,188,189,192,195,199,206,207,210,211,221,224,225,226,228,230,233,234,239,249,251,252,253,254,255,256,261,264,266,267,269,275,277,278,282,290,292,293,305,308,310,320,321,322,326,331,332,333,334,335,336,337,339,340,341,345,346,353,355,356,358,360,361,362,364,367,368,369,370,371,372,374,375,376,378,379,380,382,383,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,406,407,408,411,412,413,414,416,420,421,422,424,426,428,435,436,437,438,439,440,441,443,445,446,447,449,450,451,454,456,461,463,466,467,468,476,478,481,483],offend:[3,452],offer:[6,14,18,167,352,376,449,463],offic:7,offload:[1,12,16,17,230,360],offset:[3,6,57,164,188,214,215,225,276,354,376,396,400,436,454],offsit:8,often:[1,3,6,7,12,13,14,15,16,17,18,37,55,71,158,183,188,195,203,206,208,212,223,230,249,273,291,340,348,352,353,355,356,357,360,375,380,396,439,441,449,468,474,478],ohio:409,old:[3,6,9,192,212,215,249,407,419,428,455,458,462,465,478,481],older:[3,5,12,13,17,189,201,212,249,428],oldlac:189,oleinik:366,olfason:[6,25,341,390,466],oliv:189,olivedrab:189,ollila:[236,238,239,240],olmst:[198,271],omega0:341,omega:[],omega_dot:249,omega_ijk:441,omega_ik:439,omegai:[113,187,307],omegax:[113,187,307],omegaz:[113,187,307],omgea:6,omiss:[0,7],omit:[184,189,324,370,379,400],omp:[],omp_num_thread:[3,16,18,360],omp_proc_bind:17,ompi_comm_world_local_rank:12,on_the_fli:198,onc:[0,1,2,3,6,11,12,16,40,41,59,60,63,71,91,104,170,188,189,192,193,194,208,209,210,215,223,225,227,234,272,279,290,305,313,318,320,328,351,354,355,356,387,389,391,392,417,421,451,452,461,468,471,474,479],onelevel:451,onewai:[],ongo:230,oniom:[9,284],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,96,97,98,99,100,101,102,104,105,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,147,148,150,151,152,155,156,157,158,159,161,162,163,164,167,168,170,171,173,174,175,176,177,178,179,181,182,183,184,187,188,189,190,192,193,194,195,196,197,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,218,220,221,222,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,262,264,265,266,267,268,269,270,271,272,273,274,275,276,277,279,280,281,282,283,284,285,286,287,290,291,292,293,294,295,296,297,298,299,301,305,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,333,334,335,336,337,339,340,341,343,345,346,348,350,353,354,355,356,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,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,451,452,454,455,456,458,459,461,462,463,464,465,466,468,469,470,471,472,474,479,480,481],only_group:162,onn:463,onset:[280,339],ontario:9,onto:[140,166,211,215,236,435],onward:2,open:[],opencl:[1,3,7,15,360],opengl:6,openkim:9,openmp:[1,3,7,9,12,16,17,18,360,467],openmpi:[12,14,15,16,17,18,360],opensourc:7,oper:[],opl:[],oppos:[6,39,185,187,289,324,346,354,454],opposit:[6,70,197,233,240,271,290,320,355,376,404,442,452],opt:[],optic:143,optim:[],option:[],optionn:17,orang:[2,188,189],orbit:[281,283,366,376,384,436],orchid:189,order:[1,2,3,6,9,11,12,14,16,27,38,39,41,56,59,65,69,71,79,87,89,90,92,93,108,112,115,130,140,141,142,143,144,145,146,147,150,151,152,153,154,156,157,168,173,183,184,187,188,189,192,195,200,202,203,204,205,206,207,209,210,211,212,213,218,220,225,227,229,230,232,236,237,239,247,249,271,279,280,284,287,288,289,290,291,292,293,294,299,301,306,312,316,317,318,319,329,330,331,333,334,336,339,340,345,354,355,361,362,363,366,375,381,382,384,385,387,388,391,393,396,404,407,419,420,421,436,437,438,439,440,441,442,444,449,451,452,454,455,459,461,463,464,468,471,474,479,483],orderomg:3,ordinari:[111,390,416],org:[6,7,11,12,13,14,418],organ:[0,3,6,7,8,375],organis:[424,426],organometal:25,orient:[],orienti:42,origid:201,origin:[3,6,7,9,12,71,81,103,104,114,118,160,164,166,186,188,189,192,193,194,201,204,205,209,210,214,218,234,246,249,267,273,276,286,290,291,298,304,315,342,344,345,348,352,361,362,364,366,376,379,380,381,382,390,393,407,416,419,420,439,441,442,443,451,454,455,456,457,458,459,478,481],origin_i:205,origin_x:205,origin_z:205,ornl:[7,9,15],orsi:29,ortho:[3,59,166,454],orthogon:[],orthograph:188,orthong:59,orthongon:[59,290],orthonorm:215,orthorhomb:280,os4:163,oscil:[6,9,149,210,214,217,218,234,246,247,249,280,285,290,322,323,325,327,354,363,442,474,479],oscillatori:[246,298],oserror:11,other:[],otherwis:[1,3,12,14,16,17,18,37,39,55,71,102,111,118,143,144,157,165,183,189,190,199,201,209,210,214,223,225,227,234,249,290,340,341,353,360,368,391,395,405,406,417,444,449,452,454,455,474],otyp:[376,396,400,404],ouml:474,our:[5,6,7,8,13,236,293,411,439,441,474],out:[1,2,3,6,7,8,11,12,13,14,18,19,21,41,64,66,71,75,90,91,93,94,97,103,104,105,106,107,114,115,142,143,144,145,147,148,150,151,152,153,154,156,157,159,161,167,171,187,188,189,190,192,204,208,209,210,213,221,224,225,231,233,236,241,261,272,274,275,276,285,286,287,290,302,317,326,328,329,330,331,333,336,343,344,348,351,355,359,384,391,436,448,449,451,452,454,457,458,459,461,462,463,465,468,470,471,472,475,477,479,480,481,482,483],outcom:[290,480],outer2:[371,389],outer:[3,8,16,219,231,330,344,351,353,359,361,362,363,364,365,366,367,368,369,370,371,372,374,375,376,377,379,380,381,382,383,384,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,412,414,416,418,419,420,421,422,427,428,429,430,431,432,433,434,435,437,438,439,440,441,443,444,445,446,447,449,462,463,468,473],outer_distance_cutoff:390,outermost:[38,56,193,194,246,249,356,438,463],outfil:[13,451],outlin:[6,188],outmost:230,outpt:12,output:[],output_frequ:198,outputss:127,outsid:[3,57,59,71,154,164,186,187,188,189,190,203,204,215,225,231,290,291,305,310,311,324,325,327,328,343,355,367,369,376,384,396,398,414,422,452,454,455,457,464,471,480],outuput:201,outut:6,outward:[162,322,326,327,454,463],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,101,103,105,108,115,116,125,126,132,137,140,141,144,147,150,158,160,173,184,188,190,192,193,194,200,201,202,203,204,205,206,207,208,209,210,214,215,223,226,227,231,233,234,235,239,247,248,249,250,251,252,254,255,266,267,268,269,271,276,277,280,287,288,289,290,291,294,302,305,308,309,310,311,313,316,319,320,322,324,325,326,327,328,331,344,347,355,356,357,360,374,380,382,383,384,385,390,405,407,417,427,428,436,437,439,440,441,450,451,452,457,459,460,462,463,468,471,472,479,480],overal:[6,18,25,59,158,212,218,249,250,273,293,305,330,351,384,390,391,427],overalap:290,overcom:[261,305],overflow:[3,354,356],overhead:[6,11,19,41,189,201,204,205,208,222,279,356,357,457],overkil:290,overlai:[],overlaid:7,overlap:[3,13,16,62,76,164,167,184,189,197,200,201,203,204,205,206,215,219,261,276,281,287,290,291,305,323,327,345,348,351,353,354,360,380,384,388,391,394,404,423,425,428,443,454,457,463],overload:1,overrid:[3,12,14,17,22,44,71,150,164,172,188,189,193,194,212,219,244,249,332,345,356,373,390,391,407,411,419,451,452,464,466,471,479],overridden:[6,164,188,253,290,405,411,428,436,462,479,481],overview:[],overwrit:[11,12,22,44,172,189,201,202,203,204,205,206,291,332,343,349,373,407,452,455],overwritten:[278,316,343,390,391,449,450,455],own:[3,4,6,7,8,11,12,13,15,17,39,41,59,61,63,65,66,69,71,73,75,79,90,92,93,104,106,113,114,115,117,119,144,147,159,161,162,187,189,192,198,200,201,202,203,204,205,206,208,211,212,214,223,226,227,233,234,236,244,247,249,251,252,253,254,255,266,267,269,273,277,285,290,291,308,309,310,319,345,355,360,362,366,375,383,393,417,419,420,437,439,440,441,451,464,471,480],oxford:[29,87,379],oxid:[375,376],oxygen:[6,40,222,376,396,400,454],oxygen_c:146,p_e:317,p_ik:417,p_pi:366,pacakg:[3,4,12,40,360],pack:[5,8,67,323,360,366,407],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:360,packag:[],packakg:15,packet:[7,9,40,188,363,384],pad:[3,187,188,189,273,479],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,93,102,104,105,106,107,109,112,114,117,119,141,143,144,157,159,161,164,165,166,172,183,187,188,189,190,192,193,194,199,200,201,202,203,204,205,206,215,225,232,233,234,244,249,250,254,255,259,266,267,268,269,276,279,290,302,305,308,309,310,319,323,326,328,330,332,340,344,353,354,355,356,360,361,362,365,373,375,376,382,383,385,390,391,393,394,407,408,409,411,413,417,418,427,436,437,439,441,443,452,454,455,456,457,459,462,463,464,466,471,472,479,480,481,482],pai:[15,18],pair:[],pair_:[87,193,194],pair_airebo:393,pair_charmm:404,pair_class:8,pair_coeff:[],pair_eam:361,pair_eff:150,pair_foo:8,pair_hybrid:[391,442],pair_interact:198,pair_list:395,pair_lj:404,pair_lj_cut:8,pair_lj_soft_coul_soft:87,pair_modifi:[],pair_sph:[429,430,431,432,433,434],pair_styl:[],pair_writ:[],paircoeff:3,pairfoo:8,pairij:[3,454],pairkim:3,pairstyl:8,pairwis:[],palegoldenrod:189,palegreen:189,paleturquois:189,palevioletr:189,pan:188,panagiotopoulo:[377,386],pandit:[9,283,420],papaconstantopoulo:361,papayawhip:189,paper:[3,6,7,8,9,13,39,40,64,140,152,158,176,233,236,240,248,275,281,283,290,305,313,317,320,345,352,355,362,370,376,388,390,393,398,400,416,419,420,439,441,449,468],paradyn:5,paraemt:421,paragraph:[71,152,322,348,455],parallel:[],parallelepip:[6,166,348,454,457],parallelipip:[166,272],paralleliz:275,param:[3,281,283,451,457],paramet:[],parameter:[118,163,362,366,375,376,382,383,384,385,393,407,408,409,417,419,420,437,439,440,441],parameter_fil:198,parameterizaion:376,parametr:[6,9,36,383,418,422],paramt:[105,281,324,421],paramter:375,paratem:404,paraview:291,parent:[3,8,328],parenthes:[38,56,184,388,438,479],parenthesi:[2,201,330,479],parinello:[6,7],pariticl:208,paritlc:3,park:[3,7,9,198,294,409,416],parrinello1981:212,parrinello:[212,227,247,249,250,280,309],pars:[],parser:[12,479],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,96,97,98,99,100,101,105,107,108,109,111,112,115,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,146,148,150,151,155,156,158,162,167,170,171,173,174,175,176,178,179,181,182,183,184,187,189,190,192,195,196,197,199,205,207,208,209,210,211,212,213,215,217,220,221,222,223,224,225,226,227,228,230,231,232,233,234,235,236,237,238,239,240,242,243,244,247,249,250,251,252,253,254,255,256,257,258,259,260,262,264,265,266,267,268,269,271,272,273,275,276,280,281,282,283,284,285,286,287,289,290,292,293,294,295,296,297,298,299,301,302,304,305,308,310,311,312,313,314,315,316,317,318,320,321,322,323,324,326,328,329,330,331,333,334,335,336,339,340,341,345,346,353,354,355,356,360,361,362,364,365,366,367,368,369,370,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,412,413,414,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,445,446,447,451,452,454,455,456,457,461,462,463,466,472,479,483],partai:[9,418],parti:9,partial:[],partic:6,particip:[210,365,394,443],particl:[],particleenergi:3,particleviri:3,particular:[1,3,6,8,10,12,16,40,63,65,69,70,71,79,92,108,113,115,116,140,164,186,187,192,197,204,208,211,226,231,232,236,246,249,271,276,289,290,293,312,323,328,331,346,348,351,354,360,365,366,367,369,371,372,374,378,383,384,387,389,391,396,400,404,413,414,421,422,436,437,439,440,441,449,451,454,455,456,461,462,464,472,479,480,482,483],particularli:[7,9,12,15,16,25,39,188,212,290,346,384],partilc:305,partit:[],partitoin:62,partner:[3,7,61,209,210,211,234,305,320,442,464,469,474],pascal:[9,13,478],pass:[6,7,8,11,66,74,75,81,89,90,93,103,104,105,106,159,187,189,190,212,213,223,225,246,247,249,279,305,322,344,356,360,391,419,435,452,454,455,459,465,479,482],passphras:12,past:[],patch:[0,12],patchi:290,path:[3,6,7,11,12,13,15,190,232,248,273,294,305,312,317,355,361,362,366,373,382,383,385,393,407,408,409,413,417,418,419,427,437,439,441,455],patient:12,patom1:115,patom2:115,patrick:440,pattern:[3,7,12,62,73,456],pattnaik:290,paul:[0,7,13,233,235],pauli:[9,384],paus:462,paves:273,payn:[140,418,427],pb2:163,pb4:163,pbc:[322,363],pchain:[249,250,253,290],pcie:1,pd2:163,pd4:163,pdamp:[249,250,253,277,290],pdb:[6,13,190],pdf:[0,8,9,13,17,40,99,100,101,111,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,213,232,242,243,295,296,297,298,301,416,429,430,431,432,433,434,464],pdim:320,pdlammp:[78,80,416],pdlammps_ep:[111,416],pdlammps_v:416,pe_eta:249,pe_etap:249,pe_omega:249,pe_strain:249,peachei:13,peachpuff:189,peak:386,pearlman:87,peculiar:12,pedersen:346,peform:[39,282],penalti:[14,419,420],pencil:[6,71,152,204],pend:3,penetr:[42,120,423,425,464],penetret:40,peng:163,penn:13,pentium:10,peopl:[7,8,9,12],peptid:[4,9,213],per:[],peratom:[3,110,141],perceiv:188,percent:[3,16,212,360,437],percentag:[1,212,249,276,277,290],percol:210,perfect:[6,41,70,73,208,271,355],perfectli:[41,208,455],perfom:[6,355],perform:[],performac:1,pergamon:[407,441,447],perhap:348,peri:[],peridyma:78,peridynam:[3,4,6,7,9,40,63,78,80,111,416,436,464],perimitt:377,period:[],perioid:322,perl:[6,13],perm0:478,perman:[3,39,54,71,168,209,210,230,289,328,360,390,458,466],permeabl:270,permiss:[210,452],permit:[6,236],permitt:[377,441,446,447],permut:[12,383,437,439,441],perpendicular:[6,143,188,214,231,241,246,248,271,274,298,322,323,352,454],perram:[346,387],persepct:188,persist:[3,8,71,223,290,360,451,452,460,479],person:9,persp:[3,188],perspect:188,pertain:[373,436],perturb:[9,13,70,87,245,288,322,325,327,459],peru:189,peskin:236,pessimist:346,petersen:[305,346],pettifor:[366,436],pettifor_1:366,pettifor_2:366,pettifor_3:366,pfactor:188,pforc:452,phantom:230,pharmaceut:7,phase:[3,12,16,249,312,320,366,396,440,451],phd:418,phenol:474,phenomena:384,phi0:[182,289],phi1:171,phi2:[171,383,437],phi3:[171,383,437],phi:[1,3,4,7,9,12,16,17,79,140,183,184,188,228,272,289,334,360,361,366,382,385,407,408,409,467],phi_ij:[366,385,417],philadelphia:9,phillip:[234,380,474],phillpot:[282,375,376],philosoph:382,philosophi:[6,7,232],phonon:[],phophor:427,phosphid:427,phy:[6,7,13,20,21,25,39,43,45,46,64,70,73,87,88,110,112,140,141,146,152,170,171,181,199,212,213,218,226,227,232,233,234,235,236,247,248,249,250,253,267,268,272,273,277,280,282,285,290,293,294,305,308,309,312,313,314,315,317,320,322,331,339,341,345,346,352,355,362,366,367,371,372,374,375,376,377,378,379,380,382,383,384,386,387,388,389,390,393,396,398,400,401,404,405,406,407,409,410,411,414,416,417,421,427,435,437,438,439,440,441,442,449,463,466,468,474],physic:[3,6,9,12,14,16,17,18,40,53,59,120,158,198,214,227,233,235,236,238,239,240,247,272,281,283,316,317,346,348,355,360,362,364,370,374,382,390,391,418,419,420,423,430,431,433,434,449,451,463,464,469,478],physica:[405,406],physik:[7,9],pic:9,picki:8,picocoulomb:478,picogram:478,picosecond:[189,214,472,478],picosend:384,pictur:7,piec:[3,11,140,189,249,461,483],pieter:13,pimd:[],pin:16,pink:189,pipe:[6,188],pipelin:[3,6],pisarev:317,pishevar:380,piston:[],pitera:6,pixel:188,pizza:[4,6,7,11,13,41,187,188,208],pjintv:13,pka:317,place:[3,6,7,9,11,12,33,41,50,71,87,158,164,168,177,184,187,188,189,191,192,193,194,210,211,214,225,226,227,229,232,233,234,235,237,239,240,249,254,255,266,269,276,279,288,290,308,309,310,317,322,325,327,344,373,390,436,443,451,452,455,462,464,472,479],placehold:[33,177,361,362,375,382,385,392,393,407,408,409,413,417,419,420,427,435,437,439,440,441],placement:[348,396],plai:[188,312],plain:[9,404,452],plan:[3,5,6,16,17,166,454],planar:[6,40,42,231,271,323,339,341],planck:[225,273],plane:[3,6,9,41,42,57,59,67,71,188,192,198,204,208,228,231,241,271,274,284,302,304,317,323,331,333,334,335,336,341,348,406,443,457,464],planeforc:[],plasma:[9,88,250,317,384],plastic:[],plastic_strain:121,plastic_strain_r:124,platform:[1,3,7,9,12,13,15,17,187,188,190,456,461,483],plath:[6,91,192,313,320],player:188,pleas:[0,3,7,11,12,13,198,227,236,240,272,275,286,312,328,383,385,416,424,426],plen:363,plimpton:[0,5,7,70,112,141,211,271,305,388,416],plo:29,plog:[3,12,463],ploop:[249,250,253],plot:[7,11,13,280,402,404,438,444],plu:[3,11,12,39,59,68,96,167,189,207,212,214,215,253,290,357,384],plug:9,plugin:[9,13,190,455],plum:189,pm3:163,pmb:[],pme:346,pmf:[213,294,302],png:[3,12,187,188],pni:188,poariz:6,poem:[],point1:454,point2:454,point3:454,point:[],point_data:291,pointer:[3,7,8,11,223,452],pois:478,poiseuil:[4,195,228],poisson:[59,214,346,388],poisson_solv:198,polak:352,polar:[6,7,140,163,198,217,375,376,396,442,474],polar_off:375,polar_on:375,polariz:[],poli:[],pollock:[7,346],polya:328,polybond:13,polychain:290,polydispers:[3,368,374,388,405,406,436,446],polygon:[6,162],polym:[],polymer:7,polymorph:[],polynomi:[38,56,184,382,402,411,431,438],polytechn:275,poor:[16,17,41,208,267,268,293,360,402],poorli:[352,353],pop:[3,8],popen:12,popul:[12,285,348,381,454],popular:[12,187,383],pore:302,poros:167,porou:[236,239],port:[230,232],portabl:[7,9,12,187,213,419,456],portion:[1,3,9,11,12,15,16,41,54,71,88,91,107,108,110,113,141,154,187,189,200,201,203,204,205,206,208,212,222,236,249,251,252,254,255,282,287,288,290,291,330,344,356,360,367,369,370,371,372,376,377,379,380,384,386,387,389,390,396,400,404,414,421,422,441,444,453,454,459,463,464,479],poschel:388,posfreq:287,posit:[3,6,14,27,39,40,41,42,46,57,59,70,71,81,89,90,103,104,108,117,118,122,140,141,147,162,163,164,166,167,168,173,175,184,186,188,189,192,193,195,197,199,200,201,203,204,205,208,209,210,211,212,213,214,215,218,220,225,226,227,228,230,231,233,234,235,236,238,239,242,243,246,247,249,250,251,252,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,271,272,273,275,276,277,280,281,285,287,288,290,293,294,298,301,302,304,305,307,308,309,310,312,314,315,316,317,320,322,323,324,325,326,327,328,331,345,348,355,362,363,365,368,380,381,384,386,394,399,420,435,438,443,449,454,457,464,474,479,480],posix:230,posix_memalign:12,possibl:[1,3,6,8,9,11,12,15,38,40,41,55,59,63,70,71,87,113,115,140,141,143,157,186,187,189,192,194,198,199,204,208,209,210,211,215,217,227,234,271,284,285,287,290,301,305,307,317,318,335,344,346,353,356,357,360,381,390,407,420,424,426,438,452,458,467,468,469,472,474,479,480,482],post:[],post_forc:8,post_force_integr:8,post_force_respa:8,post_integrate_respa:8,postit:[204,205,261],postiv:86,postma:[277,308],postprocess:13,pot:[388,420],potentail:385,potenti:[],potentiel:404,potetni:391,potpourri:9,pour:[],pourtoi:312,pow:214,powderblu:189,power7:17,power8:17,power:[3,9,11,105,140,189,285,345,360,366,452],pparam:[87,193,194],ppm:[12,187,188],ppn:[14,15,16,17,18,360],pppm:[],pppm_disp:3,pppmdisp:3,pproni:[3,226],pr3:163,pr4:163,practic:[3,12,212,249,250,272,279,451],prb:[439,441],prd:[],pre:[],pre_exchang:8,pre_forc:8,pre_force_respa:8,pre_neighbor:8,prec_tim:14,prece:426,preced:[2,6,59,200,201,202,203,204,205,206,232,287,291,330,348,355,360,366,390,468,471,472,479],preceed:[11,12,71,152,202,322,452,479],precipit:162,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,109,112,142,151,164,170,171,173,174,175,176,178,179,181,182,184,187,189,195,207,212,221,224,228,233,249,251,252,253,254,255,256,264,266,267,269,281,282,283,290,292,293,308,310,321,331,333,334,335,336,339,341,345,346,353,360,361,362,364,367,368,369,370,371,372,374,375,376,379,380,382,383,385,386,387,388,389,390,394,396,397,398,399,400,401,402,403,404,405,408,412,413,414,416,419,421,422,428,437,438,439,440,441,443,445,446,447,456,463,464,467,472,474,478,479,480],precv:451,predefin:[182,189,328,384],predict:[1,6,10,261,290,360],preexponenti:468,prefactor:[24,25,28,32,35,36,158,172,183,193,194,202,322,333,336,339,353,374,386,413,421,422,428,446],prefer:[7,8,12,289,318,362],prefix:[11,12,188,213,272,448,451],preliminari:[38,56,184,438],prematur:353,prepar:[9,284,305,465,474],prepend:419,preprint:[140,427],preprocessor:230,prerecord:213,prescrib:[6,8,143,144,157,192,193,198,201,215,246,263,318],presenc:[187,209,210,236,239,405,406,446,481],present:[1,3,12,16,18,162,184,188,215,226,227,232,236,237,239,240,285,301,323,326,375,384,395,404,420,421,451,474],preserv:[3,59,212,214,249,293,305,327,455],press:[],pressdown:207,pressur:[],pressure_with_eviri:384,presum:[73,153,192,193,194,214,355,391,457],prevent:[2,3,6,40,120,215,224,305,316,339,345,351,353,355,360,380,391,415,430,431,433,435,452,456,462,464,474,479],previou:[],previouli:215,previous:[3,11,59,61,71,86,102,117,119,153,164,166,168,186,187,189,197,199,200,201,202,203,204,205,206,214,215,225,231,244,246,276,288,290,292,293,317,319,322,323,324,325,327,328,347,388,436,449,452,456,457,467,469,471,472,475,476,477,479,480],prevoiu:323,price:[6,379],primari:[0,9,317],primarili:[5,7,9,17],primaritli:17,prime:[218,234,389,394,439,441,451],primit:[3,6,325,326,348],princip:[3,230],principl:[6,9,11,230,250,281,384,392,437,451],prinicp:[42,290,354],print:[],printabl:2,printflag:392,printfluid:236,prior:[162,185,347,482],priori:463,prioriz:360,prism:[3,6,152,166,457],priveleg:3,privileg:[12,230],prob:[209,210],probab:428,probabl:[3,8,12,40,71,154,167,168,170,199,208,209,210,211,215,225,234,249,276,322,328,353,411,449,468,474],problem:[],problemat:225,proc:[1,3,8,11,12,15,113,187,344,451],proce:[41,54,168,208,219,355,461,469,472],procedur:[6,12,39,41,189,199,208,225,233,234,235,249,251,252,253,254,255,266,267,268,269,272,308,309,310,311,314,315,353,355,362,368,455,474],proceed:12,procesor:[41,451],process:[],processor:[],processsor:[41,208,451],procp1:187,procssor:463,produc:[1,3,4,6,7,12,13,14,15,16,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,92,108,109,110,112,113,114,115,117,119,141,142,151,170,171,173,174,175,176,178,179,181,182,184,187,189,192,195,200,201,202,203,204,205,206,207,208,211,221,223,224,226,227,228,233,234,235,244,246,249,251,252,253,254,255,256,264,266,267,269,276,280,281,282,285,290,291,292,293,306,307,308,310,317,318,319,321,322,325,330,331,333,334,335,336,339,341,346,353,355,358,360,361,362,364,367,368,369,370,371,372,374,375,376,379,380,382,383,384,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,408,412,413,414,416,417,420,421,422,428,437,438,439,440,441,443,445,446,447,449,451,456,459,460,463,468,479,480],product:[16,17,18,140,214,267,281,318,360,363,384,420,451,479],proessor:360,prof:275,profi:153,profil:[],program:[3,4,6,7,9,11,12,13,17,187,188,189,190,192,213,223,230,236,284,382,452,465,479],programm:[13,17],progress:[1,41,208,230,247,280,352,353,355,472,474],prohibit:464,project:[6,7,12,13,14,352,436],promis:7,promot:366,prompt:[8,11,12,230,465],proni:[3,226,227],proofread:8,prop:[6,279],propag:[4,9,197,249,280,295,384,391],propens:6,proper:[211,271,407,452],properati:279,properli:[195,220,290,301,354,355,452,480],properti:[],propoerti:305,proport:[6,39,41,87,103,104,160,208,233,234,235,280,313,320,321,388],proportion:233,propos:[6,140,199,212,225,249,267,285,396,409,440,442],prospect:7,protect:305,protein:[7,10,164,288,290,303,454,462],protocol:230,proton:[441,447,478],prototyp:[10,42,416],prouduc:[206,319],prove:236,proven:267,provid:[1,3,4,6,7,8,9,11,12,13,14,15,16,17,18,29,40,42,67,70,118,139,158,163,164,190,200,201,206,211,212,213,214,223,225,230,232,236,240,247,249,272,280,281,284,285,290,294,312,314,315,318,319,330,343,345,346,351,355,360,362,366,368,373,375,376,380,383,384,388,390,393,395,404,405,407,409,417,418,419,420,427,435,436,437,439,440,441,451,456,462,464,467,468,472,479],proxim:186,psa:325,pscreen:[3,12,463],pscrozi:[0,7,13],psec:[189,214,229,233,234,249,277,290,308,309,473,478],psend:451,pseudo:[384,449,454,459],pseudodynam:312,psf:6,psi:[385,446],psi_ij:385,pstart:[3,249,250,253,277,290],pstop:[3,249,250,253,277,290],pstyle:[87,107,193,194],psu:[419,420],psuedo:459,pt2:163,pt4:163,ptarget:212,pthread:[12,17],ptr:[6,11,223,452],ptype1:115,ptype2:115,pu3:163,pu4:163,pu6:163,publicli:5,publish:[7,236,240,281,376,407,439,441],pull:[294,302],puls:317,pump:[405,406],punctuat:[2,449,468],purchas:188,purdu:[9,13],pure:[11,305,391,408,409,439,441,463],purg:[3,455],purpl:[2,189],purport:11,purpos:[3,6,7,12,42,61,71,118,128,134,147,148,163,164,166,168,184,187,204,206,211,212,233,271,273,276,278,289,305,345,360,370,394,400,411,443,454,456,457,461,464,466,467,479,483],push:[3,8,195,207,214,231,248,271,288,294,353,388,428],pushd:231,put:[3,6,8,11,12,13,39,59,152,164,187,215,219,324,325,328,348,419,452,454,458],putenv:[465,479],px1:463,px2:463,pxx:[212,249,277,290,345,346,471,472],pxy:[3,6,472],pxz:[3,6,472],py1:463,py2:463,pydir:11,pyi:[212,249,277,290,345,346,472],pymol:[7,11,13],pymol_aspher:[],pympi:11,pypar:11,python:[],pythonpath:11,pyz:[3,6,472],pz1:463,pz2:463,pzz:[212,247,249,277,280,290,345,346,472],q_c:474,q_d:474,q_i:[385,404,442],q_j:404,qbmsst:[],qcore:281,qdist:[376,396,400,404],qeq1:281,qeq2:281,qeq:[],qfile:[281,376],qin:229,qmin:352,qmmm:[],qmol:284,qout:229,qtb:[],quad:[12,18,360,451],quadrat:[],quadratur:[87,198],quadrupl:361,quadruplet:[180,183,331,333,334,336,338,339,340],qualifi:[3,232],qualiti:[7,9,188,189],quantit:[74,81,103,104,105,160,388],quantiti:[],quantum:[6,9,140,223,227,273,280,284,285,366,384,436],quantum_temperatur:280,quartic:[],quartic_spher:198,quartz:[280,285],quasi:273,quat:464,quaternion:[3,6,40,82,113,130,143,164,251,254,257,258,259,266,387,454,464],quati:[113,454],quatj:[113,454],quatk:[113,454],quatw:[113,454],queen:13,quench:[328,449,468],queri:[3,11,54,263,452,479],quest:[6,223],question:[8,9,12,13,271,328,416,479],quick:[0,9,12,14,15,16,17,18,19],quickli:[3,4,8,12,13,39,208,214,230,305,352,353,355],quickmin:[351,352,353,355,468],quicktim:[4,188],quip:[],quit:[],quot:[2,3,12,239,278,330,407,449,450,452,462,479],r10:366,r12:387,r_1:140,r_2:140,r_c:[377,379,386,441],r_cut:366,r_d:474,r_e:385,r_ewald:291,r_fu:[405,406],r_i:[29,140],r_ii:140,r_ij:[29,366,384,417,447],r_ik:417,r_j:29,r_jik:417,r_max:205,r_me:377,r_mh:386,r_min:[205,378],r_ub:20,r_x86_64_32:12,ra2:163,rad2theta:163,rad:328,radhi:457,radial:[63,96,97,113,116,140,148,150,155,205,235,250,260,268,302,311,353,384,390,411,454,457],radian:[20,21,24,28,32,35,36,38,163,171,182,184,289,331,333,336,339,454,457],radiat:[118,163,317],radic:[166,454],radii:[76,140,211,215,374,382,387,388,405,406,423,425,446,457],radit:384,radiu:[2,3,6,40,63,76,84,85,89,90,113,118,120,129,130,135,140,157,162,187,188,192,205,231,236,250,252,255,260,264,268,269,283,297,301,302,303,305,307,322,323,326,328,352,366,368,374,384,385,388,396,404,405,406,407,423,425,427,441,446,454,457,464,479],radlo:457,rafferti:320,rahman:[6,7,212,247,249,250,280,416],rai:[9,17,163],ram:441,ramp:[],ran:[3,4,6,10,11],random:[3,6,39,164,167,186,188,197,199,209,210,211,213,215,222,225,226,227,233,234,235,236,245,273,276,280,285,288,290,305,309,312,317,321,324,368,380,381,449,464,469,474,479,480],random_se:449,randomli:[164,167,199,215,225,233,276,305,327,468,469],rang:[1,3,6,7,8,9,10,12,14,15,16,18,38,39,56,71,77,88,108,109,110,112,116,117,121,140,141,150,158,163,165,168,169,176,184,187,188,189,198,199,210,214,215,225,227,276,291,305,306,312,313,318,320,345,346,353,356,357,360,362,364,366,367,368,369,370,371,372,374,376,377,378,379,380,381,382,384,387,389,390,391,393,396,397,398,399,400,401,402,403,404,405,406,407,410,411,412,414,417,420,421,422,435,436,438,441,445,446,447,448,452,463,464,472,482],rank:[6,11,12,230,318,343,451],rankin:253,raphson:3,rapid:[4,6,11],rapidli:[3,8,12,71,211,233,247,249,290,308,309,321,376,380],rapp:[281,282,283],rappe_and_goddard:282,rare:6,rasmol:[6,7],rasmussen:387,raster3d:[6,7],rate:[2,6,12,125,132,136,137,147,189,198,214,215,229,230,231,276,280,313,314,315,316,320,351,352,381,405,406,449,468,472],rather:[1,2,6,9,12,40,41,62,112,147,188,208,214,226,227,290,309,317,321,323,324,325,328,384,419,438,455,459,464,466,471,479],ratio:[6,10,59,87,101,140,199,208,214,233,235,305,313,320,321,345,358,387,388,421,430,443,451,454,464,468],rational:[318,466],rattl:[],rattle_debug:293,ravelo:[253,398],rayleigh:[247,280],rb1:163,rbg:189,rcb:[3,41,208],rcm:[89,90],rcmx:[89,90],rcmy:[89,90],rcut:61,rcutfac:[140,427],rd1:355,rdc:17,rdf:[],rdn:355,rdt:355,rdx:4,reach:[6,12,41,119,208,210,212,234,253,298,305,312,330,344,359,377,474,479],react:6,reactant:384,reaction:[294,303,316,327,355,384],reactiv:[9,287,362],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,115,162,164,165,167,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,187,188,189,190,191,192,198,199,211,212,214,215,225,227,230,246,247,249,251,252,253,254,255,266,267,268,269,272,273,275,276,278,279,283,290,293,294,298,301,304,307,315,316,317,323,331,332,333,334,335,336,338,339,340,341,342,344,350,354,355,359,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,379,380,381,382,383,384,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,412,414,416,417,418,419,420,421,422,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,443,444,445,446,447,449,451,454,455,456,458,459,460,461,462,464,465,466,468,479,480,481,483],read_data:[],read_dump:[],read_restart:[],read_restart_set:8,readabl:[188,354,461,483],reader:[3,13,455],readi:[11,12,165,167,168,230,464,474,481,482,483],readm:[1,4,6,8,9,11,12,13,162,187,190,284,392,419,420,452],real:[3,6,7,11,27,30,31,59,71,91,140,153,164,173,186,189,197,204,205,214,215,218,230,231,234,246,273,280,285,288,321,322,324,325,327,335,345,346,348,351,357,376,411,419,420,441,454,457,463,471,473,478,480],realist:[3,215,458],realiz:[71,192,452],realli:[1,3,8,12,112,122,141,189,231,356,391,466],realloc:3,realtim:230,reamin:[322,326],rearrang:355,reason:[3,6,7,11,12,19,39,145,156,164,201,204,205,233,277,290,314,315,318,328,354,355,360,373,377,384,385,386,406,411,443,444,458,463,480],reax:[],reax_def:3,reaxc:[],reaxff:[3,4,5,7,9,13,192,281,283,286,287,391,419,420,436,466],rebal:[41,208],rebalanc:[41,208],rebo:[],rebuild:[11,12,14,15,16,225,356,380,472],rebuilt:[3,12,187,188,190,356,360],recalcul:[71,87,305],receiv:[3,207,230,232,271,451],recent:[],reciproc:[6,118,163,272,345,367,369,370,376,379,384,396,400,414,422,468],recog:12,recoginz:3,recogn:[3,12,16,73,166,209,210,249,354,382,407,419,452,454,461,462,474],recommend:[7,9,11,12,14,16,188,189,280,315,345,384,391,405,406,420,421,424,426,463],recompil:[1,3,9,12,190,293],recomput:[102,128,168,219,294,381,466],reconstruct:[3,213],record:[190,213,294],recov:[212,249],rectangl:[41,208,348],rectangular:[7,41,62,166,208,225,348,454,456,458],rectilinear:[118,163],rector:53,recurs:[41,208,366,443],recust:41,recv:451,red:[2,10,188,189,211,273],redefin:[3,456,462,479],redirect:12,redo:12,reduc:[],reduct:[18,19,117,118,163,247,280,345],redund:385,ree:431,reed:[247,280],rees:[7,9,13],ref:[314,315,352],refactor:6,refer:[],referenc:[3,6,12,63,68,71,114,187,192,202,206,225,279,319,346,376,390,413,421,452,472,479],reflect:[],reformat:7,refresh:198,reg:457,regard:[6,59,246,293,298,416,420],regardless:[15,71,164,167,186,203,204,214,233,249,251,252,254,255,277,290,299,305,360,451,457,464],regim:[6,313,320,377,463],region:[],region_spher:8,region_styl:326,regist:[116,301,419,420],regoin:6,regress:479,regspher:164,regstrip:328,regul:6,regular:[1,3,9,41,62,88,162,166,199,208,225,317,346,377,435,451,454,456,458],reigon:479,reinhardt:[314,315],reject:[164,211,419,469],rel:[1,6,14,27,36,41,59,71,122,130,140,143,146,147,149,164,173,189,192,199,204,208,214,215,218,225,231,245,246,267,271,276,285,287,288,294,302,305,307,312,313,317,324,328,345,346,353,384,387,388,405,406,407,421,446,455,463,468,472,474,480],relat:[],relatic:[218,234],relationship:[6,281,330,345,446,474,479],relax:[],releas:[0,5,7,8,13,209],relect:[3,411],relev:[2,6,12,41,78,80,111,128,164,168,189,193,194,197,198,199,200,201,202,203,204,205,206,207,208,209,210,214,215,216,219,221,222,224,225,226,229,230,236,237,238,240,241,242,243,245,246,248,256,257,258,259,260,261,262,263,264,265,270,274,275,276,278,279,282,284,286,287,288,291,292,293,294,299,303,305,306,307,312,313,316,317,318,319,320,321,322,323,324,325,327,328,345,353,363,364,368,374,376,377,379,380,381,384,386,387,388,389,390,395,397,398,399,401,402,403,405,406,411,412,416,421,428,435,438,445,446,447,451,467,480],reli:[3,12,282,384,420,454,464],reloc:12,remain:[7,33,37,41,50,55,59,71,87,104,144,145,146,147,151,152,153,154,156,167,177,183,184,187,193,194,199,201,202,204,205,212,214,233,234,241,249,250,254,255,266,267,269,274,275,297,305,308,309,310,316,317,328,330,337,340,354,366,384,391,404,411,436,449,454,455,459,464,466,468,472,474,479,480],remaina:366,remaind:[164,187,215,276,305,318,441,454],remap:[3,6,12,59,61,71,147,164,186,204,214,231,246,267,345,454,455,456],remedi:[6,474],rememb:2,remov:[2,3,6,8,9,13,54,71,77,114,116,140,143,144,145,146,147,151,152,153,154,156,157,164,167,168,192,201,204,209,222,233,234,239,245,247,249,254,255,266,267,269,275,281,290,291,293,305,308,309,310,312,328,345,355,379,406,454,457,465,466,479,480],remove_bia:8,remove_bias_al:8,remove_molecul:198,remove_sourc:198,remove_speci:198,ren:163,renam:[12,329,465],render:[12,13,187,188,189],rendon:[249,250],reneighbor:[3,8,12,39,57,71,204,208,225,305,318,328,380,471,472],renssela:275,renumb:71,reorder:[3,12,39,451],repeat:[2,6,188,189,204,211,212,225,298,348,366,439,441,443,449,468],repeatedli:2,repel:231,repes:187,replac:[2,3,6,11,12,41,63,89,90,117,142,143,144,145,146,147,150,151,152,153,154,156,157,187,188,189,190,201,202,203,204,205,206,208,211,215,233,253,278,285,287,376,398,455,456,461,462,472,479,480,481,483],replic:[],replica:[],replica_fil:12,report:[],repositori:[7,12,392,418,419,420],reprens:317,repres:[1,3,6,8,9,12,15,40,41,42,59,67,71,90,113,116,176,184,187,188,201,202,203,204,205,206,212,218,226,228,233,236,249,273,275,277,285,290,291,294,302,317,319,326,346,355,361,366,387,394,404,405,406,407,408,409,414,417,419,420,442,443,449,451,454,464,466,469,474,479,481],represent:[3,6,8,57,59,134,166,187,226,227,273,317,366,384,387,421,454,457,474],reprocess:459,reproduc:[3,249,323,376,382,388],repul:407,repuls:[6,7,9,36,40,45,46,108,231,281,322,323,326,362,366,374,376,380,384,388,390,404,407,410,435,441,446,447,464],reqir:[281,283],request:[3,6,8,12,41,167,184,187,230,236,288,305,307,343,345,411,419,420,449,459,464,467,468,479,480,481],requir:[],rerun:[],rescal:[],research:[5,7,236,240,449,468],resembl:285,reserv:[12,230,474],reservoir:[91,225,229,233,317],reset:[],reset_atomic_reference_posit:198,reset_dt:8,reset_target:8,reset_tim:198,reset_timestep:[],resid:13,residu:230,residue1:356,resist:[6,230],resolut:438,resolv:[212,273,305,406],resort:3,resourc:[7,361,382],respa:[3,16,219,230,249,358,361,362,363,364,365,366,367,368,369,370,371,372,374,375,376,377,379,380,381,382,383,384,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,412,414,416,418,419,420,421,422,427,428,429,430,431,432,433,434,435,437,438,439,440,441,443,445,446,447,462,463,473],respect:[1,6,9,10,13,14,15,16,17,18,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,96,97,118,122,146,149,158,162,163,170,171,173,174,175,176,178,179,181,182,184,188,189,204,205,210,211,212,228,231,233,234,236,249,251,252,253,254,255,256,264,266,267,269,281,282,290,291,294,302,304,317,322,331,333,334,335,336,339,341,343,345,346,350,353,354,359,360,361,362,364,366,367,368,369,370,371,372,374,375,376,379,380,382,383,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,407,408,411,412,413,414,416,421,422,426,427,428,437,438,439,440,441,442,443,445,446,447,451,455,463,464,467,474,479,481,483],respon:9,respond:[6,7,147,214,384,416],respons:[6,7,247,313,320],resquar:[],rest:[6,8,12,279,283,289,366,406,407,471,472,474],restart1:273,restart2:273,restart2data:[],restart:[],restartfil:[12,13],restor:[3,8,60,61,164,193,194,279,294,302,307,471,472],restore_bia:8,restore_bias_al:8,restrain:[],restraint:[9,213,247,289,304,395],restratin:289,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,93,104,106,109,110,112,114,115,116,117,118,119,141,142,144,147,151,158,159,161,163,164,167,170,171,173,174,175,176,178,179,181,182,184,187,188,189,192,195,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,218,221,224,225,226,228,233,234,236,240,247,249,251,252,253,254,255,256,264,266,267,268,269,272,273,281,282,287,288,290,292,293,305,308,310,313,314,315,317,318,319,321,322,323,325,327,330,331,333,334,335,336,339,341,345,346,355,358,360,361,362,364,367,368,369,370,371,372,374,375,376,379,380,382,383,384,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,406,407,408,411,412,413,414,416,420,421,422,428,437,438,439,440,441,442,443,445,446,447,449,451,454,456,457,458,459,463,464,465,466,468,478,479,480],resum:479,retain:[2,209,210,366,451],retart:[33,50,177,337],retreiv:8,retriev:[6,8,223,408,409,479],reus:[3,466],rev:[6,13,64,70,110,140,141,152,199,227,233,235,247,249,250,253,267,272,282,285,290,294,305,309,312,314,315,320,352,366,374,375,376,379,382,383,384,387,388,393,398,405,406,407,409,417,421,427,437,439,440,441,449],revers:[2,6,8,87,175,211,231,249,270,271,281,298,313,314,320,355,404,463,474],review:[140,281,294,312,418,427,449,468,474],rewind:344,rewrap:187,rewrit:[5,12],rewritten:19,rezwanur:416,rfac0:[140,427],rfactor:305,rfile:290,rg0:303,rgb:189,rh3:163,rh4:163,rhaphson:3,rheolog:6,rhi:438,rho0:[407,424,426,433,434],rho0_meam:407,rho:[2,40,113,236,316,348,361,367,369,370,382,407,408,409,421,430,432,478],rho_0:[433,434],rho_alpha_beta:382,rho_bkgd:407,rho_colloid:322,rho_e:317,rho_fin:316,rho_i:[408,409],rho_initi:316,rho_ref_meam:407,rho_wal:322,rhodo:10,rhodopsin:[1,10],rhosum:[],ribier:352,richardson:290,richi:[9,19],rick:[281,282,375],rick_and_stuart:282,ridg:[9,19],right:[3,6,11,12,41,164,182,183,186,208,211,231,236,246,270,330,348,376,442,454,457,464,479],rightmost:[41,208],rigid:[],rigidifi:290,rii:[89,90],rij:[209,210,271,380,435],rin:[390,401,402],ring:[],rino:73,rinv:345,rirj:[323,388],rise:29,risi:[140,427],risk:[8,289,463],rix:[89,90],rjk:[209,210],rjone:[7,9,13],rlo:438,rmask:[3,479],rmass:3,rmax:[165,209],rmdir:465,rmin0:[140,427],rmin:[165,210,398],rmsd:316,rnemd:6,robin:189,robust:[351,352,353],rock:407,rockett:417,rod:290,rodata:12,rodnei:285,roi:7,role:312,roll:12,room:[57,59],root:[11,87,89,90,312,316,360,382,461],rosati:39,rose:407,ross:407,rosski:273,rosybrown:189,rot:[6,91,273,289,312,480],rotat:[],rotaton:457,rough:[6,164,188,327],roughli:[7,10,12,41,147,162,188,225,233,234,248,249,261,277,290,305,308,309,312,346,355,360,423,425,456,463],round:[1,3,12,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,71,109,112,142,151,170,171,173,174,175,176,178,179,181,182,184,189,195,207,221,224,228,233,249,251,252,253,254,255,256,264,266,267,269,282,290,292,293,308,310,321,331,333,334,335,336,339,341,346,358,361,362,364,367,368,369,370,371,372,374,375,376,379,380,382,383,385,386,387,388,389,390,394,396,397,398,399,400,401,402,403,404,405,408,412,413,414,416,421,422,428,437,438,439,440,441,443,445,446,447,456,463,478,479],rous:226,rout:[87,390,404],routin:[5,6,8,11,15,16,38,39,56,88,168,170,236,418,438,467],roux:[6,218,234,442,474],row:[6,65,66,68,69,75,79,90,92,93,104,106,108,114,115,116,119,144,152,159,161,163,201,202,203,204,205,206,239,290,317,319,327,384],royalblu:189,rozero:407,rperp:[246,298],rpi:275,rpm:12,rrespa:[1,3,5,7,8,16,193,194,246,249,356,361,362,363,364,365,367,368,369,370,371,372,374,375,376,377,379,380,381,382,383,384,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,405,406,407,408,409,410,412,414,416,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,437,438,439,440,441,443,445,446,447,463],rspace:3,rsq:[438,444],rsurfac:317,ru3:163,ru4:163,rub:20,rubia:[408,409],rudd:[411,438],rudra:[7,9],rudranarayan:[7,275],ruiz:199,rule:[],run1:[6,359,479],run2:[6,342,344,359,479],run3:[6,359,479],run4:[6,359,479],run5:[6,359,479],run6:[6,359,479],run7:[6,359,454,455,459,479],run8:[6,359,479],run:[],run_styl:[],runloop:344,runtim:[12,17,188,360],russia:9,rutherford:317,rutuparna:[439,441],ryan:9,ryckaert:[293,339],rycroft:162,s00:416,s0st:6,s2050:1,s2629:382,s319:198,s_fact:295,s_i:[6,384],s_ij:6,sack:7,saddl:[248,355],saddlebrown:189,sadigh:[199,382,408,409],saed_vtk:118,safe:[12,188,218,234,360],safe_zon:3,safest:[3,305],safeti:295,safezon:420,safran:446,sagui:[346,379],sai:[1,3,12,13,189,419,420,452],said:353,sakai:440,salmon:189,salt:[377,386,407,454],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,94,97,103,104,105,108,109,110,112,113,115,116,117,140,141,142,143,144,145,146,147,150,151,152,153,154,156,157,158,160,162,164,165,166,167,168,170,171,172,173,174,175,176,177,178,179,181,182,184,185,186,187,188,189,192,193,194,195,198,199,201,203,204,205,206,207,208,209,210,211,212,214,215,219,220,221,224,225,226,227,228,229,230,231,232,233,234,235,236,239,246,249,251,252,253,254,255,256,264,266,267,268,269,271,272,273,275,276,277,280,281,282,283,285,286,287,288,289,290,292,293,294,299,302,304,305,306,307,308,309,310,311,312,313,314,315,316,317,319,320,321,323,324,325,326,328,330,331,332,333,334,335,336,339,341,345,346,348,349,350,354,355,356,357,358,359,360,361,362,364,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,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,410,411,412,413,414,416,417,421,422,428,435,436,437,438,439,440,441,443,445,446,447,449,451,452,454,455,456,457,459,462,463,464,465,466,467,468,472,474,478,479,480,482],sampl:[1,2,4,6,9,10,11,12,14,91,143,157,162,186,188,201,202,204,205,213,215,223,225,227,229,249,250,273,276,285,287,291,302,303,305,309,312,315,327,356,366,381,454,468],sample_frequ:198,san:416,sandia:[0,5,7,9,13,14,17,70,111,385,407,416],sandybrown:189,saniti:[289,356],satellit:6,satifsi:479,satisfi:[3,12,73,118,140,162,163,212,236,253,293,325,353,356,388,468],satur:377,save:[6,8,12,19,40,59,184,188,211,226,227,233,234,235,276,285,317,346,356,358,366,456,459,466],sb3:163,sb5:163,sc3:163,scalabl:[],scalar:[],scale:[0,1,3,4,5,6,9,10,13,18,40,59,63,91,113,116,117,140,150,158,184,187,188,189,192,193,194,198,199,202,212,214,225,229,230,231,233,235,236,247,249,251,252,253,254,255,273,277,280,281,290,296,297,305,307,309,312,314,315,317,321,328,345,346,348,357,361,362,363,377,381,384,388,391,405,406,407,416,423,425,442,455,457,459,463,466,468,471,472,479,480],scale_factor:[423,425],scalegamma:236,scalexi:[3,212,249,253],scalexz:[212,249,253],scaleyz:[212,249,253],scan:[189,210,344,455],scatter:[11,118,163],scatter_atom:11,scatter_coord:11,scenario:[6,40,61,211,279,288,305,318,326,356,458,459,463,471],scf:474,schaik:404,schedul:449,schell:440,schemat:211,scheme:[6,9,18,226,227,249,273,285,293,317,345,442],schlitter1:316,schlitter2:316,schlitter:316,schmid:380,schneider:[233,235],schoen:345,schr:474,schroding:384,schroeder:474,schulten:[234,294,346,474],schunk:305,schwen:9,sci:[73,325,375,409,417],scienc:[8,198,211,230,294,314,382,408,440],scientif:[140,382],scm:11,scratch:[12,41,208],screen:[],screenshot:11,scripe:11,script:[],scripta:67,scsl:12,sdk:[],sea:11,seagreen:189,seamlessli:279,search:[0,2,3,8,12,165,167,189,190,305,351,352,353,355,357,449,455,456,468,479],seashel:189,sec:[12,473,478],second:[1,3,6,9,10,11,12,16,17,54,57,59,61,71,88,91,105,112,133,134,138,141,152,158,162,163,165,166,167,186,187,189,192,201,202,203,204,205,206,211,225,226,231,246,248,273,287,289,290,293,294,302,303,305,314,315,317,328,345,348,352,353,355,356,360,365,366,367,369,370,375,376,382,384,385,388,389,391,395,398,407,411,413,437,440,441,442,449,450,451,452,454,456,461,463,467,468,472,474,478,479,480,481,483],secondari:[3,176],sectinn:482,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,92,93,96,97,98,99,100,101,103,104,105,106,107,108,109,111,112,113,114,115,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,142,143,144,145,147,148,149,150,151,152,153,154,155,156,157,158,159,160,162,163,165,170,171,172,173,174,175,176,177,178,179,181,182,183,184,187,188,190,192,195,196,197,198,199,201,202,203,204,205,206,207,208,209,210,211,213,214,215,217,218,220,221,222,224,225,226,227,228,230,232,233,234,235,236,237,238,239,240,242,243,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,262,264,265,266,267,268,269,271,272,273,275,276,277,279,280,281,282,283,284,285,286,287,290,292,293,294,295,296,297,298,299,301,305,308,309,310,311,312,313,314,315,316,317,318,320,321,323,324,328,329,331,332,333,334,335,336,337,339,340,341,346,347,348,350,354,355,357,359,360,361,362,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,411,412,413,414,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,449,450,451,452,454,455,459,462,463,464,465,467,468,469,472,474,479,480],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,109,112,142,151,170,171,173,174,175,176,178,179,181,182,184,195,207,221,224,228,233,249,251,252,253,254,255,256,264,266,267,269,282,290,292,293,308,310,321,331,333,334,335,336,339,341,346,361,362,364,367,369,370,371,372,374,375,376,379,380,382,383,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,408,412,413,414,416,421,422,428,437,438,439,440,441,443,445,446,447,463],section_accerl:382,section_command:[0,1,9,330],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,93,94,95,96,97,98,99,100,101,104,106,109,110,111,114,116,117,120,135,136,137,138,140,141,144,146,158,159,161,162,166,185,201,248,259,262,265,320,365,378,449,454,457,468],section_modifi:[6,7,42,187,188,472],section_packag:12,section_perf:7,section_python:[6,12],section_start:[3,4,6,9,11,349,355,448,449,463,469,472],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,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,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,242,243,244,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,264,265,266,267,268,269,271,272,273,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,292,293,294,295,296,297,298,299,301,302,304,305,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,326,328,329,330,331,332,333,334,335,336,337,339,340,341,342,345,346,348,349,350,352,353,354,355,356,357,359,360,361,362,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,445,446,447,448,449,450,451,452,454,455,456,457,459,460,461,462,463,464,466,468,469,470,471,472,473,474,479,480,481,482,483],seed1:469,seed2:469,seed:[3,164,167,186,188,197,199,209,210,211,213,215,222,225,226,227,233,234,235,236,273,276,280,285,290,305,309,312,317,324,368,380,381,449,464,469,474,479,480],seed_com:234,seed_drud:234,seek:[41,208],seem:[6,212,318,352,407,463],seen:[12,236,326],segement:3,segment:[3,4,6,7,40,42,82,113,192,262,290,305,380,394,420,435,436,454,462,464],select:[6,12,15,17,59,71,117,118,153,158,163,164,184,188,190,197,199,204,205,214,215,222,225,230,231,246,294,304,312,313,318,320,322,324,325,327,343,345,351,355,357,360,390,395,407,451,455,457,463,464,468,479],self:[],sellerio:13,semi:[3,190,198,199,270,272,455],semiax:143,semimet:384,send:[0,3,5,7,8,11,12,189,230,451],sender:[3,451],sens:[1,3,6,7,18,39,41,42,59,183,187,201,203,204,205,206,208,211,214,226,227,232,233,234,235,276,280,285,291,305,312,313,317,320,328,355,376,396,400,439,440,441,449,454,459,463,466,471],sensabl:230,sensibl:104,sensit:[2,6,73,212,285,480],sent:[189,230,343],separ:[2,6,7,12,13,40,41,76,116,122,140,162,164,167,189,190,198,202,208,209,210,211,212,215,218,225,233,234,249,261,273,276,277,279,281,285,290,293,305,308,309,310,313,320,328,346,360,367,369,376,377,379,405,406,407,413,418,427,436,437,438,441,446,452,454,455,456,463,466,471,474,480,481,482],seper:377,sequec:479,sequenc:[2,3,12,41,59,187,188,189,190,208,227,248,328,348,355,391,417,469,479],sequenti:[59,60,189,417,455],sequestr:7,ser:272,seri:[3,4,6,13,18,140,187,188,189,202,206,226,227,276,359,362,387,407,411,421,428,438,452,461,462,471,472,479],serial:[],serial_icc:12,serious:8,serv:[6,128,166,305,435],server:[1,232,360],set:[],set_callback:223,set_energi:223,set_vari:[6,11,452],setarea:236,sete:[201,211],setenv:[11,12,373],setfl:[13,361,382],setforc:[],setgamma:236,setmask:8,settl:212,setup:[3,4,6,7,8,11,12,13,16,37,40,55,59,71,87,91,152,165,166,167,168,183,189,198,211,214,305,318,340,356,357,360,436,451,454,462,481,483],setup_pre_exchang:8,setup_pre_forc:8,setup_pre_force_respa:8,setvel:2,seven:409,seventh:[133,138],sever:[1,4,5,6,7,8,10,11,12,13,15,18,39,40,63,71,87,158,165,168,183,187,190,192,198,209,210,212,227,233,236,240,249,275,277,279,290,294,305,312,321,343,348,353,360,363,366,370,381,382,391,400,404,407,411,417,419,420,426,449,452,456,460,468,472,474,479,480],sfactor:[3,188,189],sfftw:12,sgi:12,sgmc:199,sgrid:305,sgroup:162,shade:188,shake:[],shan:[17,282,375],shanghai:[9,13],shape:[2,3,6,8,40,41,58,59,62,71,82,113,130,143,147,148,164,166,186,188,189,192,193,204,208,212,214,233,247,249,251,254,257,258,266,267,280,305,318,326,365,387,421,451,454,455,456,464],shapei:[113,454],shapex:[113,454],shapez:[113,454],shapshot:459,share:[],shared0:[],sharon:290,sharp:[326,407,441],shawn:9,shear:[3,4,5,6,7,9,59,61,147,186,212,214,236,249,267,305,320,323,388,405,406,416,424,426],sheet:458,shell:[],shen:9,shenderova:362,sheppard:352,shflag:12,shield:[],shift:[],shiftse:305,shiga:[6,249,250],shini:[188,482],shinoda:[6,9,249,250,422],shiny:188,ship:190,shlib:[11,12],shlibflag:12,shock:[4,9,192,197,247,253,280,324,398],shockvel:[247,280],shortcut:[212,249,277,290],shorter:[3,119,225,271,357,411,462],shortest:[188,357,363,463],shorthand:189,shoul:443,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,96,97,98,102,103,109,110,112,141,142,143,146,147,150,151,152,154,157,160,162,164,166,168,170,171,172,173,174,175,176,178,179,181,182,184,185,186,187,188,189,193,194,195,196,199,207,208,209,210,211,212,214,215,217,218,220,221,222,223,224,225,226,227,228,229,231,233,234,235,236,238,239,240,241,246,249,251,252,253,254,255,256,261,264,266,267,269,271,272,273,274,275,276,277,278,280,281,282,283,284,285,286,287,288,289,290,292,293,299,302,305,306,308,309,310,311,312,313,316,317,318,320,321,322,323,324,325,326,327,328,330,331,332,333,334,335,336,339,341,346,348,349,351,353,354,355,356,357,358,360,361,362,364,365,367,368,369,370,371,372,373,374,375,376,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,411,412,413,414,415,416,418,419,421,422,423,425,428,435,437,438,439,440,441,442,443,445,446,447,449,450,451,452,454,455,456,457,458,459,461,462,463,464,466,470,471,472,474,479,480,481],shouldn:[3,8],show:[6,11,12,116,271,355,390,407,438],shown:[1,12,17,41,96,97,118,140,150,163,183,208,211,233,249,267,273,276,285,312,345,384,385,387,388,404,421,454],shrank:71,shrink:[3,6,41,57,59,71,166,186,187,188,193,194,197,208,214,215,231,236,271,305,324,328,345,346,353,376,396,400,411,454,455],shrunk:71,shut:[6,11,356,453],si4:163,siam:325,sic:[4,376,391,407,413,437,439,441],sic_tersoff:417,sicc:[383,437,439,441],sicg:[439,441],sicsi:[383,437,439,441],side1:457,side2:457,side3:457,side4:457,side:[3,8,41,57,61,154,164,199,200,208,211,215,225,231,236,246,271,276,284,302,322,326,327,328,355,376,387,388,421,443,452,454,457,464],sidewai:4,sienna:189,siepmann:320,sigam:374,sigam_ii:394,sige:[439,441],sigma0:366,sigma14:404,sigma1:366,sigma2:366,sigma:[3,6,10,45,46,50,54,87,170,187,189,193,194,225,236,271,305,321,322,326,348,357,360,362,365,366,367,371,372,374,379,380,381,383,384,387,389,390,394,395,396,397,398,399,400,401,402,403,404,410,411,421,422,431,437,443,463,478,479,480],sigma_14:371,sigma_:377,sigma_c:374,sigma_cc:[362,374],sigma_h:386,sigma_i:[385,411],sigma_ii:[394,443],sigma_ij:[394,411,443],sigma_j:411,sigma_max:381,sigma_ss:374,sign:[3,6,12,175,183,270,302,325,330,462,471,479],signicantli:17,signifi:[3,66,75,90,93,104,106,114,144,159,161],signific:[7,12,18,86,226,247,250,285,305,318,384,387,407,411,481],significantli:[1,6,39,141,162,236,249,289,384,437],sij:202,sikandar:17,silbert:388,silent:[189,452,465],silicon:[383,407,437,454],sill:416,silver:189,sim:[9,422],similar:[5,6,7,8,9,12,17,18,40,41,46,59,68,87,112,115,141,164,165,187,189,192,193,194,201,208,223,224,226,233,239,240,250,279,280,285,289,290,309,312,322,323,325,327,346,351,352,354,362,365,366,380,382,384,388,404,405,411,416,417,426,451,456,461,463,468,470,472,474,479,480,481,483],similarli:[3,6,7,8,59,112,160,166,168,186,187,188,189,200,201,203,204,205,206,210,214,220,231,249,251,252,254,255,275,277,290,291,293,305,312,313,320,326,331,346,348,355,358,370,388,400,437,451,454,457,458,463,464,468,482],simluat:[6,39,189,305,405,455,456],simlul:[290,317],simmul:320,simpl:[],simpler:[8,42,189,290],simplest:[3,8,40,66,75,90,93,104,106,114,116,144,159,161,281,474],simpli:[1,3,6,8,11,12,14,17,66,71,75,88,90,93,95,104,106,113,114,119,144,159,161,167,168,189,192,193,194,201,203,204,205,206,210,212,214,218,223,232,234,239,249,273,277,288,290,291,313,319,320,345,346,348,354,355,360,370,379,391,400,407,411,451,452,459,462,469,472,478,479],simplif:384,simplifi:[199,289],simplist:11,simualt:346,simul:[],simulatan:360,simulation_nam:420,simulatoin:[12,455],simult:360,simultan:[6,7,15,16,214],sin:[214,246,322,325,327,417,454,457,464,479],sinc:[0,1,2,3,6,8,9,10,11,12,13,15,16,21,22,33,39,41,44,54,59,64,67,71,73,89,90,110,116,118,143,144,154,162,166,167,169,170,172,177,187,188,189,192,193,194,195,196,199,200,201,202,203,204,205,206,207,208,211,212,213,214,215,219,220,225,227,229,232,233,235,236,246,249,251,252,253,254,255,258,261,267,271,273,276,278,279,285,288,290,294,304,305,313,317,318,319,320,322,323,326,327,328,329,331,332,344,346,353,354,355,356,359,360,361,362,366,369,370,371,372,374,375,379,380,381,382,383,387,388,389,391,392,393,395,396,398,399,400,401,402,403,404,405,406,407,408,409,411,414,417,418,419,420,421,422,427,428,437,438,439,440,441,447,449,451,452,454,455,456,457,459,462,463,464,465,466,468,472,474,478,479,480,482],sinclair:[7,382,436],sine:417,singapor:140,singh:361,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,92,93,104,106,108,113,114,115,116,117,119,144,159,161,162,164,187,188,189,190,192,197,200,201,202,203,204,205,206,208,210,211,212,215,218,222,224,229,236,239,246,249,250,253,261,273,275,276,278,289,290,291,293,295,301,305,307,317,319,322,323,325,327,328,330,345,346,351,354,355,356,357,359,360,361,362,366,371,373,375,381,382,383,384,385,388,389,390,391,392,393,407,408,409,413,414,417,418,419,420,421,427,428,437,439,440,441,449,450,452,454,461,462,463,464,465,466,467,468,471,479,482,483],singleel:366,singular:[404,405,406],sinnott:[282,362,375],sinusoid:[164,214,322,323,325,327],sio:375,sirk:[141,435],sisic:[383,437,439,441],sisisi:[383,437,439,440,441],sister:373,sit:[272,454],site:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,67,70,87,230,236,237,293,346,361,366,376,382,386,396,400,404,414,419,420,442],situat:[9,212,225,236,249,273,291,352,366],sival:163,six:[6,133,138,140,202,203,413,417],sixth:413,sixthpow:[372,411],size:[],size_restart:8,sizex:255,sjplimp:[0,7,11,12],sjtu:9,skew:[3,6,58,59,166,188,214,249,454,457],skin:[3,12,39,61,73,115,165,167,225,261,290,317,356,357,360,415,472,478],skip:[12,16,33,177,275,344,354,359,395,454,459,462,471,479],skyblu:189,slab:[3,6,71,152,204,276,302,345,346,356,411],slateblu:189,slategrai:189,slater:[],sleight:54,slepoi:407,slice:[],slider:11,slight:[3,12,317],slightli:[1,6,39,40,187,188,190,285,290,346,362,376,394,396,400,439,441,449,462,481],sligthli:379,sliozberg:435,slip:[3,192,305,321,327],sllod:[],slope:[6,103,104,313,315,320,377,479],slot:1,slow:[3,6,7,12,39,226,230,233,234,247,305,312,345,355,360,411,463,474,480],slower:[1,10,17,39,234,346,360,366],slowest:[317,451],slowli:[12,71,208,321,353,428,456],slurm:12,slurm_localid:12,sm3:163,small:[],smallbig:3,smaller:[1,3,6,12,16,17,39,56,59,61,71,119,162,166,187,188,189,199,215,219,225,236,272,290,305,315,330,345,346,351,360,394,411,436,443,444,454,461,463,483],smallest:[3,70,72,162,247,287,479],smallint:3,smallq:346,smallsmal:[3,12],smart:227,smd:[],smd_contact_radiu:464,smd_mass_dens:464,smi:[3,360],smirichinski:9,smit:225,smith:414,smmoth:464,smooth:[],smoother:164,smoothli:[54,140,313,320,371,389,402,404,441,447],smpd:12,sn2:163,sn4:163,sna:[],snad:[],snap:[],snapcoeff:427,snaphot:459,snapparam:427,snapshot:[],snav:[],snb:17,snow:189,soc:390,socket:[12,17,18,232,451],soft:[],softer:[322,326],softwar:[1,6,11,12,14,15,16,17,18,19,162,230,275,291],sole:[209,210,355,417,424,426],solid:[4,6,7,10,39,40,41,59,70,73,91,141,162,198,208,212,214,219,239,249,251,252,254,255,271,272,277,290,312,315,346,348,367,398,416,424,426,454],solut:[3,6,13,162,212,219,247,288,293,305,326,479],solv:[3,12,18,236,281,293,315,317,346,352,406],solvat:[4,10,164],solvent:[4,7,13,61,71,165,167,208,222,226,227,233,249,288,290,302,305,313,320,321,371,374,376,377,386,396,405,406,421,436,454,464],solver:[],some:[1,2,3,4,6,7,8,10,11,12,13,16,17,18,39,40,41,55,61,63,71,102,105,107,113,117,119,143,144,145,156,157,158,164,167,172,175,183,185,187,188,189,192,193,194,197,199,200,201,202,203,204,205,206,208,210,211,212,213,222,225,247,249,250,278,279,281,283,290,294,306,312,317,318,319,321,322,328,343,344,345,346,351,352,353,354,355,356,357,360,363,365,366,373,376,382,384,391,411,419,420,436,438,449,451,452,453,454,456,459,460,461,462,463,464,466,468,471,472,478,479,480,483],somehow:3,someindex:329,someon:[7,11,353],someth:[2,3,7,8,11,12,59,212,249,322,325,327,356,391,452,461],sometim:[2,3,6,8,12,18,204,212,249,313,320,345,357],somewhat:[7,9,12,70,144,154,201,249,345],somewher:[17,250,384],soon:[199,211,222,225,230],sophist:7,sorensen:468,sort:[3,13,16,39,71,187,189,190,230,355,356,360,381,455,456,482],sound:[128,236,247,295,433,434],soundspe:[433,434],sourc:[],source_integr:198,sourceforg:11,south:140,souza:313,space:[2,3,6,8,11,12,18,41,59,71,118,140,153,158,163,164,184,186,188,193,194,197,203,204,205,208,210,214,215,231,236,243,246,249,272,273,288,291,295,305,322,324,325,327,330,345,346,348,354,355,356,367,369,370,376,379,382,384,394,396,400,407,414,417,422,438,444,446,451,454,457,466,472,474,479,480],spahn:388,span:[2,12,38,71,193,194,204,231,290,345,361,362,366,375,382,385,392,393,407,408,409,413,417,427,437,439,440,441,448,449,457,458,479],spars:[71,184],spatial:[],spawn:230,spc:[],spcpu:472,speak:[17,305,312],spearot:[118,163,291],specfi:[12,107,231,457],speci:[],special:[],special_bond:[],specif:[1,2,3,6,7,8,9,10,12,13,15,17,18,22,29,33,40,41,42,50,63,71,108,113,115,116,144,146,149,164,172,177,187,188,189,190,192,193,194,197,198,201,202,203,204,205,206,208,211,213,222,223,225,226,230,236,244,276,278,279,282,290,312,317,318,322,328,332,346,353,355,360,362,365,366,378,382,387,388,391,392,393,394,407,411,419,420,421,436,437,442,443,451,454,455,459,460,461,463,464,470,471,472,478,479,480,481],specifi:[2,3,6,7,8,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,103,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,141,142,144,146,151,152,153,158,159,160,161,162,163,164,165,166,167,168,170,171,172,173,174,175,176,177,178,179,181,182,183,184,186,187,188,189,190,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,218,219,220,221,224,225,226,227,228,229,231,232,233,234,236,237,238,239,241,244,245,246,247,248,249,250,251,252,253,254,255,256,261,264,266,267,268,269,270,271,272,274,275,276,277,278,279,280,281,282,283,285,286,287,288,289,290,291,292,293,294,298,299,302,303,304,305,306,307,308,309,310,312,315,316,317,319,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,339,340,341,344,345,346,348,349,350,353,354,355,356,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,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,416,417,418,419,420,421,422,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,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,474,478,479,480,481,482,483],specifii:[227,236],speciti:463,spectral:427,spectrum:[9,140,280,285],sped:[39,247],speed:[1,3,6,9,12,14,15,16,17,18,19,39,41,128,189,208,233,236,247,280,295,305,312,318,324,345,346,355,360,366,376,411,433,434,439,449,463,469],speedup:[1,18,346,463],spefici:[164,188,390],speicifi:354,spell:457,spellmey:[6,170,466],spend:200,spent:[1,12,13,15,449,468],sph:[],sph_lammps_userguid:9,sph_user_guid:9,sphere1:236,sphere:[],spheric:[],spheriod:[3,6],spherioid:305,spheroid:[6,290,305],spike:116,spin:[9,40,113,323,363,384,454],spirit:7,spit:3,spline:[],split:[1,3,6,12,18,41,201,204,208,234,249,325,345,360,443,448,451,463],splittol:[6,345],sppark:6,spread:[1,6,12,330,462],spring:[],springer:294,springgreen:189,sptial:71,sputter:215,sq2:[3,348],sqrt:[2,3,59,81,89,225,233,234,235,271,305,321,323,348,374,380,382,386,388,407,411,479],squar:[],squeez:[212,231,405,406],squibb:[5,7],sr2:163,src:[0,1,3,4,6,7,8,9,11,12,14,15,16,17,18,19,162,187,223,293],srd:[],srolovitz:382,srp:[],srun:12,ssao:[188,482],stabil:[6,233,249,366,419],stabl:[6,64,128,236,253,289,295,366,474],stabli:226,stack:[3,8,70],stage:[3,87,192,223,248,284,328,355,449,468,479],stagger:[1,3,189,346,461,470,479],stai:[3,14,17,193,194,247,263,280,360,454],stamp:[312,455],stamped:12,stan:17,stand:[0,6,7,13,286,419,420,452],standard:[],stanford:9,starikov:317,start:[],start_6:386,start_7:463,startstep:479,stat:[12,54,168,271,285,353,380],statcoul:478,statcoulomb:478,state:[],statement:[3,452,453],stationari:[],statist:[3,6,12,39,41,64,209,210,211,226,227,233,234,235,275,276,280,285,290,293,305,316,317,318,353,355,362,380,381,388,405,446,449,456,462,464,468,471,472],statu:[3,12,54,60,121,168,213,218,234,375,468],statvolt:478,std:12,stdin:[3,12,344],steadi:[6,247,253,280],steelblu:189,steep:438,steepest:[7,352],steer:[7,9,213,216,294],stegailov:317,steinhaus:474,stencil:[3,236,345],step:[1,2,3,6,8,10,11,12,13,14,15,16,17,18,19,39,71,91,96,97,110,116,117,128,141,150,160,162,187,188,189,190,192,193,194,198,199,201,202,203,204,205,206,208,209,210,211,212,214,215,218,219,222,223,225,227,230,231,234,247,261,271,272,278,279,280,281,282,283,291,293,294,295,305,307,310,311,312,313,314,315,316,317,318,319,320,327,328,330,344,345,351,353,355,356,380,386,390,407,419,420,449,451,452,456,458,459,461,462,463,468,469,471,472,474,479,483],stepani:294,stepwis:87,stesman:312,steve:[0,5,7,13],steven:211,stiff:[6,40,51,209,210,272,273,353,416,474],stile:377,still:[1,3,6,9,11,12,13,14,17,18,38,41,61,71,108,116,162,168,184,185,187,189,193,194,208,229,233,261,281,285,305,317,330,345,346,351,372,382,387,388,391,395,405,415,419,421,428,436,454,456,462],stilling:[3,5,7,15,88,383,409,417,436,437,466],stipul:230,stl:[71,298,301],stl_surf:301,stochast:[4,7,9,192,227,305,312,327,381],stoddard:379,stoke:[236,321],stoll:[233,235],stone:[9,19,346,379],stop:[],stopstep:479,stopthresh:[41,208],storag:[3,12,15,319,360,466],store:[],store_st:306,storm:12,stouch:7,str:479,straatsma:6,straddl:[3,59,61,154,231,290,302,328,454,458,464],straight:290,straightforward:[13,384,474],strain:[2,3,6,59,80,121,124,125,130,131,132,136,137,186,212,214,247,249,253,405,406],strang:[184,188,479],strategi:[],stratford:236,strcmp:330,stream:[3,6,112,141,144,147,148,188,198,214,226,227,233,234,267,276,285,305,480],streamlin:[12,462],streitz:[],streiz:376,strength:[3,140,158,169,188,289,322,326,391,420,421,466],stress:[],stretch:[3,54,59,117,209,294],strict:427,strictli:[6,41,184,208,247,280,312,454],stride2:479,stride:[189,227,461,470,479],strietz:376,strike:215,string:[2,3,6,11,12,41,164,187,189,201,202,203,204,205,206,208,225,278,291,330,347,359,407,417,418,419,427,450,452,454,464,465,471,472,479],strip:479,strong:[281,362],stronger:6,strongest:[405,406],strongli:[1,6,13,215,290,293,317,474],structrur:3,structur:[],structured_point:291,strucur:73,stuart:[281,282,362,375,436],stub:12,stuck:212,student:275,studi:[6,105,398],studio:12,stukowski:[199,382],style1:[33,50,177,337,391,454],style2:[33,50,177,337,391,454],style:[],style_nam:[249,250],stylist:8,sub1:465,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,107,140,158,166,177,183,188,189,193,194,208,212,214,249,250,253,272,280,285,290,293,317,318,326,328,337,340,348,350,360,365,375,381,387,388,390,391,411,419,420,421,442,443,451,454,457,463,471],subbox:[117,188,189],subdirectori:4,subdivis:236,subdomain:236,subequ:11,subgroup:[187,482],subject:[6,41,167,208,442],submit:[],subramaniyan:13,subroutin:360,subscript:[11,317,331,385,479],subsequ:[6,11,12,41,59,165,189,208,212,225,312,317,318,319,348,359,382,436,452,454,455,461,464,465,473,479,483],subset:[6,11,12,16,41,80,140,187,189,208,245,249,251,252,253,254,255,276,277,281,290,355,360,362,366,391,411,448,451,454,456,459,463,479],substanti:[6,16,437,463],substep:249,substitut:[1,2,3,12,187,232,355,359,384,411,452,465,479],substract:376,substrat:[166,212,249,251,252,254,255,277,290,454],substyl:[404,463],subsystem:317,subtl:[94,96,97,227],subtleti:150,subtract:[3,6,54,63,91,94,97,102,103,105,112,141,142,143,144,145,146,147,148,150,151,152,153,154,156,157,187,192,201,225,226,229,233,234,235,237,241,245,267,274,290,328,356,403,454,464,472,479,480],succe:12,succeed:202,succesfulli:3,success:[2,6,11,12,14,15,116,187,189,199,202,212,215,225,261,276,290,305,312,330,353,355,452,461,462],successfulli:[3,11,187,215,452,465],successulli:11,successv:459,sucessfulli:3,sudden:36,suddenli:326,sudo:[11,12],sufac:42,suffer:[16,17,18,320,326,360],suffici:[2,3,7,17,18,41,61,71,204,208,247,249,272,305,312,319,322,330,395,411,454,474],suffix2:12,suffix:[],suggest:[0,7,12,247,280,452,474],suit:[7,9,13,194,236,384],suitabl:[4,12,13,17,54,87,187,211,279,309,366,373,388,404,407,419,420,449,468],sum:[3,6,8,9,12,40,70,71,76,80,83,88,89,90,94,98,103,105,107,109,110,112,116,117,123,139,140,141,142,144,145,146,147,150,151,152,153,154,156,158,160,161,162,201,202,203,204,205,206,215,223,226,233,234,239,271,272,276,280,285,290,291,294,304,315,317,319,322,326,328,345,346,353,365,376,380,384,385,394,396,399,407,419,420,427,443,452,472,474,479,480],summar:[6,385],summari:[],summat:[6,9,42,70,88,345,346,370,376,382,383,396,400,437,439,440,441],summer:[3,13,204,419,420],sumsq:117,sun:[21,43,171,331,372,411,420],sunderland:17,sup:[272,280,285,375,474],supercomput:[12,17,18,452],superpos:[391,436],superposit:7,supplement:[227,419,420],supplementari:[213,387,421],suppli:[12,184,225,247,317],support:[1,3,6,7,8,9,11,12,13,14,15,16,17,18,19,40,41,42,87,88,102,107,187,188,189,190,193,194,195,196,201,208,211,212,213,220,223,227,228,231,233,234,235,236,244,247,249,251,252,253,254,255,266,267,268,269,271,272,277,280,282,284,289,290,295,296,297,298,299,301,302,304,308,309,310,311,315,320,322,326,343,344,345,346,352,353,354,360,361,362,363,364,365,366,367,368,369,370,371,372,374,375,376,377,379,380,381,382,383,384,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,414,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,437,438,439,440,441,442,443,445,446,447,451,455,456,461,463,464,465,467,468,474,478,482,483],suppos:[3,8,385,479],suppress:[6,12,162],sure:[6,8,11,13,14,184,193,194,212,290,293,327,382,438],surf:165,surfac:[2,3,4,6,8,40,42,57,70,118,140,162,164,167,188,192,215,222,231,236,239,271,282,289,298,301,302,305,312,317,322,326,327,355,366,391,405,406,425,443,446,451,457],surface_mov:317,surfact:[377,386],surpris:384,surrog:9,surround:[38,56,70,164,184,189,212,249,251,252,254,255,271,277,290,438,474],suspect:3,suspens:[405,406],sustain:[187,212,388],suzuki:[249,290],svg:6,svn:[7,11,12],sw_exampl:418,swamp:290,swap:[],swegat:316,swiggl:[3,246,322,325,327,457,479],swiler:[140,427],switch7_section_start:386,switchflag:[140,427],swm4:474,swol:53,swope:6,sxx:189,sy0302:9,symbol:[6,12,118,163,287,366,384,427],symmetr:[6,70,87,93,112,131,132,133,136,137,138,141,193,194,212,249,250,313,320,361,373,379,382,439,441,479],symmetri:[3,5,6,7,8,63,64,70,166,187,247,271,331,346,361,454,474],sync:[3,6],synchron:[1,227,355],synechococcu:7,syntax:[],sysdim:272,sysstem:366,system:[],system_:273,systemat:[6,233],systemx:3,t10:469,t11:469,t12:469,t13:469,t14:469,t15:469,t3e:12,t_chain:3,t_corr:3,t_correl:449,t_dephas:449,t_e:317,t_e_min:317,t_equil:[314,315],t_event:[3,449,468],t_hi:468,t_infil:317,t_init:[280,317],t_iter:3,t_lb:236,t_lo:468,t_order:3,t_oufil:317,t_out:317,t_outfil:317,t_qm:280,t_switch:[314,315],t_target:368,ta06a:427,ta5:163,tab:[2,454],tabbernor:118,tabinn:411,tabul:[3,7,13,22,37,38,44,55,56,65,71,79,92,184,305,345,361,366,367,369,370,371,372,373,376,382,384,396,400,414,417,420,422,436,438,439,444,456],tabular:417,tabulate_long_rang:420,tad:[],tadmor:9,tag:[198,217,474],tagint:3,tail:[3,87,110,158,361,362,363,364,365,366,367,368,369,370,371,372,374,375,376,377,379,380,381,382,383,384,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,414,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,443,445,446,447,456,472],tailor:[71,318],tait:[9,433,434],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,109,112,113,116,117,141,142,151,158,162,168,170,171,172,173,174,175,176,178,179,181,182,184,187,188,189,193,194,195,207,208,212,214,221,224,228,232,233,234,249,251,252,253,254,255,256,264,266,267,269,282,290,292,293,302,303,304,305,307,308,309,310,318,321,328,331,332,333,334,335,336,339,341,345,346,350,360,361,362,364,366,367,368,369,370,371,372,373,374,375,376,379,380,382,383,385,386,387,388,389,390,394,396,397,398,399,400,401,402,403,404,405,408,412,413,414,416,419,420,421,422,428,435,437,438,439,440,441,442,443,445,446,447,448,452,455,462,463,464,471,472,479],taken:[6,59,164,186,211,215,225,226,227,233,234,235,236,276,280,283,317,335,382,384,387,437,449,463,464],talk:[6,7],talli:[3,6,8,41,107,113,201,203,204,205,208,210,233,235,250,305,313,320,384,386,390,419,420,479],tan:[189,479],tandem:[4,16,290],tangent:248,tangenti:[6,108,305,323,327,388],tanh:317,tantalum:[4,427],taper:[3,283],tar:12,tarbal:[0,8,11,12],target:[3,6,7,8,11,12,17,39,41,189,197,208,212,213,215,225,226,227,233,234,235,249,250,251,252,253,254,255,266,267,268,269,273,277,280,285,290,294,303,308,309,310,311,316,317,320,321,324,343,346,368,380,449,460,462,480],target_fil:316,task:[1,6,7,12,13,14,15,16,17,18,54,189,230,273,318,360,452],taskset:16,tatb:[4,286],tatom:474,tau:[3,153,233,234,236,249,277,290,308,309,314,315,317,473,478],tau_1:226,tau_k:226,tau_n_k:226,tb3:163,tbead:156,tbp:366,tchain:[249,250,253,267,268,290],tcl:285,tcom:234,tcsh:[11,12,373],tdamp:[233,249,250,253,290,308,309],tdephas:449,tdrude:[149,218,234,474],teal:189,tech:[7,9,13],technic:[6,7,9,236,283,305,420],techniqu:[6,7,9,87,192,212,247,280,290,321,324,346,411,438,474],technolgi:9,technolog:[9,14,19,230],tell:[2,6,11,12,37,55,183,192,272,340,356,419,420,436,452,456,474],telsa:17,temeperatur:11,temp:[],temp_drud:474,temp_eff:97,tempcom:[143,157],temper:[],temperar:273,temperatur:[],temperature_definit:198,tempfix:469,templ:[7,9,18],templat:[3,8,13,17,19,40,164,165,167,215,225,276,290,293,354,454],templeton2010:198,templeton2011:198,templeton:[9,198],tempor:226,temporari:[2,461],temporarili:[184,289,467,468],ten:14,tend:[29,249,271],tensil:[7,214],tensor:[3,6,8,63,82,83,89,90,91,93,106,112,127,130,131,132,133,136,137,138,140,141,142,143,144,145,146,147,148,150,151,152,153,154,155,156,157,212,236,239,249,250,253,275,277,290,320,345,346,354,384,405,406,424,426,472,479],tenth:[127,344],term:[0,1,3,5,6,7,8,9,12,20,21,22,27,38,40,45,46,61,87,88,89,91,110,112,141,143,152,157,158,171,172,173,184,189,193,194,200,202,203,206,214,220,226,227,228,233,234,235,236,248,249,250,251,252,253,254,255,266,267,269,273,277,280,289,290,303,308,309,310,317,319,321,323,331,332,341,345,353,356,361,362,366,367,368,369,370,371,372,374,375,376,377,378,379,380,382,383,384,385,387,388,389,396,400,403,404,405,406,407,408,409,411,414,421,435,437,439,440,441,446,463,464,466,472,474],termin:[118,249,353,355,424,426,453,462],termostat:309,terrel:352,terri:7,tersoff:[],tersoff_1:[439,440,441],tersoff_2:[439,440,441],tersoff_mod:440,tertiari:176,tessel:[9,162],test:[],test_descriptor_str:3,testf:184,testu:184,tether:[6,288,294,302,304,315,386],tex:8,texa:416,texas_holdem:289,text:[2,3,4,6,7,8,12,13,38,41,56,184,187,188,189,192,198,201,202,203,204,205,206,208,213,230,278,316,317,329,346,348,355,382,385,395,407,427,438,450,454,455,471,479,481],textur:17,tfactor:[3,189],tfinal:479,tfix:289,tfmc:[],th4:163,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,105,108,112,115,116,119,141,162,165,166,167,173,184,186,187,189,192,197,199,201,203,204,205,206,208,209,210,211,212,214,215,216,219,222,225,226,227,228,231,232,233,236,247,271,272,276,277,278,279,280,281,283,285,288,289,290,291,294,295,301,302,303,305,309,310,312,313,317,320,321,322,323,324,325,326,327,328,330,345,346,351,352,353,354,355,356,357,360,365,366,367,369,370,371,382,384,387,388,394,405,406,407,411,419,420,421,428,436,437,438,441,443,444,446,449,450,451,452,454,455,456,457,458,459,462,463,466,468,469,471,479,480,481],thank:[230,439,441],thb:420,thb_cutoff:420,thb_cutoff_sq:420,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,93,103,104,106,108,109,112,114,115,116,117,119,140,142,143,144,146,147,150,151,157,159,161,164,166,167,168,170,171,173,174,175,176,178,179,181,182,183,184,187,188,189,192,193,194,195,197,200,201,202,203,204,205,206,207,208,209,210,211,212,214,215,220,221,224,225,226,228,229,230,233,234,236,239,246,249,251,252,253,254,255,256,257,258,259,264,266,267,269,275,276,277,278,279,281,282,289,290,291,292,293,305,306,308,309,310,312,316,317,319,320,321,323,325,326,328,330,331,333,334,335,336,339,340,341,343,345,346,348,350,352,353,354,355,356,359,360,361,362,364,365,366,367,368,369,370,371,372,373,374,375,376,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,394,396,397,398,399,400,401,402,403,404,405,406,407,408,409,412,413,414,416,417,419,420,421,422,427,428,435,436,437,438,439,440,441,442,443,444,445,446,447,450,452,454,455,456,457,458,459,463,464,466,467,472,474,479,481,482],them:[1,2,3,4,6,7,8,9,11,12,13,14,39,40,41,54,59,71,91,107,114,117,119,166,171,187,188,189,190,200,201,202,203,204,205,206,208,211,212,214,222,230,233,234,245,249,251,252,253,254,255,266,269,271,277,279,287,288,289,290,293,305,308,309,310,312,316,317,319,323,324,325,327,328,331,346,348,354,355,356,360,361,366,373,382,385,387,391,411,421,428,443,449,452,454,461,466,469,474,479,480],themselv:[6,11,167,193,194,208,234,345,346,355,357,361,366,376,382,404,407,408,409,427,479],theor:312,theorem:[226,233,366],theoret:[105,230,280,437],theori:[3,9,12,40,140,198,213,227,249,272,345,346,366,446,468],thereaft:[71,241,274,290,313,320,452],therebi:[318,405,406],therefor:[3,6,12,64,87,149,199,218,225,234,236,293,312,346,378,418,420,437,442,447,463,474],therein:[6,407],thereof:87,thermal:[],thermo:[],thermo_modifi:[],thermo_p:[3,63,109,452,472],thermo_press:[63,112,212,218,249,251,252,253,254,255,277,471,472,474],thermo_styl:[],thermo_temp:[63,112,142,211,212,225,249,251,252,253,254,255,266,267,269,272,277,308,309,310,471,472,474],thermoberendsen:6,thermochem:478,thermochemistri:384,thermodyam:[472,478],thermodyanm:[63,211,305,328,463],thermodynam:[],thermophys:411,thermost:[6,146,197,213,218,234,324,474],thermostat:[],thermostatequ:6,thesi:[345,346,405,418],thess:367,theta0:[20,21,24,26,27,28,32,33,35,36,140,173,289,339],theta0max:140,theta10:366,theta1:[171,331,366],theta2:[171,331,366],theta3:[331,366],theta4:366,theta5:366,theta6:366,theta7:366,theta8:366,theta9:366,theta:[3,6,26,27,37,38,63,65,80,140,163,164,173,186,188,228,285,289,317,331,339,390,417,440,454,457,464],theta_0:413,theta_:[339,366],theta_c:390,theta_ijk:366,theta_ijl:331,theta_jik:[408,409],theta_pi:366,theta_sigma:366,thex:281,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,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,301,302,303,304,305,306,307,308,309,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,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,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,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,480,481,482,483],thick:[71,118,188,204,457],thie:110,thijss:312,thin:[116,188],thing:[3,6,11,12,54,68,71,212,249,277,290,305,451,452,456,479],think:[3,6,7,8,11,13,189,290,328,333,336,348,353,391,419,420,438,452,456,459,479],third:[6,9,29,91,134,140,141,162,201,202,203,204,205,206,226,287,302,303,317,375,385,407,413,442,449,450,452,454,457],thirumalai:176,thistl:189,tho:383,thole:[],thompson:[0,5,7,9,13,112,140,141,427],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,43,45,46,47,48,49,50,51,53,54,56,61,71,77,87,91,108,109,110,112,116,140,141,144,154,164,168,170,171,173,174,175,176,177,178,179,181,182,184,186,187,188,189,199,200,201,202,204,205,206,212,214,215,222,225,228,230,231,232,233,239,248,249,251,252,253,254,255,256,264,266,267,269,276,279,282,290,307,314,315,319,323,324,325,328,329,331,333,334,335,336,337,339,341,345,346,353,355,356,360,361,362,364,367,368,369,370,371,372,373,374,375,376,379,380,382,383,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,407,408,411,412,413,414,416,419,420,421,422,427,428,436,437,438,439,440,441,443,445,446,447,449,451,452,454,456,457,458,459,461,463,464,466,468,471,472,474,479,482,483],though:[6,8,12,16,39,40,63,71,91,104,164,187,189,199,204,209,210,212,214,219,250,288,290,292,301,313,320,330,345,348,355,380,381,382,384,385,387,388,404,405,411,449,454,456,457,462,466,479],thought:[147,233,267,290,321,322,352,388,395,474],thread:[1,3,9,12,16,17,18,230,318,360,467],threads_per_atom:3,three:[3,6,54,63,74,87,91,105,117,118,119,130,140,143,163,164,176,192,211,212,217,237,249,253,272,277,290,305,312,314,317,335,339,345,346,354,360,361,362,366,382,383,385,387,388,392,395,407,408,409,413,417,420,421,427,437,439,440,441,452,454,457,479],threebodi:437,thresh:[41,187,188,189,208,452],threshhold:[3,41,188,208,328,452],threshold:[3,41,86,189,208,271,356,420,449,468],thrid:452,through:[3,6,7,9,11,12,63,164,187,190,212,223,225,230,231,236,238,239,240,249,250,273,281,298,312,317,322,344,351,362,383,384,388,396,422,428,435,442,449,452,455,465,471,474],throughout:[6,16,116,118,318,360,454],thru:[3,6,7,11,12,66,74,75,81,89,90,93,103,104,105,106,159,186,187,189,203,246,305,325,330,344,353,359,457],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,93,103,104,106,108,109,113,114,115,116,117,140,141,144,147,152,154,159,160,161,164,166,167,168,172,177,183,184,186,187,188,189,190,192,193,194,195,196,200,201,202,203,204,205,206,207,208,209,210,211,212,214,215,218,220,222,226,227,228,229,230,231,233,234,239,244,249,253,263,271,277,279,281,285,288,290,291,292,293,294,298,299,302,303,304,305,306,308,309,310,312,313,316,317,319,320,321,322,325,326,327,328,330,331,337,345,346,348,351,353,354,355,359,360,361,362,365,366,367,368,369,370,371,372,373,374,375,376,380,381,382,383,384,385,386,387,388,391,392,393,394,396,400,404,405,406,407,408,409,411,412,414,416,417,418,419,420,421,427,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,449,451,452,454,455,456,457,458,459,461,462,463,464,466,468,469,470,471,472,474,478,479,480,481,482],thumb:[8,10,17,164,186,246,290,360,374,457,463],thz:285,ti2:163,ti3:163,ti4:163,tight:366,tightli:279,tij:379,tildeslei:[29,87,379],tile:[3,6,41,62,164,208,394,443,451],tilt:[3,6,57,58,59,71,152,166,187,189,204,212,214,215,228,247,249,250,271,280,346,348,454,457,472],time:[],time_integr:198,timedelta:202,timelin:5,timer:[1,12,14,17],timescal:[3,200,201,202,203,204,205,206,247,280,285,384,449,463],timespan:[233,234,249,277,290,308,309],timestamp:[3,459],timestep:[],timesteppnig:293,tin:[375,376],tine:202,tinfoil:346,tini:[164,353,366,480],tinker:7,tip3p:[],tip4:6,tip4p:[],tip:[],tirrel:322,titan:15,titer:290,titl:[201,202,203,204,205,206,278,420],title1:[201,202,203,204,205,206],title2:[201,202,203,204,205,206],title3:[201,202,203,204,205,206],tji:379,tl1:163,tl3:163,tlbr_msw:417,tlo:468,tloop:[249,250,253],tlsph:[2,122],tlsph_defgrad:122,tlsph_strain:[124,125],tlsph_strain_rat:[124,125,131],tlsph_stress:[121,131,132],tm3:163,tmax:[3,219,468],tmd:[],tmd_dump_fil:316,tmdatom:316,tmin:219,tmp1:[203,206,465],tmp2:[203,206,465],tmp3:465,tmp:[6,12,41,66,68,69,75,90,93,104,106,114,116,144,159,161,187,188,189,208,279,290,313,320,359,461,465,479],tobia:[249,250,290],todd:267,toe:158,toff:[354,454],togeth:[2,3,6,11,12,17,39,41,71,115,141,144,158,165,187,193,194,201,203,208,212,218,227,234,249,277,290,294,299,302,305,323,327,328,386,391,452,457,462,474,482],toggl:[59,168,461],togheth:3,togther:3,tol:[293,305,345,437],toler:[3,212,281,282,283,293,305,353,355,437,449,468],tomato:189,tong:[9,13],too:[1,3,6,7,39,41,64,67,70,72,73,77,88,140,152,165,167,188,208,209,210,212,215,222,225,229,249,272,277,281,285,287,293,305,312,313,317,320,346,355,356,360,380,449,457,468,471,474,479],took:[71,428],tool:[],toolkit:[6,7,13,14,15],top:[0,3,8,9,11,12,13,59,147,186,192,207,214,229,236,248,267,291,324,325,327,355,360,419,420,427,454,458,464],top_group:299,top_veloc:299,topic:[479,482],toplog:[3,451],topolgi:40,topolog:[2,3,6,7,8,12,13,39,40,87,108,115,167,168,189,209,210,230,275,354,391,411,451,454,455,456,458,459,466],topwal:207,torder:290,torqu:[],torsion:[6,171,172,183,362,419,420],torsion_flag:362,tosi:367,tot:285,total:[3,6,11,12,14,15,16,17,18,39,41,63,71,81,88,89,90,91,98,102,103,104,105,107,109,110,117,122,123,124,125,127,128,129,130,131,132,133,140,141,142,144,145,146,147,150,151,152,153,154,156,158,160,161,162,187,192,195,196,199,201,203,204,205,207,208,210,216,218,220,223,224,225,226,231,233,234,235,236,237,239,247,250,253,263,272,273,275,276,280,285,287,289,290,291,292,294,296,299,302,304,313,314,315,317,320,322,326,345,353,354,355,356,357,360,361,363,365,366,375,382,384,388,407,408,409,417,419,420,424,427,443,449,451,452,456,462,463,468,469,472,479],touch:[12,231,323],toukmaji:[346,379],toward:[9,29,162,188,192,215,216,231,236,248,253,271,288,302,316,318,339,355],toxvaerd:401,tpa:360,tparam:290,tpartial:144,tpc:360,tpcpu:472,tperiod:290,tptask:[16,360],tqx:[113,187,307],tqy:[113,187,307],tqz:[113,187,307],trace:384,track:[3,7,12,210,214,236,317,327,449,454,460,468,472,479],track_displac:198,tracker:230,trade:[6,12,282,345,346,376,396,400,463,468],tradeoff:411,tradit:[6,346],traffic:12,trail:[2,22,44,77,87,116,158,168,172,189,193,194,290,332,350,354,355,373,385,407,420,427,448,454,462,464],train:420,traingul:301,traj:213,traj_titl:420,trajectori:[3,6,12,39,87,187,230,249,251,252,254,255,256,257,259,260,262,264,265,266,267,268,269,273,290,293,294,298,318,327,380,411,420,456,464,474,478],tran:[175,176],transfer:[1,6,16,198,218,230,232,313,317,320,345,360,366,474],transform:[],transit:[6,86,248,294,316,355,377,404,409,441,449,468],translat:[3,6,61,63,94,95,96,97,98,143,144,148,157,201,225,229,233,234,239,249,254,255,266,269,273,290,308,309,310,312,348,384,454,472],transmiss:230,transmit:[6,230],transpar:[14,17],transport:[198,317,429],transpos:12,trap:[3,6,91,160,202,231,319,479],trapezoid:[202,479],trate:[3,214,230],travel:305,treat:[2,3,6,8,17,40,42,71,82,84,85,141,143,157,168,185,201,202,203,206,215,224,250,272,275,276,290,305,317,319,326,330,344,345,353,354,356,365,378,384,385,387,390,394,408,409,421,443,454,457,459,462,464,474,479],treatment:[9,285,378],tree:[3,275,404],tref:381,tri:[],tri_surfac:[120,301],trial:[215,225,363,463],triangl:[2,3,6,7,40,42,82,113,134,162,192,265,290,301,305,425,436,443,454,464],triangleflag:454,triangul:[2,6,13,301,425],triangular:[4,6,42,82,113,212,265,301,425,454],tricki:[451,474],triclin:[],triflag:6,trigger:[3,11,12,62,86,208,211,225,353,472],trigon:25,trilinear:236,trilino:17,trim:[3,455],tripflag:419,tripl:[2,140,214,366,419,450,452],triplet:[3,34,37,383,413,417,437,439,440,441],trivial:[8,11],trj:420,trott:[7,9,14,17,140,427],troubl:[11,12],truli:8,truncat:[3,5,6,12,71,279,285,322,326,352,364,376,384,388,396,398,401,411,416,464],trung:15,tscale:[3,247,280],tschopp:67,tsige:370,tsrd:[305,327],tstart:[226,227,233,235,249,250,290,308,309,310,311,380,460],tstat:[],tstop:[226,227,233,235,249,250,290,308,309,310,311,380,460,468],tsuzuki:73,tthi:127,ttm:[],ttm_mod:317,tucker:[140,427],tuckerman2006:249,tuckerman:[249,250,268,273,290,463],tune:[],tunnel:273,turn:[3,4,6,12,22,33,37,39,44,50,54,55,59,65,69,71,108,115,140,163,168,172,177,183,188,189,192,199,209,210,211,212,225,230,249,261,275,278,279,290,305,332,337,340,345,353,355,356,358,360,362,378,390,391,407,411,420,435,436,450,454,456,461,466,467,472,476,481],turquois:189,tutein:362,tutori:[6,9],tweak:[12,164,230],twice:[3,6,16,17,63,88,170,189,192,193,194,212,246,249,283,360,391,452,454,461],twin:67,twist:[405,406],two:[1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,22,38,39,41,42,44,54,56,57,59,61,63,65,68,69,71,76,77,79,87,88,92,107,108,113,114,115,116,117,118,140,143,146,147,149,150,152,158,162,163,164,165,167,172,186,187,188,189,192,193,194,199,200,201,202,203,204,205,206,208,209,210,211,212,215,218,222,225,226,227,229,231,232,233,234,236,239,248,249,250,253,271,272,273,276,277,279,280,281,285,287,290,294,302,305,312,313,315,317,320,323,326,328,330,332,341,345,346,348,350,351,353,354,355,358,360,361,362,363,365,366,367,368,369,370,373,374,375,376,378,379,380,381,382,383,384,385,387,388,391,394,395,396,400,404,405,406,407,411,414,417,418,419,420,421,423,427,428,435,436,437,439,440,441,442,443,446,447,448,449,451,452,454,455,456,457,458,461,464,466,468,469,471,472,474,478,479,480,481,482,483],two_temperatur:198,twobodi:[439,441],twogrid:3,twojmax:[140,427],twolevel:[3,451],txt2html:8,txt:[8,12,13,187,190,278,279,317,343,354,395,444,459,479],typcial:[41,208],type1:[77,118,163],type2:[77,118,163],type:[],typen:[77,118,163],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,102,107,119,128,158,162,164,165,167,187,188,189,192,193,194,195,197,198,201,208,209,210,211,212,214,215,220,222,223,225,228,234,249,261,272,275,276,279,281,283,289,290,293,295,297,305,312,320,321,327,345,348,352,353,354,355,356,357,360,371,373,374,376,386,387,390,391,395,396,400,405,406,407,411,421,424,426,436,438,441,449,450,452,454,455,456,457,463,466,468,469,471,478,479,481,483],typicali:12,tzou:317,u_f:236,u_ij:417,u_prom:366,uberuaga:[248,355],ubiquit:[11,366],uhf:363,uiuc:[9,17],uloop:[3,273,355,359,479],ulpsh:2,ulsph:2,ulsph_num_neigh:129,ultim:468,ultra:162,umbrella:[],umin:[26,27,48,49,173],unabl:[3,11,41,208],unaffect:[187,212,249,290,455,466,471],unalt:[193,194,261],unambigu:[71,204],unari:[330,479],unbalanc:3,unbias:[152,384],unbond:[210,454],unbroken:80,uncertainti:40,unchang:[59,212,215,248,249,251,252,254,255,263,277,290,454,455,458,464],uncharg:[40,346],uncom:[1,4],uncompress:[12,71,188],uncomput:[],uncorrel:[226,312,449],uncoupl:273,undefin:[3,12],under:[0,5,6,7,8,9,10,12,18,21,22,44,140,171,172,188,230,247,276,280,281,331,332,350,384,404,420,427,452,468,474],underestim:162,underflow:188,undergo:[6,86,87,152,226,233,234,294,305],undergon:[211,305],underli:[12,17,70,188,249,317,348],undermin:39,underpredict:6,underscor:[2,3,63,192,211,212,247,249,251,252,253,254,255,266,267,269,277,279,308,309,310,330,354,479],understand:[1,6,8,225,250],understood:[187,366],undesir:[59,212,214,249,290],undetermin:305,undisturb:[405,406],undo:[168,230],undump:[],unexpect:[3,460],unfix:[],unfix_flux:198,unfold:303,unfortun:[318,462,463],uniaxi:[3,143,253],uniform:[7,16,41,88,116,198,208,209,210,233,236,239,250,312,381,387,421,449,451,479,480],uniformli:[59,116,186,236,276,317,417,438,480],uninstal:12,uninterrupt:[199,215,225,246,247,249,251,252,253,254,255,266,267,268,269,279,280,290,294,304,307,315,317,323],union:[3,6,40,189,326,328,454,457],uniqu:[3,6,7,8,9,12,39,71,122,226,227,233,234,253,279,285,287,355,382,384,454,479,480],unit:[],unit_styl:3,uniti:[383,411,431],unitless:[64,67,70,71,114,169,201,204,205,214,225,247,249,280,323,353,363,388,414,416,437,439,440,441,478],unitlesss:[78,80,111],univ:[9,13],univers:[3,6,9,12,13,18,87,230,345,346,355,359,405,409,416,418,441,448,451,479],universit:[9,13],unix:[12,17,232,465],unknown:[3,12,64,73,454],unless:[2,3,11,12,15,16,18,55,57,67,118,149,163,164,187,189,190,197,212,215,225,233,249,251,252,254,255,276,277,290,305,316,347,353,374,411,438,452,457,461,466,479],unlik:[12,33,50,59,89,104,154,164,177,187,233,249,253,277,283,285,308,309,310,337,344,345,361,366,382,385,390,391,395,407,408,409,420,427,436,451,456,461,466,479,483],unlimit:417,unlucki:3,unmark:7,unmodifi:306,unnecessari:16,unoccupi:317,unoptim:188,unpack:[0,8,11,360],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:189,unperturb:87,unphys:[3,6,234,249,290,454],unpredict:[288,464],unrecogn:3,unrel:[8,9,13,170],unreli:411,unrestrain:289,unrestrict:363,unscal:[3,113,158,187,307,455],unset:[345,384],unshift:379,unsmooth:402,unsolv:[357,371],unsort:189,unspecifi:[214,454],unsplit:474,unstabl:[3,236],unstrain:214,unsuccess:[3,276],unsupport:3,untar:12,until:[2,3,6,12,14,38,39,41,56,71,119,184,188,208,212,215,225,230,276,298,305,307,314,330,344,345,356,359,360,366,388,438,449,455,459,460,462,468,478,479],untilt:457,unus:366,unusu:[3,8,356],unwant:[3,164,345],unwrap:[3,66,74,75,81,89,90,93,103,104,106,113,141,159,187,189,190,200,211,213,230,246,290,302,307,454,455,458,464],unwrapexpand:187,unzip:12,up_intern:188,updat:[0,3,6,8,12,13,123,124,125,135,136,137,138,187,192,209,210,218,223,226,233,234,236,238,239,242,243,246,247,249,250,251,252,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,275,277,279,280,285,290,297,298,307,308,309,310,312,317,328,360,366,379,411,419,420,426,449,454,456,464,465,468,474],upenn:[11,13],upgrad:12,upon:[6,199,230,366,442,468],upper:[2,3,41,57,59,71,88,103,105,153,160,186,189,202,204,205,208,212,218,234,236,249,280,285,322,323,328,329,353,388,457,480],upsid:6,upsilon:387,upto:[3,456,462],upward:215,urbana:[230,345,346,405],urey_bradlei:20,usa:9,usabl:[12,225,382],usag:[3,6,8,234,271,285,305,391,404,454],use_ldg:17,useful:360,user:[],user_misc:[30,31,35,174,179,182,335],userguid:9,usr:[11,12,14,455],usual:[2,3,6,9,12,14,17,18,24,28,32,35,36,47,71,87,117,143,144,146,149,157,162,181,187,193,194,199,201,211,212,213,214,225,228,233,235,247,253,272,280,281,287,289,290,305,313,317,320,322,326,330,336,343,355,356,360,371,374,377,379,387,391,392,395,404,405,406,411,413,423,424,425,426,427,437,442,449,455,459,463,465,468,471,472,479,483],util:[17,18,360,387],utilizi:12,utsa:416,utsph_strain_r:137,uttormark:13,uuml:272,uwo:9,v11:6,v22:6,v33:6,v_0:[3,317],v_a:[8,214],v_abc:[452,472,479],v_area:[2,479],v_atomfil:464,v_c:158,v_cluster:279,v_dc:158,v_delta:87,v_dhug:[247,280],v_diff:[160,319],v_displac:214,v_dk:158,v_dlj:158,v_drai:[247,280],v_dx:[246,457],v_dy:[246,457],v_dz:246,v_e_hbond:390,v_ea:[419,420],v_eb:[419,420],v_eqeq:[419,420],v_espac:195,v_f:452,v_fac:452,v_flux:229,v_foo:[452,479],v_ij:417,v_increas:228,v_integr:319,v_jx:91,v_jy:91,v_jz:91,v_k11:91,v_k22:91,v_k33:91,v_k:158,v_ke:[187,482],v_left:457,v_lgr_po:[247,280],v_lgr_vel:[247,280],v_linear:[322,325,327],v_lj:158,v_mol:189,v_mu:405,v_myi:246,v_myindex:479,v_myke:117,v_mystep:461,v_myvar:[8,189],v_myx:246,v_n:236,v_name1:[158,214],v_name2:[158,214],v_name:[3,6,71,87,117,187,188,189,193,194,195,196,200,201,202,203,204,205,206,207,220,228,229,231,233,234,246,292,299,307,308,309,310,319,322,325,327,452,457,461,464,470,472,479,480],v_nstep:328,v_occ:386,v_omega:246,v_oscil:[195,196,207,220,292],v_phi:228,v_prefactor:[193,194,428],v_press:141,v_pressdown:[325,327],v_push:195,v_pxy:6,v_pxz:6,v_pyz:6,v_r0:231,v_r1:162,v_r2:162,v_r:[162,231],v_rad:328,v_radiu:231,v_ramp:[322,325,327],v_rate:[214,231],v_scale1:[193,194],v_scale2:[193,194],v_size:[193,194],v_t_qm:280,v_temp:313,v_theta:[228,457],v_tp:214,v_up:457,v_v0:479,v_v11:6,v_v22:6,v_v33:6,v_v:[246,479],v_valu:[188,452],v_vx:246,v_vy:246,v_vz:[246,480],v_wiggl:[322,325,327],v_x:[2,164,231,246,322,325,327,452,457,479],v_xave:6,v_xmax:6,v_xx:164,v_y:[164,231,457],v_yi:164,v_z:457,vacanc:[4,162,314],vacf:[],vacuum:[317,346,377,441,447],valanc:366,vale:3,valenc:[283,366,384,419,420],valent:366,valeriu:9,valid:[2,3,6,9,11,12,71,118,150,163,188,189,212,225,233,271,290,305,328,330,343,348,382,384,387,417,454,455,462,464,479],vallon:407,valon:407,valu:[],value0:479,value1:[12,144,200,201,202,203,204,205,206,253,319,328,465],value2:[12,144,200,201,202,203,204,205,206,253,319,328,465],valuei:202,valuej:202,valuev:[7,9],valus:279,van:[9,53,87,107,277,281,286,308,374,375,404,407,419,420,446,480],vanderwa:[411,472],vanilla:[6,8,12],vanillia:42,vanish:[218,285,293],vapor:[41,208,225,471],vapour:312,var1:465,var2:465,varaibl:[3,457],vare:317,vari:[1,18,41,61,62,71,87,118,152,154,163,193,194,198,201,202,204,208,212,214,247,249,277,289,290,308,309,317,322,345,371,380,389,402,405,416,428,438,451],variabl:[],variable_hill_factor:13,variable_nam:420,varianc:[117,380,479],variant:[1,3,6,12,83,98,253,290,345,352,360,408,409,439,441,463,467,480],variat:[41,208,479],varieti:[1,2,6,7,13,15,71,188,230,348,391,407,419,420,436,479],variou:[],varreturn:452,varshalovich:140,varshnei:13,vartiabl:3,vbia:6,vcm:[],vdim:[153,313,320,480],vdisplac:[3,231,246,322,325,327,479],vdw:[3,375,420],vec1:[117,279],vec2:[117,279],vec:271,vector:[],vel:[3,6,61,201,204,205,214,234,276,294,324,380,384,388,449,456,457,459,474],veld:[13,305,346,370,400],veloc:[],velocit:[229,380,384,388],velocity_bottom:236,velocity_gradi:426,velocity_temp:480,velocity_top:236,vendor:12,verbatim:452,verbos:12,veri:[1,3,6,7,8,9,10,12,13,17,41,71,87,117,187,188,189,200,201,202,203,204,205,206,208,209,210,212,225,239,249,250,261,273,288,293,308,309,319,355,356,357,360,384,388,405,406,416,427,428,438,462,472,474,478,481],verifi:[8,360,411,463,469],verlag:294,verlet:[1,3,7,8,12,18,198,233,249,261,267,273,293,306,317,325,328,448,451,463],versa:[3,6,13,59,158,166,211,231,233,234,290,454,455,474],versu:[6,14,15,16,18,39,41,80,103,104,116,160,189,208,290,293,346,370,379,388,400,411,472,479],vertex:[134,301],vertic:[2,41,134,188,208,215,301,479],vfinal:479,vfrac:113,vhi:[153,480],via:[],vibrat:[6,9,215,227,271,280,285,339,384,449,463],vice:[3,6,13,59,158,166,211,231,233,234,290,454,455,474],video:188,view:[4,6,7,9,13,187,188,305,366,384,385],viewer:[187,188],viewpoint:188,vij:380,vika:13,vim:[],vincent:[9,19],violat:312,violet:189,virial:[3,63,91,112,140,141,158,193,194,212,218,249,250,251,252,253,254,255,275,277,290,293,345,360,363,380,381,384,392],virialmod:392,virtual:[6,7,8,12,437],virut:9,visa:7,viscoelast:[111,388,416],viscoelsat:416,viscos:[],viscou:[],viscous:290,visit:[291,419,420],vista:187,visual:[],viz:[11,13],viz_tool:11,vizplotgui_tool:11,vizualiziton:291,vlo:[153,480],vmax:[212,305],vmd:[6,7,9,11,13,187,190,230,455],vmdarch:190,vmdhome:190,vname:[164,479],voigt:[6,140],vol:[2,6,8,91,126,141,218,234,276,407,441,450,472,479],volfactor:345,volt:[418,478],volum:[2,3,6,40,41,58,59,63,80,87,91,100,112,116,118,126,130,139,141,162,163,164,167,199,201,204,205,208,212,214,215,225,236,247,249,250,253,256,257,259,260,262,264,265,266,267,268,269,276,277,280,290,294,317,322,326,328,345,348,354,368,405,406,416,433,434,447,450,451,454,457,464,472,474,478,479],volumetr:80,von:[133,138],voro:[3,9,162],vorobyov:474,voronoi:[],voter2:[449,468],voter:[408,409,449,468],voth:[40,273],vpz:324,vratio:479,vri:389,vrpn:230,vshear:323,vstream:6,vtarget:[3,320],vtk:[],vv0210:13,vx0:160,vxcm:290,vxhi:[215,276],vxlo:[215,276],vy0:160,vycm:290,vyhi:[215,276],vylo:[215,276],vz0:160,vzcm:290,vzhi:215,vzi:324,vzlo:215,w_1:140,w_2:140,w_i:140,w_ik:417,waal:[87,107,374,375,404,419,420,446],wadlei:[13,366],wag:[7,9,13],wagner:[7,9,198,236,407],wai:[1,2,3,6,7,8,11,12,15,18,22,44,59,63,65,66,69,71,75,77,79,87,90,91,92,93,104,106,108,114,115,116,140,141,142,143,144,145,146,147,150,151,152,153,154,156,157,158,159,161,164,167,172,184,186,187,188,189,192,193,194,201,203,204,206,207,210,211,212,214,223,226,231,233,234,236,247,249,253,261,273,277,279,288,290,291,294,302,305,307,308,309,310,313,316,317,319,322,325,327,328,332,333,334,336,339,346,348,350,353,355,356,360,361,362,373,376,377,380,381,382,383,385,387,390,391,393,396,407,408,409,411,413,417,418,421,427,428,435,437,439,441,448,449,452,454,455,457,458,459,462,463,464,479,480],wait:[1,12,230,272,449,451],walk:[3,226,233,234],wall:[],wall_surac:134,wall_surfac:[134,298],wallhi:322,wallstyl:323,wander:302,wang:[346,407,417],want:[0,1,2,3,5,6,7,8,9,11,12,17,38,40,56,63,66,68,71,75,81,90,93,103,104,106,107,109,110,112,114,116,141,144,159,160,161,164,167,170,184,187,188,189,192,193,194,195,200,201,208,211,214,215,218,220,223,225,231,234,244,263,271,276,279,289,290,292,302,304,306,313,315,320,322,326,328,330,346,348,355,361,362,366,374,375,380,382,385,391,392,393,407,413,417,419,420,428,437,438,439,441,443,450,452,454,455,456,457,459,461,462,472,474,479,481,483],ward:366,warm:[16,384],warn:[],warner:361,warp:[5,407],warranti:7,warren:380,wasn:3,wast:3,watanab:[314,315],watch:355,water:[],watkin:181,wave:[7,9,40,197,247,284,324,363,384],wavefunct:[9,363,384],wavelength:[118,163],wavepacket:[40,363,384,454],wavevector:272,wbodi:83,weak:281,web:[1,8,14,15,16,17,373],webb:198,weber:[3,5,7,15,88,383,409,417,436,437,466],websit:8,weckner:416,weight:[],welcom:452,well:[1,3,6,7,8,9,11,12,13,15,16,17,18,27,40,51,67,71,112,141,143,150,164,173,188,189,195,199,201,206,208,209,210,212,215,220,225,229,233,236,240,246,249,253,276,290,292,299,312,315,323,353,355,360,365,386,387,390,391,392,405,406,407,421,428,439,440,441,452,454,456,458,463,468,474,478,482],wennberg:345,went:[3,11],were:[3,4,5,6,7,11,12,13,15,16,18,19,34,41,42,52,56,60,70,71,109,112,116,142,144,164,167,168,180,187,189,192,195,201,203,204,205,206,208,214,220,222,229,230,261,267,291,323,324,328,338,345,357,359,384,388,391,395,416,420,449,451,452,454,455,456,457,459,461,469,472,479,480,482,483],weren:459,western:9,westview:446,what:[],whatev:[8,12,14,15,108,113,116,117,119,188,189,193,194,212,249,277,279,323,348,352,353,355,360,372,374,419,420,468,474,479],wheat:189,whelan:163,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,81,86,88,103,104,105,107,109,112,113,117,119,142,143,147,151,152,160,162,164,165,166,167,168,170,171,172,173,174,175,176,177,178,179,181,182,183,184,187,188,189,190,192,193,194,195,196,197,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,219,220,221,222,223,224,225,227,228,230,233,236,237,239,240,244,249,250,251,252,253,254,255,256,261,263,264,266,267,269,271,275,276,277,278,279,280,282,283,284,285,289,290,291,292,293,294,302,303,305,306,307,308,310,312,313,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,333,334,335,336,337,339,340,341,342,343,344,345,346,348,351,352,353,354,355,356,357,359,360,361,362,364,367,368,369,370,371,372,373,374,375,376,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,411,412,413,414,416,417,419,420,421,422,427,428,435,437,438,439,440,441,443,445,446,447,449,451,452,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,471,472,473,478,479,480,481,483],whenev:[0,8,12,14,71,189,200,205,290,348,390,452,463,467,479,483],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,104,106,108,112,113,114,115,116,117,118,119,141,142,143,144,145,146,147,150,151,152,153,154,156,157,158,159,161,163,165,167,168,171,173,183,187,188,189,192,193,194,195,196,199,201,202,204,207,208,211,212,214,215,219,220,222,223,225,226,227,228,229,231,233,234,235,236,239,240,242,244,246,247,250,253,261,264,270,271,272,273,276,278,279,280,283,285,290,291,292,293,294,298,299,302,304,307,308,309,310,313,314,315,317,320,321,322,323,325,326,327,328,331,333,334,335,336,339,340,341,343,346,348,352,353,354,355,356,357,360,361,362,365,366,367,369,373,374,375,376,377,378,379,380,382,383,384,385,386,387,388,389,390,391,392,393,396,400,405,406,407,408,409,411,413,414,416,417,418,419,420,421,427,430,433,434,435,436,437,438,439,440,441,446,447,448,449,451,452,454,456,457,458,459,461,463,464,466,468,469,470,471,472,474,478,479,480,481,483],wherea:[6,11,199,226,249,281,312,317,474],wherebi:282,wherev:229,whether:[6,8,11,12,16,17,39,40,54,59,61,63,70,71,102,107,109,151,152,184,188,189,191,192,193,194,201,206,209,210,211,212,213,214,218,222,225,234,246,249,253,279,293,305,313,319,320,328,330,343,345,346,354,358,360,369,371,375,389,391,395,405,406,407,411,420,436,449,452,454,455,457,459,466,467,468,471,479,480],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,93,95,96,97,98,99,100,101,102,103,104,105,106,107,108,110,111,112,113,114,116,117,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,170,171,172,175,176,177,178,181,183,184,186,187,188,189,190,192,193,194,195,196,197,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,218,219,220,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,239,240,243,244,246,247,248,249,250,251,252,253,254,255,257,259,261,262,264,265,266,267,268,269,271,272,273,275,276,277,278,279,280,281,282,283,285,286,287,288,289,290,291,292,293,294,295,296,297,299,301,302,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,322,323,324,325,326,327,328,330,331,332,334,336,337,340,341,343,344,345,346,348,350,351,352,353,354,355,356,357,359,360,361,362,363,365,366,367,369,370,371,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,398,399,400,402,404,405,406,407,408,409,411,413,414,415,417,418,419,420,421,422,423,424,425,426,427,428,431,436,437,438,439,440,441,442,443,446,448,449,450,451,452,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,474,479,480,481,482,483],whichev:[12,359,449,468],white:[189,226,233,234,235,290,309,317,454,479,482],whitesmok:189,whitespac:[2,3,189,354,454],who:[0,3,6,7,8,9,13,361,382],whole:[218,230,272,285,294,474],wholli:215,whose:[3,6,7,8,19,38,39,56,59,76,87,149,167,184,188,189,214,231,232,246,249,251,252,254,255,271,272,288,289,293,305,319,326,328,348,355,356,384,398,423,425,437,438,439,441,474,479,480],why:[3,6,234,313,320],wide:[1,6,7,9,61,63,192,313,320,348,357,371,374,384,419,420],wider:1,width:[188,189,363,386],wiggl:[3,214,246,298,322,323,325,327,457],wigner:140,wih:6,wiki:14,wikipedia:[6,14],wild:[3,12,22,44,77,87,116,172,193,194,290,332,350,373,390,448,456,461,481,483],wildcard:[3,12,158,168,187,188,189,287,373,461,464,482,483],wildli:249,win:360,window:[3,4,12,13,71,187,188,190,201,202,203,204,205,206,230,291,310,311,373,455],wipe:[192,391,436,475,477],wire:289,wirt:189,wisconsin:13,wise:[3,12,380,437,463],wish:[2,3,5,6,7,8,11,12,14,17,57,58,59,71,117,141,144,165,166,168,170,187,189,200,201,202,204,205,206,210,214,215,222,225,231,236,240,276,279,290,293,305,306,322,323,348,355,360,369,390,391,407,411,419,438,452,454,455,456,462,466,472,479,480,483],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,108,112,115,116,117,119,122,140,155,164,167,188,189,193,194,199,200,201,203,204,205,206,208,209,210,211,215,217,222,225,231,233,271,275,276,277,279,281,290,291,293,295,297,301,302,306,317,320,322,326,328,330,344,348,353,354,355,356,357,360,365,367,369,376,381,382,383,384,386,391,392,395,396,407,414,415,416,421,422,436,437,439,440,441,442,449,451,452,454,462,463,466,468,474,478,479],without:[1,2,3,4,6,7,8,9,11,12,14,16,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,87,109,112,142,151,165,170,171,173,174,175,176,178,179,181,182,184,187,188,189,190,192,195,201,203,204,205,206,207,212,214,221,224,226,228,230,233,246,249,251,252,253,254,255,256,264,266,267,268,269,276,279,281,282,284,288,290,291,292,293,298,305,308,310,321,325,329,331,333,334,335,336,339,341,344,345,346,355,356,360,361,362,364,367,368,369,370,371,372,373,374,375,376,379,380,382,383,384,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,408,411,412,413,414,416,420,421,422,428,436,437,438,439,440,441,443,445,446,447,452,454,462,463,472,474,478,479],witht:9,witi:15,wolf:[],wolff:[411,438],won:[3,288,406],wong:[198,366],word:[2,3,6,8,12,29,63,189,192,199,200,201,202,204,205,206,213,231,258,263,278,283,289,319,330,344,374,411,450,452,454,479,480],work:[1,3,6,7,8,9,11,12,14,16,18,39,54,59,60,88,117,118,143,145,146,147,151,152,153,154,156,157,162,163,187,188,190,193,194,201,204,205,211,223,232,233,234,236,240,246,249,254,255,266,267,268,269,287,289,291,293,308,309,310,315,344,356,360,373,375,378,380,391,405,406,407,411,449,451,452,455,456,458,462,463,465,468],workaround:[290,411,480],worker:[12,419,420],workhors:8,workstat:[360,452],world:[3,12,140,344,355,359,448,451,452,469,479],worlei:380,worri:17,worsen:18,worst:326,worth:[201,202,203,204,205,206,280,291],would:[1,3,4,5,6,7,8,11,12,22,29,37,40,41,42,44,55,70,71,89,91,116,141,144,152,164,165,166,167,172,183,187,189,190,192,193,194,196,199,201,208,211,213,214,218,219,222,225,228,229,230,234,246,249,250,261,271,273,277,279,281,285,288,305,312,316,324,325,328,330,331,332,333,334,336,337,340,345,348,350,352,353,355,356,359,360,361,362,366,373,374,375,376,380,381,382,383,385,391,392,393,407,408,409,413,417,419,420,424,426,427,437,439,440,441,449,452,454,457,458,459,461,462,463,464,465,469,471,472,474,479,480,482,483],wrap:[1,3,6,11,12,57,59,164,166,186,187,189,190,200,205,213,214,215,230,236,246,290,302,305,322,324,326,345,346,355,452,454,455,457,462],wrapper:[],wrigger:294,wright:353,writabl:3,write:[],write_atom_weight:198,write_data:[],write_dump:[],write_freq:420,write_head:8,write_restart:[],writen:291,written:[3,5,6,7,8,9,12,13,14,17,65,69,115,140,162,187,188,189,190,192,193,194,195,196,197,198,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,216,218,219,220,221,222,223,224,226,227,228,229,230,231,233,234,235,236,237,238,239,240,241,242,243,245,248,256,257,258,259,260,261,262,263,264,265,270,271,272,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,302,303,305,306,308,309,310,311,312,313,314,316,317,319,320,321,322,324,325,326,327,329,343,348,356,382,391,444,446,449,450,452,455,456,460,461,468,469,470,471,479,481,482,483],wrong:[3,11,212,249,270,322,326,327,356,420,456,461],wrote:[3,456],wt1:411,wt2:411,wt3:411,www:[0,2,3,4,5,6,7,8,10,11,12,13,15,361,382,405,418,419,420,478],x86:12,x_ij:417,x_ijkl:331,x_kjli:331,x_ljik:331,xave:6,xavx:16,xcm:[8,290,479],xdr:[12,187],xeon:[1,4,7,9,12,16,17,18,360,467],xflag:[151,152,237,239,245,290,312],xhe:103,xhi:[2,6,57,59,166,187,214,316,322,325,327,454,457,472,479],xhi_bound:[6,187],xhi_new:454,xhost:[12,16],xi_ij:417,xiaowang:[13,385,439,441],xiij:271,xlat:[164,214,231,472],xlo:[2,6,11,57,59,166,187,214,231,316,322,325,327,454,457,472,479],xlo_bound:[6,187],xlo_new:454,xmax:[6,197,219,261,479],xmgrace:[],xmin:479,xml:[190,418],xml_label:418,xmovi:[],xmu:[323,388],xplane:323,xplor:187,xpo:164,xrd:[],xsph:9,xsu:[3,187,455],xt3:187,xt4:[18,187],xt5:[18,187],xtc:[3,6,7,9,12,187,188,189,190],xtcdump:189,xvf:12,xwall:[324,325,327],xxx:12,xyz:[3,6,7,13,42,66,71,106,108,152,159,164,187,188,189,190,204,212,239,249,250,253,277,287,288,290,302,304,323,325,327,347,354,451,455,480,482],xzhou:[13,385],xzy:451,yang:417,yb2:163,yb3:163,ybox:214,ycm:290,year:[5,7],yeh:345,yellow:[188,189],yellowgreen:189,yet:[3,7,9,17,39,188,193,281,287,322,346,352,353,360,372,374,375,384,446,452,454,455,479,481,482],yflag:[151,152,237,239,245,290,312],yhi:[6,59,166,187,214,316,322,325,327,454,457,472],yhi_bound:[6,187],yield:[6,91,110,117,141,147,152,189,202,212,218,249,267,281,313,319,320,323,328,345,365,380,388,411,416,472,479],yip:314,ylat:[164,214,231,472],ylo:[6,59,166,187,214,316,322,325,327,454,457,472],ylo_bound:[6,187],ymax:[197,479],ymin:479,york:[273,346],yoshida:[249,290],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,73,74,75,77,81,87,88,89,90,91,93,102,103,104,106,107,109,110,112,114,116,117,140,141,142,143,144,147,151,152,157,158,159,160,161,162,164,165,166,167,168,170,171,172,173,174,175,176,177,178,179,181,182,183,184,186,187,188,189,190,192,193,194,195,196,199,200,201,202,203,204,205,206,207,208,209,210,211,212,214,215,218,220,221,222,223,224,225,226,227,228,229,230,231,233,234,235,244,246,249,251,252,253,254,255,256,261,263,264,266,267,268,269,272,273,275,276,277,279,281,282,285,288,289,290,292,293,294,302,304,305,306,308,309,310,311,313,314,315,316,317,319,320,321,322,323,325,326,327,328,330,331,333,334,335,336,337,339,341,344,345,346,348,350,352,353,354,355,356,359,360,361,362,364,366,367,368,369,370,371,372,373,374,375,376,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,407,408,409,411,412,413,414,415,416,417,418,419,420,421,422,427,428,429,430,431,432,433,434,437,438,439,440,441,443,445,446,447,448,449,450,451,452,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,471,472,474,478,479,480,481,483],young:[388,423,425],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,107,109,112,142,143,147,151,157,162,164,165,166,167,168,170,171,173,174,175,176,178,179,181,182,184,186,187,188,195,198,202,203,206,207,209,210,211,212,215,221,224,225,228,230,233,246,249,251,252,253,254,255,256,264,266,267,269,276,279,282,288,290,292,293,294,307,308,310,313,317,319,320,321,322,323,326,327,328,331,333,334,335,336,339,341,346,348,354,355,356,359,360,361,362,364,366,367,368,369,370,371,372,373,374,375,376,379,380,381,382,383,385,386,387,388,389,390,391,392,393,394,396,397,398,399,400,401,402,403,404,405,407,408,409,411,412,413,414,416,417,419,420,421,422,428,437,438,439,440,441,443,445,446,447,448,451,452,454,456,457,458,461,462,463,464,465,466,467,471,472,478,479,481,483],yourself:[6,8,12,13,212,354],yplane:323,ypo:164,ysu:[3,187,455],yuan:9,yukawa:[],yukawa_1_1:444,yxz:451,yzx:451,z_i:[384,441,447],z_j:[441,447],z_meam:407,zachari:13,zannoni:387,zbl:[],zblcut:441,zblcutinn:427,zblcutout:427,zblexpscal:441,zblz:427,zcm:290,zcylind:323,zepeda:199,zero:[3,4,6,9,11,12,26,27,39,41,48,49,59,61,63,66,71,75,87,88,90,93,102,103,104,105,106,108,109,110,112,113,114,115,116,117,118,121,140,141,143,144,145,152,153,156,157,159,161,162,163,164,166,167,168,170,173,182,184,186,187,188,189,192,193,194,195,197,199,200,201,202,203,204,205,206,207,208,209,210,212,214,219,220,221,222,224,225,226,227,229,233,234,235,236,237,239,245,246,247,249,253,261,264,273,278,279,280,281,282,285,287,288,290,291,292,293,296,297,299,305,307,312,313,315,317,320,321,322,323,324,325,327,328,329,330,335,348,351,353,354,355,356,360,363,366,367,369,370,371,374,376,379,380,384,387,389,390,391,392,396,398,400,401,404,406,407,411,416,420,421,422,435,438,442,447,449,450,451,454,455,457,459,461,462,463,464,468,469,472,474,479,480,481,483],zeta:[3,236,281,385],zfactor:188,zflag:[151,152,237,239,245,290,312],zhang:[290,313,388],zhi:[3,6,166,187,197,316,322,325,327,454,457,472],zhi_bound:[6,187],zhou:[13,366,385,417,439,441],zhu:434,ziegenhain:13,ziegler:[275,407,436,441,447],zimmerman2004:198,zimmerman2010:198,zimmerman:[9,70,198,366],zlat:[214,231,472],zlo:[3,6,166,187,197,316,322,324,325,327,454,457,472],zlo_bound:[6,187],zmax:[197,236,479],zmin:[236,479],zn2:163,zone:[118,291],zoom:[3,187,188,189],zplane:323,zr4:163,zrest:304,zsu:[3,187,455],zwall:322,zwall_veloc:236,zxy:451,zybin:420,zyx:451},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 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 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 temp command","compute temp/asphere 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 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/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/sphere command","fix nphug command","fix npt/asphere 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/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 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 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 meam command","pair_style meam/spline","pair_style meam/sw/spline","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 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_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","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":209,"default":[37,39,40,55,57,58,59,61,62,71,87,88,102,103,105,107,118,122,123,140,144,152,153,157,163,164,167,169,183,185,186,187,188,189,190,191,193,194,195,197,198,199,201,204,205,206,209,210,212,213,214,215,219,222,225,226,231,233,234,235,236,237,239,244,247,249,250,253,267,268,272,273,276,277,278,279,280,282,285,287,288,290,291,305,307,312,313,314,315,318,320,322,324,328,340,343,345,346,348,349,351,352,354,356,357,358,360,363,366,368,384,405,406,411,419,420,435,436,449,450,451,454,455,457,459,461,462,463,466,468,470,471,472,473,478,480,481,482],"function":479,"long":[367,369,370,371,372,376,378,379,396,400,404,414,422],"new":8,"static":12,acceler:1,ackland:64,acknowledg:7,adapt:[193,194],addforc:195,addit:[12,13],addtorqu:196,adiabat:6,adjust_dt:295,adp:361,airebo:362,alloi:382,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:197,arrai:6,aspher:[6,82,143,251,254,257,258,266],atc:[9,198],atom:[6,7,8,64,67,70,71,72,73,76,77,78,80,81,85,95,96,99,100,101,110,111,113,140,141,162,197,199,200,279,479],atom_modifi:39,atom_styl:40,attract:5,aveforc:207,awpmd:[9,363],balanc:[41,208],barostat:6,basal:67,beck:364,berendsen:[277,308],between:6,binary2txt:13,bodi:[6,8,42,68,259,365],bond:[8,13,69,209,210,211,286],bond_coeff:44,bond_styl:[2,43,45,46,47,48,49,50,51,52,53,54,55,56],bop:366,born:[367,378],boundari:[7,57],box:[6,58,212],brownian:368,buck:[369,370,378],bug:3,build:[11,12],calcul:6,call:12,categori:2,centro:70,ch2lmp:13,chain:13,change_box:59,charmm:[6,20,170,371,404],chunk:[6,66,71,75,90,93,104,106,114,144,159,161,201],citat:7,class2:[21,43,171,331,372],clear:60,cluster:72,cmm:9,cna:73,code:6,coeffici:6,colloid:[322,374,446],colvar:[9,13,213],com:[74,75,145],comb3:375,comb:[282,375],come:5,comm_modifi:61,comm_styl:62,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,301,302,303,304,305,306,307,308,309,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,475,476,477,478,479,480,481,482,483],common:3,comparison:1,compos:6,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,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,479],compute_modifi:102,condit:7,conduct:[6,313],constant:6,constraint:7,contact:76,contact_radiu:120,coord:77,core:6,correl:202,cosin:[23,24,25,26,27,28,173],cossq:333,coul:[367,369,370,371,372,376,377,378,389,396,400,404,414,422],coupl:6,creat:210,create_atom:164,create_bond:165,create_box:166,createatom:13,creation:7,csld:309,csvr:309,cubic:398,cuda:[9,14,109,112,142,151,195,207,221,224,228,249,256,292,293,308,310,321,367,369,371,372,382,388,389,396,397,399,402,412,437,439],custom:8,cut:[49,363,369,372,376,379,384,386,396,397,404,410,414],cvff:334,damag:[78,121],data2xmovi:13,data:6,databas:13,deby:[376,396],deform:[147,148,214],delete_atom:167,delete_bond:168,delta:24,deposit:215,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,301,302,303,304,305,306,307,308,309,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,475,476,477,478,479,480,481,482,483],diagnost:7,diel:377,dielectr:169,diffract:9,diffus:6,dihedr:[8,79],dihedral_coeff:172,dihedral_styl:[2,170,171,173,174,175,176,177,178,179,180,181,182,183,184],dilat:80,dimens:185,dipol:[6,29,379],direct:218,discuss:6,disp:6,displac:[81,86],displace_atom:186,distribut:[7,12],document:0,dpd:380,drag:216,dreid:[6,390],drude:[6,9,149,217,218,234],dsf:[376,396],dsmc:381,dump:[6,8,187,188,190],dump_modifi:189,dynam:281,eam:[13,382],echo:191,edip:383,eff:[9,13,96,97,148,150,155,235,250,260,268,311,384],efield:220,eim:385,elast:6,emac:13,enforce2d:221,ensembl:7,erot:[82,83,84,85],error:3,evapor:222,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,301,302,303,304,305,306,307,308,309,310,311,312,313,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,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,467,468,469,470,471,472,473,475,476,477,478,479,480,481,482,483],exp:[27,173],expand:[46,399],extend:[8,11],extern:223,fcc:271,featur:[7,8],fene:[45,46],fep:[9,13,87,194],field:[6,7],file:6,finit:6,fix:[2,6,8,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,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,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,479],fix_modifi:[193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,212,213,214,215,216,218,219,220,221,222,223,224,225,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,274,275,276,277,278,279,280,281,282,283,284,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327],flow:6,fluid:236,flux:91,forc:[6,7,306],fourier:[30,31,174,335],freez:224,from:[6,11],futur:5,gauss:386,gaybern:387,gcmc:225,gener:[1,6,7,13],get:12,gld:226,gle:227,global:6,gpu:[15,364,367,369,371,372,374,376,379,380,382,386,387,389,396,397,399,410,412,421,422,428,437,438,445,446],gran:[323,388],granular:6,graviti:228,gromac:389,group2ndx:329,group:[88,328,479],gyrat:[89,90],harmon:[32,47,48,49,175,178,322,336,413],hbond:390,heat:[91,229],heatconduct:429,helix:176,hertz:[388,423],histo:203,histori:[5,388],hook:388,hourglass_error:122,how:6,hybrid:[33,50,177,337,391],idealga:430,imag:[187,188],imd:230,implicit:371,improp:[8,92],improper_coeff:332,improper_styl:[2,331,333,334,335,336,337,338,339,340,341],includ:342,inclus:8,indent:231,indic:0,individu:2,induc:6,inertia:93,info:[0,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,212,213,214,215,216,218,219,220,221,222,223,224,225,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,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,274,275,276,277,278,279,280,281,282,283,284,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,343],input:[2,6,8],instal:11,integr:[6,7],integrate_tlsph:296,integrate_ulsph:297,intel:[9,16,371,387,396,437],interfac:[6,11],internal_energi:123,introduct:7,invers:218,ipi:232,ipp:13,jul:0,jump:344,kate:13,keyword:411,kim:392,kokko:17,kspace:[2,8,318],kspace_modifi:345,kspace_styl:[6,346],label:347,lammp:[0,1,2,6,7,8,11,12],langevin:[233,234,235],lattic:348,lcbop:393,librari:[6,11,12],limit:[261,310],line:[12,262,394],linear:403,lineforc:241,list:[2,395],lj1043:322,lj126:322,lj93:322,lj96:397,lmp2arc:13,lmp2cfg:13,lmp2vmd:13,local:[6,65,68,69,79,92,108,115],log:349,lubric:405,lubricateu:406,make:12,mass:350,math:479,matlab:13,meam:[407,408,409],measur:1,meso:[242,243],meso_:99,meso_rho:100,meso_t:101,messag:3,micelle2d:13,mie:410,min_modifi:351,min_styl:352,minim:[8,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,212,213,214,215,216,218,219,220,221,222,223,224,225,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,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,274,275,276,277,278,279,280,281,282,283,284,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,353],misc:9,mod:[317,440],model:[6,7],modifi:8,molecul:354,molfil:[9,187,190],moltempl:13,momentum:[237,245],morri:434,mors:[51,390,412],move:246,move_tri_surf:298,movi:[187,188],mpi:11,msd:[103,104,105],msi2lmp:13,msm:[367,369,371,376,396],msst:247,multi:[6,7,178],multipl:6,nb3b:413,neb:[248,355],neigh_modifi:356,neighbor:357,nemd:6,newton:358,next:359,nharmon:179,noforc:[258,263],non:[6,7],none:[34,52,180,338,415],nongauss:105,nonlinear:53,nph:[249,250,251,252,290],nphug:253,npt:[249,250,254,255,290],nve:[256,257,258,259,260,261,262,263,264,265,290],nvt:[249,250,266,267,268,269,290],omega:106,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,170,171,173,174,175,176,178,179,181,182,184,228,249,251,252,253,254,255,256,264,266,267,269,282,331,333,334,335,336,339,341,361,362,364,367,368,369,370,371,372,374,375,376,377,379,380,382,385,386,387,388,389,390,391,394,396,397,398,399,400,401,402,403,404,405,408,409,412,413,414,416,421,422,428,437,438,439,440,441,443,445,446,447],onewai:270,open:7,oper:479,opl:181,opt:[19,371,382,396,400,412],optim:1,option:[6,8,12],orient:271,orthogon:6,other:6,output:[6,7,8,12,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,212,213,214,215,216,218,219,220,221,222,223,224,225,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,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,274,275,276,277,278,279,280,281,282,283,284,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327],overlai:391,overview:11,packag:[1,9,12,14,15,16,17,18,19,360],pair:[6,107,108],pair_coeff:373,pair_modifi:411,pair_styl:[2,361,362,363,364,365,366,367,368,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,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,445,446,447],pair_writ:444,pairwis:8,parallel:11,paramet:6,pars:2,partial:151,particl:[6,7,42],partit:448,past:5,per:6,perform:[1,10],peri:416,period:25,phonon:[9,13,272],pimd:273,piston:324,planeforc:274,plastic:111,plastic_strain:124,plastic_strain_r:125,pmb:416,poem:275,point:281,polariz:6,poli:[368,405,406],polym:13,polymorph:417,post:7,potenti:[2,6,8],pour:276,pppm:6,prd:449,pre:7,press:277,pressur:112,previou:12,print:[278,450],problem:[3,4],process:[6,7],processor:451,profil:152,properti:[6,113,114,115,279],pymol_aspher:13,python:[11,13,452],qbmsst:280,qeq:[281,282,283],qmmm:[9,284],qtb:[9,285],quadrat:182,quantiti:6,quartic:[35,54],quip:418,quit:453,ramp:153,rattl:293,rdf:116,read_data:454,read_dump:455,read_restart:456,reax:[13,283,286,287,419,420],reaxc:9,rebo:362,recent:288,reduc:117,refer:479,reflect:325,region:[8,117,154,155,326,457,479],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,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,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,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,181,182,183,184,185,186,187,188,189,190,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,222,224,225,226,227,228,229,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,274,275,276,277,278,279,280,281,282,283,285,286,287,288,290,291,292,294,295,296,297,298,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,339,340,341,342,343,344,345,346,348,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,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,459,460,461,462,463,464,466,467,468,469,470,471,472,473,475,476,477,479,480,481,482,483],relax:212,replic:458,replica:[6,7],report:3,requir:12,rerun:459,rescal:[310,311],reset:219,reset_timestep:460,resquar:421,restart2data:13,restart:[6,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,212,213,214,215,216,218,219,220,221,222,223,224,225,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,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,274,275,276,277,278,279,280,281,282,283,284,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,461],restrain:289,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,301,302,303,304,305,306,307,308,309,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,475,476,477,478,479,480,481,482,483],rho:126,rhosum:432,rigid:[6,83,98,239,290],ring:339,rotat:156,rule:2,run:[6,11,12,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,212,213,214,215,216,218,219,220,221,222,223,224,225,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,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,274,275,276,277,278,279,280,281,282,283,284,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327,462],run_styl:463,scalabl:10,scalar:6,screen:12,script:[2,6,8,11,12],sdk:[36,422],self:304,serial:11,set:[6,464],setforc:292,setvel:299,shake:293,share:[11,12],shell:[6,465],shield:281,shift:[26,27,48,49,173],simpl:31,simul:6,size:6,slater:281,slice:119,sllod:[267,268],small:290,smd:[9,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,294,295,296,297,298,299,301,423,424,425,426],smooth:[402,403],sna:140,snad:140,snap:427,snapshot:6,snav:140,soft:[404,428],solver:2,sourc:7,spatial:[204,205],spc:6,speci:287,special:[7,411,479],special_bond:466,sph:[9,429,430,431,432,433,434],sphere:[84,85,157,205,239,252,255,264,269],spheric:6,spline:[408,409],spring:[302,303,304,315],squar:28,srd:[305,327],srp:435,standard:9,start:[12,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,212,213,214,215,216,218,219,220,221,222,223,224,225,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,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,274,275,276,277,278,279,280,281,282,283,284,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327],state:307,stationari:243,stop:[193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,212,213,214,215,216,218,219,220,221,222,223,224,225,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,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,274,275,276,277,278,279,280,281,282,283,284,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,319,320,321,322,323,324,325,326,327],store:[306,307],strategi:1,streitz:376,stress:141,structur:2,style:[1,2,6,8],submit:8,suffix:467,summari:6,swap:[199,211],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,272,273,274,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,301,302,303,304,305,306,307,308,309,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,475,476,477,478,479,480,481,482,483],system:6,tabl:[0,6,38,56,184,438,439],tad:468,taitwat:[433,434],temp:[142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,308,309,310,311],temper:469,temperatur:6,tersoff:[439,440,441],test:11,tfmc:312,thermal:[6,313],thermo:[6,470],thermo_modifi:471,thermo_styl:472,thermodynam:[6,8],thermostat:6,thole:442,time:[6,206],timestep:473,tip3p:6,tip4p:[6,376,396,400,404],tip:12,tlsph:424,tlsph_defgrad:127,tlsph_dt:128,tlsph_num_neigh:129,tlsph_shape:130,tlsph_strain:131,tlsph_strain_rat:132,tlsph_stress:133,tmd:316,tool:13,torqu:159,transform:218,tri:[265,443],tri_surfac:425,triangle_mesh_vertic:134,triclin:6,tstat:380,ttm:317,tune:318,type:7,ulsph:426,ulsph_num_neigh:135,ulsph_strain:136,ulsph_strain_r:137,ulsph_stress:138,umbrella:341,uncomput:475,undump:476,unfix:477,unit:478,user:[9,12,14,16,18],vacf:160,valu:[6,479],variabl:[6,8,479],variou:1,vcm:161,vector:[6,319,479],veloc:480,version:[0,5,12],via:12,vim:13,viscos:[6,320],viscou:[240,321],visual:6,vol:139,voronoi:162,vtk:291,wall:[6,322,323,324,325,326,327],wall_surfac:301,warn:3,water:6,weight:203,what:[7,12],wolf:[367,376],wrapper:11,write:6,write_data:481,write_dump:482,write_restart:483,xmgrace:13,xmovi:13,xrd:163,yukawa:[445,446],zbl:[441,447]}})
\ No newline at end of file
diff --git a/doc/set.html b/doc/set.html
index c90a9530f2..35f68d97c8 100644
--- a/doc/set.html
+++ b/doc/set.html
@@ -141,7 +141,7 @@
keyword = type or type/fraction or mol or x or y or z or charge or dipole or dipole/random or quat or quat/random or diameter or shape or length or tri or theta or angmom or mass or density or volume or image or
bond or angle or dihedral or improper or
-meso_e or meso_cv or meso_rho or i_name or d_name
+meso_e or meso_cv or meso_rho or smd_contact_radius or smd_mass_density or i_name or d_name
@@ -205,10 +205,12 @@
value can be an atom-style variable (see below)
meso_rho value = density of SPH particles (need units)
value can be an atom-style variable (see below)
+smd_contact_radius = radius for short range interactions, i.e. contact and friction
+ value can be an atom-style variable (see below)
+smd_mass_density = set particle mass based on volume by providing a mass density
+ value can be an atom-style variable (see below)
i_name value = value for custom integer vector with name
- value can be an atom-style variable (see below)
d_name value = value for custom floating-point vector with name
- value can be an atom-style variable (see below)
@@ -405,6 +407,18 @@ mass is set from the density and triangle area (the input density is
assumed to be in mass/distance^2 units). If none of these cases are
valid, then the mass is set to the density value directly (the input
density is assumed to be in mass units).
+
Keyword smd_mass_density also sets the mass of all selected
+particles, but it is only applicable to the Smooth Mach Dynamics
+package USER-SMD. This command assumes that the particle volume has
+already been correctly set and calculates particle mass from the
+provided mass density value.
+
Keyword smd_contact_radius only applies to simulations with the
+Smooth Mach Dynamics package USER-SMD. This command sets an
+interaction radius for computing short-range interactions,
+e.g. repulsive forces to prevent different individual physical bodies
+from penetrating each other. Note that the SPH smoothing kernel
+diameter used for computing long range, nonlocal interactions, is set
+using the diameter keyword.
Keyword volume sets the volume of all selected particles.
Currently, only the atom_style peri command defines
particles with a volume attribute. Note that this command does not
@@ -418,8 +432,8 @@ the simulation. The flags can be output with atom snapshots via the
dump command. If a value of NULL is specified for any of
nx,ny,nz, then the current image value for that dimension is
unchanged. For non-periodic dimensions only a value of 0 can be
-specified. This keyword does not allow use of atom-style variables.
-
This command can be useful after a system has been equilibrated and
+specified. This keyword does not allow use of atom-style variables.
+This command can be useful after a system has been equilibrated and
atoms have diffused one or more box lengths in various directions.
This command can then reset the image values for atoms so that they
are effectively inside the simulation box, e.g if a diffusion
diff --git a/doc/set.txt b/doc/set.txt
index 6eb7b17a55..6a4e66dd95 100644
--- a/doc/set.txt
+++ b/doc/set.txt
@@ -21,7 +21,9 @@ keyword = {type} or {type/fraction} or {mol} or {x} or {y} or {z} or \
{length} or {tri} or {theta} or {angmom} or \
{mass} or {density} or {volume} or {image} or
{bond} or {angle} or {dihedral} or {improper} or
- {meso_e} or {meso_cv} or {meso_rho} or {i_name} or {d_name} :l
+ {meso_e} or {meso_cv} or {meso_rho} or \
+ {smd_contact_radius} or {smd_mass_density} or \
+ {i_name} or {d_name} :l
{type} value = atom type
value can be an atom-style variable (see below)
{type/fraction} values = type fraction seed
@@ -80,10 +82,12 @@ keyword = {type} or {type/fraction} or {mol} or {x} or {y} or {z} or \
value can be an atom-style variable (see below)
{meso_rho} value = density of SPH particles (need units)
value can be an atom-style variable (see below)
- {i_name} value = value for custom integer vector with name
+ {smd_contact_radius} = radius for short range interactions, i.e. contact and friction
+ value can be an atom-style variable (see below)
+ {smd_mass_density} = set particle mass based on volume by providing a mass density
value can be an atom-style variable (see below)
- {d_name} value = value for custom floating-point vector with name
- value can be an atom-style variable (see below) :pre
+ {i_name} value = value for custom integer vector with name
+ {d_name} value = value for custom floating-point vector with name :pre
:ule
[Examples:]
@@ -312,6 +316,20 @@ assumed to be in mass/distance^2 units). If none of these cases are
valid, then the mass is set to the density value directly (the input
density is assumed to be in mass units).
+Keyword {smd_mass_density} also sets the mass of all selected
+particles, but it is only applicable to the Smooth Mach Dynamics
+package USER-SMD. This command assumes that the particle volume has
+already been correctly set and calculates particle mass from the
+provided mass density value.
+
+Keyword {smd_contact_radius} only applies to simulations with the
+Smooth Mach Dynamics package USER-SMD. This command sets an
+interaction radius for computing short-range interactions,
+e.g. repulsive forces to prevent different individual physical bodies
+from penetrating each other. Note that the SPH smoothing kernel
+diameter used for computing long range, nonlocal interactions, is set
+using the {diameter} keyword.
+
Keyword {volume} sets the volume of all selected particles.
Currently, only the "atom_style peri"_atom_style.html command defines
particles with a volume attribute. Note that this command does not
@@ -327,7 +345,6 @@ the simulation. The flags can be output with atom snapshots via the
nx,ny,nz, then the current image value for that dimension is
unchanged. For non-periodic dimensions only a value of 0 can be
specified. This keyword does not allow use of atom-style variables.
-
This command can be useful after a system has been equilibrated and
atoms have diffused one or more box lengths in various directions.
This command can then reset the image values for atoms so that they