From ccf8cf20b378d1309b4197c6087a220fac31ed2e Mon Sep 17 00:00:00 2001 From: sjplimp Date: Sat, 20 Aug 2016 22:42:17 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15482 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/html/_sources/dump.txt | 3 +++ doc/html/_sources/dump_modify.txt | 17 +++++++++++++++++ doc/html/_sources/fix_ave_histo.txt | 5 +++-- doc/html/dump.html | 5 ++++- doc/html/dump_modify.html | 13 +++++++++++++ doc/html/fix_ave_histo.html | 5 +++-- doc/html/searchindex.js | 2 +- doc/src/dump.txt | 4 ++++ doc/src/dump_modify.txt | 15 +++++++++++++++ doc/src/fix_ave_histo.txt | 5 +++-- 10 files changed, 66 insertions(+), 8 deletions(-) diff --git a/doc/html/_sources/dump.txt b/doc/html/_sources/dump.txt index 7cbf12d6fd..151986688e 100644 --- a/doc/html/_sources/dump.txt +++ b/doc/html/_sources/dump.txt @@ -169,6 +169,9 @@ or multiple smaller files). Because periodic boundary conditions are enforced only on timesteps when neighbor lists are rebuilt, the coordinates of an atom written to a dump file may be slightly outside the simulation box. + Re-neighbor timesteps will not typically coincide with the timesteps + dump snapshots are written. See the :doc:`dump_modify pbc ` command if you with to force coordinates to be + strictly inside the simulation box. .. note:: diff --git a/doc/html/_sources/dump_modify.txt b/doc/html/_sources/dump_modify.txt index a0784510e5..2662076320 100644 --- a/doc/html/_sources/dump_modify.txt +++ b/doc/html/_sources/dump_modify.txt @@ -36,6 +36,7 @@ Syntax *nfile* arg = Nf Nf = write this many files, one from each of Nf processors *pad* arg = Nchar = # of characters to convert timestep to + *pbc* arg = *yes* or *no* = remap atoms via periodic boundary conditions *precision* arg = power-of-10 value from 10 to 1000000 *region* arg = region-ID or "none" *scale* arg = *yes* or *no* @@ -428,6 +429,21 @@ timestep order. ---------- +The *pbc* keyword applies to all the dump styles. As explained on the +:doc:`dump ` doc page, atom coordinates in a dump file may be +slightly outside the simulation box. This is because periodic +boundary conditions are enforced only on timesteps when neighbor lists +are rebuilt, which will not typically coincide with the timesteps dump +snapshots are written. If the setting of this keyword is set to +*yes*\ , then all atoms will be remapped to the periodic box before the +snapshot is written, then restored to their original position. If it +is set to *no* they will not be. The *no* setting is the default +because it requires no extra computation. + + +---------- + + The *precision* keyword only applies to the dump *xtc* style. A specified value of N means that coordinates are stored to 1/N nanometer accuracy, e.g. for N = 1000, the coordinates are written to @@ -846,6 +862,7 @@ The option defaults are * label = ENTRIES * nfile = 1 * pad = 0 +* pbc = no * precision = 1000 * region = none * scale = yes diff --git a/doc/html/_sources/fix_ave_histo.txt b/doc/html/_sources/fix_ave_histo.txt index 9adf1610ef..69e51ce155 100644 --- a/doc/html/_sources/fix_ave_histo.txt +++ b/doc/html/_sources/fix_ave_histo.txt @@ -145,8 +145,9 @@ length. The first value (a scalar or vector) is what is histogrammed into bins, in the same manner the fix ave/histo command operates. The second value (a scalar or vector) is used as a "weight". This means that instead of each value tallying a "1" to its bin, the -corresponding weight is tallied. E.g. the Nth entry in the first -vector tallies the Nth entry (weight) in the second vector. +corresponding weight is tallied. E.g. The Nth entry (weight) in the +second vector is tallied to the bin corresponding to the Nth entry in +the first vector. ---------- diff --git a/doc/html/dump.html b/doc/html/dump.html index d87465df8e..40449d1202 100644 --- a/doc/html/dump.html +++ b/doc/html/dump.html @@ -274,7 +274,10 @@ or multiple smaller files).

Note

Because periodic boundary conditions are enforced only on timesteps when neighbor lists are rebuilt, the coordinates of an atom -written to a dump file may be slightly outside the simulation box.

+written to a dump file may be slightly outside the simulation box. +Re-neighbor timesteps will not typically coincide with the timesteps +dump snapshots are written. See the dump_modify pbc command if you with to force coordinates to be +strictly inside the simulation box.

Note

diff --git a/doc/html/dump_modify.html b/doc/html/dump_modify.html index 3d7b230e46..492ef0a5f5 100644 --- a/doc/html/dump_modify.html +++ b/doc/html/dump_modify.html @@ -158,6 +158,7 @@ nfile arg = Nf Nf = write this many files, one from each of Nf processors pad arg = Nchar = # of characters to convert timestep to +pbc arg = yes or no = remap atoms via periodic boundary conditions precision arg = power-of-10 value from 10 to 1000000 region arg = region-ID or "none" scale arg = yes or no @@ -468,6 +469,17 @@ yield 0000100, 0012000, 2000000. This can be useful so that post-processing programs can easily read the files in ascending timestep order.


+

The pbc keyword applies to all the dump styles. As explained on the +dump doc page, atom coordinates in a dump file may be +slightly outside the simulation box. This is because periodic +boundary conditions are enforced only on timesteps when neighbor lists +are rebuilt, which will not typically coincide with the timesteps dump +snapshots are written. If the setting of this keyword is set to +yes, then all atoms will be remapped to the periodic box before the +snapshot is written, then restored to their original position. If it +is set to no they will not be. The no setting is the default +because it requires no extra computation.

+

The precision keyword only applies to the dump xtc style. A specified value of N means that coordinates are stored to 1/N nanometer accuracy, e.g. for N = 1000, the coordinates are written to @@ -790,6 +802,7 @@ images less frequently.

  • label = ENTRIES
  • nfile = 1
  • pad = 0
  • +
  • pbc = no
  • precision = 1000
  • region = none
  • scale = yes
  • diff --git a/doc/html/fix_ave_histo.html b/doc/html/fix_ave_histo.html index cd54bcef35..e8291ddeb4 100644 --- a/doc/html/fix_ave_histo.html +++ b/doc/html/fix_ave_histo.html @@ -254,8 +254,9 @@ length. The first value (a scalar or vector) is what is histogrammed into bins, in the same manner the fix ave/histo command operates. The second value (a scalar or vector) is used as a “weight”. This means that instead of each value tallying a “1” to its bin, the -corresponding weight is tallied. E.g. the Nth entry in the first -vector tallies the Nth entry (weight) in the second vector.

    +corresponding weight is tallied. E.g. The Nth entry (weight) in the +second vector is tallied to the bin corresponding to the Nth entry in +the first vector.


    The Nevery, Nrepeat, and Nfreq arguments specify on what timesteps the input values will be used in order to contribute to the diff --git a/doc/html/searchindex.js b/doc/html/searchindex.js index b86fd4ac62..37935b1680 100644 --- a/doc/html/searchindex.js +++ b/doc/html/searchindex.js @@ -1 +1 @@ -Search.setIndex({envversion:50,filenames:["Manual","Section_accelerate","Section_howto","Section_python","accelerate_intel","angle_charmm","angle_class2","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_quartic","angle_sdk","balance","bond_class2","bond_fene","bond_fene_expand","bond_harmonic","bond_harmonic_shift","bond_harmonic_shift_cut","bond_morse","bond_nonlinear","bond_quartic","compute_centro_atom","compute_cna_atom","compute_dpd","compute_fep","compute_gyration","compute_gyration_chunk","compute_heat_flux","compute_hexorder_atom","compute_msd_nongauss","compute_orientorder_atom","compute_pressure","compute_saed","compute_sna_atom","compute_stress_atom","compute_xrd","create_atoms","dihedral_charmm","dihedral_class2","dihedral_cosine_shift_exp","dihedral_fourier","dihedral_harmonic","dihedral_helix","dihedral_multi_harmonic","dihedral_nharmonic","dihedral_opls","dihedral_quadratic","dihedral_spherical","dihedral_style","dump_image","fix_atc","fix_balance","fix_bond_swap","fix_box_relax","fix_controller","fix_ehex","fix_eos_cv","fix_eos_table_rx","fix_gld","fix_lb_fluid","fix_nh","fix_nphug","fix_orient","fix_pimd","fix_qbmsst","fix_restrain","fix_rx","fix_shake","fix_spring_rg","fix_ti_rs","fix_ti_spring","fix_ttm","fix_wall","fix_wall_region","improper_class2","improper_cossq","improper_cvff","improper_distance","improper_fourier","improper_harmonic","improper_ring","improper_umbrella","minimize","neb","pair_adp","pair_airebo","pair_beck","pair_body","pair_bop","pair_born","pair_buck","pair_buck_long","pair_charmm","pair_class2","pair_colloid","pair_comb","pair_coul","pair_coul_diel","pair_cs","pair_dipole","pair_dpd","pair_dpd_fdt","pair_eam","pair_edip","pair_eff","pair_eim","pair_exp6_rx","pair_gauss","pair_gayberne","pair_gran","pair_gromacs","pair_hbond_dreiding","pair_list","pair_lj","pair_lj96","pair_lj_cubic","pair_lj_expand","pair_lj_long","pair_lj_sf","pair_lj_smooth","pair_lj_smooth_linear","pair_lj_soft","pair_lubricate","pair_lubricateU","pair_mdf","pair_meam","pair_meam_spline","pair_meam_sw_spline","pair_mgpt","pair_mie","pair_morse","pair_multi_lucy","pair_multi_lucy_rx","pair_nb3b_harmonic","pair_nm","pair_polymorphic","pair_resquared","pair_sdk","pair_smtbq","pair_snap","pair_soft","pair_sph_idealgas","pair_sph_taitwater","pair_sph_taitwater_morris","pair_srp","pair_sw","pair_tersoff","pair_tersoff_mod","pair_tersoff_zbl","pair_vashishta","pair_yukawa","pair_yukawa_colloid","pair_zbl","tutorial_github"],objects:{},objnames:{},objtypes:{},terms:{"00a":77,"00b":77,"02214e23":35,"0b1":3,"0e4":117,"0x98b5e0":57,"100k":1,"1024x1024":57,"10e":106,"10x":[90,91,96],"12th":74,"16e":74,"16x":1,"18986e":90,"1_prop":2,"1fluid":[114,140],"1st":[2,5,32,45,65,68,74,92,93,96,103,110,112,113,114,127,128,133,134,135,139,140,141,143,147,153,154,155,156,157],"2000k":57,"20x":96,"23899e":90,"2400k":57,"2697v2":4,"2697v4":4,"298k":105,"2k_ss":112,"2nd":[2,3,21,22,61,65,68,82,90,91,93,103,112,119,133,139,140,147,153,154,155,156,157],"2theta":43,"2x5":112,"36x":4,"3806504e":[2,35],"3n_k":66,"3nk":72,"3rd":[5,37,65,103,112,114,119,139,140,147,153,154,155,156,157],"3x3":35,"4857990943e":112,"49e":74,"4_94":3,"4th":[2,45,74,92,93,96,110,113,114,117,133,139,140,141,143,147,153,154,156,157],"50k":1,"512k":4,"524k":4,"5_1":96,"5th":[90,114],"66e":74,"6x6":2,"7120p":4,"8706e":146,"8706q":146,"8730m":146,"8730n":146,"8x1":2,"8x2":2,"948q":146,"9jan09":117,"9th":91,"break":[28,112],"case":[1,2,3,4,19,21,22,29,30,44,45,57,59,61,62,67,68,69,70,72,73,74,79,80,81,90,91,93,100,102,104,106,110,112,116,117,119,129,130,131,133,136,139,140,141,143,148,152,154,156,160,161],"catch":1,"char":[2,146],"class":[1,2,3,56,101,157],"default":[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],"export":[4,57],"final":[2,3,19,32,42,59,61,68,69,72,74,77,79,90,91,92,93,96,110,113,114,129,133,141,143,153,154,156,157,161],"float":[2,4,112],"function":[1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,32,35,39,41,45,46,47,48,49,50,51,52,53,54,55,58,61,65,66,67,68,69,71,73,74,75,77,78,79,80,82,83,84,86,87,88,89,90,92,93,94,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,148,149,150,151,153,154,155,156,157,158,159,160],"import":[1,2,3,37,44,49,61,68,79,129,136],"int":[2,3,79],"long":[1,2,4,18,32,39,42,45,50,57,58,63,68,75,79,90,91,94],"new":[0,2,3,19,32,44,57,59,60,61,63,68,69,71,75,90,91,110,133,136,139,140,161],"null":[2,35,36,38,39,42,44,74,76,92,93,103,110,113,117,133,134,135,141,143,147,153,154,155,156,157],"public":[0,113,139,140,146],"return":[2,3,4,19,44,68,117],"short":[1,2,4,68,93,96,97,98,99,100,103,104,106,112,121,125,129,132,133,138,142,145,146,161],"static":[2,19,57,59,68,117],"switch":[1,2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,35,39,41,43,45,46,47,48,49,50,51,52,53,54,57,67,68,69,75,77,78,82,83,84,86,87,88,89,91,92,93,94,97,98,99,100,101,102,103,104,107,108,110,111,113,116,117,118,119,121,122,123,124,125,126,127,128,129,130,134,136,138,141,142,144,145,148,153,154,155,156,157,158,159,160,161],"true":[2,59,68,70,71,112,117,146,153],"try":[1,67,77,78,161],"var":[3,44],"void":[2,19,59],"while":[1,3,29,37,41,49,61,62,66,67,68,72,74,90,96,105,110,154,156,157],_j1m1m1:41,_j2m2m2:41,_manifold_rattl:161,_wirnsberg:63,a12:144,a2m:[2,35],a_0:[67,79,96],a_0_real:67,a_1:79,a_2:79,a_3:79,a_4:79,a_c:102,a_cc:102,a_f:156,a_ij:96,a_pi:96,a_sigma:96,a_ss:102,aat:46,aberdeen:[31,64],abil:[61,68,112],abl:[3,60],ablat:79,about:[0,1,2,3,4,19,40,44,57,58,59,60,61,62,63,67,69,70,73,75,76,77,78,79,80,81,90,91,95,100,104,159,161],abov:[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,32,33,34,35,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,59,60,61,62,68,69,71,73,74,82,83,84,85,86,87,88,89,91,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,131,132,133,136,137,138,139,140,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161],abscissa:[139,140],absolut:[74,90,117,121],absorb:79,abstol:74,ac3:43,acceler:0,accelri:2,accept:[32,44,60,74,99,125,161],acceptor:119,access:[0,2,3,4,29,30,31,33,34,35,36,37,38,39,40,41,42,43,58,59,60,61,62,63,66,67,68,69,70,72,73,75,76,77,78,79,80,81,93,115,117,119,133,148],accident:161,accidenti:88,accomod:68,accomplish:4,accord:[2,31,57,65,67,68,72,77,78,79,80,81,112,117,124,127,143,146,148,149,150,151,152],accordingli:[3,130,131,152],account:[2,32,40,43,56,63,68,70,75,76,79,86,104,109,117,121,125,130,131,133,136,146,161],accumul:[2,31],accur:[1,2,19,59,74,75,81,96,112,116,117,144,154,156],accuraci:[1,2,19,59,63,68,75,93,112,139,140],achiev:[1,2,4,13,19,59,63,68,71,72],ackland1:110,ackland2:110,ackland:110,acknowledg:0,acolor:57,acquir:[2,61,68],across:[1,2,19,59,74,79,81,91],act:[2,67,77,78,79,81,90,107,116,117,119,144,152],acta:[40,43,92],actinid:136,action:[2,3,66,78],activ:[3,4,32,66,74,129],actual:[1,2,62,70,116,118,124,130,131,152],adapt:[2,32,62,74,129,130,148],adapti:70,adaptiv:93,add:[0,1,2,3,4,32,35,44,57,58,62,63,67,68,69,70,73,75,78,79,80,81,93,97,98,101,104,112,121,133,138,142,145,161],add_molecul:58,add_speci:58,add_to_nodeset:58,added:161,addforc:90,adding:[73,161],addit:[1,2,4,5,13,19,44,55,56,57,59,61,63,65,67,68,69,70,75,80,81,91,92,93,96,97,98,100,103,104,107,109,110,111,112,113,117,118,120,121,129,131,132,133,134,135,136,139,140,141,142,143,145,146,147,153,154,155,156,157,160,161],addition:[0,2,3,4,57,79,91,116,144,161],address:[3,57,161],addtorqu:90,adequ:91,adher:13,adhikari:67,adiabat:0,adiam:57,adjac:[44,63,91,154],adjiman:137,adjust:[2,4,19,40,43,57,59,61,62,68,69,70,72,74,80,90,91,93,130,131,146,156],admiss:69,adopt:73,advanc:[4,96],advantag:[1,2,3,19,59,62,111],advect:2,advis:[74,91],affect:[1,2,42,57,60,61,63,76,79,88,90,91,112,130,131],affin:[4,103],afshar:108,after:[2,3,6,19,46,55,57,58,59,60,61,62,67,68,72,74,75,77,78,80,82,90,92,93,96,103,110,111,112,113,114,129,130,131,133,134,135,136,139,140,141,143,146,147,153,154,155,156,157,161],afterword:19,ag1:43,ag2:43,again:[2,3,41,63,82,91,130,131],against:[3,91],aggreg:[2,76],aggress:63,agre:[90,93],ahd:119,aidan:0,aim:2,aka:57,al2o3:146,al2o3_001:40,al3:43,ala:[67,146],alat:[70,133],albe:[143,154,156],albeit:73,alchem:32,alcu:[92,96],alcu_eam:143,alderton:107,alejandr:68,algebra:136,algorithm:[0,1,2,19,58,59,60,63,67,71,75,79,90,109,112,131,136],alia:4,alias:1,align:[2,13,19,59],alkali:112,all:[0,1,2,3,4,19,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,77,78,79,80,81,82,86,90,91,92,93,95,96,97,98,99,100,101,103,104,107,108,110,111,112,113,114,115,116,117,118,119,120,121,122,123,125,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,159,160,161],allen:[13,32,107,116],allentildeslei:32,alloc:[2,3],alloi:[92,96,104],allow:[1,2,3,4,19,36,38,43,44,56,57,58,59,60,61,62,66,67,68,70,72,73,74,75,76,77,78,79,80,81,90,91,93,96,97,98,99,100,104,110,112,117,118,119,121,125,130,131,136,143,144,146,152,159,161],almost:[4,72,79,152],alo:104,alon:[2,60],along:[2,13,29,32,40,43,44,57,60,63,67,72,75,76,79,81,90,91,104,107,117,121,125,133],alonso:[134,135],alpha:[2,26,62,67,72,90,92,94,97,104,108,109,110,111,113,114,119,120,121,133,138,155],alpha_c:129,alpha_i:147,alpha_lj:129,alphabet:56,alreadi:[44,59,72,91,108,118,123,131,152,160],also:[0,1,2,3,4,13,18,19,28,29,30,31,32,33,34,36,37,38,39,41,42,44,45,56,57,59,60,61,62,64,65,66,67,68,69,70,71,72,73,74,75,76,79,81,90,91,96,99,100,105,106,107,108,110,111,112,116,117,119,125,129,130,133,136,141,143,144,145,149,150,151,153,154,155,156,157,161],alter:[2,3,19,44,57,60,61,62,68,91],altern:[1,2,3,4,35,44,64,68,74,83,87,90,92,93,104,109,110,111,113,121,129,133,134,135,141,143,147,153,154,156,157],alternat:90,although:[4,13,68],aluminum:160,alwai:[0,2,3,4,28,80,81,82,90,98,101,110,124,136,139,140,146,148,154,156,160],amaz:3,amber2lmp:0,amber:0,ambient:57,amd:136,among:[4,42,67],amorph:[44,155],amount:[1,2,57,61,68,70,74,108],amplitud:88,amzallag:146,analag:2,analalog:2,analog:[2,38,41,62,117],analysi:[30,136,147],analyt:[1,40,43,75,96,123,136,143],analyz:[2,91,136],andersen:75,anderson:108,andzelm:152,ang:[4,70],angl:[0,1,2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,28,32,36,38,39,40,41,42,43,44,46,47,48,50,52,54,55,56,57,60,68,73,75,82,83,84,86,87,88,89,90,93,96,104,111,119,121,125,129,134,135,141,157],angle1:73,angle2:73,angle:[4,13],angle_coeff:[5,6,7,8,9,10,11,12,13,14,15,16,17,18],angle_cosine_shift:11,angle_cosine_shift_exp:[10,47],angle_cutof:119,angle_cutoff:119,angle_hybrid:13,angle_styl:[0,2],angleangl:82,angleangletors:46,angletors:46,angmom:2,angstrom:[2,40,43,44,57,80,92,93,100,110,129,133,141,156,160],angular:[2,13,41,44,75,92,96,103,117,130,131,133,136,143,154,155],anharmon:[11,27,47],ani:[1,2,3,4,13,19,29,30,32,33,34,35,36,37,38,39,40,41,42,43,44,45,55,57,59,60,61,62,63,65,67,68,69,70,71,74,75,79,80,81,90,91,93,96,99,100,103,104,107,108,110,111,113,116,125,136,139,140,143,144,147,153,154,155,156,157,161],anihil:[129,138],anim:[3,57,91],animat:57,anion:[113,146],aniso:[61,68,69],anisotrop:[116,144],ann:137,annoi:161,annot:[153,154,155,156,157],anoth:[2,3,4,13,57,60,63,66,68,69,79,90,91,104,108,112,113,116,119,120,121,129,144,148,152,154,155,156,161],another:[1,2,32],ansi:4,anthoni:78,antisymmetri:112,antonelli:[77,78],any:[1,2,57,152],anymor:78,anyth:[3,44,153,154,156,161],anywher:[44,133,147],aparam:32,apart:[95,148],api:3,appear:[2,3,19,32,36,38,41,44,57,59,61,82,90,91,102,110,133,139,140,146,157],append:[1,3,4,19,29,32,34,35,36,37,38,39,40,41,42,43,44,57,59,60,61,62,63,66,67,68,69,71,72,73,75,78,80,96,112,152],appendix:[13,107,146],appl:[61,68,157],appli:[2,13,19,32,37,41,42,43,44,45,56,57,58,59,61,63,64,65,66,67,68,69,70,71,72,73,75,78,79,90,91,95,97,98,100,104,107,112,114,117,118,119,121,127,131,136,140,142,145,152,159],applic:[1,2,4,60,62,70,73,156],applicat:58,appling:61,apply:[32,61,75,76],approach:[2,4,55,58,66,71,78,79,96,104,106,109,116,136,144,152],appropri:[1,2,3,30,35,56,60,61,67,68,69,71,72,80,81,91,93,96,99,102,103,104,111,117,125,129,136,153,154,155,156,157],approxim:[2,40,43,67,71,75,90,106,112,114,116,130,131,136,140,144,146,159],april:3,apu:[130,131],aqua:57,ar_thermal:58,ar_ttm:58,arbitrari:[2,57,68,71,74,153],arbitrarili:[3,41,61,68,104],arch:1,architectur:136,archiv:2,archive:3,area:[2,19,35,39,59,67,117],arg:[3,19,32,44,59,63,73,78,80,91,97,98,100,101,106,107,109,112,118,121,125,129,130,131,132,138,142,145],argument:[2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,32,35,38,39,41,42,44,45,46,47,48,49,50,51,52,53,54,59,61,65,68,69,74,75,79,82,83,84,86,87,88,89,91,92,93,94,95,96,97,98,99,100,101,102,103,104,106,107,108,109,110,111,113,114,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,132,133,134,135,138,139,140,141,142,143,144,145,146,147,148,153,154,155,156,157,158,159,160],aris:159,arithmet:[2,100,102,124],arl:[31,64],army:[31,64],around:[1,2,29,30,41,44,45,55,57,61,68,80,81,146],arrang:41,arrheniu:74,arriv:4,articl:[2,146],artifici:[72,149,150],arxiv:[41,147],ascend:19,ascii:[91,110,113,133],ash:[130,131],aside:[44,133],ask:[3,161],asoci:57,aspect:[2,116,144],aspher:0,asphere:[116,144],asq:[130,131],assign:[1,2,3,19,34,40,41,42,43,44,57,59,60,61,62,67,68,69,71,91,96,110,113,116,119,139,140,144,160],assignemnt:2,associ:[2,32,33,34,56,57,61,66,67,68,73,74,76,90,91,104,108,109,110,112,119,121,125,139,140,152],assum:[2,3,44,61,67,70,79,80,85,91,96,99,102,112,119,120,125,130,131,161],assume:91,assumpt:92,astar:133,astart:148,asterisk:[32,119,152],astop:[90,148],asu:110,asub:133,asymmetr:[63,96,110],asynchron:4,atc_fe_output:58,athomp:0,atm2pa:2,atom1:73,atom2:73,atom3:73,atom4:73,atom:[0,1],atom_element_map:58,atom_modifi:[3,91],atom_styl:[2,31,44,57,64,65,68,74,91,95,102,107,109,112,113,116,117,131,144,159],atom_weight:58,atomey:[2,3,57],atomfil:2,atomic:[0,146],atomic_charg:58,atomic_numb:143,atomist:[2,58,136],attach:[2,71],attatch:78,attempt:[2,19,59,60,91],attend:58,attrac:133,attract:[0,21,22,93,99,102,125,133,137,146,159],attribut:[2,3,32,57,60,61,62,68,69,96,112],atw:[130,131],atwater:155,atwt:133,atyp:[104,121,125,129],au1:43,au3:43,augment:[61,133],augt1:133,author:[110,111],auto:[2,3,35],autocorrel:35,autom:57,automat:[2,4,18,67,103,110,133,136,160,161],auxiliari:[1,2,3],avail:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,32,39,41,45,46,47,48,49,50,51,52,53,54,57,61,66,68,69,74,75,78,82,83,84,86,87,88,89,92,93,94,97,98,99,100,101,102,103,104,107,108,110,111,112,113,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,131,133,134,138,141,142,143,144,145,147,148,153,154,155,156,157,158,159,160],availabl:4,avalo:109,ave_chunk:2,aveforc:2,avendano:137,averag:[2,19,31,32,35,36,37,40,43,58,59,61,62,68,69,72,74,82,93,109,112,114,133,140],avi:57,avoid:[1,2,18,44,57,70,71,81,96,112,129,133,138],avx2:4,avx512:4,avx:4,awai:[2,57,60,70,80,104,121,125],awar:111,axel:161,axi:[2,19,29,36,40,43,44,57,59,79,86,89],axial:69,azimuth:57,b_k:147,ba2:43,babadi:144,back:[1,2,3,44,68,77,78,91,117],backbon:[60,75,88],background:[32,39,42,59,79,91,102,130,131,133],backtrack:90,backward:91,baczewski:66,bad:91,badli:[61,68],balanc:[1,2,4],ball:[41,130,131],bammann:58,band:[2,41,91,96,136,146],bandwidth:1,bandwith:57,bar:[32,57],barashev:110,barostat:[0,1],barostt:2,barr:103,barrier:[2,89,91,103,115],bartok2010:147,bartok2013:147,bartok:[41,147],base:[2,3,4,5,32,35,40,43,44,57,58,59,62,71,74,93,94,96,108,112,116,119,121,130,134,135,142,143,146,153,155,156,157,161],bashford:[2,5,45,100],basi:[2,41,44,80],basic:[2,19,42,57,58,59,62,68,70,81,92,136],basin:91,bask:[110,133,143],bath:72,bayli:[2,45],bb13:46,bcc:[29,30],bcolor:57,bdiam:57,be2:43,bead:[21,22,60,71,152],bear:[2,66],becaus:[0,1,2,4,19,36,38,41,44,57,59,60,61,62,66,68,72,79,81,84,90,91,100,104,106,108,112,113,116,117,118,119,120,129,130,131,133,139,140,144,152,161],becker:[92,110],becom:[1,2,4,19,28,44,57,59,60,63,67,68,80,81,91,93,102,104,110,112,116,121,143,144,153,157,159,161],been:[1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,32,39,45,46,47,48,49,50,51,52,53,54,57,59,60,61,62,67,68,69,72,75,79,80,82,83,84,86,87,88,89,90,92,93,94,97,98,99,100,101,102,103,104,107,108,110,111,112,113,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,131,134,135,136,138,141,142,144,145,148,152,153,154,155,156,157,158,159,160],befor:[1,2,13,19,33,34,37,44,59,61,67,68,72,80,90,91,113,114,117,129,133,136,140,161],begin:[58,59,62,65,74,91,110,114,136,139,140,143,146,148,152,160],begun:74,behav:[11,47,90],behavior:[57,60,61,62,66,68,72,79,96,112,133,160],behaviour:2,behind:72,believ:3,bellott:[2,5,45,100],bellow:86,below:[1,2,3,4,19,28,35,39,40,41,42,43,44,45,56,57,58,59,60,61,62,65,68,69,70,72,73,74,75,77,78,79,80,90,91,92,93,96,97,100,101,102,104,107,110,112,113,114,116,117,118,119,121,122,123,124,125,126,127,128,129,130,131,132,133,137,139,140,144,145,147,148,152,157,158,159,160,161],bench:[1,2,3],benchmark:[1,3,4,19,59],benedict:136,benefit:[1,4,66],bennet:32,berardi:[116,144],beraun:79,berendsen:[2,68,69,75],bern:[71,103,116,146],bernendsen:2,beryllium:112,best:[1,2,4,62,68,73,96,104,121,125],beta:[2,72,92,94,110,111,113,133,154,155,156],beta_:96,beta_k:147,beta_pi:96,beta_sigma:96,beta_t:155,better:[2,4,11,41,47,59,67,68,91,154,161],betwe:95,between:1,beutler:129,beyond:[2,32,68,115,127],bflag1:57,bflag2:57,bgq:136,bi3:43,bi5:43,bia:[2,39,42,68],bias:2,biersack:[133,156,160],big:[72,102,161],bin:[2,3,34,72],binari:[2,4,56,57,58,59,60,61,62,63,66,67,68,69,70,72,73,75,76,77,78,79,80,81,92,93,94,95,96,97,98,99,100,101,102,103,104,107,108,110,111,112,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,160],binary2txt:0,bind:[96,146],binsiz:4,biolog:2,biologi:50,biomolecul:100,bios:4,bisect:[19,59],bisector:[2,104,121,125],bispectrum:[41,147],bit:[3,161],bitrat:57,bkgd_dyn:133,bks:72,blank:[57,65,74,91,96,111,114,133,139,140,141,147,153,154,155,156,157],blast:79,blend:133,block:[2,35,41,44,81,96,112,143,147,161],blow:[80,81,148],blue:[57,60],bluegen:136,board:107,bodi:0,body:95,bodyforc:67,bodyforcei:67,bodyforcex:67,bodyforcez:67,bogu:61,bohr:[110,112,136,156],boltzmann:[2,32,35,39,60,65,67,69,108],bond:[0,1,2,4,6,13,18,20,21,22,23,24,25,26,27,28,32,35,36,38,39,41,42,44,45,46,55,56,57],bond_coeff:[2,20,21,22,23,24,25,26,27,28],bond_harmon:[24,25],bond_harmonic_shift:25,bond_interact:58,bond_styl:[0,2],bondangl:6,bondbond13:46,bondbond:6,bonet:109,book:[159,161],bookmark:0,boost:1,border:[4,79],boresch:32,boreschkarplu:32,born:[2,32],boron:112,botero:112,both:[1,2,3,4,11,28,32,44,47,56,57,60,61,63,67,68,72,75,77,78,79,80,81,82,90,91,93,96,97,98,99,100,101,102,107,108,110,111,112,116,117,119,121,123,125,126,127,129,130,131,136,137,138,142,144,145,153,154,155,156,157],bottleneck:1,bottom:67,bound:[2,10,11,19,47,59,68,80,81,90,112],boundari:[2,33,34,35,37,39,40,42,43,44,57,58,61,67,68,70,72,76,79,80,81,118,130,131,136],boundary_dynam:58,boundary_faceset:58,boundary_integr:58,bounds:[2,19,59],bount:3,box:[0,1],boxcolor:57,boxxlo:3,bptype:152,br1:43,bracket:[2,19,59,62],bragg:[40,43],branch:[3,161],branicio2009:157,branicio:[30,157],breakdown:[1,93],brennan:[31,64,109,139,140,152],brenner:93,brick:[19,59],brief:[1,2,68,93,96],briefli:[2,71,103,146,161],brilliantov:117,broadwel:4,broken:[28,29,68,96],brook:2,brown:[4,40,42],brownian:[2,37,130,131],brows:0,browser:57,bryantsev:119,btype:[104,121,125,129,152],buc:98,buck:[2,4,32,97],buckingham:[97,98,99,106,132],buckplusattr:146,buffer:57,bufi:57,bug:0,bui:57,build:[0,1,2],built:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,31,32,37,39,40,41,43,45,46,47,48,49,50,51,52,53,54,55,56,60,63,64,65,66,67,68,69,70,71,72,74,75,77,78,79,82,83,84,85,86,87,88,89,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,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160],bulatov:[134,135],bulk:[2,29,67,70,105,133,136,146],bundl:[57,161],button:161,bypass:2,c11:133,c_0:[79,93,150,151],c_1:[40,43,66],c_2:[40,43],c_cluster:2,c_cstherm:2,c_doubl:3,c_e:79,c_flux:35,c_gauss:115,c_hb:119,c_i:65,c_id:[2,32,62],c_ij:2,c_ijkl:2,c_k:66,c_mychunk:[2,34],c_n_k:66,c_p:42,c_peratom:42,c_pi:96,c_prop:2,c_sigma:96,c_size:2,c_thermo_temp:62,ca2:43,cach:4,cacul:75,calcforc:67,calclat:35,calcluat:[37,39,42,104],calcualt:35,calcul:[0,1],caldwel:[2,45],calhoun:71,call:[1,2,3,4,71,93,102,159,161],callabl:3,callback:3,caltech:[2,112],calucl:2,calul:[3,29],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,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,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,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],cannot:[1,2,3,4,19,28,57,59,60,61,66,68,72,79,80,81,90,91,98,99,101,110,116,118,121,125,127,129,142,144,145,152],canon:[68,71,78,136],cao1:71,cao2:71,cao:71,capabl:[3,4,93,101],capac:[64,79,149],capolungo:[40,43],captur:[2,93,99,112,117,125,133],carbid:104,carbon:[57,88,93,103,133],card:[4,32,119],care:[2,44,55,67,68,95],carefulli:[3,28],carlo:[2,60],caro:110,carri:[4,79,117],carrillo:4,cartesian:[2,92],cascad:79,cat:[4,57],cate:67,categori:[0,93],cation:[113,146],caus:[1,2,4,44,61,68,70,74,75,80,81,90,91,119,121,127,130,131],caution:1,cautious:93,caveat:93,cbecker:[92,110],cc1:[2,34],ccc:[111,153,154,156,157],ccflag:4,ccflags:4,ccm6:110,ccsi:[111,153,154,156,157],ccu:96,cd2:43,cdeam:110,cdll:3,cdof:2,cdte:96,cdte_bop:96,cdtese:96,cdzn:96,cdznte:96,ce3:43,ce4:43,cell:[2,40,43,44,61,68,69,72,79,112,136],cella:2,cellalpha:2,cellb:2,cellbeta:2,cellc:2,cellgamma:2,center:[2,9,33,34,37,40,44,57,61,66,68,76,78,80,81,82,95,111,112,116,117,130,131,133,134,135,153,154,155,156,157],centr:63,central:[29,36,38,41,70,75,76,85,136,141,157],centro:2,centroid:71,centrosymmetri:29,certain:[1,2,57,60,62],cfg:[2,57],cg_type:145,ch2:75,ch2lmp:[0,2],ch3:75,chain:[0,2,13,28,60,68,69,71,75,78,88,107,108,152],challeng:2,champaign:130,chan:136,chandler:[92,110],chandrasekhar:[2,121],chang:[1,2,3,4,19,22,32,44,57,58,59,60,61,62,67,68,69,70,72,73,74,75,77,78,79,81,90,91,108,112,117,130,131,133,136,146,152,161],change_box:2,chapter:71,charact:[2,19,57,59,65,74,112,114,120,139,140,143,146],character:[2,29,38,41,147],characterist:77,charg:[1,2,3,32,40,43,44,97,98,103,104,106,107,110,112,113,121,125,129,142,146,156,157,159,160],charl:62,charmm:0,cheaper:[116,144],check:[2,3,19,35,59,73,75,78,90,91,120],checkout:161,chem:[2,5,6,9,20,21,22,32,38,39,42,45,46,53,63,66,67,68,71,72,77,78,80,82,88,89,91,93,97,100,101,103,104,105,107,108,109,112,115,116,118,119,121,125,126,129,133,137,139,140,142,146,152],chemic:[31,40,43,58,114,140],chemistri:[72,93,96,112],chen:79,cheng:103,chi:[70,113,116],chiral:88,chmod:3,cho:133,choic:[2,4,19,28,29,32,42,55,59,60,67,68,71,91,129],choos:[1,2,13,28,32,57,60,61,62,67,68,69],chose:[154,156],chosen:[2,41,44,50,57,61,62,66,67,68,69,71,109,112,117,120,123,145,154],chunk:0,chunkid:34,ciccotti:75,cieplak:[2,45],circular:2,circumv:[36,38],citat:[0,67],cite:146,cl1:43,clarendon:[13,107],clarifi:[154,156],clark:142,classic:[0,2,4,71,72,79,89,112],classifi:157,clean:2,clear:[2,3,62],clebsch:41,click:[3,44,56,57,91,161],climb:91,clockwis:45,clone:161,close:[2,3,19,42,60,61,67,68,75,81,91,93,96,104,105,133,139,140,156,161],closer:[19,59,61,77,91],closest:[70,116,144,152],cloud:146,cluster:[2,4,42,63,75],cmax:133,cmd:[3,71],cmdarg:3,cmin:133,cmm:[18,145],cna:29,co2:[43,74,75,114],coars:[13,18,28,50,65,74,114,118,140,145],coarsest:41,code:[0,1],coeff:[6,45,46,55,82,120,148],coeffici:0,coefficienct:108,coefficient0:110,coefficient1:110,coeffieci:[2,94],coeffincientn:110,coexist:112,cohes:[2,113,133],coincid:[81,100,130,131],cold:2,coleman:[40,43],collect:[2,34,44,102],colliex:43,collis:[67,117,160],colloid:2,color:[19,57,59,66,72],column:[2,29,34,36,38,41,42,43,72,79,93,115,119],colvar:0,com:[2,37,63,95,161],comand:60,combiant:105,combin:[2,3,18,32,55,57,58,63,68,71,81,82,102,104,105,109,112,113,114,128,129,147,153,154,156,157,159],come:[0,2,13,61,62,68,77,78,153,154,156,157,161],comit:161,comm:[0,3,30,91,108],comm_modifi:[2,96,102,108,112,117],comm_styl:[19,59],comm_world:3,command:[0,1],comment:[3,45,65,74,79,91,92,110,111,113,114,120,133,139,140,141,146,147,153,154,155,156,157,161],commit:161,commmand:2,common:[0,1,2,3,4,30,61,71,81,82,117,119,153,154,156],commonli:[2,9,37,38,57,89,118,123,147,154,156],commun:[1,2,3,4,19,57,59,61,67,68,79,109],comp:[75,91,112,144,151,155],compar:[1,2,4,40,43,56,90,91,133,146],comparison:0,compass:[6,20,46,56,82,101],compat:[3,19,49,59,62,63,80,136],compens:[2,112],compil:[4,57,136],complain:3,complement:133,complementari:[104,121],complet:[2,3,19,59,71,91,113],complex:[2,3,9,36,38,41,44,67,81,91,112,136],complic:2,compon:[2,29,30,33,34,35,36,37,38,39,41,42,57,60,61,62,63,67,68,69,71,75,81,90,91,108,112,117,130,131,146,147],componenet:2,composit:[2,67,110],compound:[103,112,113,157],compress:[2,57,69,72],compris:[81,114,144],compton:[40,43],comput:[0,1],computation:[2,79,96],compute_modifi:[60,61,68,69],compute_sa:40,compute_xrd:43,concav:81,concentr:[65,74,110,114,140],concept:2,conceptu:[2,61,91,104,133],concern:[2,30,32,66],concis:3,concurr:4,conden:[79,154,156],condens:[2,79,93,106,110,121,157],condit:[2,39,40,42,43,57,58,67,69,70,72,75,76,79,109,112,118],conducit:2,conduct:0,confer:[4,136],configur:[1,2,4,57,61,71,90,91,93,96,111,133,136,153,154,156,157,161],conflict:161,conform:[2,60,61,73,88,91,112],confus:157,conjuct:108,conjug:112,conjunct:[2,32,44,67,91,97,98,104,108,112,119,121,142,145],connect:[2,32,60,75,91,105,117,152,156],conner:93,connor:93,consecut:[3,44,104,121,125],consequ:[1,2,79,120],conserv:[13,60,66,67,68,74,75,91,107,108,109,117,127,146],consid:[2,29,32,59,60,79,112,144,146,152],consider:2,consist:[2,3,39,44,50,62,66,68,69,72,73,74,91,93,96,102,104,112,116,130,131,133,136,139,140,144,146],consistent_fe_initi:58,constant:0,constantli:63,constitu:[2,80,81,102,144],constrain:[2,63,66,75,76,90,112],constraint:[19,39,42,59,63,75,76,80,90,131],construct:[2,28,29,30,36,38,40,41,43,61,68,73,74,81,107,136,152,153],constructor:3,consult:4,consum:1,contact:[0,105,111,113,116,117,144],contain:[0,1,2,3,19,32,35,40,41,43,44,45,56,57,58,59,62,65,67,70,72,74,79,81,91,92,93,96,103,104,107,110,111,112,114,133,136,139,140,141,143,147,153,154,155,156,157,161],context:[2,4,159],contibut:29,contin:4,continu:[0,2,19,59,60,61,62,63,66,68,69,72,77,78,79,81,96,108,123,126,144,155],continuum:[2,58,79],contour_integr:58,contract:[61,68],contrain:75,contrast:[1,2,159],contrib:79,contribut:[2,29,32,33,34,35,39,41,42,61,67,75,90,91,108,110,112,130,131,136,146,161],control:[2,3,4,11,13,19,32,35,41,47,57,58,59,61],control_typ:58,convect:35,conveni:[2,13,147,161],convent:[13,49,54,56,73,110,112],converg:[2,19,57,59,60,61,69,72,73,75,90,91,103,104,121,146],convers:[41,57,104,105,106,112,121,125,129,142],convert:[2,5,6,8,12,16,17,18,35,44,46,57,82,83,87,88,91,92,110,136,154,156,160],convex:81,cool:63,coord:[2,3,36,38,70,80,91],coordb:146,coordbb:146,coordiat:90,coordin:[1,2,3,19,32,33,34,41,44,57,59,60,61,63,68,70,75,76,78,79,90,91,92,93,95,111,146],coords:146,copi:[0,3,57,79,91,161],copper:160,coprocessor:[1,4],core:[0,1],coreshel:2,coreshell:[2,98,104,106],cornel:[2,45],corner:[2,57,81,161],corpor:4,corr:103,correct:[2,3,32,45,57,63,68,72,80,81,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,110,111,112,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,160,161],correction_max_iter:58,correctli:[3,68,75,81,91,106,131,136,161],correl:[2,35,36,41,66,71],correpond:65,correspond:[1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,29,32,39,40,41,43,45,46,47,48,49,50,51,52,53,54,55,57,61,62,63,65,67,68,69,70,71,74,75,80,81,82,83,84,86,87,88,89,91,92,93,94,97,98,99,100,101,102,103,104,107,108,110,111,112,113,114,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,133,134,136,138,140,141,142,143,144,145,146,147,148,153,154,155,156,157,158,159,160],correspondingli:[130,131],cosin:2,cosineshift:11,cost:[1,2,3,19,40,42,43,57,59,68,74,79,104,121,125,136,153],costheta0:[153,154,156,157],costheta:143,costli:[3,4],coul:[2,4,18,21,22,32,45,90],could:[2,3,19,32,34,35,39,57,59,62,72,79,80,81,90,93,115,119],coulomb:[2,42,90,97,98,99,100,101,103,104,105,106,107,112,117,118,121,125,129,132,142,145,146,156,157,159],coulommb:2,count:[1,2,3,19,35,45,59,61,68,75,81,90,91,115,119],counteract:62,counterbal:63,counterbalanc:13,counterclockwis:45,coupl:0,couple:[2,3],cours:[4,66,73,80,130,148],cov:146,coval:[2,13,112,133,146],cover:[2,58,67,112],cpp:[1,2,3,32,75],cpu:[1,4],cpuinfo:4,cr2:43,cr3:43,creat:[0,1,2,3,19,35,39,40,44,57,58,59,60,61,65,68,69,70,71,73,79,91,93,96,103,110,111,129,138,139,140,143,146,153,154,155,156,157,161],create_atom:[2,19,35],create_box:[2,19,35,44,61,68,152],create_elementset:58,create_faceset:58,create_nodeset:58,createatom:0,creation:44,criteria:[57,60,90],criterion:[19,44,59,60,90,91,103,112,117,146],critic:[2,24,25,79,90],cross:[4,33,57,91,100,108,110,118,119,121,123,125,143,145,154,156,160],crossov:1,crozier:0,crucial:72,crystal:[2,4,29,30,38,70,78],crystallin:[2,155],crystallogr:[40,43],crystallographi:[40,43],cs1:43,cs_chunk:2,csanyi:[41,147],cscl:133,csequ:2,csh:[3,4],cshrc:3,csic:[111,153,154,156,157],csinfo:2,csisi:[111,153,154,156,157],cst:110,cstherm:2,csvr:2,ctcm:[92,110],ctype:3,cu1:43,cu2:43,cu3au:133,cube:[2,81],cubes:[19,59],cubic:[38,67,70,110],cuda:1,cuh:96,cummul:[2,60,119],cumul:[2,68,69,91],currenlti:62,current:[0,1,2,3,4,19,30,32,42,57,58,59,60,61,62,63,68,73,74,75,76,79,80,90,91,96,103,107,110,112,113,117,120,130,131,133,134,135,143,148,154,156,161],curv:[2,44],curvatur:[116,144,160],custom:[0,2,3,33,34,35,42,57,60,61,68,69,72,90,93,115,119],cut:[1,2,4,19],cuthi:70,cutinn:[130,131],cutlo:70,cutmax:143,cutoff1:[101,107,121,125,129,132,142,145],cutoff2:[97,98,99,101,106,107,121,125,129,132,142,145],cutoff:[2,4,21,22,28,29,30,32,36,38,41,60,65,70,72,80,81,90,92,93,94,95,96,97,98,99,100,101,102,104,105,106,107,108,109,110,111,112,113,114,115,116,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],cutoffa:111,cutoffc:111,cuu3:110,cval:43,cvar:62,cvff:4,cwiggl:80,cyan:57,cycl:[68,69],cyclic:45,cylind:[57,81],cylindr:2,cyrot:96,d3q15:67,d3q19:67,d_e:79,daan:78,damp:[2,68,69,72,90,91,97,98,100,104,107,112,117,121,129,142,145],dampflag:117,danger:108,darden:107,darken:57,dash:117,dat:[2,35,58],data2xmovi:0,data:1,databas:0,date:[0,2],datum:2,davenport:132,davi:80,david:[154,156],daw:[110,143],dcd:[2,57,71],deactiv:129,debug:[2,3,40,43,44,71],decai:[36,104,160],decid:[2,4,161],decod:57,decompos:[32,147],decomposit:[58,71],decoupl:2,decreas:[4,60,63],dedic:4,defect:[2,29,136],defin:[2,3,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,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,64,65,67,68,69,70,71,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,93,94,95,97,98,99,100,101,102,104,105,107,108,109,111,112,114,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,131,132,136,137,138,139,140,141,142,143,144,145,147,148,149,150,151,152,153,154,155,156,157,158,159,160],definit:[2,41,62,64,69,80,96,102,109,112,143,147],deform:[2,42,61,68,130,131],deg2theta:43,degre:[2,5,6,8,12,13,16,17,18,36,38,39,43,44,45,46,48,49,54,55,57,60,68,69,71,73,75,78,82,83,87,88,89,90,107,110,119],delai:2,delet:[28,60,68,152,161],delete_atom:44,delete_bond:[20,21,22,23,24,25,26,27,28],delete_el:58,delimit:74,dellago:[2,63],deloc:[112,146],delr:133,delta_1:96,delta_3:96,delta_7:96,delta_ij:[133,143],delta_pi:96,delta_r:143,delta_sigma:96,deltah_f:65,demo:3,demonstr:[72,133],dendrim:119,denniston:67,denot:[40,63,104,118],dens:[60,74,112],densiti:[2,19,41,44,58,59,67,79,80,92,93,96,110,133,134,135,139,140,143,144,146,149,150,151],depart:0,departur:72,depend:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,36,39,41,44,45,46,47,48,49,50,51,52,53,54,56,57,59,61,65,67,68,69,70,74,75,77,79,80,81,82,83,84,86,87,88,89,90,92,93,94,95,96,97,98,99,100,101,102,103,104,105,107,108,110,111,112,113,114,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,133,134,136,137,138,139,140,141,142,143,144,145,146,147,148,153,154,155,156,157,158,159,160],dependend:2,deposit:[68,75],depth:[26,57,79,114,116,144],der:[32,102,103,129,159],deriv:[2,32,41,61,62,63,68,69,70,77,78,79,80,81,93,96,102,107,112,113,118,123,127,128,133,136,159],derjagin:159,derlet:70,descib:57,describ:[0,1,2,3,4,19,29,30,40,41,42,43,44,50,53,59,60,61,62,65,66,67,68,69,70,71,72,74,77,78,80,90,91,93,95,97,98,100,101,102,103,104,107,110,112,113,114,116,117,118,121,122,123,124,125,126,127,128,129,130,131,132,133,136,137,139,140,143,144,145,146,147,148,152,153,154,155,156,157,158,159,160,161],descript:[2,3],descriptor:41,design:[0,2,3,40,43,58,60,68,70,79,94,95,100,104,106,112,129,130,131,134,135,143],desir:[2,3,4,35,39,42,44,61,62,66,68,75,90,91,108,110,119,130,131,153,154,156],desktop:[2,57],destabil:96,destre:88,destroi:3,detail:[1,2,3,4,19,34,35,39,41,42,44,56,57,58,59,60,61,62,63,66,67,68,69,72,75,78,79,90,92,93,95,96,99,100,101,102,103,104,107,108,112,113,116,117,118,119,121,122,123,124,125,126,127,128,129,130,131,132,133,137,139,140,144,146,147,148,158,159,161],detect:[36,91,103,119,120],determin:[1,2,4,26,32,39,40,42,43,44,57,59,61,65,68,70,71,72,73,74,80,81,93,99,103,107,110,114,115,117,125,133,136,140,144,146,152,159],devan:145,devanathan:156,develop:[0,2,3,4,62,69,72,93,96,112,135,136,146,157],deviat:[69,70,115],devic:1,devin:103,devis:135,dfactor:57,dft:136,dhug:72,dhugoniot:72,dia:133,diag:74,diagnost:[4,60,74],diagon:[2,41,42,61,68],diagonalstyl:147,diagram:[19,40,43,56,59,71],diallo:119,diam:57,diamet:[2,44,57,102,116,117,123,144,159],diamond:[112,133],dick:2,dicken:62,did:[90,108,110,117,154,156],dielectr:[100,104,105,106,121,125,129,142],diff:[2,4],differ:[1,2,3,4,19,28,29,32,36,41,44,56,57,59,60,61,62,63,66,67,68,70,71,72,75,76,77,78,79,80,81,82,91,92,93,96,99,100,102,103,108,109,110,112,114,116,117,118,121,122,124,125,132,133,134,135,137,138,139,140,141,143,144,145,146,147,148,153,154,156,157,159],differenti:[1,2,13,74,104,143,155],difficult:[61,62,71,119],difficulti:[36,38,75],diffract:[40,43],diffraction:[40,43],diffus:0,diffuse:2,digit:136,dihedr:[0,4,28,36,38,39,41,42,44,45,46,47,48,49,50,51,52,53,54,55,56,60,73,83,84,85,87,90,93,96,100],dihedral_coeff:[45,46,47,48,49,50,51,52,53,54,55,56],dihedral_cosine_shift_exp:11,dihedral_styl:[0,2,42],dihydrid:112,dij:75,dilat:[61,68,69],dim:[44,133],dimens:[1,2,19,35,42,44,57,59,61,67,68,69,72,80,91],dimension:[36,39,40,41,43,79,91,143],dimensionless:[37,41,62,79,147,159],dimer:[2,133],dimstr:[19,59],dintel_offload_noaffinity:4,dipol:0,dipolar:13,dipole:107,dir:[1,3,70,72,143],dirac:41,direc:143,direct:[2,4,13,29,38,40,41,43,44,45,57,67,69,70,72,77,78,79,80,81,90,91,108,109,117,131],directli:[2,3,32,41,44,57,62,67,74,81,92,93,97,98,99,104,107,110,112,121,125,142,145,152],directori:[0,1,2,3,4,62,77,78,91,92,93,96,103,104,110,111,113,129,133,134,135,136,141,143,146,147,153,154,155,156,157],disabl:[4,79,120],disadvantag:[2,59],disallow:68,discard:[19,59,81],discontinu:[90,127],discourag:133,discret:[2,57,62,67],discuss:[0,1],disk:[2,36],disloc:[29,136],disord:[29,136],disp:0,dispar:144,disperion:[107,125],dispers:[2,99,107,125,130,157],displac:[2,37,61,68,70,117],displai:[3,56,57],disregard:136,dissip:[2,31,64,66,77,78,108,109,117,130,131],dist:[2,35,71,73,152],distanc:[2,5,6,20,21,22,23,24,25,26,27,28,30,33,34,36,37,38,40,41,44,46,57,60,61,63,67,68,69,70,72,73,75,76,78,79,80,81,82],distinct:[2,144],distinguish:[2,41,112],distort:92,distrbut:92,distribut:[0,2,3,19,32,41,56,59,66,67,68,92,96,104,110,111,113,133,134,135,141,143,144,153,154,155,156,157],distro:143,ditto:160,div:4,diverg:[78,93],divid:[2,4,19,35,39,42,56,59,70,90,91,113,146,157],divis:[2,55,67,96,129],dl_poly:2,dlammps_ffmpeg:57,dlammps_gzip:57,dlammps_jpeg:57,dlammps_memalign:4,dlammps_png:57,dlm:68,dlmp_intel_offload:4,dlopen:2,dlvo:[102,159],dm_lb:67,doc:[0,1,2,3,32,34,37,39,42,44,56,57,62,68,81,90,91,92,93,95,103,104,110,111,113,119,133,134,135,141,143,147,153,154,156,157,161],docuement:144,doe:[0,1,2,3,19,28,29,32,35,40,43,44,45,56,57,58,59,60,61,62,63,65,66,67,68,79,80,81,83,84,85,87,88,91,92,93,94,95,96,99,100,101,102,103,104,105,107,108,110,111,112,114,115,116,117,118,120,123,124,126,127,128,130,131,133,134,135,136,139,140,143,144,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161],doesn:[44,93,103,111,153,154,155,156,157],dof:39,doi:[2,70],domain:[2,19,40,43,57,59,61,67,68,71,79,80,91],domin:[1,112],don:[0,4,81,133,146,161],done:[1,2,19,44,55,57,58,59,60,61,62,65,68,71,75,77,78,90,91,93,99,110,125,131,132,133,139,140,152,161],donor:119,dot:42,doti:[96,143],doubl:[1,2,3,4,32,45,61,81,96,113,118,136],dover:58,down:[2,3,61,112,146],download:3,downsid:2,dpd:2,dpdtheta:[31,109],dpdtheta_i:[64,65],dr_ewald:40,drag:[2,35,68,69,76],dragforc:67,drai:[57,72],drain:90,dramat:[60,61,68,146],drautz:96,draw:57,drawn:[57,66],drayleigh:72,dreid:2,dreiding:0,drfourth:37,drho:[92,110,139,140],drift:[2,37,63,66],drive:[3,61,68,70,91],driven:[2,50],driver:2,drop:108,drsquar:37,drude:0,dt_collis:67,dt_lb:67,dt_md:67,dtqm:72,dudarev:43,due:[1,2,4,28,29,33,34,37,40,41,42,43,44,57,60,61,66,67,68,69,70,73,77,78,79,80,81,90,91,105,108,109,110,115,116,130,131,143,144,145,152,154,156,159,160],duffi:79,dullweb:68,dummi:[13,155],dump:[0,1],dump_modifi:[2,57],dunbrack:[2,5,45,100],duplic:[19,59,70],durat:[56,79,117],dure:[2,4,19,32,45,58,59,60,61,62,63,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,90,91,108,129,136,138,139,140],dvlo:159,dvx:2,dx_lb:67,dy3:43,dyanam:2,dynam:[0,2,3,4,19,31,37,44,57,58,59,60,62,64,66,68,69,71,72,73,77,78,79,90,91,108,109,112,130,131,151],dynamo:[92,110,133],dyre:126,e28637:13,e_1:96,e_2:96,e_a:74,e_b:113,e_ee:112,e_hbond:119,e_i:[2,96,113],e_j:[2,96],e_k:96,e_ke:112,e_kl:2,e_lj:[93,107],e_n:[62,96],e_ne:112,e_nn:112,e_pr:112,e_rebo:93,e_torsion:93,e_tot:136,e_vol:136,eaa:82,eaat:46,each:[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,32,33,34,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,65,66,67,68,69,70,71,74,75,76,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,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,156,157,158,159,160],eacn:[19,59],eam:[0,92,104],earli:[19,59],earlier:[91,117,133],earth:112,easi:[2,3,32,42,80],easier:[4,57],easili:[3,57,91],eat:46,eaxmpl:2,eba:6,ebb13:46,ebb:6,ebt:46,ec_ii:133,ec_ij:133,ec_jj:133,echo:[3,40,43],ecp:112,edg:[2,19,40,43,57,80,81],edge:80,edit:[4,161],edition:4,edu:[3,110,130],eebt:46,eff:0,effect:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,33,34,37,39,42,45,46,47,48,49,50,51,52,53,54,56,57,58,60,61,63,66,68,69,70,71,72,73,75,78,79,80,81,82,83,84,86,87,88,89,90,91,92,93,94,96,97,98,99,100,101,102,103,104,107,108,110,111,112,113,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,134,136,138,139,140,141,142,144,145,146,148,153,154,155,156,157,158,159,160],effici:[0,1,2,4,39,55,57,61,68,71,75,96,102,104,121,125,136,139,140,144],efficienc:4,efield:[75,90],eggebrecht:[104,146],ehex:2,eigenvalu:71,einstein:[2,78],either:[1,2,3,4,19,29,40,41,42,43,44,57,59,60,61,62,63,67,68,69,70,74,75,81,90,96,102,110,114,117,130,131,133,136,140,143,152,154,156],ejtehadi:[102,116,144],elaps:[80,148],elast:[2,21,22,91,117,155],elastic:0,elba:13,electr:[2,58,113,160],electric:4,electrolyt:159,electron:[2,40,58,79,92,103,107,110,112,113,133,136,143,146,156,157,160],electron_integr:58,electron_temperatur:58,electron_unit:112,electroneg:[2,103,113,146],electroneg_compon:146,electrostat:[2,4,102,107,112,121,129,131,146,159],elem1:[113,133,147],elem2:[113,133,147],elem:146,element1:[92,110,146],element2:[92,110,146],element:[2,33,37,39,41,42,57,58,92,93,96,103,110,111,112,113,133,134,135,136,141,143,146,147,153,154,155,156,157],elementn:[92,110],elementset:58,elif:41,elig:119,elimin:[2,66,75,77,78],elj:107,ellips:2,ellipsoid:[2,44,90,116,131,144],els:[57,62,68,79],elsewher:133,elt:133,emac:0,email:[0,3,113],emb:81,emb_lin_neg:133,embed:[3,13,79,92,110,113,129,133,134,135,143],embt:46,emin:61,emphas:117,empir:[58,112],empiric:93,emploi:[63,155],empti:120,enabl:[2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,31,32,37,39,40,41,43,45,46,47,48,49,50,51,52,53,54,56,60,62,63,64,65,66,67,68,69,70,71,72,73,74,75,77,78,79,80,81,82,83,84,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,133,134,135,136,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160],enclos:[2,133,146],encod:57,encompass:2,encount:38,encourag:[74,76],end:[1,2,3,4,19,46,57,60,61,63,66,68,73,74,79,91,108,110,116,132,136,144,147,148],endbondtors:46,energet:[60,93],energi:[0,1,2,5,6,7,8,9,10,11,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,31,32,35,39,42,44,45,46,47,48,49,50,51,52,53,54,55,56,58,59,60,61,62,63,64,65,66,67,68,69,70,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],energy_compon:146,enforc:[2,57,60,68,75,121],enforce2d:[2,90],eng:[3,103,135],engineer:[58,77,110],enginer:134,enhanc:[58,63],enlarg:57,enough:[44,59,72,80,81,104],enpub:110,ensembl:[2,32,35,68,71,72,108,146],ensight:2,ensur:[2,41,61,66,68,96,129,153,157],enter:[113,136,157],enthalpi:[74,110],entir:[0,2,3,19,31,39,40,42,43,44,59,60,63,66,68,69,70,71,74,76,79,107,125],entiti:2,entri:[40,65,72,96,111,133,139,140,141,147,153,154,155,156,157],entry1:[139,140],enumuer:2,environ:[1,2,3,4,57,70,92,96,103,111,112,143,154],eos:65,epair:[93,115,119],epp:107,epq:107,eps0:159,eps14:129,epsilon0:156,epsilon:[2,18,21,22,27,28,32,45,80,81,90,95,100,101,102,104,105,106,107,114,116,118,119,120,121,122,123,124,125,126,127,128,129,132,137,142,144,145,153,158,159],epsilon_0:160,epsilon_14:100,epsilon_:144,epsilon_d:105,epsilon_i:[116,144],epsilon_i_:144,epsilon_i_a:[116,144],epsilon_i_b:[116,144],epsilon_i_c:[116,144],epsilon_j:[116,144],epsilon_j_:144,epsilon_j_a:[116,144],epsilon_j_b:[116,144],epsilon_j_c:[116,144],epsilon_lj:144,eqp:107,eqq:107,equal:[2,3,19,28,32,35,42,44,57,59,61,62,66,67,69,70,71,72,73,74,77,78,79,80,90,91,93,103,108,109,115,116,119,130,136,137,143,144,146,147,148,157,160],equat:[2,35,38,39,40,43,56,61,62,63,64,65,67,68,69,70,71,72,74,75,79,80,102,107,108,109,112,113,114,117,130,131,133,140,144,149,150,151,160],equation:[70,88],equilibr:[2,35,44,60,61,68,72,77,78,103,104],equilibrium:[1,2,6,8,10,11,12,13,16,17,18,20,23,24,25,26,27,46,47,61,66,67,68,69,72,73,75,78,82,83,87,88,103,133,141,146],equilibrium_start:58,equival:[2,13,61,68,73,93,108,112,146,154,156],equlibrium:2,er3:43,eradiu:112,eras:77,erat:131,erc:104,erfc:[104,121],erhart:[110,154,156],eros:133,erose_form:133,erot:2,errata:[154,156],erratum:80,error:[0,1,2,3,11,47,57,61,62,63,65,68,74,79,80,81,90,104,121,144,152,154,156],erta:117,especi:[4,44,59,72,73],essenti:[3,11,47,93,104,121,156],essential:69,essex:13,establish:32,estim:[1,2,19,29,35,42,58,59,74],esub:133,eta:[2,67,68,72,111,113,116,143,155,157],eta_dot:68,eta_ij:143,eta_ji:113,etap:68,etap_dot:68,etc:[1,2,3,4,28,33,34,35,42,44,57,58,66,68,79,81,90,91,110,111,129,131,136,153,154,156,157],etol:[90,91],etot0:72,etot:[2,42,72],eu2:43,eu3:43,euler:[74,90,91],eulerian:58,europhi:67,evalu:[3,32,35,41,44,45,57,58,62,66,74,80,90,136,139,140,143,146],evanseck:[2,5,45,100],evaul:90,even:[2,4,19,29,55,59,61,63,68,79,80,81,90,91,95,112,113,117,144,157],evenli:[19,42,59,67],event:[2,68,79],eventu:2,ever:28,everaer:[102,116,144],everi:[0,1,2,3,4,19,35,57,58,59,60,61,62,63,67,68,69,70,72,74,75,79,91,108,129,146,161],everyth:161,everywher:123,eviri:112,evolut:[63,67,71],evolv:[67,71],ewald:[2,40,42,90,97,98,99,104,107,112,121,125,142,145],ewald_disp:107,exact:[19,59,60,66,79],exactli:[2,19,35,44,59,66,72,108,110,117,130,139,140],examin:[2,60,74],exampl:[0,1],exce:[2,4,19,59,61,68,90],exceed:[19,59,68],excel:112,except:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,33,34,39,42,44,45,46,47,48,49,50,51,52,53,54,56,59,61,68,69,71,75,79,82,83,84,86,87,88,89,91,92,93,94,97,98,99,100,101,102,103,104,106,107,108,110,111,112,113,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,131,134,138,141,142,144,145,148,153,154,155,156,157,158,159,160],excess:112,exchang:[2,58,63,79,112],excit:112,excite:112,exclud:[2,4,39,41,90,117,130,131,152],exclus:[1,4,32,45,103,136],excurs:68,execut:[1,2,3,57],exempl:146,exemplari:66,exemplifi:112,exert:[2,81],exhaust:58,exhibit:[36,63,68,112],exist:[2,3,29,44,56,57,61,82,83,84,85,87,109,152,161],exit:[3,19,59],expans:[41,55],expect:[1,4,19,59,70,72,133,136],expens:[2,70,79],experi:[2,73,91,108],experienc:[2,4],explain:[1,2,3,19,30,57,59,61,68,70,91,95,110,146,148,161],explan:[2,41,70],explic:137,explicit:[2,3,32,74,93,96,100,110,112,120,130,161],explicitli:[2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,39,44,45,46,47,48,49,50,51,52,53,54,61,66,68,69,72,75,79,82,83,84,86,87,88,89,92,93,94,97,98,99,100,101,102,103,104,105,107,108,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,134,136,138,139,140,141,142,144,145,148,149,150,151,153,154,155,156,157,158,159,160,161],explictli:4,exploit:71,explor:[40,43],expon:[74,110,114,116,119,129,137,145],exponenti:[32,74,114,143,153,157,160],expos:3,exposit:[58,108],express:[2,41,44,61,70,74,79,96,110,112,123,133,146,147],expressiont:96,extend:[0,2],extens:[2,4,21,22,27,32,35,62,63,68,69,70,73,77,78,79,80,81,116,133,136,144,147],extent:[1,19,21,59,93],exterior:[2,81],extern:[32,57,61,66,67,68,69,79,90,134,135],extra:[2,3,4,19,22,39,40,42,43,44,59,68,72,90,107,117,133],extract:[2,3,18,32,91,104,113,133,147],extract_atom:3,extract_comput:3,extract_fix:3,extract_glob:3,extract_vari:3,extrapol:1,extrem:[1,2,57,61,68,78,112,155],extrema:129,extreme:112,extrins:58,f_1:[2,61],f_a:[154,155,156],f_c:155,f_f:156,f_fix_id:72,f_harm:78,f_i:[13,143],f_id:[2,62],f_ij:143,f_int:77,f_j:13,f_jj:35,f_k:143,f_langevin:79,f_max:72,f_r:[154,155,156],f_sigma:96,f_solid:78,f_ss:2,face:[2,80,81,116,133,144],facil:0,facilit:2,fact:[2,4,78,117,146],factor:[1,2,8,12,16,17,18,19,22,23,32,35,40,41,43,45,53,57,59,61,63,67,68,69,71,73,74,75,80,81,87,93,96,97,98,100,104,105,106,108,109,112,117,120,121,133,136,139,140,141,142,145,148,153],fail:[3,61,90,91,106],fairli:[3,161],faken:30,fall:2,fals:146,famili:157,familiar:[0,3,161],fan:143,far:[2,59,61,68,70,73,80,83,87,91],farrel:[154,156],fashion:[2,19,44,59,62,68,69,72,78,79,80,91,130],fast:[2,4,62,72,74,130,131,136],faster:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,37,39,45,46,47,48,49,50,51,52,53,54,59,68,69,75,77,79,82,83,84,86,87,88,89,92,93,94,96,97,98,99,100,101,102,103,104,107,108,110,111,113,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,134,138,141,142,144,145,148,153,154,155,156,157,158,159,160],fastest:[1,2,79],fault:29,fava:116,favor:60,fcc:[2,29,30,35,38],fcold:63,fdt:[64,65,74],fdti:32,fe2:43,fe3:43,fe_md_boundari:58,featur:[0,2,3,41,57,60,66,71,81,90,161],fecr:110,feedback:62,feel:[70,81,91],fehlberg:74,felling:135,felt:81,fene:[2,4],fennel:[104,121],fep:0,ferguson:[2,45],fermi:[1,156],fermion:112,fernando:132,few:[1,2,3,63,68,75,90,91,93,146],fewer:[1,3,4],feynman:71,ffield:[103,113,146],fflag1:57,fflag2:57,ffmpeg:57,ffplai:57,fft:[1,3,42],fhot:63,ficiti:152,fictiti:[2,71,73,104,121,125,152],field:0,fifth:[2,114,141],figshar:70,figur:[1,4,72,161],fij:107,file0:70,file1:[3,65,70],file2:[3,65],file:[0,1],filenam:[4,19,57,58,59,65,70,74,79,91,92,93,96,104,110,111,113,114,133,134,135,139,140,141,143,146,147,153,154,155,156,157],fill:[44,57,79,96,136,161],filter:58,finchham:[2,106],find:[0,2,3,4,30,32,60,61,62,65,70,73,90,91,104,121,125,133,139,140,146,161],fine:[4,78,161],finer:[41,44],finger:44,finish:[2,3,19,59],finit:0,finni:110,fire:[90,91],first:[0,1,2,3,4,6,19,21,22,28,29,35,37,38,39,42,43,46,57,59,60,62,65,66,67,68,70,71,72,75,76,77,78,79,82,90,91,92,93,95,96,97,98,100,103,104,110,112,113,114,117,118,120,121,125,130,131,133,135,136,139,140,141,143,146,147,152,153,154,155,156,157,160,161],fischer:[2,5,45,100],fit:[2,73,93,96,133,139,140,155,161],five:[30,72,96,134],fix:[0,1],fix_flux:58,fix_heat:63,fix_id:[61,68,69,72],fix_manifoldforc:161,fix_modifi:2,fix_nv:161,fix_rattl:75,fix_shak:75,fixedpoint:[61,68],fixid:[57,58],fji:107,flag:[3,4,33,34,40,43,57,60,93,119,120,133,136,152,161],flag_buck:99,flag_coul:[99,107,125],flag_lj:[107,125],flagfld:[130,131],flaghi:[130,131],flaglog:[130,131],flagvf:[130,131],flat:[2,4,79,80],fld:[80,130,131],flexibl:[2,57,112,155],flip:[2,68],fluctuat:[2,32,61,66,67,68,69,70,78,79,88,109],fluid:[2,61],flux:2,flv:57,fly:[19,57,58,75,96,136],fmass:71,fmax:90,fmsec:68,fno:4,fnorm:90,fnve:63,focu:75,foil:[41,70,147],fold:[4,76],follow:[0,1,2,3,4,5,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,35,36,38,41,42,44,45,47,48,49,50,51,52,53,54,55,57,58,59,62,64,65,66,67,68,69,71,72,73,74,75,77,78,79,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,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,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],foo:[3,57,74],foo_species:74,foot:2,forc:[0,1],forcefield:[73,119],forcegroup:67,ford:107,forgiv:68,fork:161,form:[2,28,32,33,34,36,41,42,62,66,73,74,79,80,81,82,85,88,91,93,96,109,110,112,115,119,120,132,133,135,136,139,140,141,142,143,144,146,147,148,154,155,156,159],formal:[2,35,66,68,71,146],format:[2,19,57,59,65,74,79,91,92,93,96,110,113,114,120,133,135,139,140,145,147,157],formation:65,former:[2,19,59,79,96],formul:[1,2,42,68,73,75,93,96,110,112,116,133],formula:[2,6,28,29,30,32,33,34,35,39,40,42,43,46,56,62,70,76,80,82,84,93,95,96,100,101,102,107,108,110,111,116,117,118,119,120,121,123,124,125,127,128,130,131,133,137,138,144,145,148,153,154,155,156,157,158,159],forth:[1,2,3],fortran:[2,3,110,133],forward:[32,91],foster:[96,143],found:[2,30,60,63,67,104,107],four:[2,3,28,41,62,79,88,91,136],fourier:2,fourth:[2,4,37,73,100,114,141,146],fox:[2,40,45,151],fqq:107,fraction:[1,2,4,19,42,57,60,61,72,74,91,96,114,117,130,131],frame:[41,58,72,116],framer:57,framework:[92,147],frattl:63,free:[2,13,29,32,70,77,78,79,91,112,129,136,138,143,159],freedom:[2,39,60,68,69,71,75,78,90,107],freeli:[0,2,57],freez:2,frenkel:[2,63,78],frequenc:[2,4,71,72,74,108,112,146],frequent:[29,30,36,38,41,63],fri:72,friction:[2,72,79,117],from:[0,1],front:72,frontend:57,frozen:[2,39,66,115],fs2:[2,35],ftol:[90,91],fuction:104,fudg:75,fulfil:2,full:[1,2,4,35,57,63,67,70,74,96,110,112,113,116],fuller:90,fulli:[2,70,90,91,104,143,161],fulton:110,fumi:97,funcfl:110,fund:0,funrol:136,further:[2,37,57,67,71,79,90,91,92,95,103,136,146],furthermor:[11,47,63,74,109,112],futur:[0,2,59,66,91,134,135],g_jik:143,g_p:79,ga3:43,gaa:96,gai:116,gain:[4,62],galindo:137,gamma0:13,gamma:[2,13,67,72,108,109,111,116,133,137,149,150,151,153,154,156,157],gamma_:79,gamma_ijk:154,gamma_n:117,gamma_p:79,gamma_t:117,gammaa:137,gammafactor:67,gammar:137,gan:[143,153,154,156,157],gan_sw:143,gan_tersoff:143,gao:[2,5,45,100],gap:[130,131,147],gather:3,gather_atom:3,gathert_atom:3,gauch:50,gauss:105,gaussian:[2,35,37,66,71,73,108,112,115],gavhan:4,gaybern:[2,4,90],gd3:43,gdot:131,ge4:43,gec:[154,156],gen:68,gener:0,gentler:80,gentli:111,geom:2,geometr:[2,44,59,68,81,91,95,101,102,104,107,112,114,116,118,121,122,123,124,125,126,127,128,129,130,131,132,137,140,144,148,158,159],geometri:[2,9,19,44,59,61],gerber:129,germann:[69,123],germano:116,get:[0,1,2,3,4,19,35,41,44,57,59,61,81,91,104,157,161],get_natom:3,get_rank:3,get_siz:3,gewald:2,gezelt:[104,121],ghost:[2,4,30,61,68,108,109,112,117,120],gif:57,gifsicl:57,gillan:147,gingold:[149,150],git:161,give:[0,1,2,3,4,28,36,38,44,61,68,70,90,93,96,112,119,133,136,144,154,155,156],given:[2,3,4,11,38,41,42,47,56,61,63,66,67,68,69,70,71,72,73,74,75,76,79,80,81,92,93,96,97,98,99,101,102,103,104,105,108,109,110,112,113,114,116,117,119,121,122,123,125,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,160],glosli:136,glotzer:108,glue:3,gnu:0,gnuplot:3,goal:62,goddard:[2,9,89,112,119],goe:[28,41,44,63,90,107,111,118,123,126,148,160],gold:29,goldman:72,good:[1,2,4,19,30,40,43,59,62,68,75,91,92,102,110,136,157,161],gordan:41,gordon:2,got:161,gould:[2,45],gov:[0,92,110,113],govern:67,gpa:93,gpl:0,gpt:136,gpu:[1,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,39,45,46,47,48,49,50,51,52,53,54,68,69,75,82,83,84,86,87,88,89,92,93],grab:2,grad:2,gradient:[2,61,63,79,91,131,139,140],graft:60,grain:[2,13,18,28,44,50,65,70,74,114,118,136,140,145],gram:110,gran:[2,80,81],granular:0,graph:3,graphic:3,graviti:2,grdient:58,great:[72,161],greater:[1,61,66,68,70,95,97,98,99],greatli:[40,63],green:[2,35,57,71,96,161],green_kubo:2,grest:[21,22,60,99,117,125],grid:[19,40,43,59,67,79],grigera:2,gromac:90,gromacs:[2,90,118],groot:108,ground:[2,31,64,112],group:[2,3,4,19,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,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,91,146,157],group_id:3,grow:[2,68,70,74,117],growth:2,gsmooth_factor:133,guarante:44,guess:161,gui:[3,161],guid:[1,149,150,151],guidelin:1,gullet:133,gulp:2,gunnel:136,gunsteren:129,guo:[2,5,45,50,100],gyrat:2,gzip:[57,91],h12:116,h2o:[114,140],had:[2,3,60,61,66,68,69,79,108,117,152],hafskjold:[2,63],half:[1,2,4,19,57,59,68,79,80,81,96,102,112,136],halfwai:[19,57,161],halperin:36,halsei:117,halt:[19,59,63],halv:57,hamak:[80,81,102,144],hamilton:29,hamiltonian:[68,112],han:110,hand:[2,28,29,44,54,57,67,74,104,112],handl:[4,57,112,130,157],happen:2,hara:155,hard:[1,73,146],harden:148,harder:[80,81],hardi:58,hardwar:[1,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,39,45,46,47,48,49,50,51,52,53,54,68,69,75,82,83,84,86,87,88,89,92,93,94,97,98,99,100,101,102,103,104,107,108,110,111,113,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,134,138,141,142,144,145,148,153,154,155,156,157,158,159,160],harmon:[2,4],harmonic_fix_wal:131,harrison:93,hartre:[110,112,136],hassl:73,hat:2,have:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,34,35,36,37,38,39,41,42,44,45,46,47,48,49,50,51,52,53,54,57,59,60,61,62,66,67,68,69,70,71,72,75,79,80,81,82,83,84,86,87,88,89,90,91,92,93,94,96,97,98,99,100,101,102,103,104,107,108,109,110,111,113,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,131,133,134,135,136,138,139,140,141,142,143,144,145,146,148,153,154,155,156,157,158,159,160,161],hbond:2,hcn:74,hcp:[29,30,133],he1:43,head:[2,6,46,82,93,115,119,161],header:[2,57,72,79,92,96,110,152],heat:2,heavili:[19,59],heavisid:79,hebenstreit:4,height:[57,91,115],held:[2,74,91,117],helic:50,helium:94,help:[4,61,70,96,138,154,156,161],henc:[1,5,6,10,16,17,18,29,46,68,80,81,82,83,87,88,104,115,129,143],henderson:27,henkelman1:91,henkelman2:91,henkelman:91,here:[1,2,3,4,19,29,40,43,49,56,57,59,60,62,66,67,70,72,79,80,90,91,93,96,113,116,119,120,132,143,144,146,160,161],hertzian:[2,117],hertzsch:117,heterogen:37,hex:[44,63],hexagon:[36,133],hexat:36,hey:42,hf4:43,hfo:103,hftn:[90,91],hg1:43,hg2:43,hibb:71,hierarchi:[99,100,121,122,125,132,137],higdon:[130,131],high:[1,2,4,19,38,57,59,61,79,90,93,96,112,116,136,139,140,144,160],higher:[1,4,41,63,90,93,112,146],highest:[63,91],highli:[2,4,44,57,68,72,90,112],highlight:2,hight:115,hill:71,histo:[2,43],histogram:[1,2],histor:113,histori:[0,2],ho3:43,hoc:88,hoh:[2,104,121,125],hold:[2,73,90,91,117,129,159],holdem:73,holian:[69,123],holm:70,home:3,homepag:57,hone:71,hood:136,hook:[2,3],hookean:117,hoover:[2,68,69,71,78,108],hop:[60,91,96,146],hope:[19,59],hopefulli:90,horn:2,host:4,hot:2,hove:133,how:[0,1],howev:[1,2,3,4,18,19,35,40,41,43,57,59,60,61,62,66,67,68,70,71,72,79,91,101,102,110,111,117,133,136,139,140,143,153,156,161],howto:[2,68,104,119,121,125],hoyt:58,hpc:1,htm:110,html:[0,3,115,131],htmldoc:0,http:[0,2,3,70,92,110,130,161],https:161,htype:[104,121,125,129],hubbard:105,huge:161,huggin:[97,98],hugh:58,hugoniostat:69,hugoniot:[69,72],hundr:63,hura:2,hybrid:[1,2,4,32,56,68,92,93,103,104,108,110,113,116,117,119,120,129,133,134,135,136,141,143,144,146,147,152,153,154,155,156,157,160],hydrat:115,hydrocarbon:[93,103,112],hydrodynam:[67,130,131],hydrogen:[2,93,96,104,112,119,121,125,129],hydrostat:[61,68,69],hynninen:[105,115],hyoungki:135,hyper:[4,71],hyperbol:105,hyperspher:41,i_0:79,i_1:143,i_csid:2,i_mpi_pin_domain:4,i_mpi_shm_lmt:4,i_n:143,ialloi:133,ibar:133,ibead:71,ibm:136,icc:136,ice:2,icm:161,icms:161,icosohedr:30,id1:[91,120],id2:[91,120],id_press:[61,68,69],id_temp:[60,61,68,69],idea:[1,2,3,19,42,57,59,62,70,161],ideal:[2,30,70,130,149,161],idealiz:2,ident:[1,4,41,61,66,68,70,71,91,97,98,104,106,110,121,123,129,141,146,147,157,160],identifi:[1,2,29,44,65,119,120,133,139,140],idn:91,ielement:133,ignor:[2,3,4,19,32,57,59,61,62,68,69,73,79,80,81,91,92,101,102,110,111,113,116,120,133,139,140,141,143,144,153,154,155,156,157],iii:[2,9,89,119],ijj:157,ijk:[86,88,89,96,143,157],ijl:88,ikeshoji:[2,63],ikj:157,illinoi:130,illustr:[1,2,3,4,70,71,91],imag:[2,3,33,34,40,44],image2pip:57,image:57,imagemagick:57,imagin:[96,111,134,135,141,143,153,154,155,156,157],imaginari:[2,36,71],imbal:[1,19,59,74],imbalanc:[19,59],img:57,immedi:[0,44,74,75],immers:67,impact:[1,2,93],impart:2,impei:[2,121],implement:[1,2,11,31,32,38,40,43,44,47,56,62,63,64,67,68,71,72,74,75,79,88,90,91,92,96,103,104,106,108,109,110,111,112,121,125,129,133,144,154,156],impli:[2,32,42,57,73],implicit:[2,66,80],implict:105,important:78,impos:[2,39,63,70,77,78,80,81,90,91],imposs:1,improp:[0,4,39,42,44,60,82,83,84,85,86,87,88,89,90],improper:[4,88],improper_coeff:[82,83,84,85,86,87,88,89],improper_styl:[0,2],improv:[0,1,4,19,59,63,68,119,121,136,153,155],in3:43,inaccur:[1,2],inaccuraci:81,inact:119,inappropri:44,incid:[40,43],includ:[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,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,56,57,58,60,61,66,67,68,69,70,71,72,73,74,75,78,79,80,81,82,83,84,86,87,88,89,90,91,92,93,94,96,97,98,99,100,101,102,103,104,105,107,108,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,133,134,135,136,138,141,142,143,144,145,147,148,153,154,155,156,157,158,159,160,161],inclus:[0,32],incompat:3,incomplet:3,incompress:112,inconsist:60,incorpor:[55,72,96,105,161],incorrect:133,incorrectli:117,increas:[1,2,4,40,42,57,60,62,63,65,73,74,91,93,112,116,139,140,155],increasingli:112,increment:[3,59,68,146],incur:79,indefinit:77,indent:90,independ:[2,3,19,35,44,59,60,61,66,67,68,78,79,117,136],index:[0,2,3,65,71,79,139,140],indic:[2,3,4,6,28,31,33,35,37,39,42,46,57,61,62,68,79,82,88,103,113,133,136,141,146,154,156,161],indirectli:[2,62],indium:147,individu:[0,1,2,3,4,32,39,42,44,56,57,61,62,63,67,68,75,90,97,98,100,101,104,110,112,118,120,121,125,142,145],induc:0,ineffici:[2,29,30,36,38,41,57,68],inerti:131,inertia:[2,131],infer:[59,113],infin:90,infininti:57,infinit:[67,79,112],infinitesim:2,inflect:[105,123],influenc:[19,154,155,156],inform:[0,1,2,3,4,19,40,43,44,45,57,58,59,60,61,62,63,67,70,73,75,76,77,80,81,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,107,108,110,111,112,113,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,160],infrequ:[2,68,108],infti:[105,130,131],ingtegr:96,inher:90,inherit:2,inhomogen:79,inidividu:90,init:146,init_fil:79,initi:[2,3,19,32,44,57,58,59,60,61,62,65,66,67,68,69,71,72,73,74,77,78,79,80,90,91,93,107,108,136,139,140,146],initial:2,initialt:79,inlclud:3,inner2:[100,118],inner:[4,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,107,108,110,111,112,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,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160],inner_distance_cutoff:119,innner:127,inorgan:[2,157],inp:[147,157],input:[0,1],insert:[44,147,152],insid:[2,3,44,63,67,80,81],inside:[67,123],insight:2,instabl:[67,107],instal:[1,2,3,4,57,91,99,100,121,125,129,136,161],install:0,instanc:[2,3,115,143],instantan:[2,60,61,62,66,68,69,72],instanti:[2,3,58],instead:[1,2,3,4,19,29,34,45,59,61,67,98,99,110,120,122,129,133,136,138],instruct:[2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,39,45,46,47,48,49,50,51,52,53,54,57,68,69,75,82,83,84,86,87,88,89,92,93,94,97,98,99,100,101,102,103,104,107,108,110,111,113,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,134,138,141,142,144,145,148,153,154,155,156,157,158,159,160],instruction:3,insuffici:2,insult:68,insur:[2,3,30,44,57,79,80,81,102,116,144],integ:[2,3,29,38,41,44,45,48,49,52,55,57,60,62,66,67,72,74,79,86,108,109,133,147],integral:[71,139,140],intel:1,intel_coprocessor:4,intel_cpu_intelmpi:4,intel_cpu_mpich:4,intel_cpu_openpmi:4,intend:[2,18,66],intens:[1,2,33,34,35,37,39,40,43,59,60,68,69,79],inter:[60,91,96],interact:[1,2,3,13,28,32,36,38,39,41,42,45,50,55,56,60,70,71,73,74,79,80,81,83,84,85,87,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,140,142,143,144,145,146,147,148,152,153,154,155,156,157,158,159,160],interatom:[44,77,78,92,96,110,112,133,136,146,155],intercept:40,interchang:[2,62],interconvert:112,interesect:81,interest:[1,3,43,71,78,111,131],interf:161,interfac:0,interfer:[68,93],interg:2,interi:131,interior:[2,19,81],interlac:133,interleav:[2,44],intermedi:[2,57,70,88,91],intermolecular:93,intern:[0,2,3,4,5,6,8,12,16,17,18,31,32,42,44,46,57,58,62,64,65,68,69,74,82,83,87,88,90,109,114,139,140,149],internal:57,internal_element_set:58,internal_quadratur:58,internat:[4,40,43,58],interpenetr:133,interpentr:[149,150],interpol:[2,57,58,65,67,70,91,96,139,140,154],interpret:[2,3,55,57,117,148],interrupt:72,intersect:[2,40,81],intersert:81,interspers:90,interstiti:136,interv:[2,35,62,68,72,146],intestieti:40,intial:[2,93],intiial:19,intramolecular:13,introduc:[2,36,38,57,63,68,72,88,92,104,112,121,125,129,153],introduct:0,inv:[40,43],invalid:[33,91,130,131],invari:[38,41,62],invent:75,invers:[2,26,40,43,72,88,89,97,104,121,158,159],invert:[1,2],invis:81,invoc:60,invok:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,32,33,34,39,44,45,46,47,48,49,50,51,52,53,54,57,58,59,60,61,62,63,66,67,68,69,70,75,76,77,78,79,80,81,82,83,84,86,87,88,89,90,91,92,93,94,97,98,99,100,101,102,103,104,107,108,110,111,113,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,131,134,138,141,142,144,145,147,148,153,154,155,156,157,158,159,160],involv:[2,67,90,91,95,116,153,154,156],ion:[2,79,96,105,113,115,133,136,146,156,160],ionic:[2,97,98,105,112,113,142,146],ioniz:[103,112],ipp:0,ir3:43,ir4:43,irregular:[2,19,59,61,68],irrelev:141,irrespect:[130,131],irrevers:74,isbn:159,isenthalp:68,ismail:[99,125],isn:[3,63],iso:[61,68,69],isobar:[68,109],isodem:112,isoenerget:109,isoenthalp:109,isol:117,isomorph:71,isotherm:[68,109],isotrop:[2,36,116,130,131],issu:[1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,30,39,45,46,47,48,49,50,51,52,53,54,57,60,61,63,68,69,71,75,78,82,83,84,86,87,88,89,91,92,93,94,97,98,99,100,101,102,103,104,107,108,110,111,113,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,134,138,141,142,144,145,148,152,153,154,155,156,157,158,159,160],issue:58,item:[2,19,59],iter:[2,19,59,61,75,90,91,146],iterat:90,ith:62,itself:[2,3,35,57,79,91,104,113,116,139,140],ityp:44,izumi:155,j0jt:35,j_m:41,jackson:137,jacs:[2,45],janssen:70,januari:133,jaramillo:112,jcp:80,jeffer:4,jello:68,jeremi:135,jik:96,jmm:41,job:75,jochim:68,join:[2,29,117],joint:119,jon:29,jone:[1,2,21,22,32,45,58,63,80,81,90,93,95,98,99,100,101,102,107,116,118,119,120,121,122,123,125,126,128,129,132,137,143,144,145],jonsson:[30,91,146],jorgensen:[2,53,104,121,125],journal:[50,58,110,136,149,150],jpeg:57,jpg:57,judici:2,jump:[2,18,69],jun:4,just:[2,3,13,35,42,57,62,79,91,93,95,143,161],justo:111,jusufi:[105,115],jut:81,k11:35,k22:35,k33:35,k_2:85,k_4:85,k_sigma:96,k_ub:5,kalia:157,kapfer:38,kappa:[2,35,104,109,121,158,159],kappa_:79,karplu:32,karttunen:67,kate:0,kaufmann:4,kayser:105,kcal2j:35,ke_eta_dot:68,ke_etap_dot:68,ke_omega_dot:68,keblinski:[104,146],keef:40,keep:[54,62,74,78,90,104,129,147,161],kei:[2,157],kelchner:29,kemper:103,kepler:1,kept:[2,69,77,78],kernel:[4,58,66,136,149,150,151],keword:57,keyword:[2,4,19,29,32,34,36,37,38,39,40,41,42,43,44,57,58,59,60,61,62,63,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,90,92,93,94,95,96,97,98,99,100,101,102,103,104,105,107,108,110,111,112,115,116,117,118,119,120,121,122,123,124,125,126,127,128,130,131,132,133,134,135,136,137,138,139,140,142,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160],keywrod:112,khersonskii:41,khvostov:4,kim:[133,134,135],kind:[1,2,3,19,30,57,59,60,75,91,96,112],kinemat:[130,131],kinet:[2,32,35,39,42,61,63,68,69,72,74,90,112,114,140],kjl:88,klein:[2,58,68,121,145],kmax:40,kmp_affinity:4,knight:4,knl:4,knock:79,know:[3,19,90,111,161],knowledg:57,known:[41,57,62,63,77],kokko:1,kokkos:[1,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,39,45,46,47,48,49,50,51,52,53,54,68,69,75,82,83,84,86,87,88,89,92,93,94,97,98,99,100,101,102,103,104,107,108,110,111,113,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,134,138,141,142,144,145,148,153,154,155,156,157,158,159,160],kollman:[2,45],kone:[77,78],koning00a:77,koning00b:77,koning96:[77,78],koning97:78,koning99:77,kraker:4,kremer:[21,22],kress:[134,135],kspace:[0,1,2,32,39,42,90,97,98,99,100,104,107,121,125,129,131,145],kspace_modifi:[2,4],kspace_styl:0,kstart:73,kstop:73,kth:[66,71],kub:5,kubo:[2,35],kumagai:155,kumar:[130,131],kuronen:143,kutta:74,l12:133,l_box:112,l_skin:79,la3:43,label:[63,71,91],laboratori:[0,31,64,72],lack:[4,112],lackmann:96,ladd:78,lafitt:137,lag:[62,79],lagrangian:[2,58,72],lagrangian_posit:72,lagrangian_spe:72,lambda1:[154,155,156,157],lambda2:[154,155,156],lambda3:[154,156],lambda4:157,lambda:[32,40,43,67,77,78,79,92,111,129,138,153],lambda_fin:77,lambda_initi:77,lamda:[27,138],laminar:151,lammp:[0,3,91,133,136,161],lammps2pdb:2,lammps_clos:2,lammps_command:2,lammps_extract_atom:2,lammps_extract_comput:2,lammps_extract_fix:2,lammps_extract_glob:2,lammps_extract_vari:2,lammps_fil:2,lammps_get_coord:2,lammps_get_natom:2,lammps_ns:2,lammps_open:2,lammps_potentials:103,lammps_put_coord:2,lammps_quest:2,lammps_rk4:74,lammps_set_vari:2,lammps_sppark:2,lammps_vers:2,lamms:2,lamoureux:2,land:4,landron:146,lane:1,langevin:[2,66,68,69,72,73,78,79,91,107,108],languag:[2,3,62],larentzo:[31,64],larg:[0,1,2,4,19,29,42,44,50,57,59,60,61,62,63,67,68,72,73,75,79,80,81,88,90,102,108,112,116,117,120,136,139,140,144],larger:[1,2,3,19,29,44,57,63,67,68,73,79,80,81,90,91,96,102,104,105,112,117,121,125,131,152],largest:[2,44,90,139,140,152],laser:79,last:[1,2,3,42,55,57,59,74,90,91,94,95,96,97,102,103,108,109,110,115,116,117,118,119,122,124,126,127,128,131,137,138,144,146,148,152,158,159],lat:133,later:[2,3,69,90,93,96,161],latitud:41,lattc:133,latter:[2,3,4,19,32,59,61,68,74,81,96,98,99,100,101,107,121,125,129,136,142,145,146],lattic:[2,19,29,30,35,36,40,43,44,59,67,70,80,81,92,110,133],launch:[1,2,3,4],laupretr:88,law:2,layer:[2,79],layout:1,lb_fluid:67,lbtype:67,ld_library_path:3,lead:[2,9,19,32,59,67,69,72,74,75,88,91,104,121,125,127,136,161],least:[2,40,43,63],leav:[3,6,19,42,46,59,61,62,68,75,82],lee2:133,lee:[58,133],left:[2,3,19,56,57,60,70,74,161],leftmost:[19,59],legaci:4,leimkuhl:68,leiu:108,lenart:[105,115],length:[2,3,4,6,19,27,28,29,31,32,33,34,35,37,39,40,43,46,57,59,60,61,65,67,68,69,70,75,79,80,81,90,91,93,96,97,98,104,105,112,115,119,121,133,139,140,154,158,159],lennard:[1,2,21,22,32,45,63,80,81,90,93,95,98,99,100,101,102,107,116,118,119,120,121,122,123,125,126,128,129],lenoski:[134,135],less:[1,2,4,19,36,38,59,60,61,63,68,70,90,96,100,116,117,130,131,144,153,156,159],let:[1,49,65,75,102,139,140],lett:[41,67,77,78,96,110,112,116,129,139,140,147],letter:[19,59,71],level:[3,57,68,70,73,76,80,81,96,99,100,121,122,125,132,136,137],lever:152,levin:117,lgr_po:72,lgr_vel:72,li1:43,liang:103,lib:[1,3,4,103],libdir:3,liblammp:3,liblammps_foo:3,liblammps_g:3,libmpi:3,librari:[0,1],licens:[0,57],lie:[2,29],like:[2,3,4,28,57,61,68,70,72,74,80,81,91,96,102,107,108,109,112,113,117,119,126,127,133,147,156,158,159,161],likelihood:[40,43,60],likewis:[1,2,19,58,59,68,69,91,92,95,96,104,110,113,136],limit:[2,4,11,40,41,43,44,47,57,61,63,66,68,72,90,105,112,117,131,145,148],limit_eradiu:112,line:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,39,41,42,45,46,47,48,49,50,51,52,53,54,57,59,61,65,68,69,70,72,74,75,79,82,83,84,86,87,88,89,90,91,92,93,94,96,97,98,99,100,101,102,103,104,107,108,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,133,134,136,138,139,140,141,142,143,144,145,146,147,148,153,154,155,156,157,158,159,160,161],linear:[2,9,11,41,47,58,60,61,65,68,73,75,79,80,83,84,85,87,91,117,127],linearli:[2,80,91],lineflag:2,lineforc:90,lingo:3,link:[2,3,56,57,133],linkflags:4,linux:[3,4,57],liouvil:68,lipid:13,liquid:[2,4,13,19,32,36,42,59,61,68,72,107,136,142,155],lisal:[109,152],list:[0,1,2,3,4,6,19,29,30,32,36,38,39,41,42,46,56,57,58,59,60,65,68,70,74,75,82,83,84,85,87,88,90,91,92,93,96,97,98,100,101,103,104,106,108,109,110,111,112,113,114,116,118,119],listfil:120,literatur:[2,133,146,153],lithium:112,littl:[1,4,63,68],littmark:[133,156,160],liu:119,lj126:2,lj12_4:145,lj12_6:145,lj93:2,lj9_6:145,lj_flag:93,lmp1:3,lmp2:3,lmp2arc:[0,2],lmp2cfg:[0,2],lmp2vmd:0,lmp:3,lmp_g:[2,3],lmp_linux:2,lmp_machin:[1,4],lmp_mpi:71,lmpptr:3,load:[1,2,3,4,19,57,59,72,74,103],loadabl:3,localized_lambda:58,localtemp:74,locat:[2,3,11,40,43,47,55,63,67,78,81,104,113,114,115,121,123,125],lockstep:[61,68],log:[1,2,4,72,75,91,93,115,119,130,131],logfil:[0,2],logic:[3,4,19,44,59],lomdahl:[69,123],longer:[1,2,28,68,70,72,74,75,80,81,93,117,146],longest:[19,59],look:[1,2,3,28,57,147,161],lookup:[139,140],loop:[2,3,42,57,62,90,91,136,146],loopmax:146,lopez:68,lorentz:43,lose:[2,61,68,117],loss:2,lossi:57,lossless:57,low:[1,2,19,57,59,136,139,140,159],lower:[2,3,4,19,57,59,61,67,68,72,80,105,133],lowercas:[0,57],lowest:41,lrt:4,lsurfac:79,ltbbmalloc:4,lu3:43,lubric:2,lubricateu:[80,130],luci:74,lumped_lambda_solv:58,lyulin:88,m4v:57,m_eff:117,m_i:76,m_u:67,m_v:67,machin:[1,2,3,4,57,68,90,136,161],mackai:67,mackerel:[2,5,45,100],macos:57,made:[2,3,19,57,59,62,78,116,117,144,148,161],madura:[2,121],magazin:110,magda:80,magic:3,magnitud:[2,29,37,44,62,90,107,117],mai:[0,1,2,3,4,13,19,29,32,33,34,36,37,38,39,40,41,42,43,44,56,57,59,61,62,63,66,67,68,69,71,72,73,74,75,78,79,80,81,90,91,93,95,96,102,108,112,117,127,129,131,133,134,135,136,139,140,145,147,152,157,160,161],mail:161,main:[2,3,67,77,78,110,146],mainboard:1,mainli:142,maintain:[4,92,110,161],make:[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,31,32,37,39,40,41,43,45,46,47,48,49,50,51,52,53,54,55,56,57,59,60,61,63,64,65,66,67,68,69,70,71,72,73,74,75,77,78,79,81,82,83,84,85,86,87,88,89,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,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161],makefil:[3,4,136],maks:117,manag:71,manbi:147,mandadapu:58,manh:96,mani:[1,2,4,19,35,44,57,59,60,61,62,63,65,66,67,68,69,70,74,75,79,90,91,103,112,115,119,139,140,146,147,154,156],manifold:161,manipul:[19,59,104,143],manner:[2,3,19,42,57,59,68,77,78,80,81,91,110,112,130],manual:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,39,40,43,45,46,47,48,49,50,51,52,53,54,57,68,69,75,82,83,84,86,87,88,89,91,92,93,94,95,97,98,99,100,101,102,103,104,106,107,108,110,111,113,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,134,138,141,142,144,145,148,153,154,155,156,157,158,159,160],manybodi:[42,90],manybody:[92,93,96,103,110,113,141,143,153,154,155,156,157],map:[3,40,41,43,44,57,58,63,73,91,92,93,96,103,110,111,113,133,134,135,141,143,146,147,152,153,154,155,156,157],mara:146,march:133,mark:[118,129,146],maroonmpi:3,marrink:118,marsaglia:66,martin:133,martyna:68,mask:70,mask_direct:58,mass:[2,32,33,34,35,37,44,58,63,66,67,68,71,72,75,76,78,79,92,95,96,110,112,113,117,130,131,134,135,136,143,146,149,150,151],mass_matrix:58,massdelta:75,massiv:[0,57,67,71],massless:[2,104,121,125,129],master:91,mat:[58,103,155],match:[2,3,19,59,60,65,68,96,119,127,133,139,140],mater:[30,92,135,143,146],materi:[2,29,58,70,79,104,110,111,112,117,133,134,136],material_fil:58,math:[4,68],mathemat:[40,41,43,44,61,66,80,147],mathrm:161,matlab:0,matric:[41,116],matrix:[2,35,61,74,136],matter:[2,79,93,106,110,112,133,145,146,154,156,157,160],mattson:[31,39,42,64],max2theta:43,max:[2,59,61,74,75,90,91,146],max_step:74,maxev:90,maxim:91,maximum:[2,9,19,21,27,28,36,38,40,43,59,63,70,74,75,91,96,115,130,131,146],maxit:90,maxstep:74,maxx:143,mayer:[97,98,146],mayo:[2,9,89,119],mbt:46,mcdram:4,mcgraw:71,mclachlan:68,mdregion:58,mdump:[19,59],meam:104,meam_sw_splin:135,meamf:133,mean:[2,3,4,19,28,32,35,36,37,38,39,41,42,44,45,56,57,59,60,61,62,63,66,68,69,70,71,74,75,79,80,81,83,84,85,87,90,91,97,98,99,100,104,108,110,112,116,117,119,121,122,125,132,133,137,139,140,142,143,144,145,152,153,154,155,156,159],meant:2,measur:0,mechan:[2,3,31,58,62,63,64,71,74,96,112,123,136],meck:38,media:57,medium:159,meet:[57,60],mehl:92,mei:132,melros:[130,131],melt:[60,62,96,136,155],member:[45,96],membran:[13,159],memori:[2,4,66,79,96],mendelev:110,mention:[1,2,3,67,69,80,91,93],menu:57,mep:91,mer:60,mercuri:161,meremianin:41,merg:161,merz:[2,45],mesh:[1,2,19,40,43,58,59,67,136],mesoparticl:[64,65,109],messag:[0,2,3,57,63,130,131,161],met:[19,59,90,91],metal:[44,58,72,80,92,93,96,103,110,111,112,113,133,134,135,136,143,146,153,154,155,156,157],methan:72,methin:88,method:[1,2,3,4,19,32,35,42,58,59,65,67,68,71,72,74,75,77,78,90,91,92,96,103,104,110,112,113,133,134,135,139,140,143,146,157],methodolog:[2,30,42,71],mezei:32,mg2:43,mgoh:141,mgptfast:136,micel:76,micelle2d:0,michael:135,mickel:38,microscal:130,mid:[136,152],middl:[2,4,19,32,46,59,73,82,92,93,94,95,96,97,98,99,100,101,102,103,104,105,107,108,110,111,112,115,116,117,118,119,120,121,122,123,124,125,126,127,128,130,131,132,133,134,135,136,137,138,139,140,142,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160],middlebondtors:46,midpoint:152,might:[2,4,9,146,161],migrat:[19,59,70],mikami:[2,68],mike:4,mil:110,militz:70,million:[19,59],mimic:[2,28,104,115,121],mimim:[61,91],min2theta:43,min:[2,41,74,146,152],min_modifi:[61,90],min_step:74,min_styl:[90,91],mind:66,minim:[0,2,19,44,57],minima:[50,55,89],minimi:91,minimizaiton:91,minimum:[9,10,11,21,37,43,47,57,61,73,74,80,81,89,90,91,100,112,114,116,118,119,121,123,125,130,131,145,152],minmiz:61,minstep:74,mintmir:104,minu:91,misc:[2,10,11,13,24,25,37,47,66,70,71,77,78,79,83,85,88,105,107,110,111,115,120,126,132,134,135,138,142,152],miscellan:58,mishin:92,mishra:4,miss:120,mitchel:[2,106],mitig:68,mix:[1,2,4,92,93,94,95,96,97,98,99,100,101,102,103,104,105,107,108,110,111,112,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,160],mixtur:[2,68,102,114,133,140],mixture_ref_t:133,mjpeg:57,mkv:57,mn2:43,mn3:43,mn4:43,mo3:43,mo5:[43,136],mo6:43,mobil:[2,37,42,57],mode:[1,2,3,4,34,43,57,68,71,104,112,136,146],model:[0,1],modern:4,modest:1,modif:[2,4,32,133,136,144,156,161],modifi:[0,1,2,3,32,57,63,73,75,78,93,107,110,112,129,133,134,135,138,146,155,161],modin:58,modul:3,modulu:[117,133],mol:[44,75,107,116,145],molchunk:34,mole:[110,114],molecul:[2,13,33,34,42,44,60,63,65,73,74,75,100,104,116,121,125,144],molecular:[0,2,4,27,44,50,58,63,71,72,73,79,94,96,99,112],molecule:[5,7,8,9,12,16,21,22,23,26,27,28,45,49,50,51,53,56,84,87,89,100,121],moltempl:0,molybdenum:136,mom:[2,35,73],moment:[2,44,67,68,76,107,111,146],momenta:[63,112],momentum:[2,13,41,44,58,66,67,68,131],momon:60,monaghan:[149,150],monitor:[2,61,62,68,72,75,90,91,107],mono:[30,130],monodispers:[117,130,131],monom:[28,60],monoton:[65,91],mont:[2,60],month:0,moor:[31,42,64,139,140],more:[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,31,32,34,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,59,60,61,63,64,65,66,67,68,69,70,71,72,73,74,75,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,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161],morgan:4,moriarti:136,moriarty1:136,moriarty2:136,moriarty3:136,mors:2,mosi2:133,moskalev:41,most:[0,1,2,3,4,19,29,56,57,59,61,62,68,71,72,93,112,116,133,156,161],mostli:[3,57],motiion:2,motion:[2,63,67,68,69,70,71,73,79,81,91,107,112,130,131],motiv:70,mov:57,move:[1,2,3,37,61,67,68,70,72,73,79,80,81,90,91,104,108,130,131,136],movement:[2,90],mp2:93,mp4:57,mpeg:57,mpg:57,mpi4pi:3,mpi:[0,1,2],mpi_barrier:1,mpi_comm:2,mpicc:3,mpich:4,mpirun:[1,2,3,4,71],mplayer:57,msd:2,msi2lmp:0,msmse:[40,43],msse3:136,msst:[69,72],mtk:[68,69],mu_j:13,muccioli:116,much:[1,2,3,57,61,72,93,116,144,161],muller:[2,35,137],multi:[0,1],multibodi:[139,140],multicent:112,multicor:1,multinod:4,multiphys:3,multipl:[0,1],multipli:[32,35,56,67,70,90,93],multiscal:3,multisect:[19,59],multistag:32,multithread:4,murdick:96,murti:155,must:[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,32,39,40,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,65,66,67,68,69,70,72,73,74,75,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,107,108,109,110,111,112,113,114,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160],mutli:2,mux:57,mxn:71,mychunk:[2,34],myflux:35,myhug:69,myke:35,mymol:75,mympi:3,mype:35,myramp:42,myspher:81,mystress:35,n_f:72,n_hbond:119,n_ij:117,n_ion:79,n_k:66,n_particl:31,na1:43,nabla:79,nacl:[2,133],nacl_cs_x0:2,nakano:[91,157],name:[0,1,2,3,4,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,57,58,59,60,61,62,63,64,65,66,67,71,72,73,74,75,76,77,78,80,81,91,92,93,96,98,110,111,113,116,117,120,133,134,135,141,143,146,147,153,154,155,156,157,161],namespac:2,nanoindent:29,nanoparticl:59,nanosecond:63,narrow:2,narulkar:[154,156],nation:0,nativ:[1,2],natom:[2,3],natur:[2,41,68,70,110,112,113,133,143],navi:110,navier:67,nb3:43,nb3bharmon:141,nb5:43,nbodi:136,nbot:96,nchunk:[2,34],ncoeff:147,nd3:43,nden:[2,35],ndof:[68,69],nearbi:[81,93,130,131,159],nearest:[29,30,36,38,67,70,81,120,133,139,140,146],nearli:[2,28,59,112,136],neb:2,neb_combin:91,neb_fin:91,necessari:[2,3,4,32,56,59,61,62,66,74,129,136,146],necessarili:[63,83,84,85,87],need:[1,2,3,19,28,29,30,35,36,38,39,41,42,44,45,55,56,57,58,59,61,65,67,68,73,79,80,91,92,93,94,96,97,98,99,100,101,102,103,104,106,107,108,110,111,112,113,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],needless:2,neg:[2,11,22,33,41,42,47,49,57,61,66,69,70,74,80,113,124,133],neglect:[119,131],neglig:[2,3,32,68,153],neigh_modifi:[2,4,59,90,108],neighbor:[1,2,4,19,29,30,36,38,41,42,44,57,59,60,70,71,91,102,104,108,110,111,113,114,120,121,125,133,140,143,146,147,152,153,154,155,156,157],neighborhood:[10,29,36,147],neighobr:[2,104,121,125],neither:[19,58,60,93,112,130,131],nelem:147,nelement:[92,110],nelson:[36,38],nemd:0,net:[2,3,70,131],netpbm:57,neutral:[104,121,146],never:[61,68,70,75,80,110,133,147,157],neveri:[60,62,63,67,91,146],newer:133,newtion:[96,136,143],newton:[4,13,93,103,111,134,135,146,152,153,154,155,156,157],newtonian:66,next:[1,2,3,29,35,57,65,66,74,75,79,90,91,96,114,117,130,131,139,140,143,161],nfile:[65,139,140],nfreq:59,ngb:70,ngp:37,nguyen:96,nhc:71,ni2:43,ni3:43,ni_000:40,nialh_jea:110,nice:[2,161],nickla:135,nine:[113,146],nissila:[67,146],nist:[92,110],niter:[19,59],nitrid:104,niu3:110,nkb:72,nlocal:3,nlvalu:38,nmpimd:71,nn2:133,nnn:[36,38],no2:[65,74,114],no_affin:4,no_histori:2,noced:90,nocheck:120,nodal:[2,58,65,79,139,140],node:[1,4,19,40,43,59,67,79,120],node_area:67,node_group:58,nodeless:112,nodes:[19,59],nodeset:58,nodeset_to_elementset:58,noforc:[2,131],nois:[2,66,67,72,79],nomenclatur:2,nomin:68,non:[0,1],nonbond:141,none:[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,33,34,35,36,38,39,42,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,73,74,75,76,79,80,81,82,83,84,85,86,87,89,90,91,92,93,94,95,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,132,133,134,135,137,138,139,140,141,142,144,145,147,148,149,150,151,152,153,154,155,156,157,158,159,160],nonequilibrium:[77,78,112],nongaussian:37,nonlinear:[21,22],noordhoek:103,nor:[19,58,103],nord:[143,154,156],nordlund:[143,154,156],norm:[2,74,90,91,152],normal:[2,3,4,19,29,30,35,39,44,45,59,61,68,70,71,79,80,81,82,83,84,85,87,90,91,102,103,116,117,136,152,160],norman:79,nose:[2,68,69,71,78,108],notat:[2,29,41,68,110,157],note:[1,2,3,4,8,9,12,16,17,18,19,23,28,30,32,33,34,35,37,39,40,41,42,43,44,45,49,53,56,57,58,59,60,61,62,64,65,67,68,69,71,72,73,74,76,79,80,81,82,83,84,85,87,90,91,92,93,96,97,98,99,100,102,104,105,107,108,109,110,113,116,117,118,119,120,121,123,125,130,131,133,134,135,136,137,139,140,141,143,144,145,146,147,148,152,153,154,156,157,159,160,161],notes:[32,129],noth:161,notic:[0,2,78,79],notifi:62,novemb:133,now:[2,3,4,22,66,81,110,112,117,148,161],np3:43,np4:43,np6:43,nparticl:95,nph:2,nphi:4,nproc:3,npt:[2,4,32,61],nreset:[61,68,69],nreset_ref:61,nrho:[92,110],nrl:110,nstat:70,nstep:[61,68],ntabl:[139,140],ntheta:96,ntype:[41,44,112,119,143],nuclear:[72,112,160],nuclei:112,nucleu:156,nudg:[2,91],num_step:74,numa:1,numactl:4,number:[1,2,3,4,11,19,29,30,31,32,34,35,36,38,39,40,41,43,44,47,56,57,59,60,65,66,67,68,69,70,71,72,74,75,77,78,79,80,90,91,92,93,96,103,108,110,111,112,113,119,133,134,135,136,139,140,141,143,144,146,147,152,153,154,155,156,157,160],numer:[1,2,3,19,32,38,44,55,57,58,62,63,66,68,71,75,79,80,90,107,133,139,140,160],numpi:3,nvcc:1,nve:[1,2,4,32,35,44,58,63,66,68,69,73,75,79,107,116,130,131,144,146,148],nvidia:1,nvt:[2,4,32,35,58,63],nvtfe:58,nxnode:79,object:[2,3,57,61,67,90],observ:[4,68,72],obtain:[1,4,13,30,32,38,67,69,71,93,107,133,146,154,156],obviou:160,obvious:57,occ:115,occasion:68,occlus:57,occup:115,occur:[1,2,3,37,55,59,60,61,62,65,77,112,129,139,140],occurr:88,oct:3,octahedr:9,odd:[19,38,59,68,79],ode:74,off:[1,2,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,39,41,42,43,45,46,47,48,49,50,51,52,53,54,56,57,60,66,68,69,75,80,81,82,83,84,86,87,88,89,90,91,92,93,94,97,98,99,100,101,102,103,104,106,107,108,110,111,113,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,131,133,134,138,139,140,141,142,144,145,146,148,152,153,154,155,156,157,158,159,160],offer:[2,104,146],offload:[1,4],offset:[2,44,57,104,121,125],often:[1,2,4,56,57,59,61,62,68,71,90,91,103,108,121,154,156,161],ohio:135,old:[2,61,68,133,148],older:[4,61,68,148],oleinik:96,olfason:[2,9,89,119],ollila:67,olmsted:[58,70],omega0:89,omega:[2,68,80,86,89,107,117,136],omega_dot:68,omega_ij:109,omega_ijk:156,omega_ik:154,omegadd:[139,140],omgea:2,omiss:0,omit:[63,99,107,125],omp:[1,4],omp_num_threads:4,on_the_fli:58,onc:[0,1,2,3,4,19,45,57,59,62,74,91,116,118,143,144],once:[0,2,19,35,59,161],one:[2,13,35,41,57,68,69,79,96,105,131,146],onli:[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,34,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,59,60,61,62,63,64,65,66,67,68,69,70,71,72,74,75,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,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161],only:[2,4,19,29,57,61,62,63,70,90,91,92,93,96,100,103,110,111,113,119,130,131,133,134,135,141,143,147,153,154,155,156,157],onset:[72,88],onto:[41,60,63,67,152],open:[0,3,57,161],opencl:1,opengl:2,openmp:[1,4],openmpi:4,oper:[1,2,3,4,19,35,44,59,60,63,68,69,75,78,79,91,136,161],opl:4,opls:[53,56],oppelstrup:136,oppos:[2,73],opposit:[2,13,29,45,70,91,104,129],opt:[1,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,39,45,46,47,48,49,50,51,52,53,54,68,69,75,82,83,84,86,87,88,89,92,93,94,97,98,99],optim:0,optimiz:[4,90,103],option:[0,1],optional:147,options:[4,136],orang:57,orbit:[96,104,112,146],order:[2,3,4,11,13,19,32,33,34,36,38,39,41,42,47,56,57,60,61,63,65,67,68,70,72,73,74,75,79,82,83,84,85,87,88,91,92,93,96,103,109,110,112,113,116,117,121,129,133,136,139,140,144,146,153,154,155,156,157],ordinari:[74,119],org:[2,3,70],organ:[0,2,103],organometal:9,orient:[2,13,29,35,36,38,44,68],orientord:36,origin:[2,40,57,63,68,71,78,92,93,94,96,104,107,108,110,119,133,154,156,161],orlikowski:136,orsi:13,orthogon:0,orthograph:57,orthorhomb:72,os4:43,oscil:[2,68,72,80],ose:57,oserror:3,other:[0,1],otherwis:[1,40,45,56,68,74,89,90,120,130,131,143],otyp:[104,121,125,129],our:[2,67,75,154,156],out:[1,2,3,6,19,34,35,37,46,57,59,67,79,81,82,83,87,91,112,132],outer2:[100,118],outer:[4,90,92,93,94,95,96,97,98,99,100,101,102,103,104,105,107,108,110,111,112,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,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160],outer_distance_cutoff:119,outermost:[68,70,73,76,80,81],outlin:[2,57],output:[0,1],output_frequ:58,outsid:[44,57,63,81,91,97,98,104,112,121,123,142,145],outut:2,outward:[80,81],over:[1,2,4,11,19,32,33,34,36,37,38,41,42,47,57,59,62,66,68,70,72,73,74,80,81,82,91,102,108,110,111,112,113,119,130,133,136,143,147,148,153,154,155,156,157],overal:[2,9,61,68,71,75,112,119,147],overhead:[2,3,19,59,63],overlai:[2,4,32,79,104,108,119,120,129,147,160],overlap:[4,44,90,108,112,117,129,148],overli:74,overload:1,overrid:[4,44,57,61,68,119,133],overridden:[2,44,57,69,130,148],overshoot:62,overview:[0,1,2],overwrit:[3,133],overwritten:119,own:[2,3,19,30,34,58,59,60,61,62,66,67,68,69,71,91,93,96,103,111,143,153,154,155,156,157,161],oxford:[13,32,107],oxid:[103,104,146],oxygen:[2,104,121,125,146],p10:117,p_e:79,p_ik:143,p_pi:96,pacakg:4,pack:[96,133],packag:0,packet:[57,112],pad:[57,71],page:[0,1,2,3,32,34,37,39,42,44,56,57,62,68,81,90,91,92,93,95,103,104,110,111,113,119,133,134,135,141,143,147,153,154,156,157],painless:161,pair:1,pair_:32,pair_charmm:129,pair_coeff:[2,32,35,45,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],pair_dzugatov:161,pair_eam:92,pair_interact:58,pair_list:120,pair_lj:129,pair_lj_soft_coul_soft:32,pair_modifi:[2,32,90,92,93,94,95,96,97,98,99,100,101,102,103,104,105,107,108,110,111,112,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,160],pair_sph:[149,150,151],pair_styl:[0,1,2,4,18,28,32,35,41,45,66,80,81,90],pair_writ:127,pairwis:[0,1,2,28,29,36,38,39,41,42,45,56,60,66,80,90,92,95,97,98,99,100,102,104,108,109,110,112,113,117,119,120,121,122,125,130,131,132,133,134,135,137,138,142,145,148,152,156,158,159],pakketeretet2:161,pan:57,panagiotopoulo:[105,115],papaconstantopoulo:92,paper:[2,41,50,67,79,91,93,99,104,117,119,123,125,154,156],paquai:161,paraemt:144,paragraph:[80,139,140],parallel:[0,1,2],parallel_studio_xe_2016:4,parallelepip:2,param:114,paramet:0,parameter:[40,43,93,96,103,104,110,111,112,113,133,134,135,143,146,153,154,155,156,157],parameter_fil:58,parameterizaion:104,parametr:[2,18,111,145],paramt:[37,144],paramter:103,paratem:129,parenthes:[65,74,114,117,139,140],parenthesi:4,parinello:2,pariticl:59,park:[58,135],parmin:136,parrinello1981:61,parrinello:[61,68,72],pars:0,part:[0,1,2,3,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,31,36,37,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,56,59,60,61,63,64,65,66,67,68,69,70,71,72,73,74,75,77,78,79,80,81,82,83,84,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,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,133,134,135,136,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161],partial:[1,2,61,67,69,71,133],partic:2,particip:[55,95],particl:0,particular:[1,2,29,41,44,57,59,60,66,67,68,70,73,75,82,95,96,97,98,100,101,102,106,109,111,112,116,118,121,125,129,132,138,141,142,144,145,153,154,155,156,157,161],particularli:[2,9,57,61,112],partit:[2,19,59,71,91,99,100,112,121,122,125,132,137,143],partner:60,pass:[2,3,33,34,37,57,61,68,80,152],password:161,past:[0,62,72,108],patch:0,patel:136,path:[2,3,71,79,91,92,93,96,110,111,113,133,134,135,141,143,146,147,153,154,156,157],pathtolammp:146,patrick:155,pattern:30,paul:0,pauli:[112,146],paves:71,payn:[41,147],pb2:43,pb4:43,pbc:80,pchain:[68,69],pcie:1,pd2:43,pd4:43,pdamp:[68,69],pdb:2,pdf:[0,149,150,151],pe_eta:68,pe_etap:68,pe_omega:68,pe_strain:68,peak:115,pearlman:32,pencil:2,peng:43,per:[0,1],peratom:42,perceiv:57,percent:[4,61,153],percentag:[1,61,68],perfect:[2,19,29,30,36,59,70,91],perfectli:[19,59],perfom:[2,91],perform:0,performac:1,pergamon:[133,156,160],peri:[2,44],peridynam:2,perimitt:105,period:2,perioid:80,perl:2,perman:[28,73,119],permit:[2,67,136],permitt:[105,156,159,160],permut:[111,153,154,156,157],perpendicular:[2,57,70,80],perram:116,persepct:57,person:161,persp:57,perspect:57,perturb:[29,32,80],peskin:67,pettifor:96,pettifor_1:96,pettifor_2:96,pettifor_3:96,pfactor:57,phase:[4,68,96,121,155],phenomena:112,phi0:[54,73],phi1:46,phi2:[46,111,153],phi3:[46,111,153],phi:[1,4,36,38,41,55,56,57,73,84,92,96,110,113,133,134,135],phi_ij:[96,113,143],phillip:108,phillpot:[103,104,146],philosoph:110,philosophi:2,phonon:[0,58,79],phophor:147,phosphid:147,phy:[2,5,6,9,20,21,22,29,30,32,36,38,39,41,42,45,46,53,61,63,66,67,68,69,71,72,75,77,78,79,80,82,88,89,91,93,96,97,100,101,102,103,104,105,106,107,108,109,110,111,112,115,116,117,118,119,121,123,125,126,129,130,131,132,133,135,137,139,140,142,143,144,146,147,152,153,154,155,156,157],physic:[2,4,27,55,58,63,67,79,91,93,94,99,102,110,119,136,149,150,151],physica:[130,131],pick:62,picosend:112,pid:62,piec:[3,41,68],pimd:2,pin:4,pipe:[2,57],pipelin:[2,4],pisarev:79,pishevar:108,pitera:2,pixel:57,pizza:[2,3,19,57,59],pka:79,place:[2,3,19,32,44,57,60,63,66,68,79,80,119],placehold:[92,93,103,110,113,133,134,135,141,143,147,152,153,154,155,156,157],placement:121,plai:[2,57],plain:129,plan:[2,4],planar:[2,70,88,89],planck:71,plane:[2,19,36,57,58,59,70,79,82,83,84,85,86,87,89,131],planeforc:90,plasma:[79,112],plateau:62,platform:[1,4,57],plath:[2,35],player:57,pleas:[0,3,4,58,62,67,111,113,146],plimpton:[0,4,29,39,42,60,70,117],ploop:[68,69],plos:13,plot:[3,4,72,127,129],plu:[3,61,69,112],pm3:43,png:57,pni:57,poariz:2,poem:2,poems:2,point:[1,2,3,4,13,19,29,40,41,43,44,49,57,59,61,65,67,68,71,72,79,81,90,91,95,103,105,107,109,112,116,123,136,139,140,143,144,146,152,155,159],pointer:3,poisson:117,poisson_solv:58,polar:[2,38,41,43,58,103,104,121],polar_off:103,polar_on:103,polariz:0,politano:146,polydispers:[102,117,130,131,159],polyethylen:93,polygon:2,polym:[0,2,21,22,28,60,71,75,76,108,152],polynomi:[110,127,146],poor:[19,59,75,127],poorli:90,popular:111,porou:67,portion:[1,3,19,28,35,42,59,61,63,67,68,97,98,99,100,101,104,105,107,108,112,114,115,116,118,119,121,125,129,132,142,144,145,156,161],poschel:117,posit:[2,11,19,22,29,33,34,40,41,42,43,44,47,49,55,57,59,60,61,62,63,66,67,68,70,71,72,74,75,77,78,79,80,81,82,91,93,95,108,109,112,115,124,139,140,146,152],possibl:[1,2,3,19,29,32,41,42,58,59,60,64,70,74,79,86,90,119,133,146,157],post:[0,2,35,58,72],pot:117,potentail:113,potenti:0,potentiel:129,potin:136,pour:[2,75],power:[3,4,37,41,96],pparam:32,ppm:57,ppn:4,pppm:[0,1],pproni:66,pr3:43,pr4:43,practic:[61,68,157,161],prb:[154,156],prd:[2,91],pre:[2,73,80,96,117,139,140,146,148],prec:[4,146],preced:[2,45,74,91,96,119],preceed:[3,80],precis:[1,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,39,44,45,46,47,48,49,50,51,52,53,54,61,63,68,69,75,82,83,84,86,87,88,89,90,92,93,94,97,98,99,100,101,102,103,104,107,108,110,111,113,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,134,136,138,141,142,144,145,146,148,153,154,155,156,157,158,159,160],predefin:[54,112],predict:[1,2],prefactor:[8,9,12,16,17,18,56,80,83,87,88,90,102,115,141,144,145,148,159],prefer:[73,93,161],prefix:[3,57,62,74],preliminari:[65,139,140],prematur:90,preprint:[41,147],prescrib:[2,58],presenc:[67,130,131,136,159],present:[1,4,57,62,66,67,81,103,112,120,129,136,144,146],preserv:[61,68,75],press:[2,4,13,32,42,61,68,69,107,133,156,159],pressur:[1,2],pressure_with_eviri:112,presum:[30,91],prevent:[2,55,88,90,91,108,149,150,152],previou:[0,2,3,59,90,96,117,119,133,139,140],previous:[3,44,62,75,79,80,117],price:[2,107],primari:[0,2,79],prime:[118,136,154,156],primit:[2,81],princip:146,principl:[2,3,112,136,153,161],print:[0,1,2,3,4,19,35,41,57,60,61,67,68,69,70,72,74,75,90,91,93,108,115,119,146],printfluid:67,prism:2,privileg:3,probab:148,probabl:[55,59,60,68,80,90,139,140],problem:[0,1,2,3,19,35,58,59,61,73,78,81,90,91,104,107,119,161],proc:[1,3,4],proce:[19,28,59,91,136],procedur:[2,19,59,68,69,77,78,90,91,93],proceed:136,procesor:19,process:1,processor:[1,2,3,4,19,44,57,58,59,60,61,66,67,68,71,75,79,91,108,146],processsor:[19,59],produc:[1,2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,39,42,45,46,47,48,49,50,51,52,53,54,57,59,60,62,66,68,69,72,74,75,79,80,82,83,84,86,87,88,89,90,91,92,93,94,97,98,99,100,101,102,103,104,107,108,110,111,112,113,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,134,138,141,142,143,144,145,148,153,154,155,156,157,158,159,160],product:[2,4,41,74,112,114,140],profil:[2,63,91],program:[2,3,4,57,67,110],progress:[1,19,59,72,90,91],project:[2,161],promot:96,prompt:3,proni:66,prop:2,propag:[68,72,112],propens:2,proper:[60,70,133,161],properli:[91,109],properti:0,proport:[2,19,32,59,62,72,74,117],propos:[2,41,61,68,121,135,155],protein:[4,44,76],proton:[156,160],prove:[31,64,67],provid:[1,2,3,4,13,29,35,40,43,44,57,60,61,67,68,72,77,78,91,93,96,103,104,108,111,112,117,119,120,129,130,133,135,136,143,146,147,152,153,154,155,156,157,161],pscrozi:0,psec:68,pseudo:112,pseudopotenti:136,psf:2,psi:[113,159],psi_ij:113,pstart:[68,69],pstop:[68,69],pstyle:32,psxevar:4,pt2:43,pt4:43,ptarget:61,pthread:4,ptr:[2,3],pu3:43,pu4:43,pu6:43,publish:[67,104,133,136,154,156],pull:161,puls:79,pump:[130,131],purchas:57,pure:[3,134,135,154,156],purport:3,purpos:[2,40,43,44,60,61,70,71,73,99,125,136],push:[70,90,117,148,161],put:[2,3,44],pvar:62,pxx:[61,68],pxy:2,pxz:2,pydir:3,pyi:[61,68],pymol:3,pymol_aspher:0,pympi:3,pypar:3,python:[0,2],pythonpath:3,pyz:2,pzz:[61,68,72],q_1:146,q_2:146,q_3:146,q_i:[113,129],q_j:129,qdist:[104,121,125,129],qeq:[2,103,104,146],qeqall:146,qeqallparallel:146,qfile:104,qinitmod:146,qoffload:4,qopenmp:4,qoverrid:4,qtb:72,quadrant:4,quadratur:[32,58],quadrupl:92,quadruplet:[56,82,83,84,85,87,88],qualiti:[57,93],quantic:146,quantit:[37,117],quantiti:1,quantum:[2,41,71,72,93,96,112,136,146],quantum_temperatur:72,quartic_spher:58,quartz:72,quasi:71,quaternion:[2,44,116],queri:[3,28],quest:2,question:[70,161],quick:[0,4],quickli:[36,59,90,91,93],quickmin:[90,91],quicktim:57,quit:[67,147],quot:133,quotat:146,r10:96,r12:116,r_1:41,r_2:41,r_c:[105,107,115,156],r_cut:[96,132],r_e:113,r_fu:[130,131],r_i:[13,41],r_ii:41,r_ij:[13,96,112,143,160],r_ik:143,r_j:13,r_jik:143,r_m:132,r_me:105,r_mh:115,r_min:106,r_ub:5,ra2:43,rad2theta:43,radial:[41,90,112,119,139,140],radian:[5,6,8,12,16,17,18,43,46,54,73,82,83,87,88],radiat:[40,43,79],radii:[41,60,102,110,116,117,130,131,136,159],radit:112,radiu:[2,33,34,40,41,57,67,76,80,81,96,102,112,113,117,121,129,130,131,132,133,146,147,156,159],rahman:[2,61,68,72],rai:43,ram:156,raman:4,ramp:[2,66,68,72,80,100,108,118,129,130,132,148,160],ran:[2,3],random:[2,44,57,60,66,67,68,71,72,79,108,109],randomli:44,rang:[1,2,4,38,39,41,42,43,50,57,58,62,90,93,94,96,97,98,99,100,101,102,104,105,106,107,108,110,112,114,116,118,119,121,122,123,124,125,126,127,128,129,130,131,132,133,136,137,138,142,143,144,145,146,152,156,158,159,160],rank:[2,3],rankin:69,rapid:[2,3],rapidli:[60,68,104,108],rare:2,rasmol:2,rasmussen:116,raster3d:2,rate:[2,4,58,72,74,77,78,114,130,131,140],rather:[2,19,39,57,59,66,79,112,139,140],ratio:[2,32,41,59,116,117,144,149],rattl:63,rattle:[63,75],rattle_debug:75,ravelo:[69,123],raw:4,rayleigh:72,rb1:43,rbb:146,rcb:[19,59],rcm:[33,34],rcmx:[33,34],rcmy:[33,34],rcold:63,rcutfac:[41,147],rd1:91,rdn:91,rdt:91,reach:[2,19,59,61,62,69,74,105],reacquaint:161,react:2,reactant:[74,112],reaction:[65,74,76,91,112,114,140],reactiv:93,read:[2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,60,61,65,68,69,71,74,75,78,79,82,83,84,85,86,87,88,89,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,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,160],read_data:[2,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,33,34,44,45,46,47,48,49,50,51,52,53,54,55,56,57,60,71,73,74,82,83,84,85,86,87,88,89,91,94,95,97,98,99,100,101,102,104,105,107,108,109,112,115,116,118,119,121,122,123,124,125,126,127,128,129,130,131,132,137,138,142,143,144,145,146,148,152,158,159],read_dump:91,read_restart:[2,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,44,45,46,47,48,49,50,51,52,53,54,56,58,61,67,68,69,71,79,82,83,84,85,86,87,88,89,91,94,95,97,98,99,100,101,102,104,105,107,108,109,112,115,116,117,118,121,122,123,124,125,126,127,128,129,130,131,132,137,138,142,144,145,148,152,158,159],readabl:57,readi:3,readme:[1,2,3,4,136],real:[2,3,11,14,15,35,36,38,41,44,47,71,72,80,86,104,136,156],realli:[1,39,42,161],reamin:[80,81],rearrang:91,reason:[2,3,44,55,77,78,91,105,112,113,115,131],reax:[0,72],rebal:[19,59],rebalanc:[19,59],rebuild:[3,4,108],rebuilt:57,recalcul:32,receiv:70,recent:[3,4,59,62,133],reciproc:[2,40,43,97,98,99,104,107,112,121,125,142,145],recogn:[30,68,74,110,133],recomend:2,recommed:74,recommend:[4,57,63,72,78,112,130,131,136,144,146,161],recompil:[1,75],reconstruct:146,recov:[61,63,68],rectangl:[19,59],rectangular:[19,59],rectilinear:[40,43],rector:27,recurs:[19,59,96],recust:19,red:[57,60,71],reduc:[1,2,11,19,39,40,42,43,57,59,60,70,73,74,90,112,116,143,144,153,154,156],reduct:[40,43,72],redund:113,reed:72,ref:[77,78],refactor:2,refer:[2,3,4,13,32,44,58,60,61,62,63,68,69,70,71,72,75,82,89,92,116,133,135,136,144,150,151,154,156],referenc:[2,62,104,119,141,144],reflect:[2,40,41,43,56,57,62,80,96],refresh:58,regard:[2,75],regardless:[44,68],regim:[2,105],region:[0,2,19,35,43,44,50,57,58,59,63,68,79,80],region_styl:81,regoin:2,regspher:44,regul:2,regular:[1,19,57,59,79,105],reinder:4,reinhardt:[77,78],reject:[44,60],rel:[1,2,11,18,19,36,41,44,47,59,63,70,74,79,90,112,116,117,130,131,133,144,159],relat:[1,2],relationship:[2,146,159],relax:2,releas:0,relev:[2,19,44,58,59,62,63,66,67,75,76,79,80,90,94,102,104,105,107,108,112,115,116,117,118,119,120,122,123,124,126,127,128,130,131,138,139,140,144,148,152,158,159,160],reli:[112,160],reltol:74,remain:[19,32,55,56,61,68,79,96,112,129,136,161],remaina:96,remaind:[44,156],remap:[2,44],remedi:2,rememb:161,remot:161,remov:[2,28,36,38,41,44,68,74,75,91,107,131,136,161],remove_molecul:58,remove_sourc:58,remove_speci:58,ren:43,renam:161,render:57,rendon:68,reneighbor:[59,108],repeat:[2,57,60,61,74,96,154,156],replac:[2,3,19,33,34,57,59,60,69,93,104,117,123,139,140],replica:0,repons:62,report:[0,1,4,40,43,61,72,73,74,79,91,107,112,133],repositori:161,reprens:79,repres:[1,2,19,29,34,50,57,61,62,65,66,67,68,71,74,79,81,91,92,96,116,129,130,131,133,134,135,142,143],represent:[2,66,71,79,96,112,116,136,144],reproduc:[4,68,104,110,117],repul:133,repuls:[2,18,21,22,80,81,93,96,102,104,108,112,114,117,119,129,133,137,146,152,156,157,159,160],request:[2,19,67,161],requir:[1,2,3,4,18,19,28,31,32,40,42,43,44,45,55,57,58,59,60,64,65,66,67,68,74,75,79,80,82,90,91,92,93,95,96,100,102,103,104,108,109,110,111,112,113,116,117,119,127,129,130,131,133,134,135,136,138,139,140,141,143,144,145,146,147,152,153,154,155,156,157,159,160],rerun:[36,38,41,57],rescal:[2,63,68,69,77,78],research:[31,64,67,136],resembl:161,resepct:2,reservoir:[35,63,79],reset:[2,3,33,34,44,61,68,69,75,79,90,131],reset_atomic_reference_posit:58,reset_tim:58,reset_timestep:[2,35],resist:2,resolut:146,resolv:[61,71,131,161],resourc:[92,110],respa:[4,68,70,73,76,80,81,92,93,94,95,96,97,98,99,100,101,102,103,104,105,107,108,110,111,112,115,116,117,118,119,120,121,122,123,124,125,126,127,128,130,131,132,133,134,135,136,137,138,139,140,142,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160],respecifi:136,respect:[1,2,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,29,32,33,39,40,43,45,46,47,48,49,50,51,52,53,54,57,60,61,63,67,68,69,75,79,80,82,83,84,86,87,88,89,90,92,93,94,96,97,98,99,100,101,102,103,104,107,108,110,111,113,114,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,133,134,136,138,141,142,144,145,146,147,148,153,154,155,156,157,158,159,160],respond:[2,62,112],respons:[2,62],resquar:[2,116],rest:[2,73,96,131,133],restart1:71,restart2:71,restart2data:0,restart:[0,1],restrain:13,restraint:[73,120],restratin:73,restrict:[1,2],result:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,32,34,35,39,40,42,43,44,45,46,47,48,49,50,51,52,53,54,57,59,60,61,62,63,66,67,68,69,71,74,75,77,78,79,80,82,83,84,86,87,88,89,91,92,93,94,97,98,99,100,101,102,103,104,107,108,110,111,112,113,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,131,133,134,136,138,139,140,141,142,144,145,148,153,154,155,156,157,158,159,160],retain:[93,96,136],retriev:[2,134,135],rev:[2,29,36,38,41,42,68,69,77,78,96,102,103,104,107,110,111,112,116,117,123,130,131,132,133,135,139,140,143,144,147,153,154,155,156,157],revers:[2,32,49,60,68,70,77,91,129],review:[41,136,147,161],rfac0:[41,147],rg0:76,rh3:43,rh4:43,rheolog:2,rhi:[139,140],rho0:[133,150,151],rho0_meam:133,rho:[67,92,97,98,99,110,132,133,134,135,139,140,144,149],rho_0:[150,151],rho_alpha_beta:110,rho_bkgd:133,rho_colloid:80,rho_e:79,rho_i:[134,135],rho_ref_meam:133,rho_wal:80,rhodopsin:[1,4],rhosum:[149,150,151],rhot:63,rhs:74,rick:[103,146],right:[2,3,19,29,44,54,56,59,60,67,70,74,104,161],rightmost:[19,59],rii:[33,34],rij:[36,38,70,108,109,139,140,152],rin:[119,126,127],ring:[2,45,71],rino:[30,157],rirj:117,risi:[41,147],risk:73,rix:[33,34],rk4:74,rkf45:74,rlo:[139,140],rmin0:[41,147],rmin:123,rms:74,rnemd:2,robust:90,rock:133,rockett:143,role:2,ronchetti:38,root:[3,32,33,34,110],rose:133,ross:133,rosski:71,rot:[2,35,71,73],rotat:[2,41,44,81,90,107,116,144],rotation:38,rough:[2,44,57],roughli:[19,57,68,91],round:[1,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,39,45,46,47,48,49,50,51,52,53,54,68,69,75,82,83,84,86,87,88,89,92,93,94,97,98,99,100,101,102,103,104,107,108,110,111,113,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,134,138,139,140,141,142,144,145,148,153,154,155,156,157,158,159,160],rous:66,rout:[32,119,129],routin:[2,3,4,67,136],roux:2,row:[2,34,43,79,112],rozero:133,rrespa:[1,4,68,92,93,94,95,97,98,99,100,101,102,103,104,105,107,108,110,111,112,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,130,131,132,133,134,135,137,138,139,140,142,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160],rsq:[139,140],rsurfac:79,ru3:43,ru4:43,rub:5,rubia:[134,135],rule:[0,2,13,29,44,60,68,81,92,94,95,101,102,107,119,124,133,137,148,152,153,154,156,160],run1:2,run2:2,run3:2,run4:2,run5:2,run6:2,run7:2,run8:2,run:[0,1],run_styl:[4,68,90,92,93,94,95,96,97,98,99,100,101,102,103,104,105,107,108,110,111,112,115,116,117,118,119,120,121,122,123,124,125,126,127,128,130,131,132,133,134,135,136,137,138,139,140,142,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160],rung:74,runtim:57,rutherford:79,rutuparna:[154,156],rxn:74,ryckaert:[75,88],rydberg:136,s0st:2,s2050:1,s2629:110,s319:58,s_i:[2,112],s_ij:2,saddl:91,sadigh:[110,134,135],saed_vtk:40,safe:[57,161],safran:159,sagui:107,sai:[1,161],said:90,sakai:155,sall:146,salt:[105,115,133],salter:146,same:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,32,33,34,35,36,37,38,39,41,42,44,45,46,47,48,49,50,51,52,53,54,57,58,59,60,61,62,63,66,67,68,69,70,71,72,73,75,77,78,79,81,82,83,84,86,87,88,89,91,92,93,94,96,97,98,99,100,101,102,103,104,105,106,107,108,110,111,112,113,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,133,134,137,138,141,142,143,144,145,146,148,152,153,154,155,156,157,158,159,160,161],sampl:[1,2,3,35,57,68,71,76,78,96],sample_frequ:58,sandia:[0,29,113,133],saniti:73,satellit:2,satisfi:[30,40,41,43,61,63,67,69,75,90,117],satur:105,save:[2,57,60,66,74,79,96],sb3:43,sb5:43,sc3:43,scalabl:[0,1,4],scale:[0,1,2,4,35,41,45,57,58,61,67,68,69,71,72,77,78,79,92,93,105,112,114,117,130,131,133,136],scalegamma:67,scalexi:[61,68,69],scalexz:[61,68,69],scaleyz:[61,68,69],scatter:[3,40,43],scatter_atom:3,scatter_coord:3,scenario:[2,60,81],schaik:129,schell:155,schemat:60,scheme:[2,62,66,68,71,75,79],schmid:108,schroding:112,schroeder:38,sci:[30,103,135,143,146],scienc:[58,60,70,77,110,134,146,155],scientif:[41,110],scm:3,scratch:[19,59],screen:[0,1,2,3,4,40,43,57,67,75,91,100,104,121,133,153,156,157,158,159,160],screenshot:3,scripe:3,script:[0,1],sea:3,search:[0,36,38,90,91,117],secant:65,second:[1,2,3,4,28,29,35,37,38,39,42,43,55,60,62,63,65,66,71,73,75,76,77,78,79,90,91,95,96,97,98,99,103,104,110,112,113,114,117,118,120,123,133,141,146,153,155,156,157,160],second_mo:146,secondari:50,section:[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,31,32,33,34,35,37,39,40,41,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,63,64,65,66,67,68,69,70,71,72,74,75,77,78,79,82,83,84,85,86,87,88,89,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,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160],section_acceler:[5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,39,45,46,47,48,49,50,51,52,53,54,68,69,75,82,83,84,86,87,88,89,92,93,94,97,98,99,100,101,102,103,104,107,108,110,111,113,115,116,117,118,119,121,122,123,124,125,126,127,128,129,134,138,141,142,144,145,148,153,154,155,156,157,158,159,160],section_accerl:110,section_command:[0,1],section_exampl:2,section_howto:[2,3,29,30,32,33,34,36,38,41,42,95,106],section_modifi:[2,57],section_python:2,section_start:[2,3,91],section_tool:2,see:[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,34,35,36,37,38,39,40,41,42,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,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],seed:[44,57,60,66,67,71,72,79,108,109],seek:[19,59],seem:[2,61,133],seen:[4,67,81],segment:[2,57,108,152],select:[2,40,43,44,57,80,91,119,120,133,146],self:[2,72,73,74,76,78,90,103,104,136,143,146],semi:58,semimet:112,semin:4,send:[0,3],sens:[1,2,19,56,59,60,66,72,79,91,104,121,125,154,155,156],sensit:[2,30,61],sep:[2,3],separ:[2,4,19,41,44,55,57,58,59,60,61,68,71,75,97,98,104,105,107,109,121,130,131,133,139,140,141,147,153,156,159],seper:105,sequenc:[19,57,59,91,143],sequenti:143,seri:[2,4,41,57,66,93,116,133,136,139,140,144,148],serial:1,serv:[2,152],server:1,set:[0,1],set_vari:[2,3],setarea:67,sete:60,setenv:3,setfl:[92,110],setforc:[2,90,91],setgamma:67,setpoint:62,settl:61,setup:[2,3,4,32,35,56,58,60],seven:135,sever:[1,2,3,4,32,56,58,61,67,68,90,96,99,110,125,129,133,143,146],sexton:136,sfactor:57,shade:57,shake:[2,13,39,42,63],shan:103,shape:[2,19,44,57,59,61,68,72,81,95,116,144],shardlow:[64,74,109],share:[0,1,2],sharp:[81,133,156],shear:[2,61,67,68,117,130,131],shell:0,shenderova:93,shift:[1,2],shiga:[2,68],shini:57,shinoda:[2,68,145],shiny:57,shlib:3,shm:4,shock:[69,72,123],shockvel:72,shortcut:[61,68],shorter:70,shortest:57,should:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,32,35,39,42,44,45,46,47,48,49,50,51,52,53,54,57,59,60,61,62,66,67,68,69,70,71,72,73,74,75,79,80,81,82,83,84,86,87,88,89,90,91,92,93,94,95,97,98,99,100,101,102,103,104,106,107,108,110,111,112,113,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,131,133,134,136,138,139,140,141,142,144,145,146,148,152,153,154,155,156,157,158,159,160,161],show:[2,3,91,119,133,136],shown:[1,4,19,40,41,43,56,59,60,61,63,68,70,71,112,113,116,117,129,136,144,146],shrink:[2,19,57,59,67,70,90,104,121,125],shrunk:74,shut:[2,3],si4:43,sic:[104,133,141,153,154,156,157],sic_tersoff:143,sicc:[111,153,154,156,157],sicg:[154,156],sicsi:[111,153,154,156,157],side:[19,44,59,60,67,70,74,80,81,91,104,116,117,144],sige:[154,156],sigma0:96,sigma14:129,sigma1:96,sigma2:96,sigma:[2,21,22,28,32,45,67,70,80,81,93,95,96,97,100,101,102,107,108,109,111,112,116,118,119,120,121,122,123,124,125,126,127,128,129,132,137,144,145,153],sigma_14:100,sigma_:105,sigma_c:102,sigma_cc:[93,102],sigma_h:115,sigma_i:113,sigma_ss:102,sign:[2,49,56,62,136,161],signifi:[34,114,140],signific:[66,74,112,116,133,136],significantli:[1,2,42,67,68,73,112,153],silbert:117,silicon:[111,133,153],sim:145,similar:[2,3,4,19,22,32,39,42,44,59,66,72,73,80,93,95,96,108,110,112,117,129,130,138,143],similarli:[2,39,57,62,68,75,81,82,91,93,99,117,125,153],simluat:[2,130],simlul:79,simpl:[1,2,3,4],simpler:3,simplest:34,simpli:[1,2,3,34,61,68,71,91,99,107,125,133],simplif:112,simplifi:[73,136],simplist:3,simul:[0,1],simulatan:4,simulationub:146,simultan:[2,4],sin:[55,80,143],sinc:[0,1,2,3,6,19,28,29,30,33,34,40,45,57,59,60,61,67,68,69,70,71,74,79,80,81,82,90,91,92,93,96,98,99,100,101,102,103,107,108,110,111,116,117,118,120,121,123,124,125,126,127,128,129,130,131,132,133,134,135,136,139,140,142,143,144,145,146,147,148,153,154,155,156,157,160,161],sinclair:[70,110],sine:143,singapor:41,singh:92,singl:[1,2,3,4,19,32,34,44,55,57,59,60,61,67,68,69,71,73,75,79,80,91,92,93,96,100,103,110,111,112,113,117,118,119,133,134,135,136,141,142,143,144,146,147,148,153,154,155,156,157],singleel:96,singular:[55,129,130,131,138],sinnott:[93,103],sinusoid:[44,80],sio2:157,sio:103,sirk:[42,152],sisic:[111,153,154,156,157],sisisi:[111,153,154,155,156,157],site:[0,1,2,3,29,32,63,67,75,92,96,104,110,114,115,121,125,129,138,140,142],situat:[61,62,67,68,71,96],sival:43,six:[2,41,141,143],sixth:141,sixthpow:101,size:[0,1],sjplimp:[0,3],skew:[2,57,68],skin:[30,79],skip:[4,45,120],slab:2,slater:[104,146],sleight:28,slepoi:133,slice:[2,40,71],slider:3,slight:[63,79],slightli:[1,2,4,57,68,93,104,121,125,154,156,157],sligthli:107,sliozberg:152,sllod:[2,4],slope:[2,78,105],slot:1,slow:[2,66,68,91,146],slower:[1,96],slowest:79,slowli:[59,90,136,148],sm3:43,small:[2,19,29,32,40,42,43,59,60,63,66,68,70,72,74,75,88,90,91,93,102,104,105,106,121,130,131,133,144,147,153,156,161],smaller:[1,2,4,57,67,74,78],smallest:29,smd:76,smith:142,smooth:[2,81,96,100,104,118,123,126],smoother:44,smoothli:[28,41,100,118,127,129,132,156,160],smt:4,smtb:146,smulat:136,sn2:43,sn4:43,snap:[41,57],snapcoeff:147,snapparam:147,snapshot:[0,1],snc4:4,soc:119,sodani:4,soderlind:136,soft:[3,32,90,108,114],softer:[80,81],softwar:[1,2,3,4],sole:[91,143],solid:[2,19,29,30,35,42,58,59,61,68,70,78,97,123,136],solut:[2,61,74,75,81],solv:[63,67,74,75,78,79,131],solvat:44,solvent:[59,66,68,100,102,104,105,115,121,130,131,144],solver:[0,1,2,19,42,58,59,65,74,104,106,114,121,129,140],some:[1,2,3,4,19,37,44,49,56,57,59,60,61,62,68,74,79,80,90,91,95,96,104,110,112,136,161],someon:90,someth:[3,61,68,80,161],sometim:[2,61,68],somewhat:[29,68],somewher:112,soon:60,sort:[4,91],sound:[67,150,151],soundspe:[150,151],sourc:[0,3,4,58,61,79,129],source_integr:58,sourceforg:3,south:41,space:[2,3,4,19,40,41,43,44,57,59,67,68,71,80,91,97,98,99,104,107,110,112,121,125,133,136,139,140,142,143,145,159],spahn:117,span:[63,92,93,96,103,110,113,133,134,135,141,143,147,153,154,155,156,157],spars:74,spatial:[2,19,29,34,58,59,79],spc:0,spce:63,spearot:[40,43],speci:[41,65,74,110,113,114,140,143,154,156],special:[2,44,45,58,75,92,103,106],special_bond:[2,4,21,22,28,36,38,41,45,56,60,106,119],species1:[65,140],species2:[65,140],species:74,speciesn:65,specif:[1,2,4,13,19,44,57,58,59,60,66,67,79,80,90,91,93,95,96,106,110,116,117,133,136,144,153],specifi:[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,32,34,35,36,38,39,40,42,43,44,45,46,47,48,49,50,51,52,53,54,56,57,58,59,60,61,62,63,65,66,67,68,69,70,72,73,74,75,76,78,79,80,81,82,83,84,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,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,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161],specifii:67,spectral:147,spectrum:[41,72],speed:[1,2,4,19,59,67,72,91,96,104,136,150,151,154],speedup:[1,4],spefici:[44,57,119],spellmey:[2,45],spent:1,sphere1:67,sphere:[2,40,41,44,57,67,68,81,102,107,112,116,117,121,130,131,144,159],spheric:0,spheriod:2,spheroid:[2,68],spin:112,spline:[65,90,93,96,119,133],split:[1,2,3,4,19,59,63,68,109],splittol:2,spparks:2,spread:[1,2],spring:[2,10,11,21,22,24,25,27,47,55,60,71],sqrt:[33,38,70,102,108,110,115,117,133],squar:[2,8],squares:[19,59],squeez:[61,130,131],sr2:43,src:[0,1,2,3,4,75,136,161],srolovitz:110,srp:108,srtio:146,ssao:57,stabil:[2,68,96],stabl:[2,55,67,69,73,96],stabli:66,stack:29,stage:[32,91],stagger:1,stai:72,stall:4,stand:[0,2],standard:[0,1,2,3,4,38,44,50,58,67,71,75,80,92,93,95,104,107,112,115,116,121,122,123,124,125,128,132,133,136,137,144,153],starikov:79,start:[0,2,4,19,39,44],start_6:115,stat:[28,61,70,90],state:[2,3,29,30,32,50,57,60,61,64,65,66,68,69,72,77,78,79,91,96,107,109,112,116,117,133,135,136,144,146,149,150,151],statement:161,stationari:[67,130,131],statist:[2,19,60,66,72,74,75,79,90,91,93,108,117,130,159],statu:[28,103],steadi:[2,69,72],stefan:161,stegailov:79,steinhardt:38,stencil:67,step:[1,2,3,4,35,42,57,58,59,60,61,63,70,72,74,75,77,78,79,90,91,93,108,115,119,133,136,146],stepwis:32,steve:0,steven:60,stiff:[2,26,71,74,90],stile:105,still:[1,2,3,4,19,36,59,79,101,110,116,117,120,130,144,148,161],stilling:[111,135,143,153,157],stochast:109,stoddard:107,stoichiometr:74,stoichiometri:146,stoke:67,stone:107,stop:[2,3,19,28],stopthresh:[19,59],store:[2,3,33,35,36,39,42,44,56,57,58,62,66,67,68,69,70,71,74,75,76,78,79,92,93,96,103,108,109,110,111,112,113,114,116,117,133,134,135,136,139,140,143,146,147,153,154,155,156,157],straatsma:2,straightforward:112,strain:[2,61,68,69,130,131],strang:57,strategi:0,stratford:67,stream:[2,39,42,57,58,66],streiz:104,strength:[41,57,73,80,81,144],stress:[2,35,39],stretch:28,strict:147,strictli:[2,19,59,72],strietz:104,string:[2,3,19,59,74,133,143,147],strong:93,stronger:2,strongest:[130,131],strongli:[1,2,75,79,136],structur:[0,2,3,29,30,38,40,43,50,73,89,96,103,112,133,136,143,146],strucur:30,stuart:[93,103,146],stuck:61,studi:[2,37,123,146],studio:4,stukowski:110,style:0,style_nam:68,stylecomput:146,sub:[1,2,3,19,32,35,41,56,57,59,61,68,69,72,75,79,81,93,95,103,116,117,119,144,146,160],subbox:57,subdivis:67,subdomain:67,subequ:3,subject:[2,4,19,59],submit:[0,56,113],subscript:[3,62,79,82,113,157],subsequ:[2,3,19,59,61,79,110],subset:[2,3,4,19,41,59,68,69,91,93,96],substanti:[2,62,153],substep:68,substitut:[1,91,112],substract:104,substrat:[61,68],substyl:129,subsystem:79,subtract:[2,28,35,37,39,42,63,66,128],success:[2,3,61,62,90,91],successfulli:3,successulli:3,sudden:18,suddenli:81,sudo:3,suffer:81,suffici:[2,19,59,62,68,80,120],suffix:[1,2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,39,45,46,47,48,49,50,51,52,53,54,57,68,69,74,75,82,83,84,86,87,88,89,91,92,93,94,96,97,98,99,100,101,102,103,104,107,108,110,111,113,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,133,134,135,138,141,142,143,144,145,148,153,154,155,156,157,158,159,160],suggest:[0,2,72],suit:[67,112],suitabl:[28,32,60,96,117,129,133],sum:[2,29,33,34,36,37,38,39,41,42,66,70,72,78,79,80,81,90,95,104,108,112,113,121,124,133,147],summar:[2,113,146],summari:1,summat:[2,29,38,99,104,110,111,121,125,136,146,153,154,155,156,157],sun:[6,20,46,82,101],sup:[72,103,146],superset:35,supinski:136,supplementari:[116,144],suppli:79,support:[1,2,3,4,19,32,57,59,60,61,67,68,69,70,72,73,76,78,80,81,90,92,93,94,95,96,97,98,99,100,101,102,103,104,105,107,108,110,111,112,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,160],suppos:[113,161],suppress:2,sure:[2,3,61,75,110,161],surfac:[2,29,40,41,44,57,67,70,73,79,80,81,91,96,130,131,136,146,159],surface_mov:79,surfact:[105,115],surpris:112,surround:[29,44,61,65,68,70,139,140],suspens:[130,131],sustain:[61,117],suzuki:68,svg:2,svn:3,swap:2,swiggl:80,swiler:[41,147],switch7_section_start:115,switchflag:[41,147],swol:27,swope:2,symbol:[2,40,43,96,112,147],symmetr:[2,29,32,39,42,61,68,92,107,110,154,156],symmetri:[2,29,36,38,70,82,92],symplect:68,sync:2,synchron:[1,91],syntax:[1,2,3],sysstem:96,syst:146,system:[0,1],system_:71,systemat:[2,136],t_e:79,t_e_min:79,t_equil:[77,78],t_infil:79,t_init:[72,79],t_j:13,t_lb:67,t_oufil:79,t_out:79,t_outfil:79,t_qm:72,t_switch:[77,78],ta06a:147,ta4:136,ta5:43,ta6:136,tabbernor:40,table:65,tabul:[65,74,92,96,97,98,99,100,101,104,110,112,114,121,125,132,139,140,142,143,145,154],tabular:143,tad:2,tag:[58,65,74,114,140],tail:[32,92,93,94,95,96,97,98,99,100,101,102,103,104,105,107,108,110,111,112,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,160],tait:[150,151],take:[1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,32,33,35,39,42,45,46,47,48,49,50,51,52,53,54,57,59,61,63,68,69,74,75,76,82,83,84,86,87,88,89,92,93,94,96,97,98,99,100,101,102,103,104,107,108,110,111,113,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,134,136,138,141,142,144,145,146,148,152,153,154,155,156,157,158,159,160],taken:[2,44,60,66,67,72,74,79,86,110,112,116,139,140,153,157],talk:2,talli:[2,19,59,93,112,115,119],tang:136,tangenti:[2,117],tanh:79,tantalum:[136,147],taper:132,tarbal:[0,3],target:[2,3,19,59,61,62,63,66,68,69,71,72,76,79,108],task:[1,2,4,28,71],taskset:4,tau:[62,67,68,77,78,79],tau_1:66,tau_k:66,tau_n_k:66,tb3:43,tbp:96,tchain:[68,69],tcontrol:62,tcsh:3,tdamp:[68,69],technic:[2,67],techniqu:[2,32,61,72],technolog:4,tell:[2,3,56],temeperatur:3,temp:[2,32,35,39,42,60,61,63,68,69,71,72,79,93,107,115,116,119,144],temper:[2,91],temperar:71,temperatur:0,temperature_definit:58,templat:[44,75],templeton2010:58,templeton2011:58,templeton:58,tempor:66,temporarili:73,tend:[13,68,70,74],tensor:[2,33,34,35,39,41,42,61,67,68,69,112,130,131,136],term:[0,1,2,5,6,11,21,22,32,33,35,39,42,46,47,55,62,63,66,67,68,69,71,72,73,76,79,82,89,90,92,93,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,116,117,118,121,125,128,129,130,131,133,134,135,136,138,142,144,146,152,153,154,155,156,157,159],termin:[40,68,90,91],tersoff:[4,42,104,111,143],tersoff_1:[154,155,156],tersoff_2:[154,155,156],tersoff_mod:155,tertiari:50,test:[0,2],tether:[2,78,115],tetot:146,texas_holdem:73,text:[2,19,57,58,59,65,79,91,110,113,120,133,139,140,147,161],tfix:73,tflag:57,th4:43,thakkar:4,thakker:4,than:[1,2,3,4,11,19,36,37,38,39,42,47,59,60,61,66,67,70,72,73,74,76,79,80,81,90,91,93,95,96,97,98,99,100,110,112,116,117,130,131,133,139,140,144,146,148,152,153,156,159,160],thank:[154,156],thei:[0,1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,32,33,34,35,39,41,44,45,46,47,48,49,50,51,52,53,54,56,57,59,60,61,62,66,67,68,69,73,75,79,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,106,107,108,109,110,111,112,113,114,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,138,140,141,142,143,144,145,146,147,148,152,153,154,155,156,157,158,159,160,161],them:[1,2,3,19,28,35,46,57,59,60,61,62,68,69,70,73,75,79,82,91,92,96,110,113,116,144,148,161],themselv:[2,3,59,91,92,96,104,110,129,133,134,135,147],theorem:[66,96,109],theoret:[37,72,153],theori:[2,41,58,68,96,136,159],therebi:[130,131],therefor:[2,32,63,67,75,106,153],therein:[2,133],thereof:32,thermal:0,thermo:[0,1],thermo_modifi:[2,61,68,152],thermo_press:[39,61,68,69],thermo_styl:[2,31,35,39,42,44,60,61,68,69,72,80,90,93,115,119],thermo_temp:[39,60,61,68,69],thermoberendsen:2,thermochemistri:112,thermodyanm:60,thermodynam:0,thermost:2,thermostat:0,thermostatequ:2,thesi:130,thess:97,theta0:[5,6,8,10,11,12,16,17,18,41,47,73,88],theta0max:41,theta10:96,theta1:[46,55,82,96],theta2:[46,55,82,96],theta3:[82,96],theta4:96,theta5:96,theta6:96,theta7:96,theta8:96,theta9:96,theta:[2,10,11,36,38,41,43,44,47,57,73,79,82,88,119,143,155],theta_0:141,theta_:[88,96],theta_c:119,theta_ijk:96,theta_ijl:82,theta_jik:[134,135],theta_pi:96,theta_sigma:96,thi:[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,34,35,36,37,38,39,40,41,42,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,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],thick:[40,57],thin:57,thing:[2,3,28,61,68,161],think:[2,3,62,83,87,90],third:[2,13,29,35,41,42,62,66,76,79,103,113,114,133,141,157],thirumalai:50,tho:111,thole:2,thompson:[0,39,41,42,147],those:[1,2,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,32,35,36,38,39,41,42,44,45,46,47,48,49,50,51,52,53,54,57,61,63,68,69,75,77,78,82,83,84,86,87,88,89,90,91,92,93,94,97,98,99,100,101,102,103,104,107,108,110,111,113,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,133,134,138,141,142,144,145,147,148,153,154,155,156,157,158,159,160,161],though:[2,44,61,62,91,108,110,112,113,116,117,129,130,157],thought:[80,117,120],thread:[1,4],three:[1,2,28,29,32,35,36,37,40,41,43,44,50,60,61,62,63,68,69,74,77,79,85,86,88,92,93,96,110,111,113,116,117,120,133,134,135,136,141,143,144,146,147,153,154,155,156,157],threebodi:153,thresh:[19,57,59],threshhold:[19,57,59],threshold:[19,59,70],through:[2,3,44,61,65,67,68,71,74,79,80,81,93,109,111,112,114,117,121,136,140,145,146,148,152],throughout:[2,4,40,136],thru:[2,3,33,34,37,90],thrust:1,thu:[1,2,3,19,29,30,34,35,36,38,41,42,44,45,56,57,59,60,61,63,66,68,69,70,75,76,79,80,81,82,90,91,92,93,95,96,97,98,99,100,101,102,103,104,108,109,110,111,112,113,114,115,116,117,121,125,129,130,131,133,134,135,136,138,139,140,142,143,144,146,147,149,150,151,152,153,154,155,156,157,160],thumb:[44,102],ti2:43,ti3:43,ti4:43,tidi:161,tight:[96,146],tij:107,tildeslei:[13,32,107],tile:[2,19,44,59],tilt:[2,61,68,70,72,157],time:[0,1],time_integr:58,timer:1,timescal:[72,112],timespan:68,timestep:[1,2,3,19,35,42,57,59,60,61,62,63,66,67,68,69,70,73,74,75,77,78,79,80,90,91,96,108,112,119,130,131,148],timesteppnig:75,tin:[103,104],tini:[44,90,96],tio2:146,tio:146,tip3p:0,tip4:2,tip4p:0,tip:0,tirrel:80,titl:161,tji:107,tl1:43,tl3:43,tlbr_msw:143,tloop:[68,69],tm3:43,tmp:[2,19,34,57,59],tobia:68,togeth:[2,3,4,19,42,44,59,61,68,115],tol:[75,153],toler:[61,74,75,90,91,153],tolernac:74,too:[1,2,19,29,30,36,38,41,57,59,61,63,68,75,79,91,108],took:148,tool:[0,1,2,3,19,57,59,91],toolkit:2,top:[0,3,4,67,91,147,161],topolog:[2,32,56],torqu:[2,13,67,90,95,107,116,117,131],torsion:[2,46,56,93],torsion_flag:93,tosi:97,tot:146,total:[2,3,4,19,31,33,34,35,37,41,42,59,66,67,68,69,71,72,73,74,77,78,79,80,81,90,91,92,93,95,96,103,110,112,117,133,134,135,136,143,146,147],toukmaji:107,toward:[13,57,67,69,70,88,91],toxvaerd:126,tptask:4,trace:112,track:[67,79],track_displac:58,tractabl:74,trade:[2,104,121,125],tradit:[2,55],trail:[32,91,113,133,147],trajectori:[2,32,68,71,75,108],tran:[49,50],transfer:[1,2,4,58,79,96,136],transform:[2,32,116,138],transit:[2,4,91,105,129,135,136,156],translat:[2,63,68,71,112],transmit:2,transport:[58,79],trap:[2,35],treat:[2,42,79,81,90,95,106,112,113,116,119,134,135,136,144],treatment:106,tree:129,tri:[2,3,57,61,68,69,90],triangl:[2,57],triangul:2,triangular:[2,61],triclin:[0,1],triflag:2,trigger:[3,59,60,90],trigon:9,trilinear:67,tringl:57,tripl:[41,96],triplet:[111,141,143,153,154,155,156,157],trivial:3,trott:[41,147],troubl:3,truncat:[2,63,74,80,81,94,104,112,117,121,123,126,146],tscale:72,tsige:99,tstart:[66,68,108],tstat:[2,66],tstop:[66,68,108],tsuzuki:[30,157],ttm_mod:79,tucker:[41,147],tuckerman:[68,71],tune:[2,4],tunnel:71,turkand:38,turn:[2,28,41,43,56,57,60,61,68,90,91,93,106,119,133,152],tutein:93,tutori:[2,70],tweak:44,twice:[2,4,45,61,68],twist:[130,131],two:[1,2,3,4,19,28,29,32,36,40,41,43,44,55,57,59,60,61,66,67,68,69,70,71,72,78,79,81,89,90,91,92,93,95,96,97,98,99,102,103,104,106,107,108,110,111,112,113,114,116,117,120,121,125,129,130,131,133,136,140,142,143,144,146,147,148,152,153,154,155,156,157,159,160],two_temperatur:58,twobodi:[154,156,157],twojmax:[41,147],txt:[79,120,146,161],typcial:[19,59],type1:[40,43],type2:[40,43],type:[2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,32,35,40,41,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,67,75,81,82,83,84,85,86,87,88,89,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,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],typen:[40,43],typic:[1,2,3,4,13,19,21,22,29,32,44,55,57,58,59,60,61,62,68,73,75,90,91,100,102,104,115,116,119,120,121,125,130,131,133,144,156,161],tzou:79,u_chem:31,u_cond:[31,64],u_f:67,u_i:[64,65],u_ij:143,u_j:65,u_mech:[31,64],u_prom:96,uberuaga:91,ubiquit:[3,96],uchem:[114,140],uloop:[71,91],umbrella:2,umin:[10,11,24,25,47],unabl:[3,19,59],unaffect:[61,68],unalt:62,unambigu:157,unbias:112,unchang:[61,68],uncom:1,uncompress:57,uncorrel:66,uncoupl:71,under:[0,2,4,6,41,46,57,61,62,68,72,82,109,112,129,147],underflow:57,undergo:[2,32,66,68],undergon:60,underli:[2,29,57,68,79],underpredict:2,underscor:[60,61,68,69],understand:[1,2,136],understood:96,undesir:[61,68],undisturb:[130,131],undump:57,unfix:[2,35,58,73,77],unfix_flux:58,unfold:76,uniaxi:69,uniform:[4,19,58,59,67,116,144],uniformli:[67,79,139,140,143],uninterrupt:[68,69,72,78,79],union:[2,81],uniqu:[2,66,69,91,110,112],unit:[2,5,6,16,17,18,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,46,57,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,76,78,79,80,81,82,83,87,88,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,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160],uniti:111,unitless:[29,62,68,72,74,90,117,138,142,153,154,155,156,157],univers:[2,32,91,130,135,156],unknown:30,unless:[3,4,40,43,44,61,68,90,102],unlik:[33,44,92,96,110,113,133,134,135,147],unlike:[68,69,110,119,120,134,135],unlimit:143,unnecessari:4,unoccupi:79,unoptim:57,unpack:[0,3],unperturb:32,unphys:[2,68],unpublish:136,unrel:[45,161],unrestrain:73,unset:112,unshift:107,unsmooth:127,unsolv:100,unstabl:67,unstag:161,until:[2,19,57,59,61,62,65,77,96,117,139,140],unus:96,unwant:44,unwrap:[33,34,42,60],up_intern:57,updat:[0,2,4,62,66,67,68,72,79,96,107,136],upenn:3,upon:[2,74,96],upper:[19,37,59,61,67,68,72,80,90,117,146],uppercas:0,upsid:2,upsilon:116,upstream:161,urbana:130,urey_bradlei:5,url:161,usabl:110,usag:[2,70,129],use:[2,57,79,116,133,144,146,161],useful:136,user:[0,1,2,3],user_manifold:161,user_misc:[14,15,17,48,52,54,55,86],usernam:161,using:[0,1],usr:3,usual:[2,8,12,16,17,18,23,32,53,55,57,60,61,69,72,73,79,80,81,87,91,100,102,105,107,116,120,129,130,131,141,147,152,153],util:116,v11:2,v22:2,v33:2,v_0:79,v_2:136,v_3:136,v_4:136,v_avp:62,v_delta:32,v_dhug:72,v_drai:72,v_e_hbond:119,v_ij:143,v_jx:35,v_jy:35,v_jz:35,v_k11:35,v_k22:35,v_k33:35,v_lgr_po:72,v_lgr_vel:72,v_linear:80,v_lj:93,v_mu:130,v_n:[67,136],v_name:[2,32,57,62,80],v_occ:115,v_prefactor:148,v_press:42,v_pxxwall:62,v_pxy:2,v_pxz:2,v_pyz:2,v_ramp:80,v_rebo:93,v_t_qm:72,v_torsion:93,v_v11:2,v_v22:2,v_v33:2,v_valu:57,v_wiggl:80,v_x:[44,80],v_xave:2,v_xmax:2,v_xx:44,v_y:44,v_yi:44,vacanc:[77,136],vacf:2,vacuum:[79,105,156,160],valanc:96,valenc:[96,112],valent:96,valid:[2,3,40,43,61,70,110,112,116,136,143],valon:133,value1:69,value2:69,van:[27,32,102,103,129,133,159],vanadium:136,vanilla:2,vanish:75,vapor:[19,59],vare:79,vari:[1,19,32,40,43,58,59,61,68,73,79,80,100,108,109,118,127,130,148],variabl:0,varianc:108,variant:[1,2,61,68,69,117,134,135,138,154,156],variat:[19,59],varieti:[1,2,57,133,157],variou:0,varshalovich:41,vashishta1990:157,vashishta2007:157,vbia:2,vcm:2,vdisplac:80,vdw:103,vec:70,vector:1,vel:[2,108,109,112,117],veld:[99,125],veloc:[2,35,39,42,44,57,61,63,67,68,69,70,71,72,73,75,78,79,80,90,91,108,112,117,130,131],velocit:[108,109,112,117],velocity_bottom:67,velocity_top:67,verbos:146,veri:[1,2,19,32,57,59,61,62,68,71,75,91,112,117,130,131,139,140,147,148,161],verifi:161,verlet:[1,4,58,63,68,71,75,79],versa:[2,60],versu:[2,19,59,62,75,99,107,117,125],vertic:[4,19,57,59],via:[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,32,35,39,42,44,45,46,47,48,49,50,51,52,53,54,55,56,57,59,60,61,62,67,68,69,71,73,75,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,142,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160],vibrat:[2,70,72,88,112],vice:[2,60],video:57,view:[2,57,96,112,113,146],viewer:57,viewpoint:57,vij:108,vim:0,virial:[35,39,41,42,61,68,69,75,108,109,112],virtual:[2,153],viscoelast:117,viscos:0,viscosity:2,viscou:[2,66,67,90,91],vision:146,visual:0,viz:3,viz_tool:3,vizplotgui_tool:3,vmax:61,vmd:[2,3],voigt:[2,41],vol:[2,35,42,133,156],volpress:136,volum:[2,19,32,35,39,40,42,43,44,59,61,64,67,68,69,72,79,80,81,130,131,136,150,151,160],voronoi:42,voter:[134,135],voth:71,vri:118,vstream:2,vtk:[2,40],w_1:41,w_2:41,w_i:41,w_ik:143,waal:[32,102,103,129,159],wadlei:96,wagner:[58,67,133],wai:[1,2,3,29,32,34,35,36,38,41,42,44,57,60,61,62,66,67,68,69,71,79,80,83,84,85,87,88,90,91,92,93,104,105,108,110,111,113,116,119,121,133,134,135,141,143,144,146,147,148,152,153,154,156,157,161],wait:[1,4],walk:[66,68],wall:0,wallhi:80,wang:[133,143],want:[0,1,2,3,31,34,39,42,44,57,59,60,70,73,78,80,81,91,92,93,96,102,103,108,110,113,133,139,140,141,143,146,148,153,154,156,157,161],ward:96,warm:[4,112],warmup:4,warn:[0,21,22,30,57,68,69,74,130,131,133,139,140,161],warner:92,warning:133,warp:133,warren:[108,139,140],watanab:[77,78],watch:91,water:0,watkin:53,wave:112,wavefunct:112,wavelength:[40,43],wavepacket:112,weak:36,web:1,webb:58,weber:[111,135,143,153,157],weight:[2,32,41,43,45,56,66,67,74,106,108,109,114,133,139,140,147],well:[1,2,3,11,26,36,38,39,42,44,47,57,59,61,67,68,69,74,78,90,91,95,115,116,119,130,131,133,136,144,148,154,155,156,161],went:3,were:[2,3,4,19,29,38,39,44,57,59,93,112,117,120,161],westview:159,what:[0,1,2,3,44,57,59,60,61,65,68,71,73,75,80,90,91,133,139,140,148,152,161],whatev:[57,61,62,68,90,91,101,102,136],whelan:43,when:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,36,37,38,39,44,45,46,47,48,49,50,51,52,53,54,56,57,59,60,61,62,67,68,69,70,72,73,74,75,76,79,80,81,82,83,84,86,87,88,89,90,91,92,93,94,97,98,99,100,101,102,103,104,106,107,108,110,111,112,113,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,131,133,134,135,136,138,139,140,141,142,143,144,145,147,148,152,153,154,155,156,157,158,159,160,161],whenev:[0,55,119],where:[1,2,3,4,6,7,8,9,10,11,12,13,16,17,18,19,20,23,24,25,26,29,30,31,32,33,34,36,39,40,42,43,46,47,56,57,59,60,61,62,63,64,65,66,67,68,69,70,71,72,74,75,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,95,96,97,98,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,121,125,130,131,132,133,134,135,136,140,141,142,143,144,146,147,149,150,151,152,153,154,155,156,157,159,160],wherea:[2,3,36,66,68,79],whether:[2,3,28,29,57,60,61,68,69,75,98,100,103,118,120,130,131,133,146],which:[0,1,2,3,4,5,6,7,8,9,12,13,16,19,21,22,23,26,27,28,29,30,31,32,33,34,35,37,38,39,41,42,43,44,45,46,49,50,51,53,56,57,59,60,61,62,63,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,84,87,89,90,91,92,93,95,96,97,98,99,100,102,103,104,105,106,107,108,110,111,112,113,114,115,116,117,118,119,120,121,123,124,125,127,129,130,131,133,134,135,136,138,139,140,141,142,143,144,145,146,147,148,152,153,154,155,156,157,159,161],white:[66,79],who:[0,2,92,110],whole:74,whose:[2,32,35,57,62,65,68,70,73,74,75,81,91,112,114,123,139,140,153,154,156],why:[2,161],wicaksono1:70,wicaksono2:70,wicaksono:70,wide:[1,2,100,102,112],width:[57,115],wiggl:80,wigner:41,wih:2,wikipedia:2,wild:[32,119],wildcard:[57,152],wildli:68,window:[57,161],wire:73,wirnsberg:[2,63],wisdom:161,wise:[108,153],wish:[2,3,42,45,67,75,80,91,98,119,133,139,140],within:[1,2,3,4,13,19,29,30,36,38,39,41,44,57,59,60,65,70,74,75,79,80,81,90,91,95,97,98,104,109,110,111,112,114,115,120,121,133,136,140,142,144,145,153,154,155,156,157],without:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,32,39,45,46,47,48,49,50,51,52,53,54,57,61,62,65,66,68,69,74,75,82,83,84,86,87,88,89,91,92,93,94,97,98,99,100,101,102,103,104,107,108,110,111,112,113,114,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,134,136,138,139,140,141,142,144,145,148,153,154,155,156,157,158,159,160,161],won:131,wong:[58,96],word:[2,13,73,102],work:[1,2,3,4,28,40,43,57,60,62,67,68,73,75,78,103,106,108,130,131,133,136,146],worker:157,workflow:161,world:[41,91],worlei:108,worst:81,worth:72,would:[1,2,3,4,13,19,29,33,35,42,44,45,56,57,59,60,61,63,68,70,71,74,82,83,84,85,87,90,91,92,93,96,102,103,104,108,109,110,111,113,133,134,135,136,141,143,147,152,153,154,155,156,157,161],wrap:[1,2,3,44,67,80,81,91],wrapper:[0,2],wright:90,write_atom_weight:58,write_restart:[58,67],written:[2,41,57,58,59,60,61,62,63,66,67,70,72,73,75,76,77,79,80,81,110,132,136,159,161],wrong:[3,61,68,80,81],www:[0,2,3,92,110,130],x200:4,x86:136,x_ij:143,x_ijkl:82,x_kjli:82,x_ljik:82,xave:2,xavx:4,xcore:4,xeon:[1,4],xhi:[2,80],xhi_bound:2,xhost:4,xi_ij:143,xiaowang:[113,154,156],xiij:70,xlat:44,xlo:[2,3,80],xlo_bound:2,xmax:2,xmgrace:0,xmic:4,xmovi:[0,2],xmu:117,xpo:44,xrd:40,xtc:[2,57],xwall:62,xyz:[2,44,57,61,68,69],xzhou:113,yamada:4,yang:[136,143],yate:136,yb2:43,yb3:43,yellow:57,yet:[4,57,62,80,90,101,102,103,112,159,161],yhi:[2,80],yhi_bound:2,yield:[2,35,42,61,68,74,95,108,117],yip:77,ylat:44,ylo:[2,80],ylo_bound:2,york:71,yoshida:68,you:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,30,31,32,33,34,35,36,38,39,41,42,44,45,46,47,48,49,50,51,52,53,54,56,57,59,60,61,62,63,66,68,69,71,73,75,77,78,79,80,81,82,83,84,86,87,88,89,90,91,92,93,94,96,97,98,99,100,101,102,103,104,107,108,110,111,112,113,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,133,134,135,136,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161],young:117,your:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,39,44,45,46,47,48,49,50,51,52,53,54,57,58,60,61,68,69,75,79,80,81,82,83,84,86,87,88,89,91,92,93,94,96,97,98,99,100,101,102,103,104,107,108,110,111,113,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,133,134,135,136,138,141,142,143,144,145,148,152,153,154,155,156,157,158,159,160,161],yourself:[2,61,161],ypo:44,yukawa:102,z_i:[112,156,160],z_j:[156,160],z_meam:133,zannoni:116,zbl:[133,147],zblcut:156,zblcutinn:147,zblcutout:147,zblexpscal:156,zblz:147,zero:[2,3,10,11,19,24,25,29,32,34,36,37,38,39,40,41,42,43,44,45,47,54,56,57,59,61,62,63,66,67,68,69,71,72,74,75,78,79,80,86,90,91,96,97,98,99,100,102,104,107,108,109,112,116,118,119,121,123,125,126,129,131,132,133,136,138,144,145,146,152,157,160],zeta:[67,113],zfactor:57,zhang:117,zhi:[2,80],zhi_bound:2,zhou:[96,113,143,154,156],zhu:151,ziegler:[133,156,160],zimmerman2004:58,zimmerman2010:58,zimmerman:[29,58,96],zlim:146,zlo:[2,80],zlo_bound:2,zmax:67,zmin:67,zn2:43,zone:40,zoom:57,zr4:43,zwall:80,zwall_veloc:67},titles:["LAMMPS Documentation","5. Accelerating LAMMPS performance","6. How-to discussions","11. Python interface to LAMMPS","5.USER-INTEL package","angle_style charmm command","angle_style class2 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 quartic command","angle_style sdk command","balance command","bond_style class2 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 morse command","bond_style nonlinear command","bond_style quartic command","compute centro/atom command","compute cna/atom command","compute dpd command","compute fep command","compute gyration command","compute gyration/chunk command","compute heat/flux command","compute hexorder/atom command","compute msd/nongauss command","compute orientorder/atom command","compute pressure command","compute saed command","compute sna/atom command","compute stress/atom command","compute xrd command","create_atoms command","dihedral_style charmm command","dihedral_style class2 command","dihedral_style cosine/shift/exp command","dihedral_style fourier command","dihedral_style harmonic command","dihedral_style helix command","dihedral_style multi/harmonic command","dihedral_style nharmonic command","dihedral_style opls command","dihedral_style quadratic command","dihedral_style spherical command","dihedral_style command","dump image command","fix atc command","fix balance command","fix bond/swap command","fix box/relax command","fix controller command","fix ehex command","fix eos/cv command","fix eos/table/rx command","fix gld command","fix lb/fluid command","fix nvt command","fix nphug command","fix orient/fcc command","fix pimd command","fix qbmsst command","fix restrain command","fix rx command","fix shake command","fix spring/rg command","fix ti/rs command","fix ti/spring command","fix ttm command","fix wall/lj93 command","fix wall/region command","improper_style class2 command","improper_style cossq command","improper_style cvff command","improper_style distance command","improper_style fourier command","improper_style harmonic command","improper_style ring command","improper_style umbrella command","minimize command","neb command","pair_style adp command","pair_style airebo command","pair_style beck command","pair_style body command","pair_style bop command","pair_style born 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_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 dpd/fdt command","pair_style eam command","pair_style edip command","pair_style eff/cut command","pair_style eim command","pair_style exp6/rx 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 list command","pair_style lj/cut command","pair_style lj96/cut command","pair_style lj/cubic command","pair_style lj/expand command","pair_style lj/long/coul/long command","pair_style lj/sf command","pair_style lj/smooth command","pair_style lj/smooth/linear command","pair_style lj/cut/soft command","pair_style lubricate command","pair_style lubricateU command","pair_style lj/mdf command","pair_style meam command","pair_style meam/spline","pair_style meam/sw/spline","pair_style mgpt command","pair_style mie/cut command","pair_style morse command","pair_style multi/lucy command","pair_style multi/lucy/rx command","pair_style nb3b/harmonic command","pair_style nm/cut command","pair_style polymorphic command","pair_style resquared command","pair_style lj/sdk command","pair_style smtbq command","pair_style snap command","pair_style soft command","pair_style sph/idealgas command","pair_style sph/taitwater command","pair_style sph/taitwater/morris command","pair_style srp command","pair_style sw command","pair_style tersoff command","pair_style tersoff/mod command","pair_style tersoff/zbl command","pair_style vashishta command","pair_style yukawa command","pair_style yukawa/colloid command","pair_style zbl command","LAMMPS GitHub tutorial"],titleterms:{"default":[29,32,36,37,38,40,41,43,44,56,57,58,61,66,67,68,69,71,72,77,78,80,96,112,130,131,136,152],"long":[97,98,99,100,101,104,106,107,121,125,129,142,145],acceler:1,adiabat:2,adp:92,airebo:93,alloi:110,amber:2,angle_styl:[5,6,7,8,9,10,11,12,13,14,15,16,17,18],arrai:2,aspher:2,atc:58,atom:[2,29,30,36,38,41,42],aug:0,balanc:[19,59],barostat:2,bcc:70,beck:94,between:2,bodi:[2,95],bond:60,bond_styl:[20,21,22,23,24,25,26,27,28],bop:96,born:[97,106],box:[2,61],buck:[98,99,106,132],build:3,calcul:2,centro:29,charmm:[2,5,45,100,129],chunk:[2,34],class2:[6,20,46,82,101],cna:30,code:2,coeffici:2,colloid:[80,102,159],comb3:103,comb:103,command:[2,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,34,35,36,37,38,39,40,41,42,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],comparison:1,compos:2,comput:[2,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43],conduct:2,constant:2,control:62,core:2,cosin:[7,8,9,10,11,12,47],cossq:83,coul:[97,98,99,100,101,104,105,106,118,121,125,129,142,145],coupl:2,create_atom:44,cubic:123,cut:[25,98,101,104,107,112,115,121,122,129,137,142],cvff:84,data:2,deby:[104,121],delta:8,descript:[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,34,35,36,37,38,39,40,41,42,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],diel:105,diffus:2,dihedral_styl:[45,46,47,48,49,50,51,52,53,54,55,56],dipol:[2,13,107],discuss:2,disp:2,distanc:85,document:0,dpd:[31,108,109],dreid:119,dreiding:2,drude:2,dsf:[104,121],dump:[2,57],eam:110,edip:111,eff:112,ehex:63,eim:113,elastic:2,energi:109,exampl:[2,3,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,34,35,36,37,38,39,40,41,42,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,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,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],exp6:114,exp:[11,47],expand:[22,124],extend:3,fcc:70,fdt:109,fene:[21,22],fep:32,field:2,file:2,finit:2,fix:[2,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81],fix_modifi:[58,59,61,62,63,67,68,69,70,72,73,75,76,77,78,79,80,81],flow:2,fluid:67,flux:35,forc:2,fourier:[14,15,48,86],from:[2,3],gauss:115,gaybern:116,gener:[1,2],github:161,gld:66,global:2,gpu:[94,97,98,100,101,102,104,107,108,110,115,116,118,121,122,123,124,137,138,144,145,148,153,154,155,156,158,159,160],gran:117,granular:2,gromac:118,gyrat:[33,34],harmon:[16,23,24,25,49,51,80,87,141],hbond:119,heat:35,helix:50,hertz:117,hexord:36,histori:117,hook:117,how:2,idealga:149,imag:57,implicit:100,improper_styl:[82,83,84,85,86,87,88,89],indice:0,induc:2,info:[0,58,59,61,62,63,67,68,69,70,72,73,75,76,77,78,79,80,81],input:2,install:3,integr:2,intel:[4,5,16,21,23,45,49,53,68,84,87,98,100,116,121,153,154],interfac:[2,3],kspace_styl:2,lammps:[0,1,2,3,161],lennard:132,librari:[2,3],linear:[128,138],list:120,lj1043:80,lj126:80,lj93:80,lj96:122,local:2,lubric:130,lubricateu:131,luci:[139,140],mdf:132,meam:[133,134,135],measur:1,mgpt:136,mie:137,minim:[58,59,61,62,63,67,68,69,70,72,73,75,76,77,78,79,80,81,90],mod:[79,155],model:2,morri:151,mors:[26,93,119,138],movi:57,mpi:3,msd:37,msm:[97,98,100,104,121],multi:[2,51,139,140],multipl:2,nb3b:141,neb:91,nemd:2,nharmon:52,non:2,nongauss:37,nonlinear:27,nph:68,nphug:69,npt:68,nvt:68,omp:[5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,45,46,47,48,49,50,51,52,53,54,68,69,82,83,84,86,87,88,89,92,93,94,97,98,99,100,101,102,103,104,105,107,108,110,113,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,134,135,138,141,142,144,145,148,153,154,155,156,157,158,159,160],opl:53,opt:[100,110,121,125,138],optim:1,option:2,orient:70,orientord:38,orthogon:2,other:2,output:[2,58,59,61,62,63,67,68,69,70,72,73,75,76,77,78,79,80,81],overview:3,packag:[1,4],pair:2,pair_styl:[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],parallel:3,paramet:2,particl:2,per:2,perform:1,period:9,pimd:71,polariz:2,poli:[130,131],polymorph:143,potenti:2,pppm:2,pressur:39,process:2,properti:2,python:3,qbmsst:72,quadrat:54,quantiti:2,quartic:[17,28],rattl:75,rebo:93,region:81,relat:[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,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,72,74,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,147,148,149,150,151,152,153,154,155,156,157,158,159,160],relax:61,replica:2,resquar:144,restart:[2,58,59,61,62,63,67,68,69,70,72,73,75,76,77,78,79,80,81],restrain:73,restrict:[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,34,35,36,37,38,39,40,41,42,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,147,148,149,150,151,152,153,154,155,156,157,158,159,160],rigid:2,ring:88,run:[2,3,58,59,61,62,63,67,68,69,70,72,73,75,76,77,78,79,80,81],scalar:2,script:[2,3],sdk:[18,145],serial:3,set:2,shake:75,share:3,shell:2,shift:[10,11,24,25,47],simpl:15,simul:2,size:2,smooth:[127,128,138],smtbq:146,sna:41,snad:41,snap:147,snapshot:2,snav:41,soft:[129,138,148],spc:2,sph:[149,150,151],spheric:[2,55],spline:[134,135],spring:[76,78],squar:12,srp:152,start:[58,59,61,62,63,67,68,69,70,72,73,75,76,77,78,79,80,81],stop:[58,59,61,62,63,67,68,69,70,72,73,75,76,77,78,79,80,81],strategi:1,streitz:104,stress:42,style:[1,2],summari:2,swap:60,syntax:[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,34,35,36,37,38,39,40,41,42,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,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],system:2,tabl:[0,2,65,154],taitwat:[150,151],temperatur:2,tersoff:[154,155,156],test:3,thermal:2,thermo:2,thermodynam:2,thermostat:2,time:2,tip3p:2,tip4p:[2,104,121,125,129],triclin:2,tstat:108,ttm:79,tutori:161,umbrella:89,user:4,using:[2,3],valu:2,variabl:2,variou:1,vashishta:157,vector:2,version:0,viscos:2,visual:2,wall:[2,80,81],water:2,wolf:[97,104],wrapper:3,write:2,xrd:43,yukawa:[158,159],zbl:[156,160]}}) \ No newline at end of file +Search.setIndex({envversion:50,filenames:["Manual","Section_accelerate","Section_howto","Section_python","accelerate_intel","angle_charmm","angle_class2","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_quartic","angle_sdk","balance","bond_class2","bond_fene","bond_fene_expand","bond_harmonic","bond_harmonic_shift","bond_harmonic_shift_cut","bond_morse","bond_nonlinear","bond_quartic","compute_centro_atom","compute_cna_atom","compute_dpd","compute_fep","compute_gyration","compute_gyration_chunk","compute_heat_flux","compute_hexorder_atom","compute_msd_nongauss","compute_orientorder_atom","compute_pressure","compute_saed","compute_sna_atom","compute_stress_atom","compute_xrd","create_atoms","dihedral_charmm","dihedral_class2","dihedral_cosine_shift_exp","dihedral_fourier","dihedral_harmonic","dihedral_helix","dihedral_multi_harmonic","dihedral_nharmonic","dihedral_opls","dihedral_quadratic","dihedral_spherical","dihedral_style","dump","dump_image","dump_modify","fix_atc","fix_ave_histo","fix_balance","fix_bond_swap","fix_box_relax","fix_controller","fix_ehex","fix_eos_cv","fix_eos_table_rx","fix_gld","fix_lb_fluid","fix_nh","fix_nphug","fix_orient","fix_pimd","fix_qbmsst","fix_restrain","fix_rx","fix_shake","fix_spring_rg","fix_ti_rs","fix_ti_spring","fix_ttm","fix_wall","fix_wall_region","improper_class2","improper_cossq","improper_cvff","improper_distance","improper_fourier","improper_harmonic","improper_ring","improper_umbrella","minimize","neb","pair_adp","pair_airebo","pair_beck","pair_body","pair_bop","pair_born","pair_buck","pair_buck_long","pair_charmm","pair_class2","pair_colloid","pair_comb","pair_coul","pair_coul_diel","pair_cs","pair_dipole","pair_dpd","pair_dpd_fdt","pair_eam","pair_edip","pair_eff","pair_eim","pair_exp6_rx","pair_gauss","pair_gayberne","pair_gran","pair_gromacs","pair_hbond_dreiding","pair_list","pair_lj","pair_lj96","pair_lj_cubic","pair_lj_expand","pair_lj_long","pair_lj_sf","pair_lj_smooth","pair_lj_smooth_linear","pair_lj_soft","pair_lubricate","pair_lubricateU","pair_mdf","pair_meam","pair_meam_spline","pair_meam_sw_spline","pair_mgpt","pair_mie","pair_morse","pair_multi_lucy","pair_multi_lucy_rx","pair_nb3b_harmonic","pair_nm","pair_polymorphic","pair_resquared","pair_sdk","pair_smtbq","pair_snap","pair_soft","pair_sph_idealgas","pair_sph_taitwater","pair_sph_taitwater_morris","pair_srp","pair_sw","pair_tersoff","pair_tersoff_mod","pair_tersoff_zbl","pair_vashishta","pair_yukawa","pair_yukawa_colloid","pair_zbl","tutorial_github"],objects:{},objnames:{},objtypes:{},terms:{"00a":80,"00b":80,"02214e23":35,"0b1":3,"0e4":120,"0x98b5e0":58,"100k":1,"1024x1024":58,"10e":109,"10x":[93,94,99],"12th":77,"15g":59,"16e":77,"16x":1,"18986e":93,"1_prop":2,"1fluid":[117,143],"1st":[2,5,32,45,61,68,71,77,95,96,99,106,113,115,116,117,130,131,136,137,138,142,143,144,146,150,156,157,158,159,160],"2000k":58,"20x":99,"23899e":93,"2400k":58,"2697v2":4,"2697v4":4,"298k":108,"2k_ss":115,"2nd":[2,3,21,22,59,61,64,68,71,85,93,94,96,106,115,122,136,142,143,150,156,157,158,159,160],"2theta":43,"2x5":115,"36x":4,"3806504e":[2,35],"3n_k":69,"3nk":75,"3rd":[5,37,61,68,106,115,117,122,142,143,150,156,157,158,159,160],"3x3":35,"4857990943e":115,"49e":77,"4_94":3,"4th":[2,45,59,77,95,96,99,113,116,117,120,136,142,143,144,146,150,156,157,159,160],"50k":1,"512k":4,"524k":4,"5_1":99,"5th":[59,93,117],"66e":77,"6x6":2,"7120p":4,"8706e":149,"8706q":149,"8730m":149,"8730n":149,"8x1":2,"8x2":2,"948q":149,"9jan09":120,"9th":94,"break":[28,115],"byte":59,"case":[1,2,3,4,19,21,22,29,30,44,45,57,58,59,61,62,64,65,70,71,72,73,75,76,77,82,83,84,93,94,96,103,105,107,109,113,115,119,120,122,132,133,134,136,139,142,143,144,146,151,155,157,159,163,164],"catch":1,"char":[2,149],"class":[1,2,3,56,104,160],"default":[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],"export":[4,58],"final":[2,3,19,32,42,59,61,62,64,71,72,75,77,80,82,93,94,95,96,99,113,116,117,132,136,144,146,156,157,159,160,164],"float":[2,4,57,59,115],"function":[1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,32,35,39,41,45,46,47,48,49,50,51,52,53,54,55,57,59,60,64,68,69,70,71,72,74,76,77,78,80,81,82,83,85,86,87,89,90,91,92,93,95,96,97,99,100,101,102,103,104,105,106,107,108,110,111,112,113,114,115,116,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,151,152,153,154,156,157,158,159,160,161,162,163],"import":[1,2,3,37,44,49,64,71,82,132,139],"int":[2,3,59,82],"long":[1,2,4,18,32,39,42,45,50,58,60,66,71,78,82,93,94,97],"new":[0,2,3,19,32,44,57,58,59,61,62,63,64,66,71,72,74,78,93,94,113,136,139,142,143,164],"null":[2,35,36,38,39,42,44,57,77,79,95,96,106,113,116,120,136,137,138,144,146,150,156,157,158,159,160],"public":[0,116,142,143,149],"return":[2,3,4,19,44,59,71,120],"short":[1,2,4,71,96,99,100,101,102,103,106,107,109,115,124,128,132,135,136,141,145,148,149,164],"static":[2,19,58,59,62,71,120],"switch":[1,2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,35,39,41,43,45,46,47,48,49,50,51,52,53,54,58,70,71,72,78,80,81,85,86,87,89,90,91,92,94,95,96,97,100,101,102,103,104,105,106,107,110,111,113,114,116,119,120,121,122,124,125,126,127,128,129,130,131,132,133,137,139,141,144,145,147,148,151,156,157,158,159,160,161,162,163,164],"true":[2,57,62,71,73,74,115,120,149,156],"try":[1,70,80,81,164],"var":[3,44],"void":[2,19,62],"while":[1,3,29,37,41,49,57,64,65,69,70,71,75,77,93,99,108,113,157,159,160],_j1m1m1:41,_j2m2m2:41,_manifold_rattl:164,_wirnsberg:66,a12:147,a2m:[2,35],a_0:[70,82,99],a_0_real:70,a_1:82,a_2:82,a_3:82,a_4:82,a_c:105,a_cc:105,a_f:159,a_ij:99,a_pi:99,a_sigma:99,a_ss:105,aat:46,aberdeen:[31,67],abil:[64,71,115],abl:[3,57,63],ablat:82,about:[0,1,2,3,4,19,40,44,57,58,59,60,61,62,63,64,65,66,70,72,73,76,78,79,80,81,82,83,84,93,94,98,103,107,162,164],abov:[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,32,33,34,35,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,61,62,63,64,65,71,72,74,76,77,85,86,87,88,89,90,91,92,94,97,98,99,100,101,102,103,104,105,106,107,108,110,111,112,113,114,115,116,117,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,134,135,136,139,140,141,142,143,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164],abscissa:[142,143],absolut:[59,77,93,120,124],absorb:82,abstol:77,ac3:43,acceler:0,accelri:2,accept:[32,44,59,63,77,102,128,164],acceptor:122,access:[0,2,3,4,29,30,31,33,34,35,36,37,38,39,40,41,42,43,60,61,62,63,64,65,66,69,70,71,72,73,75,76,78,79,80,81,82,83,84,96,118,120,122,136,151],accident:164,accidenti:91,accomod:71,accomplish:4,accord:[2,31,58,68,70,71,75,80,81,82,83,84,115,120,127,130,146,149,151,152,153,154,155],accordingli:[3,133,134,155],account:[2,32,40,43,56,61,66,71,73,78,79,82,89,107,112,120,124,128,133,134,136,139,149,164],accumul:[2,31],accur:[1,2,19,62,77,78,84,99,115,119,120,147,157,159],accuraci:[1,2,19,57,59,62,66,71,78,96,115,142,143],achiev:[1,2,4,13,19,62,66,71,74,75],ackland1:113,ackland2:113,ackland:113,acknowledg:0,acolor:[58,59],acquir:[2,64,71],across:[1,2,19,61,62,77,82,84,94],act:[2,70,80,81,82,84,93,110,119,120,122,147,155],acta:[40,43,95],actinid:139,action:[2,3,69,81],activ:[3,4,32,69,77,132],actual:[1,2,57,59,65,73,119,121,127,133,134,155],adapt:[2,32,65,77,132,133,151],adapti:73,adaptiv:96,add:[0,1,2,3,4,32,35,44,57,58,60,61,65,66,70,71,72,73,76,78,81,82,83,84,96,100,101,104,107,115,124,136,141,145,148,164],add_molecul:60,add_speci:60,add_to_nodeset:60,added:164,addforc:93,adding:[76,164],addit:[1,2,4,5,13,19,44,55,56,58,59,62,64,66,68,70,71,72,73,78,83,84,94,95,96,99,100,101,103,106,107,110,112,113,114,115,116,120,121,123,124,132,134,135,136,137,138,139,142,143,144,145,146,148,149,150,156,157,158,159,160,163,164],addition:[0,2,3,4,58,59,61,82,94,119,147,164],address:[3,58,164],addtorqu:93,adequ:94,adher:13,adhikari:70,adiabat:0,adiam:[58,59],adjac:[44,66,94,157],adjiman:140,adjust:[2,4,19,40,43,57,58,62,64,65,71,72,73,75,77,83,93,94,96,133,134,149,159],admiss:72,adopt:76,advanc:[4,99],advantag:[1,2,3,19,62,65,114],advect:2,advis:[77,94],affect:[1,2,42,58,59,61,63,64,66,79,82,91,93,94,115,133,134],affin:[4,106],afshar:111,after:[2,3,6,19,46,55,57,58,59,60,62,63,64,65,70,71,75,77,78,80,81,83,85,93,95,96,99,106,113,114,115,116,117,132,133,134,136,137,138,139,142,143,144,146,149,150,156,157,158,159,160,164],afterword:19,ag1:43,ag2:43,again:[2,3,41,57,59,66,85,94,133,134],against:[3,94],aggreg:[2,79],aggress:66,agre:[93,96],ahd:122,aidan:0,aim:2,aka:58,al2o3:149,al2o3_001:40,al3:43,ala:[70,149],alat:[73,136],albe:[146,157,159],albeit:76,alchem:32,alcu:[95,99],alcu_eam:146,alderton:110,alejandr:71,algebra:139,algorithm:[0,1,2,19,59,60,62,63,66,70,74,78,82,93,112,115,134,139],alia:4,alias:1,aliceblu:59,align:[2,13,19,62],alkali:115,all:[0,1,2,3,4,19,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,80,81,82,83,84,85,89,93,94,95,96,98,99,100,101,102,103,104,106,107,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,128,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],allen:[13,32,110,119],allentildeslei:32,alloc:[2,3],alloi:[95,99,107],allow:[1,2,3,4,19,36,38,43,44,56,57,58,59,60,61,62,63,64,65,69,70,71,73,75,76,77,78,79,80,81,82,83,84,93,94,96,99,100,101,102,103,107,113,115,120,121,122,124,128,133,134,139,146,147,149,155,162,164],almost:[4,75,82,155],alo:107,alon:[2,63],along:[2,13,29,32,40,43,44,57,58,63,66,70,75,78,79,82,84,93,94,107,110,120,124,128,136],alonso:[137,138],alpha:[2,26,65,70,75,93,95,97,100,107,111,112,113,114,116,117,122,123,124,136,141,158],alpha_c:132,alpha_i:150,alpha_lj:132,alphabet:56,alreadi:[44,62,75,94,111,121,126,134,155,163],also:[0,1,2,3,4,13,18,19,28,29,30,31,32,33,34,36,37,38,39,41,42,44,45,56,57,58,59,61,62,63,64,65,67,68,69,70,71,72,73,74,75,76,77,78,79,82,84,93,94,99,102,103,108,109,110,111,113,114,115,119,120,122,128,132,133,136,139,144,146,147,148,152,153,154,156,157,158,159,160,164],alter:[2,3,19,44,57,58,63,64,65,71,94],altern:[1,2,3,4,35,44,57,67,71,77,86,90,93,95,96,107,112,113,114,116,124,132,136,137,138,144,146,150,156,157,159,160],alternat:93,although:[4,13,71],aluminum:163,alwai:[0,2,3,4,28,59,83,84,85,93,101,104,113,127,139,142,143,149,151,157,159,163],amap:59,amaz:3,amber2lmp:0,amber:0,ambient:58,amd:139,among:[4,42,70],amorph:[44,158],amount:[1,2,58,64,71,73,77,111],amplitud:91,amzallag:149,analag:2,analalog:2,analog:[2,38,41,65,120],analysi:[30,139,150],analyt:[1,40,43,78,99,126,139,146],analyz:[2,94,139],andersen:78,anderson:111,andzelm:155,ang:[4,73],angl:[0,1,2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,28,32,36,38,39,40,41,42,43,44,46,47,48,50,52,54,55,56,57,58,59,63,71,76,78,85,86,87,89,90,91,92,93,96,99,107,114,122,124,128,132,137,138,144,160],angle1:76,angle2:76,angle:[4,13],angle_coeff:[5,6,7,8,9,10,11,12,13,14,15,16,17,18],angle_cosine_shift:11,angle_cosine_shift_exp:[10,47],angle_cutof:122,angle_cutoff:122,angle_hybrid:13,angle_styl:[0,2],angleangl:85,angleangletors:46,angles:59,angletors:46,angmom:2,angmomi:57,angmomx:57,angmomz:57,angstrom:[2,40,43,44,57,58,59,83,95,96,103,113,132,136,144,159,163],angular:[2,13,41,44,57,78,95,99,106,120,133,134,136,139,146,157,158],anharmon:[11,27,47],ani:[1,2,3,4,13,19,29,30,32,33,34,35,36,37,38,39,40,41,42,43,44,45,55,57,58,59,62,63,64,65,66,68,70,71,72,73,74,77,78,82,83,84,93,94,96,99,102,103,106,107,110,111,113,114,116,119,128,139,142,143,146,147,150,156,157,158,159,160,164],anihil:[132,141],anim:[3,58,94],animat:58,anion:[116,149],aniso:[64,71,72],anisotrop:[119,147],ann:140,annoi:164,annot:[156,157,158,159,160],anoth:[2,3,4,13,58,61,63,66,69,71,72,82,93,94,107,111,115,116,119,122,123,124,132,147,151,155,157,158,159,164],another:[1,2,32],ansi:4,anthoni:81,antiquewhit:59,antisymmetri:115,antonelli:[80,81],any:[1,2,57,58,59,155],anymor:81,anyth:[3,44,156,157,159,164],anywher:[44,136,150],aparam:32,apart:[98,151],api:3,appear:[2,3,19,32,36,38,41,44,57,58,59,62,64,85,93,94,105,113,136,142,143,149,160],append:[1,3,4,19,29,32,34,35,36,37,38,39,40,41,42,43,44,58,59,61,62,63,64,65,66,69,70,71,72,74,75,76,78,81,83,99,115,155],appendix:[13,110,149],appl:[64,71,160],appli:[2,13,19,32,37,41,42,43,44,45,56,57,58,59,60,62,64,66,67,68,69,70,71,72,73,74,75,76,78,81,82,93,94,98,100,101,103,107,110,115,117,120,121,122,124,130,134,139,143,145,148,155,162],applic:[1,2,4,63,65,73,76,159],applicat:60,appling:64,apply:[32,64,78,79],approach:[2,4,55,57,60,69,74,81,82,99,107,109,112,119,139,147,155],appropri:[1,2,3,30,35,56,57,59,63,64,70,71,72,74,75,83,84,94,96,99,102,105,106,107,114,120,128,132,139,156,157,158,159,160],approxim:[2,40,43,70,74,78,93,109,115,117,119,133,134,139,143,147,149,162],april:3,apu:[133,134],aqua:[58,59],aquamarin:59,ar_thermal:60,ar_ttm:60,arbitrari:[2,57,58,71,74,77,156],arbitrarili:[3,41,64,71,107],arch:1,architectur:139,archiv:2,archive:3,area:[2,19,35,39,62,70,120],arg:[3,19,32,44,57,59,61,62,66,76,81,83,94,100,101,103,104,109,110,112,115,121,124,128,132,133,134,135,141,145,148],argument:[2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,32,35,38,39,41,42,44,45,46,47,48,49,50,51,52,53,54,57,59,61,62,64,68,71,72,77,78,82,85,86,87,89,90,91,92,94,95,96,97,98,99,100,101,102,103,104,105,106,107,109,110,111,112,113,114,116,117,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,135,136,137,138,141,142,143,144,145,146,147,148,149,150,151,156,157,158,159,160,161,162,163],aris:162,arithmet:[2,103,105,127],arl:[31,67],army:[31,67],around:[1,2,29,30,41,44,45,55,58,59,64,71,83,84,149],arrang:41,arrheniu:77,arriv:4,articl:[2,149],artifici:[75,152,153],arxiv:[41,150],ascend:[19,59],ascii:[94,113,116,136],ash:[133,134],aside:[44,136],ask:[3,164],asoci:58,aspect:[2,119,147],aspher:0,asphere:[119,147],asq:[133,134],assign:[1,2,3,19,34,40,41,42,43,44,57,58,59,61,62,63,64,65,70,71,72,74,94,99,113,116,119,122,142,143,147,163],assignemnt:2,associ:[2,32,33,34,56,57,58,59,64,69,70,71,76,77,79,93,94,107,111,112,113,115,122,124,128,142,143,155],assum:[2,3,44,59,61,64,70,73,82,83,88,94,99,102,105,115,122,123,128,133,134,164],assume:94,assumpt:95,astar:136,astart:151,asterisk:[32,57,59,61,122,155],astop:[93,151],asu:113,asub:136,asymmetr:[66,99,113],asynchron:4,atc_fe_output:60,athomp:0,atm2pa:2,atom1:76,atom2:76,atom3:76,atom4:76,atom:[0,1],atom_element_map:60,atom_modifi:[3,57,59,94],atom_styl:[2,31,44,58,67,68,71,77,94,98,105,110,112,115,116,119,120,134,147,162],atom_weight:60,atomey:[2,3,57,58,59],atomfil:2,atomic:[0,149],atomic_charg:60,atomic_numb:146,atomist:[2,60,139],atoms:57,atomt:59,attach:[2,74],attatch:81,attempt:[2,19,62,63,94],attend:60,attrac:136,attract:[0,21,22,96,102,105,128,136,140,149,162],attribut:[2,3,32,57,58,59,61,63,64,65,71,72,99,115],atw:[133,134],atwater:158,atwt:136,atyp:[107,124,128,132],au1:43,au3:43,augment:[64,136],augt1:136,author:[113,114],auto:[2,3,35],autocorrel:35,autom:58,automat:[2,4,18,70,106,113,136,139,163,164],auxiliari:[1,2,3,57],avail:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,32,39,41,45,46,47,48,49,50,51,52,53,54,57,58,61,64,69,71,72,77,78,81,85,86,87,89,90,91,92,95,96,97,100,101,102,103,104,105,106,107,110,111,113,114,115,116,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,134,136,137,141,144,145,146,147,148,150,151,156,157,158,159,160,161,162,163],availabl:4,avalo:112,ave_chunk:2,aveforc:2,avendano:140,averag:[2,19,31,32,35,36,37,40,43,57,59,60,61,62,64,65,71,72,75,77,85,96,112,115,117,136,143],avi:58,avoid:[1,2,18,44,58,61,73,74,84,99,115,132,136,141],avx2:4,avx512:4,avx:4,awai:[2,57,58,63,73,83,107,124,128],awar:114,axel:164,axi:[2,19,29,36,40,43,44,58,62,82,89,92],axial:72,azimuth:58,azur:59,b_k:150,ba2:43,babadi:147,back:[1,2,3,44,57,59,71,80,81,94,120],backbon:[63,78,91],backcolor:59,background:[32,39,42,59,62,82,94,105,133,134,136],backtrack:93,backward:94,baczewski:69,bad:94,badli:[64,71],balanc:[1,2,4],ball:[41,133,134],bammann:60,band:[2,41,94,99,139,149],bandwidth:1,bandwith:58,bar:[32,58],barashev:113,barostat:[0,1],barostt:2,barr:106,barrier:[2,92,94,106,118],bartok2010:150,bartok2013:150,bartok:[41,150],base:[2,3,4,5,32,35,40,43,44,57,58,59,60,62,65,74,77,96,97,99,111,115,119,122,124,133,137,138,145,146,149,156,158,159,160,164],bashford:[2,5,45,103],basi:[2,41,44,83],basic:[2,19,42,58,59,60,62,65,71,73,84,95,139],basin:94,bask:[113,136,146],bath:75,batom1:[57,59],batom2:[57,59],bayli:[2,45],bb13:46,bcc:[29,30],bcolor:[58,59],bdiam:[58,59],be2:43,bead:[21,22,63,74,155],bear:[2,69],becaus:[0,1,2,4,19,36,38,41,44,57,58,59,62,63,64,65,69,71,75,82,84,87,93,94,103,107,109,111,115,116,119,120,121,122,123,132,133,134,136,142,143,147,155,164],becker:[95,113],becom:[1,2,4,19,28,44,57,58,59,62,63,66,70,71,83,84,94,96,105,107,113,115,119,124,146,147,156,160,162,164],been:[1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,32,39,45,46,47,48,49,50,51,52,53,54,57,58,59,61,62,63,64,65,70,71,72,75,78,82,83,85,86,87,89,90,91,92,93,95,96,97,100,101,102,103,104,105,106,107,110,111,113,114,115,116,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,134,137,138,139,141,144,145,147,148,151,155,156,157,158,159,160,161,162,163],befor:[1,2,13,19,33,34,37,44,59,61,62,64,70,71,75,83,93,94,116,117,120,132,136,139,143,164],begin:[57,59,60,61,62,65,68,77,94,113,117,139,142,143,146,149,151,155,163],begun:77,behav:[11,47,93],behavior:[57,58,63,64,65,69,71,75,82,99,115,136,163],behaviour:2,behind:75,beig:59,believ:3,bellott:[2,5,45,103],bellow:89,below:[1,2,3,4,19,28,35,39,40,41,42,43,44,45,56,57,58,59,60,61,62,63,64,65,68,71,72,73,75,76,77,78,80,81,82,83,93,94,95,96,99,100,103,104,105,107,110,113,115,116,117,119,120,121,122,124,125,126,127,128,129,130,131,132,133,134,135,136,140,142,143,147,148,150,151,155,160,161,162,163,164],bench:[1,2,3],benchmark:[1,3,4,19,62],benedict:139,benefit:[1,4,69],bennet:32,berardi:[119,147],beraun:82,berendsen:[2,71,72,78],bern:[74,106,119,149],bernendsen:2,beryllium:115,best:[1,2,4,65,71,76,99,107,124,128],beta:[2,75,95,97,113,114,116,136,157,158,159],beta_:99,beta_k:150,beta_pi:99,beta_sigma:99,beta_t:158,better:[2,4,11,41,47,62,70,71,94,157,164],betwe:98,between:1,beutler:132,beyond:[2,32,57,59,61,71,118,130],bflag1:58,bflag2:58,bgq:139,bi3:43,bi5:43,bia:[2,39,42,71],bias:2,biersack:[136,159,163],big:[57,75,105,164],bin:[2,3,34,57,59,61,75],binari:[2,4,56,57,58,59,60,61,62,63,64,65,66,69,70,71,72,73,75,76,78,79,80,81,82,83,84,95,96,97,98,99,100,101,102,103,104,105,106,107,110,111,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,141,142,143,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163],binary2txt:[0,57],bind:[99,149],binsiz:[4,59],biolog:2,biologi:50,biomolecul:103,bios:4,bisect:[19,62],bisector:[2,107,124,128],bispectrum:[41,150],bisqu:59,bit:[3,164],bitrat:[58,59],bkgd_dyn:136,bks:75,black:59,blanchedalmond:59,blank:[58,68,77,94,99,114,117,136,142,143,144,150,156,157,158,159,160],blast:82,blend:136,block:[2,35,41,44,84,99,115,146,150,164],blow:[83,84,151],blue:[58,59,63],bluegen:[57,139],blueviolet:59,board:110,bodi:0,body:98,bodyforc:70,bodyforcei:70,bodyforcex:70,bodyforcez:70,bogu:64,bohr:[113,115,139,159],boltzmann:[2,32,35,39,63,68,70,72,111],bond:[0,1,2,4,6,13,18,20,21,22,23,24,25,26,27,28,32,35,36,38,39,41,42,44,45,46,55,56,57,58,59],bond_coeff:[2,20,21,22,23,24,25,26,27,28],bond_harmon:[24,25],bond_harmonic_shift:25,bond_interact:60,bond_styl:[0,2],bondangl:6,bondbond13:46,bondbond:6,bonds:59,bonet:112,book:[162,164],bookmark:0,boost:1,border:[4,82],boresch:32,boreschkarplu:32,born:[2,32],boron:115,botero:115,both:[1,2,3,4,11,28,32,44,47,56,57,58,61,63,64,66,70,71,75,78,80,81,82,83,84,85,93,94,96,99,100,101,102,103,104,105,110,111,113,114,115,119,120,122,124,126,128,129,130,132,133,134,139,140,141,145,147,148,156,157,158,159,160],bottleneck:1,bottom:[59,70],bound:[2,10,11,19,47,57,59,61,62,71,83,84,93,115],boundari:[2,33,34,35,37,39,40,42,43,44,57,58,59,60,61,64,70,71,73,75,79,82,83,84,121,133,134,139],boundary_dynam:60,boundary_faceset:60,boundary_integr:60,bounds:[2,19,57,62],bount:3,box:[0,1],boxcolor:[58,59],boxxlo:3,bptype:155,br1:43,bracket:[2,19,57,61,62,65],bragg:[40,43],branch:[3,164],branicio2009:160,branicio:[30,160],breakdown:[1,96],brennan:[31,67,112,142,143,155],brenner:96,brick:[19,62],brief:[1,2,71,96,99],briefli:[2,74,106,149,164],brilliantov:120,broadwel:4,broken:[28,29,71,99],brook:2,brown:[4,40,42,59],brownian:[2,37,133,134],brows:0,browser:58,bryantsev:122,btype:[57,107,124,128,132,155],buc:101,buck:[2,4,32,100],buckingham:[100,101,102,109,135],buckplusattr:149,buffer:[58,59],bufi:58,bug:0,bui:58,build:[0,1,2],built:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,31,32,37,39,40,41,43,45,46,47,48,49,50,51,52,53,54,55,56,57,63,66,67,68,69,70,71,72,73,74,75,77,78,80,81,82,85,86,87,88,89,90,91,92,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,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163],bulatov:[137,138],bulk:[2,29,70,73,108,136,139,149],bundl:[58,164],burlywood:59,button:164,bypass:2,c11:136,c_0:[82,96,153,154],c_1:[40,43,57,59,69],c_2:[40,43,57],c_cluster:2,c_cstherm:2,c_doubl:3,c_e:82,c_flux:35,c_gauss:118,c_hb:122,c_i:68,c_id:[2,32,57,61,65],c_ij:2,c_ijkl:2,c_k:69,c_mychunk:[2,34],c_mycom:61,c_myf:57,c_mytemp:61,c_n_k:69,c_p:42,c_peratom:42,c_pi:99,c_prop:2,c_sigma:99,c_size:2,c_stress:57,c_thermo_press:61,c_thermo_temp:65,c_xrd:61,ca2:43,cach:4,cacul:78,cadetblu:59,calcforc:70,calclat:35,calcluat:[37,39,42,107],calcualt:35,calcul:[0,1],caldwel:[2,45],calhoun:74,call:[1,2,3,4,57,74,96,105,162,164],callabl:3,callback:3,caltech:[2,115],calucl:2,calul:[3,29],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,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,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,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],cannot:[1,2,3,4,19,28,57,58,59,61,62,63,64,69,71,75,82,83,84,93,94,101,102,104,113,119,121,124,128,130,132,145,147,148,155],canon:[71,74,81,139],cao1:74,cao2:74,cao:74,capabl:[3,4,96,104],capac:[67,82,152],capolungo:[40,43],captur:[2,96,102,115,120,128,136],carbid:107,carbon:[58,91,96,106,136],card:[4,32,122],care:[2,44,55,70,71,98],carefulli:[3,28],carlo:[2,63],caro:113,carri:[4,82,120],carrillo:4,cartesian:[2,95],cascad:82,cat:[4,58],cate:70,categori:[0,96],cation:[116,149],caus:[1,2,4,44,57,59,64,71,73,77,78,83,84,93,94,122,124,130,133,134],caution:1,cautious:96,caveat:96,cbecker:[95,113],cc1:[2,34],ccc:[114,156,157,159,160],ccflag:4,ccflags:[4,57],ccm6:113,ccsi:[114,156,157,159,160],ccu:99,cd2:43,cdeam:113,cdll:3,cdof:2,cdte:99,cdte_bop:99,cdtese:99,cdzn:99,cdznte:99,ce3:43,ce4:43,cell:[2,40,43,44,57,64,71,72,75,82,115,139],cella:2,cellalpha:2,cellb:2,cellbeta:2,cellc:2,cellgamma:2,center:[2,9,33,34,37,40,44,58,59,61,64,69,71,79,81,83,84,85,98,114,115,119,120,133,134,136,137,138,156,157,158,159,160],centr:66,central:[29,36,38,41,73,78,79,88,139,144,160],centro:2,centroid:74,centrosymmetri:29,certain:[1,2,57,58,61,63,65],cfg:[2,57,58,59],cg_type:148,ch2:78,ch2lmp:[0,2],ch3:78,chain:[0,2,13,28,63,71,72,74,78,81,91,110,111,155],challeng:2,champaign:133,chan:139,chandler:[95,113],chandrasekhar:[2,124],chang:[1,2,3,4,19,22,32,44,57,58,59,60,62,63,64,65,70,71,72,73,75,76,77,78,80,81,82,84,93,94,111,115,120,133,134,136,139,149,155,164],change_box:2,changeabl:57,chapter:74,charact:[2,19,57,58,59,62,68,77,115,117,123,142,143,146,149],character:[2,29,38,41,150],characterist:80,charg:[1,2,3,32,40,43,44,57,100,101,106,107,109,110,113,115,116,124,128,132,145,149,159,160,162,163],charl:65,charmm:0,chartreus:59,cheaper:[119,147],check:[2,3,19,35,62,76,78,81,93,94,123],checkout:164,chem:[2,5,6,9,20,21,22,32,38,39,42,45,46,53,66,69,70,71,74,75,80,81,83,85,91,92,94,96,100,103,104,106,107,108,110,111,112,115,118,119,121,122,124,128,129,132,136,140,142,143,145,149,155],chemic:[31,40,43,57,60,117,143],chemistri:[75,96,99,115],chen:82,cheng:106,chi:[73,116,119],chiral:91,chmod:3,cho:136,chocol:59,choic:[2,4,19,28,29,32,42,55,62,63,70,71,74,94,132],choos:[1,2,13,28,32,58,63,64,65,70,71,72],chose:[157,159],chosen:[2,41,44,50,58,64,65,69,70,71,72,74,112,115,120,123,126,148,157],chunk:0,chunkid:34,ciccotti:78,cieplak:[2,45],circular:2,circumv:[36,38],citat:[0,70],cite:149,cl1:43,clarendon:[13,110],clarifi:[157,159],clark:145,classic:[0,2,4,74,75,82,92,115],classifi:160,clean:2,clear:[2,3,59,65],clebsch:41,click:[3,44,56,58,94,164],climb:94,clockwis:45,clone:164,close:[2,3,19,42,57,63,64,70,71,78,84,94,96,99,107,108,136,142,143,159,164],closer:[19,57,62,64,80,94],closest:[73,119,147,155],cloud:149,cluster:[2,4,42,57,66,78],cmax:136,cmd:[3,74],cmdarg:3,cmin:136,cmm:[18,148],cna:29,co2:[43,77,78,117],coars:[13,18,28,50,68,77,117,121,143,148],coarsest:41,code:[0,1],coeff:[6,45,46,55,85,123,151],coeffici:0,coefficienct:111,coefficient0:113,coefficient1:113,coeffieci:[2,97],coeffincientn:113,coexist:115,cohes:[2,116,136],coincid:[57,59,84,103,133,134],cold:2,coleman:[40,43],collect:[2,34,44,57,59,105],colliex:43,collis:[70,120,163],colloid:2,color1:59,color2:59,color:[19,57,58,59,62,69,75],column:[2,29,34,36,38,41,42,43,57,59,61,75,82,96,118,122],colvar:0,com:[2,37,61,66,98,164],comand:63,combiant:108,combin:[2,3,18,32,55,57,58,60,61,66,71,74,84,85,105,107,108,112,115,116,117,131,132,150,156,157,159,160,162],come:[0,2,13,64,65,71,80,81,156,157,159,160,164],comit:164,comm:[0,3,30,94,111],comm_modifi:[2,99,105,111,115,120],comm_styl:[19,62],comm_world:3,command:[0,1],comment:[3,45,57,68,77,82,94,95,113,114,116,117,123,136,142,143,144,149,150,156,157,158,159,160,164],commit:164,commmand:2,common:[0,1,2,3,4,30,64,74,84,85,120,122,156,157,159],commonli:[2,9,37,38,57,58,92,121,126,150,157,159],commun:[1,2,3,4,19,58,59,62,64,70,71,82,112],comp:[78,94,115,147,154,158],compar:[1,2,4,40,43,56,59,93,94,136,149],comparison:0,compass:[6,20,46,56,85,104],compat:[3,19,49,57,61,62,65,66,83,139],compens:[2,115],compil:[4,57,58,59,139],complain:3,complement:136,complementari:[107,124],complet:[2,3,19,59,62,74,94,116],complex:[2,3,9,36,38,41,44,70,84,94,115,139],complic:2,compon:[2,29,30,33,34,35,36,37,38,39,41,42,57,58,59,61,63,64,65,66,70,71,72,74,78,84,93,94,111,115,120,133,134,149,150],componenet:2,composit:[2,70,113],compound:[106,115,116,160],compress:[2,57,58,59,72,75],compris:[84,117,147],compton:[40,43],comput:[0,1],computation:[2,82,99],compute_modifi:[63,64,71,72],compute_sa:40,compute_xrd:43,concav:84,concentr:[68,77,113,117,143],concept:2,conceptu:[2,64,94,107,136],concern:[2,30,32,69],concis:3,concurr:4,conden:[82,157,159],condens:[2,82,96,109,113,124,160],condit:[2,39,40,42,43,57,58,59,60,70,72,73,75,78,79,82,112,115,121],conducit:2,conduct:0,confer:[4,139],config:57,configur:[1,2,4,57,58,64,74,93,94,96,99,114,136,139,156,157,159,160,164],conflict:164,conform:[2,63,64,76,91,94,115],confus:160,conjuct:111,conjug:115,conjunct:[2,32,44,59,70,94,100,101,107,111,115,122,124,145,148],connect:[2,32,63,78,94,108,120,155,159],conner:96,connor:96,consecut:[3,44,59,107,124,128],consequ:[1,2,82,123],conserv:[13,63,69,70,71,77,78,94,110,111,112,120,130,149],consid:[2,29,32,57,59,62,63,82,115,147,149,155],consider:2,consist:[2,3,39,44,50,65,69,71,72,75,76,77,94,96,99,105,107,115,119,133,134,136,139,142,143,147,149],consistent_fe_initi:60,constant:0,constantli:66,constitu:[2,83,84,105,147],constrain:[2,66,69,78,79,93,115],constraint:[19,39,42,62,66,78,79,83,93,134],construct:[2,28,29,30,36,38,40,41,43,64,71,76,77,84,110,139,155,156],constructor:3,consult:4,consum:1,contact:[0,108,114,116,119,120,147],contain:[0,1,2,3,19,32,35,40,41,43,44,45,56,57,58,59,60,61,62,65,68,70,73,75,77,82,84,94,95,96,99,106,107,110,113,114,115,117,136,139,142,143,144,146,150,156,157,158,159,160,164],context:[2,4,59,162],contibut:29,contin:4,continu:[0,2,19,59,61,62,63,64,65,66,69,71,72,75,80,81,82,84,99,111,126,129,147,158],continuum:[2,60,82],contour_integr:60,contract:[64,71],contrain:78,contrast:[1,2,162],contrib:82,contribut:[2,29,32,33,34,35,39,41,42,61,64,70,78,93,94,111,113,115,133,134,139,149,164],control:[2,3,4,11,13,19,32,35,41,47,57,58,60,62,64],control_typ:60,convect:35,conveni:[2,13,57,150,164],convent:[13,49,54,56,59,76,113,115],converg:[2,19,57,58,62,63,64,72,75,76,78,93,94,106,107,124,149],convers:[41,58,59,107,108,109,115,124,128,132,145],convert:[2,5,6,8,12,16,17,18,35,44,46,57,58,59,85,86,90,91,94,95,113,139,157,159,163],convex:84,cool:66,cooordin:57,coord:[2,3,36,38,57,59,61,73,83,94],coordb:149,coordbb:149,coordiat:93,coordin:[1,2,3,19,32,33,34,41,44,57,58,59,61,62,63,64,66,71,73,78,79,81,82,93,94,95,96,98,114,149],coords:149,copi:[0,3,58,82,94,164],copper:163,coprocessor:[1,4],coral:59,core:[0,1],coreshel:2,coreshell:[2,101,107,109],cornel:[2,45],corner:[2,58,84,164],cornflowerblu:59,cornsilk:59,corpor:4,corr:106,correct:[2,3,32,45,58,66,71,75,83,84,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164],correction_max_iter:60,correctli:[3,57,59,71,78,84,94,109,134,139,164],correl:[2,35,36,41,61,69,74],correpond:68,correspond:[1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,29,32,39,40,41,43,45,46,47,48,49,50,51,52,53,54,55,57,58,59,61,64,65,66,68,70,71,72,73,74,77,78,83,84,85,86,87,89,90,91,92,94,95,96,97,100,101,102,103,104,105,106,107,110,111,113,114,115,116,117,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,136,137,139,141,143,144,145,146,147,148,149,150,151,156,157,158,159,160,161,162,163],correspondingli:[133,134],cosin:2,cosineshift:11,cost:[1,2,3,19,40,42,43,58,59,62,71,77,82,107,124,128,139,156],costheta0:[156,157,159,160],costheta:146,costli:[3,4],coul:[2,4,18,21,22,32,45,93],could:[2,3,19,32,34,35,39,57,58,59,62,65,75,82,83,84,93,96,118,122],coulomb:[2,42,93,100,101,102,103,104,106,107,108,109,110,115,120,121,124,128,132,135,145,148,149,159,160,162],coulommb:2,count:[1,2,3,19,35,45,61,62,64,71,78,84,93,94,118,122],counteract:65,counterbal:66,counterbalanc:13,counterclockwis:45,counterpart:57,coupl:0,couple:[2,3],cours:[4,57,69,76,83,133,151],cov:149,coval:[2,13,115,136,149],cover:[2,59,60,70,115],cpp:[1,2,3,32,57,78],cpu:[1,4,59],cpuinfo:4,cr2:43,cr3:43,crai:57,creat:[0,1,2,3,19,35,39,40,44,57,58,59,60,61,62,63,64,68,71,72,73,74,76,82,94,96,99,106,113,114,132,141,142,143,146,149,156,157,158,159,160,164],create_atom:[2,19,35],create_box:[2,19,35,44,64,71,155],create_elementset:60,create_faceset:60,create_nodeset:60,createatom:0,creation:44,crimson:59,criteria:[58,59,63,93],criterion:[19,44,62,63,93,94,106,115,120,149],critic:[2,24,25,82,93],cross:[4,33,57,58,94,103,111,113,121,122,124,126,128,146,148,157,159,163],crossov:1,crozier:0,crucial:75,crystal:[2,4,29,30,38,73,81],crystallin:[2,158],crystallogr:[40,43],crystallographi:[40,43],cs1:43,cs_chunk:2,csanyi:[41,150],cscl:136,csequ:2,csh:[3,4],cshrc:3,csic:[114,156,157,159,160],csinfo:2,csisi:[114,156,157,159,160],cst:113,cstherm:2,csvr:2,ctcm:[95,113],ctype:3,cu1:43,cu2:43,cu3au:136,cube:[2,84],cubes:[19,62],cubic:[38,70,73,113],cuda:1,cuh:99,cummul:[2,63,122],cumul:[2,61,71,72,94],currenlti:65,current:[0,1,2,3,4,19,30,32,42,57,58,59,60,62,63,64,65,66,71,76,77,78,79,82,83,93,94,99,106,110,113,115,116,120,123,133,134,136,137,138,146,151,157,159,164],curv:[2,44],curvatur:[119,147,163],custom:[0,2,3,33,34,35,42],cut:[1,2,4,19],cuthi:73,cutinn:[133,134],cutlo:73,cutmax:146,cutoff1:[104,110,124,128,132,135,145,148],cutoff2:[100,101,102,104,109,110,124,128,132,135,145,148],cutoff:[2,4,21,22,28,29,30,32,36,38,41,63,68,73,75,83,84,93,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163],cutoffa:114,cutoffc:114,cuu3:113,cval:43,cvar:65,cvff:4,cwiggl:83,cyan:[58,59],cycl:[71,72],cyclic:45,cylind:[58,84],cylindr:2,cyrot:99,d3q15:70,d3q19:70,d_e:82,d_name:57,daan:81,damp:[2,71,72,75,93,94,100,101,103,107,110,115,120,124,132,145,148],dampflag:120,danger:111,darden:110,darkblu:59,darkcyan:59,darken:58,darkgoldenrod:59,darkgrai:59,darkgreen:59,darkkhaki:59,darkmagenta:59,darkolivegreen:59,darkorang:59,darkorchid:59,darkr:59,darksalmon:59,darkseagreen:59,darkslateblu:59,darkslategrai:59,darkturquois:59,darkviolet:59,dash:120,dat:[2,35,60],data2xmovi:0,data:1,databas:0,date:[0,2],datum:[2,57],davenport:135,davi:83,david:[157,159],daw:[113,146],dcd:[2,57,58,59,74],deactiv:132,debug:[2,3,40,43,44,74],decai:[36,107,163],decid:[2,4,164],decod:58,decompos:[32,150],decomposit:[60,74],decoupl:2,decreas:[4,57,63,66],dedic:4,deeppink:59,deepskyblu:59,defect:[2,29,139],defin:[2,3,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,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,67,68,70,71,72,73,74,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,96,97,98,100,101,102,103,104,105,107,108,110,111,112,114,115,117,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,134,135,139,140,141,142,143,144,145,146,147,148,150,151,152,153,154,155,156,157,158,159,160,161,162,163],definit:[2,41,59,61,65,67,72,83,99,105,112,115,146,150],deform:[2,42,64,71,133,134],deg2theta:43,degre:[2,5,6,8,12,13,16,17,18,36,38,39,43,44,45,46,48,49,54,55,58,63,71,72,74,76,78,81,85,86,90,91,92,93,110,113,122],delai:2,delet:[28,61,63,71,155,164],delete_atom:44,delete_bond:[20,21,22,23,24,25,26,27,28],delete_el:60,delimit:77,dellago:[2,66],deloc:[115,149],delr:136,delta_1:99,delta_3:99,delta_7:99,delta_ij:[136,146],delta_pi:99,delta_r:146,delta_sigma:99,deltah_f:68,demo:3,demonstr:[75,136],dendrim:122,denniston:70,denot:[40,66,107,121],dens:[63,77,115],densiti:[2,19,41,44,60,62,70,82,83,95,96,99,113,136,137,138,142,143,146,147,149,152,153,154],depart:0,departur:75,depend:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,36,39,41,44,45,46,47,48,49,50,51,52,53,54,56,57,58,59,61,62,64,68,70,71,72,73,77,78,80,82,83,84,85,86,87,89,90,91,92,93,95,96,97,98,99,100,101,102,103,104,105,106,107,108,110,111,113,114,115,116,117,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,136,137,139,140,141,142,143,144,145,146,147,148,149,150,151,156,157,158,159,160,161,162,163],dependend:2,deposit:[71,78],depth:[26,58,82,117,119,147],der:[32,105,106,132,162],deriv:[2,32,41,64,65,66,71,72,73,80,81,82,83,84,96,99,105,110,115,116,121,126,130,131,136,139,162],derjagin:162,derlet:73,descend:59,descib:58,describ:[0,1,2,3,4,19,29,30,40,41,42,43,44,50,53,57,61,62,63,64,65,68,69,70,71,72,73,74,75,77,80,81,83,93,94,96,98,100,101,103,104,105,106,107,110,113,115,116,117,119,120,121,124,125,126,127,128,129,130,131,132,133,134,135,136,139,140,142,143,146,147,148,149,150,151,155,156,157,158,159,160,161,162,163,164],descript:[2,3],descriptor:[41,57],design:[0,2,3,40,43,60,63,71,73,82,97,98,103,107,109,115,132,133,134,137,138,146],desir:[2,3,4,35,39,42,44,64,65,69,71,78,93,94,111,113,122,133,134,156,157,159],desktop:[2,58],destabil:99,destre:91,destroi:3,detail:[1,2,3,4,19,34,35,39,41,42,44,56,57,58,59,60,61,62,63,64,65,66,69,70,71,72,75,78,81,82,93,95,96,98,99,102,103,104,105,106,107,110,111,115,116,119,120,121,122,124,125,126,127,128,129,130,131,132,133,134,135,136,140,142,143,147,149,150,151,161,162,164],detect:[36,94,106,122,123],determin:[1,2,4,26,32,39,40,42,43,44,57,58,59,61,62,64,68,71,73,74,75,76,77,83,84,96,102,106,110,113,117,118,120,128,136,139,143,147,149,155,162],devan:148,devanathan:159,develop:[0,2,3,4,65,72,75,96,99,115,138,139,149,160],deviat:[72,73,118],devic:1,devin:106,devis:138,dfactor:58,dft:139,dhug:75,dhugoniot:75,dia:136,diag:77,diagnost:[4,63,77],diagon:[2,41,42,64,71],diagonalstyl:150,diagram:[19,40,43,56,62,74],diallo:122,diam:[58,59],diamet:[2,44,57,58,59,105,119,120,126,147,162],diamond:[115,136],dick:2,dicken:65,did:[93,111,113,120,157,159],dielectr:[103,107,108,109,124,128,132,145],diff:[2,4],differ:[1,2,3,4,19,28,29,32,36,41,44,56,57,58,59,61,62,63,64,65,66,69,70,71,73,74,75,78,79,80,81,82,83,84,85,94,95,96,99,102,103,105,106,111,112,113,115,117,119,120,121,124,125,127,128,135,136,137,138,140,141,142,143,144,146,147,148,149,150,151,156,157,159,160,162],differenti:[1,2,13,77,107,146,158],difficult:[64,65,74,122],difficulti:[36,38,78],diffract:[40,43],diffraction:[40,43],diffus:0,diffuse:2,digit:[59,139],dihedr:[0,4,28,36,38,39,41,42,44,45,46,47,48,49,50,51,52,53,54,55,56,63,76,86,87,88,90,93,96,99,103],dihedral_coeff:[45,46,47,48,49,50,51,52,53,54,55,56],dihedral_cosine_shift_exp:11,dihedral_styl:[0,2,42],dihydrid:115,dij:78,dilat:[64,71,72],dim:[44,136],dimens:[1,2,19,35,42,44,57,58,59,62,64,70,71,72,75,83,94],dimension:[36,39,40,41,43,82,94,146],dimensionless:[37,41,65,82,150,162],dimer:[2,136],dimgrai:59,dimstr:[19,62],dintel_offload_noaffinity:4,dipol:0,dipolar:[13,57],dipole:110,dir:[1,3,73,75,146],dirac:41,direc:146,direct:[2,4,13,29,38,40,41,43,44,45,57,58,70,72,73,75,80,81,82,83,84,93,94,111,112,120,134],directli:[2,3,32,41,44,57,58,65,70,77,84,95,96,100,101,102,107,110,113,115,124,128,145,148,155],directori:[0,1,2,3,4,65,80,81,94,95,96,99,106,107,113,114,116,132,136,137,138,139,144,146,149,150,156,157,158,159,160],disabl:[4,82,123],disadvantag:[2,62],disallow:[57,71],discard:[19,62,84],discontinu:[93,130],discourag:136,discret:[2,58,59,65,70],discuss:[0,1],disk:[2,36],disloc:[29,139],disord:[29,139],disp:0,dispar:147,disperion:[110,128],dispers:[2,102,110,128,133,160],displac:[2,37,64,71,73,120],displai:[3,56,57,58],disregard:139,dissip:[2,31,67,69,80,81,111,112,120,133,134],dist:[2,35,57,74,76,155],distanc:[2,5,6,20,21,22,23,24,25,26,27,28,30,33,34,36,37,38,40,41,44,46,57,58,59,63,64,66,70,71,72,73,75,76,78,79,81,82,83,84,85],distinct:[2,147],distinguish:[2,41,115],distort:95,distrbut:95,distribut:[0,2,3,19,32,41,56,62,69,70,71,95,99,107,113,114,116,136,137,138,144,146,147,156,157,158,159,160],distro:146,ditto:163,div:4,diverg:[81,96],divid:[2,4,19,35,39,42,56,59,61,62,73,93,94,116,149,160],divis:[2,55,70,99,132],dl_poly:2,dlammps_bigbig:59,dlammps_ffmpeg:58,dlammps_gzip:[57,58],dlammps_jpeg:58,dlammps_memalign:4,dlammps_png:58,dlammps_xdr:57,dlm:71,dlmp_intel_offload:4,dlopen:2,dlvo:[105,162],dm_lb:70,doc:[0,1,2,3,32,34,37,39,42,44,56,57,58,59,61,65,71,84,93,94,95,96,98,106,107,113,114,116,122,136,137,138,144,146,150,156,157,159,160,164],docuement:147,dodgerblu:59,doe:[0,1,2,3,19,28,29,32,35,40,43,44,45,56,57,58,59,60,62,63,64,65,66,68,69,70,71,82,83,84,86,87,88,90,91,94,95,96,97,98,99,102,103,104,105,106,107,108,110,111,113,114,115,117,118,119,120,121,123,126,127,129,130,131,133,134,136,137,138,139,142,143,146,147,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164],doesn:[44,57,96,106,114,156,157,158,159,160],dof:39,doi:[2,73],domain:[2,19,40,43,58,59,62,64,70,71,74,82,83,94],domin:[1,115],don:[0,4,84,136,149,164],done:[1,2,19,44,55,57,58,59,60,61,62,63,64,65,68,71,74,78,80,81,93,94,96,102,113,128,134,135,136,142,143,155,164],donor:122,dot:42,doti:[99,146],doubl:[1,2,3,4,32,45,64,84,99,116,121,139],dover:60,down:[2,3,64,115,149],download:3,downsid:2,dpd:2,dpdtheta:[31,112],dpdtheta_i:[67,68],dr_ewald:40,drag:[2,35,71,72,79],dragforc:70,drai:[58,75],drain:93,dramat:[63,64,71,149],drautz:99,draw:58,drawn:[57,58,59,69],drayleigh:75,dreid:2,dreiding:0,drfourth:37,drho:[95,113,142,143],drift:[2,37,66,69],drive:[3,64,71,73,94],driven:[2,50],driver:2,drop:[59,111],drsquar:37,drude:0,dt_collis:70,dt_lb:70,dt_md:70,dtqm:75,dudarev:43,due:[1,2,4,28,29,33,34,37,40,41,42,43,44,57,58,61,63,64,69,70,71,72,73,76,80,81,82,83,84,93,94,108,111,112,113,118,119,133,134,146,147,148,155,157,159,162,163],duffi:82,dullweb:71,dummi:[13,158],dump:[0,1],dump_modifi:[2,57,58],dunbrack:[2,5,45,103],duplic:[19,62,73],durat:[56,59,82,120],dure:[2,4,19,32,45,57,60,61,62,63,64,65,66,68,69,70,71,72,73,74,75,76,78,79,80,81,82,83,84,93,94,111,132,139,141,142,143],dvlo:162,dvx:2,dx_lb:70,dy3:43,dyanam:2,dynam:[0,2,3,4,19,31,37,44,57,58,59,60,62,63,65,67,69,71,72,74,75,76,80,81,82,93,94,111,112,115,133,134,154],dynamo:[95,113,136],dyre:129,e28637:13,e_1:99,e_2:99,e_a:77,e_b:116,e_ee:115,e_hbond:122,e_i:[2,99,116],e_j:[2,99],e_k:99,e_ke:115,e_kl:2,e_lj:[96,110],e_n:[65,99],e_ne:115,e_nn:115,e_pr:115,e_rebo:96,e_torsion:96,e_tot:139,e_vol:139,eaa:85,eaat:46,each:[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,32,33,34,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,68,69,70,71,72,73,74,77,78,79,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,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,159,160,161,162,163],eacn:[19,62],eam:[0,95,107],earli:[19,61,62],earlier:[59,94,120,136],earth:115,easi:[2,3,32,42,57,83],easier:[4,57,58],easili:[3,58,59,94],eat:46,eaxmpl:2,eba:6,ebb13:46,ebb:6,ebt:46,ec_ii:136,ec_ij:136,ec_jj:136,echo:[3,40,43],ecp:115,edg:[2,19,40,43,57,58,83,84],edge:83,edit:[4,164],edition:4,edu:[3,113,133],eebt:46,eff:0,effect:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,33,34,37,39,42,45,46,47,48,49,50,51,52,53,54,56,57,58,59,60,61,63,64,66,69,71,72,73,74,75,76,78,81,82,83,84,85,86,87,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,110,111,113,114,115,116,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,137,139,141,142,143,144,145,147,148,149,151,156,157,158,159,160,161,162,163],effici:[0,1,2,4,39,55,57,58,59,64,71,74,78,99,105,107,124,128,139,142,143,147],efficienc:4,efield:[78,93],eggebrecht:[107,149],ehex:2,eigenvalu:74,einstein:[2,81],either:[1,2,3,4,19,29,40,41,42,43,44,57,58,59,61,62,63,64,65,66,70,71,72,73,77,78,84,93,99,105,113,117,120,133,134,136,139,143,146,155,157,159],ejtehadi:[105,119,147],elaps:[83,151],elast:[2,21,22,94,120,158],elastic:0,elba:13,electr:[2,60,116,163],electric:4,electrolyt:162,electron:[2,40,60,82,95,106,110,113,115,116,136,139,146,149,159,160,163],electron_integr:60,electron_temperatur:60,electron_unit:115,electroneg:[2,106,116,149],electroneg_compon:149,electrostat:[2,4,105,110,115,124,132,134,149,162],elem1:[116,136,150],elem2:[116,136,150],elem:149,element1:[95,113,149],element2:[95,113,149],element:[2,33,37,39,41,42,57,58,59,60,61,95,96,99,106,113,114,115,116,136,137,138,139,144,146,149,150,156,157,158,159,160],elementn:[95,113],elementset:60,elif:41,elig:122,elimin:[2,69,78,80,81],elj:110,ellips:2,ellipsoid:[2,44,57,93,119,134,147],els:[58,59,61,65,71,82],elsewher:136,elt:136,emac:0,email:[0,3,116],emb:84,emb_lin_neg:136,embed:[3,13,82,95,113,116,132,136,137,138,146],embt:46,emin:64,emphas:120,empir:[60,115],empiric:96,emploi:[66,158],empti:123,enabl:[2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,31,32,37,39,40,41,43,45,46,47,48,49,50,51,52,53,54,56,57,59,63,65,66,67,68,69,70,71,72,73,74,75,76,77,78,80,81,82,83,84,85,86,87,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,136,137,138,139,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163],enclos:[2,57,59,136,149],encod:[57,58,59],encompass:2,encount:[38,61],encourag:[77,79],end:[1,2,3,4,19,46,57,58,59,61,63,64,66,69,71,76,77,82,94,111,113,119,135,139,147,150,151],endbondtors:46,energet:[63,96],energi:[0,1,2,5,6,7,8,9,10,11,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,31,32,35,39,42,44,45,46,47,48,49,50,51,52,53,54,55,56,57,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,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],energy_compon:149,enforc:[2,57,58,59,63,71,78,124],enforce2d:[2,93],eng:[3,57,106,138],engineer:[60,80,113],enginer:137,enhanc:[60,66],enlarg:58,enough:[44,62,75,83,84,107],enpub:113,ensembl:[2,32,35,71,74,75,111,149],ensight:2,ensur:[2,41,57,64,69,71,99,132,156,160],enter:[116,139,160],enthalpi:[77,113],entir:[0,2,3,19,31,39,40,42,43,44,59,62,63,66,69,71,72,73,74,77,79,82,110,128],entiti:[2,57],entri:[40,59,61,68,75,99,114,136,142,143,144,150,156,157,158,159,160],entries:59,entry1:[59,142,143],entry2:59,entryn:59,enumer:57,enumuer:2,environ:[1,2,3,4,58,73,95,99,106,114,115,146,157],eos:68,epair:[59,96,118,122],epp:110,epq:110,eps0:162,eps14:132,epsilon0:159,epsilon:[2,18,21,22,27,28,32,45,83,84,93,98,103,104,105,107,108,109,110,117,119,121,122,123,124,125,126,127,128,129,130,131,132,135,140,145,147,148,156,161,162],epsilon_0:163,epsilon_14:103,epsilon_:147,epsilon_d:108,epsilon_i:[119,147],epsilon_i_:147,epsilon_i_a:[119,147],epsilon_i_b:[119,147],epsilon_i_c:[119,147],epsilon_j:[119,147],epsilon_j_:147,epsilon_j_a:[119,147],epsilon_j_b:[119,147],epsilon_j_c:[119,147],epsilon_lj:147,eqp:110,eqq:110,equal:[2,3,19,28,32,35,42,44,58,59,61,62,64,65,69,70,72,73,74,75,76,77,80,81,82,83,93,94,96,106,111,112,118,119,122,133,139,140,146,147,149,150,151,160,163],equat:[2,35,38,39,40,43,56,64,65,66,67,68,70,71,72,73,74,75,77,78,82,83,105,110,111,112,115,116,117,120,133,134,136,143,147,152,153,154,163],equation:[73,91],equilibr:[2,35,44,63,64,71,75,80,81,106,107],equilibrium:[1,2,6,8,10,11,12,13,16,17,18,20,23,24,25,26,27,46,47,64,69,70,71,72,75,76,78,81,85,86,90,91,106,136,144,149],equilibrium_start:60,equival:[2,13,57,59,61,64,71,76,96,111,115,149,157,159],equlibrium:2,er3:43,eradiu:115,eras:80,erat:134,erc:107,erfc:[107,124],erhart:[113,157,159],eros:136,erose_form:136,erot:2,errata:[157,159],erratum:83,error:[0,1,2,3,11,47,57,58,59,61,64,65,66,68,71,77,82,83,84,93,107,124,147,155,157,159],erta:120,especi:[4,44,62,75,76],essenti:[3,11,47,96,107,124,159],essential:72,essex:13,establish:32,estim:[1,2,19,29,35,42,60,62,77],esub:136,eta:[2,70,71,75,114,116,119,146,158,160],eta_dot:71,eta_ij:146,eta_ji:116,etap:71,etap_dot:71,etc:[1,2,3,4,28,33,34,35,42,44,57,58,59,60,61,69,71,82,84,93,94,113,114,132,134,139,156,157,159,160],etol:[93,94],etot0:75,etot:[2,42,59,75],eu2:43,eu3:43,euler:[77,93,94],eulerian:60,europhi:70,evalu:[3,32,35,41,44,45,57,58,59,60,61,65,69,77,83,93,139,142,143,146,149],evanseck:[2,5,45,103],evaul:93,even:[2,4,19,29,55,57,59,61,62,64,66,71,82,83,84,93,94,98,115,116,120,147,160],evenli:[19,42,62,70],event:[2,71,82],eventu:2,ever:28,everaer:[105,119,147],everi:[0,1,2,3,4,19,35,57,58,59,60,61,62,63,64,65,66,70,71,72,73,75,77,78,82,94,111,132,149,164],everyth:164,everywher:126,eviri:115,evolut:[66,70,74],evolv:[70,74],ewald:[2,40,42,93,100,101,102,107,110,115,124,128,145,148],ewald_disp:110,exact:[19,62,63,69,82],exactli:[2,19,35,44,61,62,69,75,111,113,120,133,142,143],examin:[2,63,77],exampl:[0,1],exce:[2,4,19,61,62,64,71,93],exceed:[19,62,71],excel:115,except:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,33,34,39,42,44,45,46,47,48,49,50,51,52,53,54,56,57,59,61,62,64,71,72,74,78,82,85,86,87,89,90,91,92,94,95,96,97,100,101,102,103,104,105,106,107,109,110,111,113,114,115,116,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,134,137,141,144,145,147,148,151,156,157,158,159,160,161,162,163],excess:115,exchang:[2,60,66,82,115],excit:115,excite:115,exclud:[2,4,39,41,57,93,120,133,134,155],exclus:[1,4,32,45,106,139],excurs:71,execut:[1,2,3,58],exempl:149,exemplari:69,exemplifi:115,exert:[2,84],exhaust:60,exhibit:[36,66,71,115],exist:[2,3,29,44,56,58,59,64,85,86,87,88,90,112,155,164],exit:[3,19,57,62],expans:[41,55,57],expect:[1,4,19,62,73,75,136,139],expens:[2,59,73,82],experi:[2,76,94,111],experienc:[2,4],explain:[1,2,3,19,30,57,58,59,62,64,71,73,94,98,113,149,151,164],explan:[2,41,57,73],explanatori:[57,61],explic:140,explicit:[2,3,32,77,96,99,103,113,115,123,133,164],explicitli:[2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,39,44,45,46,47,48,49,50,51,52,53,54,57,59,64,69,71,72,75,78,82,85,86,87,89,90,91,92,95,96,97,100,101,102,103,104,105,106,107,108,110,111,113,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,137,139,141,142,143,144,145,147,148,151,152,153,154,156,157,158,159,160,161,162,163,164],explictli:4,exploit:74,explor:[40,43],expon:[77,113,117,119,122,132,140,148],exponenti:[32,77,117,146,156,160,163],expos:3,exposit:[60,111],express:[2,41,44,64,73,77,82,99,113,115,126,136,149,150],expressiont:99,extend:[0,2],extens:[2,4,21,22,27,32,35,65,66,71,72,73,76,80,81,82,83,84,119,136,139,147,150],extent:[1,19,21,57,62,96],exterior:[2,84],extern:[32,58,64,69,70,71,72,82,93,137,138],extra:[2,3,4,19,22,39,40,42,43,44,59,61,62,71,75,93,110,120,136],extract:[2,3,18,32,94,107,116,136,150],extract_atom:3,extract_comput:3,extract_fix:3,extract_glob:3,extract_vari:3,extrapol:1,extrem:[1,2,58,64,71,81,115,158],extrema:132,extreme:115,extrins:60,f_1:[2,64],f_a:[157,158,159],f_c:158,f_f:159,f_fix_id:75,f_harm:81,f_i:[13,146],f_id:[2,57,61,65],f_ij:146,f_int:80,f_j:13,f_jj:35,f_k:146,f_langevin:82,f_max:75,f_r:[157,158,159],f_sigma:99,f_solid:81,f_ss:2,face:[2,83,84,119,136,147],facil:0,facilit:2,fact:[2,4,81,120,149],factor:[1,2,8,12,16,17,18,19,22,23,32,35,40,41,43,45,53,57,58,59,62,64,66,70,71,72,74,76,77,78,83,84,90,96,99,100,101,103,107,108,109,111,112,115,120,123,124,136,139,142,143,144,145,148,151,156],fail:[3,64,93,94,109],fairli:[3,164],faken:30,fall:[2,59,61],fals:149,famili:160,familiar:[0,3,164],fan:146,far:[2,57,59,62,64,71,73,76,83,86,90,94],farrel:[157,159],farther:57,fashion:[2,19,44,59,62,65,71,72,75,81,82,83,94,133],fast:[2,4,57,65,75,77,133,134,139],faster:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,37,39,45,46,47,48,49,50,51,52,53,54,57,59,62,71,72,78,80,82,85,86,87,89,90,91,92,95,96,97,99,100,101,102,103,104,105,106,107,110,111,113,114,116,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,137,141,144,145,147,148,151,156,157,158,159,160,161,162,163],fastest:[1,2,82],fault:29,fava:119,favor:63,fcc:[2,29,30,35,38],fcold:66,fdt:[67,68,77],fdti:32,fe2:43,fe3:43,fe_md_boundari:60,featur:[0,2,3,41,58,63,69,74,84,93,164],fecr:113,feedback:65,feel:[73,84,94],fehlberg:77,felling:138,felt:84,fene:[2,4],fennel:[107,124],fep:0,ferguson:[2,45],fermi:[1,159],fermion:115,fernando:135,few:[1,2,3,61,66,71,78,93,94,96,149],fewer:[1,3,4],feynman:74,ffield:[106,116,149],fflag1:58,fflag2:58,ffmpeg:58,ffplai:58,fft:[1,3,42],fhot:66,ficiti:155,fictiti:[2,74,76,107,124,128,155],field:0,fifth:[2,117,144],figshar:73,figur:[1,4,75,164],fij:110,file0:73,file1:[3,68,73],file2:[3,68],file:[0,1],filenam:[4,19,57,58,59,60,61,62,68,73,77,82,94,95,96,99,107,113,114,116,117,136,137,138,142,143,144,146,149,150,156,157,158,159,160],filep:[57,59],fill:[44,58,82,99,139,164],filter:[59,60],finchham:[2,109],find:[0,2,3,4,30,32,63,64,65,68,73,76,93,94,107,124,128,136,142,143,149,164],fine:[4,81,164],finer:[41,44],finger:44,finish:[2,3,19,62],finit:0,finni:113,fire:[93,94],firebrick:59,first:[0,1,2,3,4,6,19,21,22,28,29,35,37,38,39,42,43,46,57,58,59,61,62,63,65,68,69,70,71,73,74,75,78,79,80,81,82,85,93,94,95,96,98,99,100,101,103,106,107,113,115,116,117,120,121,123,124,128,133,134,136,138,139,142,143,144,146,149,150,155,156,157,158,159,160,163,164],fischer:[2,5,45,103],fit:[2,76,96,99,136,142,143,158,164],five:[30,75,99,137],fix:[0,1],fix_flux:60,fix_heat:66,fix_id:[64,71,72,75],fix_manifoldforc:164,fix_modifi:2,fix_nv:164,fix_rattl:78,fix_shak:78,fixedpoint:[64,71],fixid:[58,60],fji:110,flag:[3,4,33,34,40,43,57,58,59,63,96,122,123,136,139,155,164],flag_buck:102,flag_coul:[102,110,128],flag_lj:[110,128],flagfld:[133,134],flaghi:[133,134],flaglog:[133,134],flagvf:[133,134],flat:[2,4,82,83],fld:[83,133,134],flexibl:[2,58,115,158],flip:[2,71],floralwhit:59,fluctuat:[2,32,64,69,70,71,72,73,81,82,91,112],fluid:[2,64],flush:59,flux:2,flv:58,fly:[19,58,60,78,99,139],fmass:74,fmax:93,fmsec:[59,71],fno:4,fnorm:93,fnve:66,focu:78,foil:[41,73,150],fold:[4,79],follow:[0,1,2,3,4,5,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,35,36,38,41,42,44,45,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,65,67,68,69,70,71,72,74,75,76,77,78,80,81,82,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,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,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],foo:[3,57,58,77],foo_species:77,foot:2,forc:[0,1],forcefield:[76,122],forcegroup:70,ford:110,forestgreen:59,forgiv:71,fork:[57,164],form:[2,28,32,33,34,36,41,42,57,59,61,65,69,76,77,82,83,84,85,88,91,94,96,99,112,113,115,118,122,123,135,136,138,139,142,143,144,145,146,147,149,150,151,157,158,159,162],formal:[2,35,69,71,74,149],format:[2,19,57,58,59,61,62,68,77,82,94,95,96,99,113,116,117,123,136,138,142,143,148,150,160],formation:68,former:[2,19,59,62,82,99],formul:[1,2,42,71,76,78,96,99,113,115,119,136],formula:[2,6,28,29,30,32,33,34,35,39,40,42,43,46,56,57,61,65,73,79,83,85,87,96,98,99,103,104,105,110,111,113,114,119,120,121,122,123,124,126,127,128,130,131,133,134,136,140,141,147,148,151,156,157,158,159,160,161,162],forth:[1,2,3],fortran:[2,3,113,136],forward:[32,94],foster:[99,146],found:[2,30,57,63,66,70,107,110],four:[2,3,28,41,65,82,91,94,139],fourier:2,fourth:[2,4,37,76,103,117,144,149],fox:[2,40,45,154],fqq:110,fraction:[1,2,4,19,42,58,59,63,64,75,77,94,99,117,120,133,134],frame:[41,59,60,75,119],framer:[58,59],framework:[95,150],frattl:66,free:[2,13,29,32,73,80,81,82,94,115,132,139,141,146,162],freedom:[2,39,63,71,72,74,78,81,93,110],freeli:[0,2,58],freez:2,frenkel:[2,66,81],frequenc:[2,4,59,74,75,77,111,115,149],frequent:[29,30,36,38,41,59,66],fri:75,friction:[2,75,82,120],from:[0,1],front:75,frontend:58,frozen:[2,39,69,118],fs2:[2,35],ftol:[93,94],fuchsia:59,fuction:107,fudg:78,fulfil:2,full:[1,2,4,35,58,66,70,73,77,99,113,115,116,119],fuller:93,fulli:[2,73,93,94,107,146,164],fulton:113,fumi:100,funcfl:113,fund:0,funrol:139,further:[2,37,58,59,61,70,74,82,93,94,95,98,106,139,149],furthermor:[11,47,66,77,112,115],futur:[0,2,62,69,94,137,138],g_jik:146,g_p:82,ga3:43,gaa:99,gai:119,gain:[4,65],gainsboro:59,galindo:140,gamma0:13,gamma:[2,13,70,75,111,112,114,119,136,140,152,153,154,156,157,159,160],gamma_:82,gamma_ijk:157,gamma_n:120,gamma_p:82,gamma_t:120,gammaa:140,gammafactor:70,gammar:140,gan:[146,156,157,159,160],gan_sw:146,gan_tersoff:146,gao:[2,5,45,103],gap:[133,134,150],gather:3,gather_atom:3,gathert_atom:3,gauch:50,gauss:108,gaussian:[2,35,37,69,74,76,111,115,118],gavhan:4,gaybern:[2,4,93],gd3:43,gdot:134,ge4:43,gec:[157,159],gen:71,gener:0,gentler:83,gentli:114,geom:2,geometr:[2,44,57,59,62,71,84,94,98,104,105,107,110,115,117,119,121,124,125,126,127,128,129,130,131,132,133,134,135,140,143,147,151,161,162],geometri:[2,9,19,44,62,64],gerber:132,germann:[72,126],germano:119,get:[0,1,2,3,4,19,35,41,44,57,58,59,62,64,84,94,107,160,164],get_natom:3,get_rank:3,get_siz:3,gewald:2,gezelt:[107,124],ghost:[2,4,30,64,71,111,112,115,120,123],ghostwhit:59,gif:58,gifsicl:58,gillan:150,gingold:[152,153],git:164,give:[0,1,2,3,4,28,36,38,44,57,59,61,64,71,73,93,96,99,115,122,136,139,147,157,158,159],given:[2,3,4,11,38,41,42,47,56,57,59,64,66,69,70,71,72,73,74,75,76,77,78,79,82,83,84,95,96,99,100,101,102,104,105,106,107,108,111,112,113,115,116,117,119,120,122,124,125,126,128,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,163],glosli:139,glotzer:111,glue:3,gnu:0,gnuplot:3,goal:65,goddard:[2,9,92,115,122],goe:[28,41,44,66,93,110,114,121,126,129,151,163],gold:[29,59],goldenrod:59,goldman:75,good:[1,2,4,19,30,40,43,62,65,71,78,94,95,105,113,139,160,164],gordan:41,gordon:2,got:164,gould:[2,45],gov:[0,95,113,116],govern:70,gpa:96,gpl:0,gpt:139,gpu:[1,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,39,45,46,47,48,49,50,51,52,53,54,71,72,78,85,86,87,89,90,91,92,95,96],grab:2,grad:2,gradient:[2,64,66,82,94,134,142,143],graft:63,grai:59,grain:[2,13,18,28,44,50,68,73,77,117,121,139,143,148],gram:113,gran:[2,83,84],granular:0,graph:3,graphic:3,graviti:2,grdient:60,great:[75,164],greater:[1,59,64,69,71,73,98,100,101,102],greatli:[40,66],green:[2,35,58,59,74,99,164],green_kubo:2,greenyellow:59,grest:[21,22,63,102,120,128],grid:[19,40,43,62,70,82],grigera:2,gromac:93,gromacs:[2,57,93,121],groot:111,ground:[2,31,67,115],group:[2,3,4,19,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,57,58,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,94,149,160],group_id:3,grow:[2,71,73,77,120],growth:2,gsmooth_factor:136,guarante:[44,57],guess:[57,164],gui:[3,164],guid:[1,152,153,154],guidelin:1,gullet:136,gulp:2,gunnel:139,gunsteren:132,guo:[2,5,45,50,103],gyrat:2,gzip:[57,58,59,94],h12:119,h2o:[117,143],had:[2,3,57,59,61,63,64,69,71,72,82,111,120,155],hafskjold:[2,66],half:[1,2,4,19,58,62,71,82,83,84,99,105,115,139],halfwai:[19,58,59,164],halperin:36,halsei:120,halt:[19,59,62,66],halv:58,hamak:[83,84,105,147],hamilton:29,hamiltonian:[71,115],han:113,hand:[2,28,29,44,54,58,70,77,107,115],handl:[4,58,115,133,160],happen:[2,59],hara:158,hard:[1,76,149],harden:151,harder:[83,84],hardi:60,hardwar:[1,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,39,45,46,47,48,49,50,51,52,53,54,71,72,78,85,86,87,89,90,91,92,95,96,97,100,101,102,103,104,105,106,107,110,111,113,114,116,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,137,141,144,145,147,148,151,156,157,158,159,160,161,162,163],harmon:[2,4],harmonic_fix_wal:134,harrison:96,hartre:[113,115,139],hassl:76,hat:2,have:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,34,35,36,37,38,39,41,42,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,63,64,65,69,70,71,72,73,74,75,78,82,83,84,85,86,87,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,110,111,112,113,114,116,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,134,136,137,138,139,141,142,143,144,145,146,147,148,149,151,156,157,158,159,160,161,162,163,164],hbond:2,hcn:77,hcp:[29,30,136],he1:43,head:[2,6,46,85,96,118,122,164],header:[2,57,58,59,61,75,82,95,99,113,155],heat:2,heavili:[19,62],heavisid:82,hebenstreit:4,height:[58,94,118],held:[2,77,94,120],helic:50,helium:97,help:[4,57,64,73,99,141,157,159,164],henc:[1,5,6,10,16,17,18,29,46,71,83,84,85,86,90,91,107,118,132,146],henderson:27,henkelman1:94,henkelman2:94,henkelman:94,here:[1,2,3,4,19,29,40,43,49,56,57,58,59,62,63,65,69,70,73,75,82,83,93,94,96,99,116,119,122,123,135,146,147,149,163,164],hertzian:[2,120],hertzsch:120,heterogen:37,hex:[44,66],hexagon:[36,136],hexat:36,hey:42,hf4:43,hfo:106,hftn:[93,94],hg1:43,hg2:43,hibb:74,hierarchi:[102,103,124,125,128,135,140],higdon:[133,134],high:[1,2,4,19,38,57,58,59,62,64,82,93,96,99,115,119,139,142,143,147,163],higher:[1,4,41,59,66,93,96,115,149],highest:[66,94],highli:[2,4,44,58,71,75,93,115],highlight:2,hight:118,hill:74,histo:[2,43],histogram:[1,2,61],histor:116,histori:[0,2],ho3:43,hoc:91,hoh:[2,107,124,128],hold:[2,76,93,94,120,132,162],holdem:76,holian:[72,126],holm:73,home:3,homepag:58,hone:74,honeydew:59,hood:139,hook:[2,3],hookean:120,hoover:[2,71,72,74,81,111],hop:[63,94,99,149],hope:[19,62],hopefulli:93,horn:2,host:4,hot:2,hotpink:59,hove:136,how:[0,1],howev:[1,2,3,4,18,19,35,40,41,43,57,58,59,62,63,64,65,69,70,71,73,74,75,82,94,104,105,113,114,120,136,139,142,143,146,156,159,164],howto:[2,57,71,107,122,124,128],hoyt:60,hpc:1,htm:113,html:[0,3,118,134],htmldoc:0,http:[0,2,3,73,95,113,133,164],https:164,htype:[107,124,128,132],hubbard:108,huge:164,huggin:[100,101],hugh:60,hugoniostat:72,hugoniot:[72,75],hundr:66,hura:2,hybrid:[1,2,4,32,56,71,95,96,106,107,111,113,116,119,120,122,123,132,136,137,138,139,144,146,147,149,150,155,156,157,158,159,160,163],hydrat:118,hydrocarbon:[96,106,115],hydrodynam:[70,133,134],hydrogen:[2,96,99,107,115,122,124,128,132],hydrostat:[64,71,72],hynninen:[108,118],hyoungki:138,hyper:[4,74],hyperbol:108,hyperspher:41,i_0:82,i_1:146,i_csid:2,i_mpi_pin_domain:4,i_mpi_shm_lmt:4,i_n:146,i_nam:57,ialloi:136,ibar:136,ibead:74,ibm:[57,139],icc:139,ice:2,icm:164,icms:164,icosohedr:30,id1:[94,123],id2:[94,123],id_press:[64,71,72],id_temp:[63,64,71,72],idea:[1,2,3,19,42,58,59,62,65,73,164],ideal:[2,30,73,133,152,164],idealiz:2,ident:[1,4,41,57,59,61,64,69,71,73,74,94,100,101,107,109,113,124,126,132,144,149,150,160,163],identifi:[1,2,29,44,59,68,122,123,136,142,143],idn:94,ielement:136,ignor:[2,3,4,19,32,57,58,59,61,62,64,65,71,72,76,82,83,84,94,95,104,105,113,114,116,119,123,136,142,143,144,146,147,156,157,158,159,160],iii:[2,9,92,122],ijj:160,ijk:[89,91,92,99,146,160],ijl:91,ikeshoji:[2,66],ikj:160,illinoi:133,illustr:[1,2,3,4,73,74,94],imag:[2,3,33,34,40,44],image2pip:58,image:[57,58],imagemagick:58,imagin:[99,114,137,138,144,146,156,157,158,159,160],imaginari:[2,36,74],imbal:[1,19,62,77],imbalanc:[19,62],img:58,immedi:[0,44,77,78],immers:70,impact:[1,2,96],impart:2,impei:[2,124],implement:[1,2,11,31,32,38,40,43,44,47,56,65,66,67,70,71,74,75,77,78,82,91,93,94,95,99,106,107,109,111,112,113,114,115,124,128,132,136,147,157,159],impli:[2,32,42,58,76],implicit:[2,69,83],implict:108,important:81,impos:[2,39,66,73,80,81,83,84,93,94],imposs:1,improp:[0,4,39,42,44,63,85,86,87,88,89,90,91,92,93],improper:[4,91],improper_coeff:[85,86,87,88,89,90,91,92],improper_styl:[0,2],improv:[0,1,4,19,59,62,66,71,122,124,139,156,158],in3:43,inaccur:[1,2],inaccuraci:84,inact:122,inappropri:44,incid:[40,43],includ:[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,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,56,57,58,59,60,61,63,64,69,70,71,72,73,74,75,76,77,78,81,82,83,84,85,86,87,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,108,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,136,137,138,139,141,144,145,146,147,148,150,151,156,157,158,159,160,161,162,163,164],inclus:[0,32,57,59,61],incompat:3,incomplet:3,incompress:115,inconsist:63,incorpor:[55,75,99,108,164],incorrect:136,incorrectli:120,increas:[1,2,4,40,42,57,58,59,63,65,66,68,76,77,94,96,115,119,142,143,158],increasingli:115,increment:[3,62,71,149],incur:82,indefinit:80,indent:93,independ:[2,3,19,35,44,61,62,63,64,69,70,71,81,82,120,139],indetermin:[57,59],index:[0,2,3,57,59,61,68,74,82,142,143],indianr:59,indic:[2,3,4,6,28,31,33,35,37,39,42,46,57,58,61,64,65,71,82,85,91,106,116,136,139,144,149,157,159,164],indigo:59,indirectli:[2,65],indium:150,individu:[0,1,2,3,4,32,39,42,44,56,57,58,59,61,64,65,66,70,71,78,93,100,101,103,104,107,113,115,121,123,124,128,145,148],induc:0,ineffici:[2,29,30,36,38,41,58,71],inerti:134,inertia:[2,134],infer:[62,116],infin:93,infininti:58,infinit:[70,82,115],infinitesim:2,inflect:[108,126],influenc:[19,157,158,159],inform:[0,1,2,3,4,19,40,43,44,45,57,58,59,60,61,62,63,64,65,66,70,73,76,78,79,80,83,84,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,110,111,113,114,115,116,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163],infrequ:[2,71,111],infti:[108,133,134],ingtegr:99,inher:93,inherit:2,inhomogen:82,inidividu:93,init:149,init_fil:82,initi:[2,3,19,32,44,57,58,59,60,62,63,64,65,68,69,70,71,72,74,75,76,77,80,81,82,83,93,94,96,110,111,139,142,143,149],initial:2,initialt:82,inlclud:3,inner2:[103,121],inner:[4,57,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,110,111,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,141,142,143,145,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163],inner_distance_cutoff:122,innner:130,inorgan:[2,160],inp:[150,160],input:[0,1],insert:[44,150,155],insid:[2,3,44,57,59,66,70,83,84],inside:[70,126],insight:2,instabl:[70,110],instal:[1,2,3,4,57,58,94,102,103,124,128,132,139,164],install:0,instanc:[2,3,118,146],instantan:[2,63,64,65,69,71,72,75],instanti:[2,3,60],instead:[1,2,3,4,19,29,34,45,57,61,62,64,70,101,102,113,123,125,132,136,139,141],instruct:[2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,39,45,46,47,48,49,50,51,52,53,54,58,71,72,78,85,86,87,89,90,91,92,95,96,97,100,101,102,103,104,105,106,107,110,111,113,114,116,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,137,141,144,145,147,148,151,156,157,158,159,160,161,162,163],instruction:3,insuffici:2,insult:71,insur:[2,3,30,44,57,58,59,82,83,84,105,119,147],integ:[2,3,29,38,41,44,45,48,49,52,55,57,58,59,63,65,69,70,75,77,82,89,111,112,136,150],integral:[74,142,143],intel:1,intel_coprocessor:4,intel_cpu_intelmpi:4,intel_cpu_mpich:4,intel_cpu_openpmi:4,intend:[2,18,69],intens:[1,2,33,34,35,37,39,40,43,61,62,63,71,72,82],inter:[57,63,94,99],interact:[1,2,3,13,28,32,36,38,39,41,42,45,50,55,56,57,63,73,74,76,77,82,83,84,86,87,88,90,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,143,145,146,147,148,149,150,151,155,156,157,158,159,160,161,162,163],interatom:[44,57,80,81,95,99,113,115,136,139,149,158],intercept:40,interchang:[2,65],interconvert:115,interesect:84,interest:[1,3,43,74,81,114,134],interf:164,interfac:0,interfer:[71,96],interg:2,interi:134,interior:[2,19,84],interlac:136,interleav:[2,44],intermedi:[2,58,73,91,94],intermolecular:96,intern:[0,2,3,4,5,6,8,12,16,17,18,31,32,42,44,46,58,59,60,65,67,68,71,72,77,85,86,90,91,93,112,117,142,143,152],internal:58,internal_element_set:60,internal_quadratur:60,internat:[4,40,43,60],interpenetr:136,interpentr:[152,153],interpol:[2,58,59,60,68,70,73,94,99,142,143,157],interpret:[2,3,55,58,61,120,151],interrupt:75,intersect:[2,40,59,84],intersert:84,interspers:93,interstiti:139,interv:[2,35,65,71,75,149],intestieti:40,intial:[2,96],intiial:19,intramolecular:13,introduc:[2,36,38,58,66,71,75,91,95,107,115,124,128,132,156],introduct:0,inv:[40,43],invalid:[33,94,133,134],invari:[38,41,65],invent:78,invers:[2,26,40,43,59,75,91,92,100,107,124,161,162],invert:[1,2],invis:84,invoc:63,invok:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,32,33,34,39,44,45,46,47,48,49,50,51,52,53,54,57,58,59,60,61,62,63,64,65,66,69,70,71,72,73,78,79,80,81,82,83,84,85,86,87,89,90,91,92,93,94,95,96,97,100,101,102,103,104,105,106,107,110,111,113,114,116,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,134,137,141,144,145,147,148,150,151,156,157,158,159,160,161,162,163],involv:[2,70,93,94,98,119,156,157,159],ion:[2,82,99,108,116,118,136,139,149,159,163],ionic:[2,100,101,108,115,116,145,149],ioniz:[106,115],ipp:0,ir3:43,ir4:43,irregular:[2,19,62,64,71],irrelev:144,irrespect:[133,134],irrevers:77,isbn:162,isenthalp:71,ismail:[102,128],isn:[3,66],iso:[64,71,72],isobar:[71,112],isodem:115,isoenerget:112,isoenthalp:112,isol:120,isomorph:74,isotherm:[71,112],isotrop:[2,36,119,133,134],issu:[1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,30,39,45,46,47,48,49,50,51,52,53,54,58,63,64,66,71,72,74,78,81,85,86,87,89,90,91,92,94,95,96,97,100,101,102,103,104,105,106,107,110,111,113,114,116,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,137,141,144,145,147,148,151,155,156,157,158,159,160,161,162,163],issue:60,item:[2,19,57,59,62],iter:[2,19,62,64,78,93,94,149],iterat:93,ith:[57,61,65],itself:[2,3,35,57,58,59,82,94,107,116,119,142,143],ityp:44,ivori:59,izumi:158,j0jt:35,j_m:41,jackson:140,jacs:[2,45],janssen:73,januari:136,jaramillo:115,jcp:83,jeffer:4,jello:71,jeremi:138,jik:99,jmm:41,job:78,jochim:71,join:[2,29,120],joint:122,jon:29,jone:[1,2,21,22,32,45,60,66,83,84,93,96,98,101,102,103,104,105,110,119,121,122,123,124,125,126,128,129,131,132,135,140,146,147,148],jonsson:[30,94,149],jorgensen:[2,53,107,124,128],journal:[50,60,113,139,152,153],jpeg:58,jpg:[57,58,59],judici:2,jump:[2,18,72],jun:4,just:[2,3,13,35,42,57,58,65,82,94,96,98,146,164],justo:114,jusufi:[108,118],jut:84,k11:35,k22:35,k33:35,k_2:88,k_4:88,k_sigma:99,k_ub:5,kalia:160,kapfer:38,kappa:[2,35,107,112,124,161,162],kappa_:82,karplu:32,karttunen:70,kate:0,kaufmann:4,kayser:108,kbit:59,kbp:59,kcal2j:35,ke_eta_dot:71,ke_etap_dot:71,ke_omega_dot:71,keblinski:[107,149],keef:40,keep:[54,65,77,81,93,107,132,150,164],kei:[2,160],kelchner:29,kemper:106,kepler:1,kept:[2,72,80,81],kernel:[4,60,69,139,152,153,154],keword:58,keyword:[2,4,19,29,32,34,36,37,38,39,40,41,42,43,44,57,58,59,60,61,62,63,64,65,66,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,93,95,96,97,98,99,100,101,102,103,104,105,106,107,108,110,111,113,114,115,118,119,120,121,122,123,124,125,126,127,128,129,130,131,133,134,135,136,137,138,139,140,141,142,143,145,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163],keywrod:115,khaki:59,khersonskii:41,khvostov:4,kim:[136,137,138],kind:[1,2,3,19,30,57,58,61,62,63,78,94,99,115],kinemat:[133,134],kinet:[2,32,35,39,42,64,66,71,72,75,77,93,115,117,143],kjl:91,klein:[2,60,71,124,148],kmax:40,kmp_affinity:4,knight:4,knl:4,knock:82,know:[3,19,93,114,164],knowledg:58,known:[41,58,65,66,80],kokko:1,kokkos:[1,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,39,45,46,47,48,49,50,51,52,53,54,71,72,78,85,86,87,89,90,91,92,95,96,97,100,101,102,103,104,105,106,107,110,111,113,114,116,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,137,141,144,145,147,148,151,156,157,158,159,160,161,162,163],kollman:[2,45],kone:[80,81],koning00a:80,koning00b:80,koning96:[80,81],koning97:81,koning99:80,kraker:4,kremer:[21,22],kress:[137,138],kspace:[0,1,2,32,39,42,93,100,101,102,103,107,110,124,128,132,134,148],kspace_modifi:[2,4],kspace_styl:0,kstart:76,kstop:76,kth:[69,74],kub:5,kubo:[2,35],kumagai:158,kumar:[133,134],kuronen:146,kutta:77,l12:136,l_box:115,l_skin:82,la3:43,label:[57,59,66,74,94],laboratori:[0,31,67,75],lack:[4,115],lackmann:99,ladd:81,lafitt:140,lag:[65,82],lagrangian:[2,60,75],lagrangian_posit:75,lagrangian_spe:75,lambda1:[157,158,159,160],lambda2:[157,158,159],lambda3:[157,159],lambda4:160,lambda:[32,40,43,70,80,81,82,95,114,132,141,156],lambda_fin:80,lambda_initi:80,lamda:[27,141],laminar:154,lammp:[0,3,94,136,139,164],lammps2pdb:2,lammps_clos:2,lammps_command:2,lammps_extract_atom:2,lammps_extract_comput:2,lammps_extract_fix:2,lammps_extract_glob:2,lammps_extract_vari:2,lammps_fil:2,lammps_get_coord:2,lammps_get_natom:2,lammps_ns:2,lammps_open:2,lammps_potentials:106,lammps_put_coord:2,lammps_quest:2,lammps_rk4:77,lammps_set_vari:2,lammps_sppark:2,lammps_vers:2,lamms:2,lamoureux:2,land:4,landron:149,lane:1,langevin:[2,69,71,72,75,76,81,82,94,110,111],languag:[2,3,65],larentzo:[31,67],larg:[0,1,2,4,19,29,42,44,50,57,58,59,62,63,64,65,66,70,71,75,76,78,82,83,84,91,93,105,111,115,119,120,123,139,142,143,147],larger:[1,2,3,19,29,44,58,61,66,70,71,76,82,83,84,93,94,99,105,107,108,115,120,124,128,134,155],largest:[2,44,93,142,143,155],laser:82,last:[1,2,3,42,55,57,58,59,61,62,77,93,94,97,98,99,100,105,106,111,112,113,118,119,120,121,122,125,127,129,130,131,134,140,141,147,149,151,155,161,162],lat:136,later:[2,3,72,93,96,99,164],latest:61,latitud:41,lattc:136,latter:[2,3,4,19,32,59,62,64,71,77,84,99,101,102,103,104,110,124,128,132,139,145,148,149],lattic:[2,19,29,30,35,36,40,43,44,62,70,73,83,84,95,113,136],launch:[1,2,3,4],laupretr:91,lavend:59,lavenderblush:59,law:2,lawngreen:59,layer:[2,82],layout:1,lb_fluid:70,lbtype:70,ld_library_path:3,lead:[2,9,19,32,57,59,61,62,70,72,75,77,78,91,94,107,124,128,130,139,164],least:[2,40,43,66],leav:[3,6,19,42,46,62,64,65,71,78,85],lee2:136,lee:[60,136],left:[2,3,19,56,58,59,63,73,77,164],leftmost:[19,62],legaci:4,leimkuhl:71,leiu:111,lemonchiffon:59,lenart:[108,118],length:[2,3,4,6,19,27,28,29,31,32,33,34,35,37,39,40,43,46,57,58,59,61,62,63,64,68,70,71,72,73,78,82,83,84,93,94,96,99,100,101,107,108,115,118,122,124,136,142,143,157,161,162],lennard:[1,2,21,22,32,45,66,83,84,93,96,98,101,102,103,104,105,110,119,121,122,123,124,125,126,128,129,131,132],lenoski:[137,138],less:[1,2,4,19,36,38,59,61,62,63,64,66,71,73,93,99,103,119,120,133,134,147,156,159,162],let:[1,49,68,78,105,142,143],lett:[41,70,80,81,99,113,115,119,132,142,143,150],letter:[19,59,62,74],level:[3,57,58,71,73,76,79,83,84,99,102,103,124,125,128,135,139,140],lever:155,levin:120,lgr_po:75,lgr_vel:75,li1:43,liang:106,lib:[1,3,4,106],libdir:3,liblammp:3,liblammps_foo:3,liblammps_g:3,libmpi:3,librari:[0,1],licens:[0,58],lie:[2,29],lightblu:59,lightcor:59,lightcyan:59,lightgoldenrodyellow:59,lightgreen:59,lightgrei:59,lightpink:59,lightsalmon:59,lightseagreen:59,lightskyblu:59,lightslategrai:59,lightsteelblu:59,lightyellow:59,like:[2,3,4,28,57,58,64,71,73,75,77,83,84,94,99,105,110,111,112,115,116,120,122,129,130,136,150,159,161,162,164],likelihood:[40,43,63],likewis:[1,2,19,60,62,71,72,94,95,98,99,107,113,116,139],lime:59,limegreen:59,limit:[2,4,11,40,41,43,44,47,58,64,66,69,71,75,93,108,115,120,134,148,151],limit_eradiu:115,line:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,39,41,42,45,46,47,48,49,50,51,52,53,54,57,58,59,61,62,64,68,71,72,73,75,77,78,82,85,86,87,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,110,111,113,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,136,137,139,141,142,143,144,145,146,147,148,149,150,151,156,157,158,159,160,161,162,163,164],linear:[2,9,11,41,47,60,63,64,68,71,76,78,82,83,86,87,88,90,94,120,130],linearli:[2,59,83,94],lineflag:2,lineforc:93,linen:59,lingo:3,link:[2,3,56,58,136],linkflags:4,linux:[3,4,58],liouvil:71,lipid:13,liquid:[2,4,13,19,32,36,42,62,64,71,75,110,139,145,158],lisal:[112,155],list:[0,1,2,3,4,6,19,29,30,32,36,38,39,41,42,46,56,57,58,59,60,61,62,63,68,71,73,77,78,85,86,87,88,90,91,93,94,95,96,99,100,101,103,104,106,107,109,111,112,113,114,115,116,117,119,121,122],listfil:123,literatur:[2,136,149,156],lithium:115,littl:[1,4,66,71],littmark:[136,159,163],liu:122,lj126:2,lj12_4:148,lj12_6:148,lj93:2,lj9_6:148,lj_flag:96,lmp1:3,lmp2:3,lmp2arc:[0,2],lmp2cfg:[0,2],lmp2vmd:[0,57],lmp:3,lmp_g:[2,3],lmp_linux:2,lmp_machin:[1,4],lmp_mpi:74,lmpptr:3,load:[1,2,3,4,19,58,62,75,77,106],loadabl:3,loca:59,localized_lambda:60,localtemp:77,locat:[2,3,11,40,43,47,55,57,66,70,81,84,107,116,117,118,124,126,128],lockstep:[64,71],log:[1,2,4,75,78,94,96,118,122,133,134],logfil:[0,2],logfreq:59,logic:[3,4,19,44,62],lomdahl:[72,126],longer:[1,2,28,57,59,61,71,73,75,77,78,83,84,96,120,149],longest:[19,62],look:[1,2,3,28,57,58,150,164],lookup:[142,143],loop:[2,3,42,58,65,93,94,139,149],loopmax:149,lopez:71,lorentz:43,lose:[2,64,71,120],loss:2,lossi:58,lossless:58,low:[1,2,19,57,58,62,139,142,143,162],lower:[2,3,4,19,58,59,61,62,64,70,71,75,83,108,136],lowercas:[0,58],lowest:41,lrt:4,lsurfac:82,ltbbmalloc:4,lu3:43,lubric:2,lubricateu:[83,133],luci:77,lumped_lambda_solv:60,lyulin:91,m4v:58,m_eff:120,m_i:79,m_u:70,m_v:70,machin:[1,2,3,4,57,58,71,93,139,164],mackai:70,mackerel:[2,5,45,103],macos:58,made:[2,3,19,57,58,62,65,81,119,120,147,151,164],madura:[2,124],magazin:113,magda:83,magenta:59,magic:3,magnitud:[2,29,37,44,57,59,65,93,110,120],mai:[0,1,2,3,4,13,19,29,32,33,34,36,37,38,39,40,41,42,43,44,56,57,58,59,61,62,64,65,66,69,70,71,72,74,75,76,77,78,81,82,83,84,93,94,96,98,99,105,111,115,120,130,132,134,136,137,138,139,142,143,148,150,155,160,163,164],mail:164,main:[2,3,70,80,81,113,149],mainboard:1,mainli:145,maintain:[4,95,113,164],make:[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,31,32,37,39,40,41,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,62,63,64,66,67,68,69,70,71,72,73,74,75,76,77,78,80,81,82,84,85,86,87,88,89,90,91,92,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,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164],makefil:[3,4,57,139],maks:120,manag:[57,74],manbi:150,mandadapu:60,mandatori:57,manh:99,mani:[1,2,4,19,35,44,57,58,59,61,62,63,64,65,66,68,69,70,71,72,73,77,78,82,93,94,106,115,118,122,142,143,149,150,157,159],manifold:164,manipul:[19,62,107,146],manner:[2,3,19,42,58,61,62,71,80,81,83,84,94,113,115,133],manual:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,39,40,43,45,46,47,48,49,50,51,52,53,54,57,58,71,72,78,85,86,87,89,90,91,92,94,95,96,97,98,100,101,102,103,104,105,106,107,109,110,111,113,114,116,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,137,141,144,145,147,148,151,156,157,158,159,160,161,162,163],manybodi:[42,93],manybody:[95,96,99,106,113,116,144,146,156,157,158,159,160],map:[3,40,41,43,44,58,59,60,66,76,94,95,96,99,106,113,114,116,136,137,138,144,146,149,150,155,156,157,158,159,160],mara:149,march:136,mark:[121,132,149],maroon:59,maroonmpi:3,marrink:121,marsaglia:69,martin:136,martyna:71,mask:73,mask_direct:60,mass:[2,32,33,34,35,37,44,57,60,66,69,70,71,74,75,78,79,81,82,95,98,99,113,115,116,120,133,134,137,138,139,146,149,152,153,154],mass_matrix:60,massdelta:78,massiv:[0,58,70,74],massless:[2,107,124,128,132],master:94,mat:[60,106,158],match:[2,3,19,59,62,63,68,71,99,122,130,136,142,143],mater:[30,95,138,146,149],materi:[2,29,60,73,82,107,113,114,115,120,136,137,139],material_fil:60,math:[4,59,71],mathemat:[40,41,43,44,64,69,83,150],mathrm:164,matlab:0,matric:[41,119],matrix:[2,35,64,77,139],matter:[2,82,96,109,113,115,136,148,149,157,159,160,163],mattson:[31,39,42,67],max2theta:43,max:[2,59,61,62,64,77,78,93,94,149],max_step:77,maxev:93,maxim:94,maximum:[2,9,19,21,27,28,36,38,40,43,57,61,62,66,73,77,78,94,99,118,133,134,149],maxit:93,maxstep:77,maxx:146,mayer:[100,101,149],mayo:[2,9,92,122],mbt:46,mcdram:4,mcgraw:74,mclachlan:71,mdregion:60,mdump:[19,62],meam:107,meam_sw_splin:138,meamf:136,mean:[2,3,4,19,28,32,35,36,37,38,39,41,42,44,45,56,57,58,59,61,62,63,64,65,66,69,71,72,73,74,77,78,82,83,84,86,87,88,90,93,94,100,101,102,103,107,111,113,115,119,120,122,124,125,128,135,136,140,142,143,145,146,147,148,155,156,157,158,159,162],meant:2,measur:0,mechan:[2,3,31,60,65,66,67,74,77,99,115,126,139],meck:38,media:58,medium:162,mediumaquamarin:59,mediumblu:59,mediumorchid:59,mediumpurpl:59,mediumseagreen:59,mediumslateblu:59,mediumspringgreen:59,mediumturquois:59,mediumvioletr:59,meet:[58,59,63],mehl:95,mei:135,melros:[133,134],melt:[63,65,99,139,158],member:[45,99],membran:[13,162],memori:[2,4,59,69,82,99],mendelev:113,mention:[1,2,3,70,72,83,94,96],menu:58,mep:94,mer:63,mercuri:164,meremianin:41,merg:164,merz:[2,45],mesh:[1,2,19,40,43,60,62,70,139],mesoparticl:[67,68,112],messag:[0,2,3,58,66,133,134,164],met:[19,62,93,94],metal:[44,60,75,83,95,96,99,106,113,114,115,116,136,137,138,139,146,149,156,157,158,159,160],methan:75,methin:91,method:[1,2,3,4,19,32,35,42,60,62,68,70,71,74,75,77,78,80,81,93,94,95,99,106,107,113,115,116,136,137,138,142,143,146,149,160],methodolog:[2,30,42,74],mezei:32,mg2:43,mgoh:144,mgptfast:139,micel:79,micelle2d:0,michael:138,mickel:38,microscal:133,mid:[139,155],middl:[2,4,19,32,46,57,59,61,62,76,85,95,96,97,98,99,100,101,102,103,104,105,106,107,108,110,111,113,114,115,118,119,120,121,122,123,124,125,126,127,128,129,130,131,133,134,135,136,137,138,139,140,141,142,143,145,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163],middlebondtors:46,midnightblu:59,midpoint:155,might:[2,4,9,149,164],migrat:[19,57,62,73],mikami:[2,71],mike:4,mil:113,militz:73,million:[19,62],mimic:[2,28,107,118,124],mimim:[64,94],min2theta:43,min:[2,41,59,61,77,149,155],min_modifi:[64,93],min_step:77,min_styl:[93,94],mind:69,minim:[0,2,19,44,57,58,59],minima:[50,55,92],minimi:94,minimizaiton:94,minimum:[9,10,11,21,37,43,47,57,58,61,64,76,77,83,84,92,93,94,103,115,117,119,121,122,124,126,128,133,134,148,155],minmiz:64,minstep:77,mintcream:59,mintmir:107,minu:94,misc:[2,10,11,13,24,25,37,47,57,69,73,74,80,81,82,86,88,91,108,110,113,114,118,123,129,135,137,138,141,145,155],miscellan:60,mishin:95,mishra:4,miss:[61,123],mistyros:59,mitchel:[2,109],mitig:71,mix:[1,2,4,61,95,96,97,98,99,100,101,102,103,104,105,106,107,108,110,111,113,114,115,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163],mixtur:[2,71,105,117,136,143],mixture_ref_t:136,mjpeg:58,mkv:58,mn2:43,mn3:43,mn4:43,mo3:43,mo5:[43,139],mo6:43,mobil:[2,37,42,58],moccasin:59,mode:[1,2,3,4,34,43,57,58,59,61,71,74,107,115,139,149],model:[0,1],modern:4,modest:1,modif:[2,4,32,136,139,147,159,164],modifi:[0,1,2,3,32,58,59,66,76,78,81,96,110,113,115,132,136,137,138,141,149,158,164],modin:60,modul:3,modulu:[120,136],mol:[44,57,59,78,110,119,148],molchunk:34,mole:[113,117],molecul:[2,13,33,34,42,44,57,59,63,66,68,76,77,78,103,107,119,124,128,147],molecular:[0,2,4,27,44,50,57,60,66,74,75,76,82,97,99,102,115],molecule:[5,7,8,9,12,16,21,22,23,26,27,28,45,49,50,51,53,56,87,90,92,103,124],moltempl:0,molybdenum:139,mom:[2,35,76],moment:[2,44,57,70,71,79,110,114,149],momenta:[66,115],momentum:[2,13,41,44,57,60,69,70,71,134],momon:63,monaghan:[152,153],monitor:[2,64,65,71,75,78,93,94,110],mono:[30,133],monodispers:[120,133,134],monom:[28,63],monoton:[68,94],mont:[2,63],month:0,moor:[31,42,67,142,143],more:[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,31,32,34,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,61,62,63,64,66,67,68,69,70,71,72,73,74,75,76,77,78,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,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164],morgan:4,moriarti:139,moriarty1:139,moriarty2:139,moriarty3:139,mors:2,mosi2:136,moskalev:41,most:[0,1,2,3,4,19,29,56,57,58,59,61,62,64,65,71,74,75,96,115,119,136,159,164],mostli:[3,58],motiion:2,motion:[2,66,70,71,72,73,74,76,82,84,94,110,115,133,134],motiv:73,mov:58,move:[1,2,3,37,61,64,70,71,73,75,76,82,83,84,93,94,107,111,133,134,139],movement:[2,93],mp2:96,mp4:58,mpeg:58,mpg:58,mpi4pi:3,mpi:[0,1,2],mpi_barrier:1,mpi_comm:2,mpicc:3,mpich:4,mpiio:[57,59],mpirun:[1,2,3,4,74],mplayer:58,msd:2,msi2lmp:0,msmse:[40,43],msse3:139,msst:[72,75],mth:59,mtk:[71,72],mu_j:13,muccioli:119,much:[1,2,3,57,58,64,75,96,119,147,164],mui:57,muller:[2,35,140],multi:[0,1],multibodi:[142,143],multicent:115,multicor:1,multinod:4,multiphys:3,multipl:[0,1],multipli:[32,35,56,70,73,93,96],multiscal:3,multisect:[19,62],multistag:32,multithread:4,murdick:99,murti:158,must:[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,32,39,40,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,68,69,70,71,72,73,75,76,77,78,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,110,111,112,113,114,115,116,117,118,119,120,121,122,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],mutli:2,mux:[57,58],muz:57,mxn:74,mychunk:[2,34],mycom:61,mydump:[57,59],myflux:35,myforc:57,myhug:72,myke:35,mymol:78,mympi:3,mype:35,mypress:57,myramp:42,myspher:[59,84],mystress:35,n_f:75,n_hbond:122,n_ij:120,n_ion:82,n_k:69,n_particl:31,na1:43,nabla:82,nacl:[2,136],nacl_cs_x0:2,nakano:[94,160],namd:57,name:[0,1,2,3,4,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,57,58,59,60,61,62,63,64,65,66,67,68,69,70,74,75,76,77,78,79,80,81,83,84,94,95,96,99,101,113,114,116,119,120,123,136,137,138,144,146,149,150,156,157,158,159,160,164],namespac:2,nanoindent:29,nanomet:[57,59],nanoparticl:62,nanosecond:66,narrow:2,narulkar:[157,159],nation:0,nativ:[1,2,57],natom:[2,3],natur:[2,41,71,73,113,115,116,136,146],navajowhit:59,navi:[59,113],navier:70,nb3:43,nb3bharmon:144,nb5:43,nbin:61,nbodi:139,nbondtyp:59,nbot:99,nchar:59,nchunk:[2,34],ncoeff:150,nd3:43,nden:[2,35],ndof:[71,72],nearbi:[84,96,133,134,162],nearest:[29,30,36,38,70,73,84,123,136,142,143,149],nearli:[2,28,62,115,139],neb:2,neb_combin:94,neb_fin:94,necessari:[2,3,4,32,56,62,64,65,69,77,132,139,149],necessarili:[66,86,87,88,90],need:[1,2,3,19,28,29,30,35,36,38,39,41,42,44,45,55,56,57,58,59,60,61,62,64,68,70,71,76,82,83,94,95,96,97,99,100,101,102,103,104,105,106,107,109,110,111,113,114,115,116,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,164],needless:2,neg:[2,11,22,33,41,42,47,49,58,64,69,72,73,77,83,116,127,136],neglect:[122,134],neglig:[2,3,32,71,156],neigh_modifi:[2,4,62,93,111],neighbor:[1,2,4,19,29,30,36,38,41,42,44,57,58,59,62,63,73,74,94,105,107,111,113,114,116,117,123,124,128,136,143,146,149,150,155,156,157,158,159,160],neighborhood:[10,29,36,150],neighobr:[2,107,124,128],neither:[19,60,63,96,115,133,134],nelem:150,nelement:[95,113],nelson:[36,38],nemd:0,net:[2,3,73,134],netpbm:58,network:57,neutral:[107,124,149],never:[64,71,73,78,83,113,136,150,160],neveri:[61,63,65,66,70,94,149],newer:136,newtion:[99,139,146],newton:[4,13,96,106,114,137,138,149,155,156,157,158,159,160],newtonian:69,next:[1,2,3,29,35,58,59,68,69,77,78,82,93,94,99,117,120,133,134,142,143,146,164],nfile:[57,59,68,142,143],nfreq:[61,62],nfs:57,ngb:73,ngp:37,nguyen:99,nhc:74,ni2:43,ni3:43,ni_000:40,nialh_jea:113,nice:[2,164],nickla:138,nine:[116,149],nissila:[70,149],nist:[95,113],niter:[19,62],nitrid:107,niu3:113,nkb:75,nlocal:3,nlvalu:38,nmpimd:74,nn2:136,nnn:[36,38],no2:[68,77,117],no_affin:4,no_histori:2,noced:93,nocheck:123,nodal:[2,60,68,82,142,143],node:[1,4,19,40,43,62,70,82,123],node_area:70,node_group:60,nodeless:115,nodes:[19,62],nodeset:60,nodeset_to_elementset:60,noforc:[2,134],nois:[2,69,70,75,82],nomenclatur:2,nomin:[57,71],non:[0,1],nonbond:144,none:[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,33,34,35,36,38,39,42,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,76,77,78,79,82,83,84,85,86,87,88,89,90,92,93,94,95,96,97,98,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,135,136,137,138,140,141,142,143,144,145,147,148,150,151,152,153,154,155,156,157,158,159,160,161,162,163],nonequilibrium:[80,81,115],nongaussian:37,nonlinear:[21,22],noordhoek:106,nor:[19,60,106],nord:[146,157,159],nordlund:[146,157,159],norm:[2,77,93,94,155],normal:[2,3,4,19,29,30,35,39,44,45,59,61,62,64,71,73,74,82,83,84,85,86,87,88,90,93,94,105,106,119,120,139,155,163],norman:82,nose:[2,71,72,74,81,111],notat:[2,29,41,71,113,160],note:[1,2,3,4,8,9,12,16,17,18,19,23,28,30,32,33,34,35,37,39,40,41,42,43,44,45,49,53,56,57,58,59,60,61,62,63,64,65,67,68,70,71,72,74,75,76,77,79,82,83,84,85,86,87,88,90,93,94,95,96,99,100,101,102,103,105,107,108,110,111,112,113,116,119,120,121,122,123,124,126,128,133,134,136,137,138,139,140,142,143,144,146,147,148,149,150,151,155,156,157,159,160,162,163,164],notes:[32,132],noth:164,notic:[0,2,81,82],notifi:65,novemb:136,now:[2,3,4,22,57,69,84,113,115,120,151,164],np3:43,np4:43,np6:43,nparticl:98,nph:2,nphi:4,nproc:[3,57],npt:[2,4,32,64],nrepeat:61,nreset:[64,71,72],nreset_ref:64,nrho:[95,113],nrl:113,nstart:61,nstat:73,nstep:[64,71],ntabl:[142,143],nth:[59,61],ntheta:99,ntype:[41,44,57,59,115,122,146],nuclear:[75,115,163],nuclei:115,nucleu:159,nudg:[2,94],num_step:77,numa:1,numactl:4,number:[1,2,3,4,11,19,29,30,31,32,34,35,36,38,39,40,41,43,44,47,56,57,58,59,61,62,63,68,69,70,71,72,73,74,75,77,78,80,81,82,83,93,94,95,96,99,106,111,113,114,115,116,122,136,137,138,139,142,143,144,146,147,149,150,155,156,157,158,159,160,163],numer:[1,2,3,19,32,38,44,55,57,58,59,60,61,65,66,69,71,74,78,82,83,93,110,136,142,143,163],numpi:3,nvcc:1,nve:[1,2,4,32,35,44,60,66,69,71,72,76,78,82,110,119,133,134,147,149,151],nvidia:1,nvt:[2,4,32,35,60,61,66],nvtfe:60,nxnode:82,object:[2,3,58,64,70,93],observ:[4,71,75],obtain:[1,4,13,30,32,38,70,72,74,96,110,136,149,157,159],obviou:163,obvious:58,occ:118,occasion:71,occlus:58,occup:118,occur:[1,2,3,37,55,57,59,62,63,64,65,68,80,115,132,142,143],occurr:91,oct:3,octahedr:9,odd:[19,38,59,62,71,82],ode:77,off:[1,2,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,39,41,42,43,45,46,47,48,49,50,51,52,53,54,56,57,58,59,63,69,71,72,78,83,84,85,86,87,89,90,91,92,93,94,95,96,97,100,101,102,103,104,105,106,107,109,110,111,113,114,116,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,134,136,137,141,142,143,144,145,147,148,149,151,155,156,157,158,159,160,161,162,163],offer:[2,107,149],offload:[1,4],offset:[2,44,58,107,124,128],often:[1,2,4,56,58,61,62,64,65,71,74,93,94,106,111,124,157,159,164],ohio:138,old:[2,64,71,136,151],older:[4,59,64,71,151],oldlac:59,oleinik:99,olfason:[2,9,92,122],oliv:59,olivedrab:59,ollila:70,olmsted:[60,73],omega0:92,omega:[2,71,83,89,92,110,120,139],omega_dot:71,omega_ij:112,omega_ijk:159,omega_ik:157,omegadd:[142,143],omegai:57,omegax:57,omegaz:57,omgea:2,omiss:0,omit:[59,66,102,110,128],omp:[1,4],omp_num_threads:4,on_the_fli:60,onc:[0,1,2,3,4,19,45,58,62,65,77,94,119,121,146,147],once:[0,2,19,35,59,62,164],one:[2,13,35,41,58,71,72,82,99,108,134,149],onli:[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,34,36,37,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,77,78,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,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164],only:[2,4,19,29,57,58,59,64,65,66,73,93,94,95,96,99,103,106,113,114,116,122,133,134,136,137,138,144,146,150,156,157,158,159,160],onset:[75,91],onto:[41,63,66,70,155],open:[0,3,57,58,59,164],opencl:1,opengl:2,openmp:[1,4],openmpi:4,oper:[1,2,3,4,19,35,44,59,61,62,63,66,71,72,78,81,82,94,139,164],opl:4,opls:[53,56],oppelstrup:139,oppos:[2,57,76],opposit:[2,13,29,45,73,94,107,132],opt:[1,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,39,45,46,47,48,49,50,51,52,53,54,71,72,78,85,86,87,89,90,91,92,95,96,97,100,101,102],optim:0,optimiz:[4,93,106],option:[0,1],optional:150,options:[4,139],orang:[58,59],orbit:[99,107,115,149],orchid:59,order:[2,3,4,11,13,19,32,33,34,36,38,39,41,42,47,56,57,58,59,61,63,64,66,68,70,71,73,75,76,77,78,82,85,86,87,88,90,91,94,95,96,99,106,112,113,115,116,119,120,124,132,136,139,142,143,147,149,156,157,158,159,160],ordinari:[77,122],org:[2,3,73],organ:[0,2,106],organometal:9,orient:[2,13,29,35,36,38,44,57,71],orientord:36,origin:[2,40,58,59,66,71,74,81,95,96,97,99,107,110,111,113,122,136,157,159,164],orlikowski:139,orsi:13,orthogon:0,orthograph:58,orthorhomb:75,os4:43,oscil:[2,71,75,83],ose:58,oserror:3,other:[0,1],otherwis:[1,40,45,56,59,71,77,92,93,123,133,134,146],otyp:[107,124,128,132],our:[2,70,78,157,159],out:[1,2,3,6,19,34,35,37,46,57,58,59,62,70,82,84,85,86,90,94,115,135],outer2:[103,121],outer:[4,93,95,96,97,98,99,100,101,102,103,104,105,106,107,108,110,111,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,141,142,143,145,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163],outer_distance_cutoff:122,outermost:[71,73,76,79,83,84],outlin:[2,58],output:[0,1],output_frequ:60,outsid:[44,57,58,59,61,66,84,94,100,101,107,115,124,126,145,148],outut:2,outward:[83,84],over:[1,2,4,11,19,32,33,34,36,37,38,41,42,47,58,61,62,65,69,71,73,75,76,77,83,84,85,94,105,111,113,114,115,116,122,133,136,139,146,150,151,156,157,158,159,160],overal:[2,9,64,71,74,78,115,122,150],overhead:[2,3,19,59,62,66],overlai:[2,4,32,82,107,111,122,123,132,150,163],overlap:[4,44,59,61,93,111,115,120,132,151],overli:77,overload:1,overrid:[4,44,58,59,64,71,122,136],overridden:[2,44,58,72,133,151],overshoot:65,overview:[0,1,2],overwrit:[3,59,61,136],overwritten:122,own:[2,3,19,30,34,57,59,60,61,62,63,64,65,69,70,71,72,74,94,96,99,106,114,146,156,157,158,159,160,164],oxford:[13,32,110],oxid:[106,107,149],oxygen:[2,107,124,128,149],p10:120,p_e:82,p_ik:146,p_pi:99,pacakg:4,pack:[99,136],packag:0,packet:[58,115],pad:[57,58,59,74],page:[0,1,2,3,32,34,37,39,42,44,56,57,58,59,61,65,71,84,93,94,95,96,98,106,107,113,114,116,122,136,137,138,144,146,150,156,157,159,160],painless:164,pair:1,pair_:32,pair_charmm:132,pair_coeff:[2,32,35,45,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],pair_dzugatov:164,pair_eam:95,pair_interact:60,pair_list:123,pair_lj:132,pair_lj_soft_coul_soft:32,pair_modifi:[2,32,93,95,96,97,98,99,100,101,102,103,104,105,106,107,108,110,111,113,114,115,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163],pair_sph:[152,153,154],pair_styl:[0,1,2,4,18,28,32,35,41,45,69,83,84,93],pair_writ:130,pairwis:[0,1,2,28,29,36,38,39,41,42,45,56,63,69,83,93,95,98,100,101,102,103,105,107,111,112,113,115,116,120,122,123,124,125,128,133,134,135,136,137,138,140,141,145,148,151,155,159,161,162],pakketeretet2:164,palegoldenrod:59,palegreen:59,paleturquois:59,palevioletr:59,pan:58,panagiotopoulo:[108,118],papaconstantopoulo:95,papayawhip:59,paper:[2,41,50,70,82,94,96,102,107,120,122,126,128,157,159],paquai:164,paraemt:147,paragraph:[83,142,143],parallel:[0,1,2],parallel_studio_xe_2016:4,parallelepip:2,param:117,paramet:0,parameter:[40,43,96,99,106,107,113,114,115,116,136,137,138,146,149,156,157,158,159,160],parameter_fil:60,parameterizaion:107,parametr:[2,18,114,148],paramt:[37,147],paramter:106,paratem:132,parenthes:[68,77,117,120,142,143],parenthesi:4,parinello:2,pariticl:62,park:[60,138],parmin:139,parrinello1981:64,parrinello:[64,71,75],pars:0,part:[0,1,2,3,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,31,36,37,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,56,57,59,62,63,64,66,67,68,69,70,71,72,73,74,75,76,77,78,80,81,82,83,84,85,86,87,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,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,136,137,138,139,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164],partial:[1,2,64,70,72,74,136],partic:2,particip:[55,98],particl:0,particular:[1,2,29,41,44,57,58,62,63,69,70,71,73,76,78,85,98,99,100,101,103,104,105,109,112,114,115,119,121,124,128,132,135,141,144,145,147,148,156,157,158,159,160,164],particularli:[2,9,58,64,115],partit:[2,19,59,62,74,94,102,103,115,124,125,128,135,140,146],partner:63,pass:[2,3,33,34,37,57,58,59,64,71,83,155],password:164,past:[0,57,65,75,111],patch:0,patel:139,path:[2,3,74,82,94,95,96,99,113,114,116,136,137,138,144,146,149,150,156,157,159,160],pathtolammp:149,patrick:158,pattern:30,paul:0,pauli:[115,149],paves:74,payn:[41,150],pb2:43,pb4:43,pbc:[57,59,83],pchain:[71,72],pcie:1,pd2:43,pd4:43,pdamp:[71,72],pdb:2,pdf:[0,152,153,154],pe_eta:71,pe_etap:71,pe_omega:71,pe_strain:71,peachpuff:59,peak:118,pearlman:32,pencil:2,peng:43,per:[0,1],peratom:42,perceiv:58,percent:[4,64,156],percentag:[1,64,71],perfect:[2,19,29,30,36,62,73,94],perfectli:[19,62],perfom:[2,94],perform:0,performac:1,pergamon:[136,159,163],peri:[2,44],peridynam:2,perimitt:108,period:2,perioid:83,perl:2,perman:[28,76,122],permit:[2,70,139],permitt:[108,159,162,163],permut:[114,156,157,159,160],perpendicular:[2,58,73,83],perram:119,persepct:58,person:164,persp:58,perspect:58,perturb:[29,32,83],peru:59,peskin:70,pettifor:99,pettifor_1:99,pettifor_2:99,pettifor_3:99,pfactor:58,phase:[4,71,99,124,158],phenomena:115,phi0:[54,76],phi1:46,phi2:[46,114,156],phi3:[46,114,156],phi:[1,4,36,38,41,55,56,58,76,87,95,99,113,116,136,137,138],phi_ij:[99,116,146],phillip:111,phillpot:[106,107,149],philosoph:113,philosophi:2,phonon:[0,60,82],phophor:150,phosphid:150,phy:[2,5,6,9,20,21,22,29,30,32,36,38,39,41,42,45,46,53,64,66,69,70,71,72,74,75,78,80,81,82,83,85,91,92,94,96,99,100,103,104,105,106,107,108,109,110,111,112,113,114,115,118,119,120,121,122,124,126,128,129,132,133,134,135,136,138,140,142,143,145,146,147,149,150,155,156,157,158,159,160],physic:[2,4,27,55,60,66,70,82,94,96,97,102,105,113,122,139,152,153,154],physica:[133,134],pick:65,picosecond:59,picosend:115,pid:65,piec:[3,41,59,71],pimd:2,pin:4,pink:59,pipe:[2,57,58],pipelin:[2,4],pisarev:82,pishevar:111,pitera:2,pixel:58,pizza:[2,3,19,57,58,62],pka:82,place:[2,3,19,32,44,57,58,59,63,66,69,71,82,83,122],placehold:[95,96,106,113,116,136,137,138,144,146,150,155,156,157,158,159,160],placement:124,plai:[2,58],plain:132,plan:[2,4],planar:[2,73,91,92],planck:74,plane:[2,19,36,58,60,62,73,82,85,86,87,88,89,90,92,134],planeforc:93,plasma:[82,115],plateau:65,platform:[1,4,57,58],plath:[2,35],player:58,pleas:[0,3,4,60,65,70,114,116,149],plimpton:[0,4,29,39,42,63,73,120],ploop:[71,72],plos:13,plot:[3,4,75,130,132],plu:[3,59,64,72,115],plum:59,pm3:43,png:[57,58],pni:58,poariz:2,poem:2,poems:2,point:[1,2,3,4,13,19,29,40,41,43,44,49,57,58,59,62,64,68,70,71,74,75,82,84,93,94,98,106,108,110,112,115,119,126,139,142,143,146,147,149,155,158,162],pointer:3,poisson:120,poisson_solv:60,polar:[2,38,41,43,60,106,107,124],polar_off:106,polar_on:106,polariz:0,politano:149,polydispers:[105,120,133,134,162],polyethylen:96,polygon:2,polym:[0,2,21,22,28,63,74,78,79,111,155],polynomi:[113,130,149],poor:[19,62,78,130],poorli:93,popular:[57,114],porou:70,portabl:57,portion:[1,3,19,28,35,42,57,59,61,62,64,66,70,71,100,101,102,103,104,107,108,110,111,115,117,118,119,121,122,124,128,132,135,145,147,148,159,164],poschel:120,posit:[2,11,19,22,29,33,34,40,41,42,43,44,47,49,55,58,59,61,62,63,64,65,66,69,70,71,73,74,75,77,78,80,81,82,83,84,85,94,96,98,111,112,115,118,127,142,143,149,155],possibl:[1,2,3,19,29,32,41,42,57,59,60,62,63,67,73,77,82,89,93,122,136,149,160],post:[0,2,35,57,59,60,75],pot:120,potentail:116,potenti:0,potentiel:132,potin:139,pour:[2,59,78],powderblu:59,power:[3,4,37,41,59,99],pparam:32,ppm:[57,58],ppn:4,pppm:[0,1],pproni:69,pr3:43,pr4:43,practic:[64,71,160,164],prb:[157,159],prd:[2,94],pre:[2,59,76,83,99,120,142,143,149,151],prec:[4,149],preced:[2,45,59,61,77,94,99,122],preceed:[3,83],precis:[1,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,39,44,45,46,47,48,49,50,51,52,53,54,57,59,64,66,71,72,78,85,86,87,89,90,91,92,93,95,96,97,100,101,102,103,104,105,106,107,110,111,113,114,116,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,137,139,141,144,145,147,148,149,151,156,157,158,159,160,161,162,163],predefin:[54,59,115],predict:[1,2],prefactor:[8,9,12,16,17,18,56,83,86,90,91,93,105,118,144,147,148,151,162],prefer:[76,96,164],prefix:[3,58,65,77],preliminari:[68,142,143],prematur:93,preprint:[41,150],prescrib:[2,60],presenc:[57,70,133,134,139,162],present:[1,4,58,65,69,70,84,106,115,123,132,139,147,149],preserv:[64,71,78],press:[2,4,13,32,42,64,71,72,110,136,159,162],pressur:[1,2],pressure_with_eviri:115,presum:[30,94],prevent:[2,55,91,93,94,111,152,153,155],previou:[0,2,3,59,61,62,93,99,120,122,136,142,143],previous:[3,44,57,59,61,65,78,82,83,120],price:[2,110],primari:[0,2,82],prime:[121,139,157,159],primit:[2,84],princip:149,principl:[2,3,115,139,156,164],print:[0,1,2,3,4,19,35,41,57,58,59,61,63,64,70,71,72,73,75,77,78,93,94,96,111,118,122,149],printf:59,printfluid:70,prism:2,privileg:3,probab:151,probabl:[55,62,63,71,83,93,142,143],problem:[0,1,2,3,19,35,60,62,64,76,81,84,93,94,107,110,122,164],proc:[1,3,4,57],proce:[19,28,62,94,139],procedur:[2,19,59,62,71,72,80,81,93,94,96],proceed:139,procesor:19,process:1,processor:[1,2,3,4,19,44,57,58,59,60,62,63,64,69,70,71,74,78,82,94,111,149],processsor:[19,62],procp1:57,produc:[1,2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,39,42,45,46,47,48,49,50,51,52,53,54,57,58,59,61,62,63,65,69,71,72,75,77,78,82,83,85,86,87,89,90,91,92,93,94,95,96,97,100,101,102,103,104,105,106,107,110,111,113,114,115,116,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,137,141,144,145,146,147,148,151,156,157,158,159,160,161,162,163],product:[2,4,41,77,115,117,143],profil:[2,66,94],program:[2,3,4,57,58,59,70,113],progress:[1,19,62,75,93,94],project:[2,164],promot:99,prompt:3,proni:69,prop:2,propag:[71,75,115],propens:2,proper:[63,73,136,164],properli:[94,112],properti:0,proport:[2,19,32,62,65,75,77,120],propos:[2,41,64,71,124,138,158],protein:[4,44,79],proton:[159,163],prove:[31,67,70],provid:[1,2,3,4,13,29,35,40,43,44,58,63,64,70,71,75,80,81,94,96,99,106,107,111,114,115,120,122,123,132,133,136,138,139,146,149,150,155,156,157,158,159,160,164],pscrozi:0,psec:[59,71],pseudo:115,pseudopotenti:139,psf:2,psi:[116,162],psi_ij:116,pstart:[71,72],pstop:[71,72],pstyle:32,psxevar:4,pt2:43,pt4:43,ptarget:64,pthread:4,ptr:[2,3],pu3:43,pu4:43,pu6:43,publish:[70,107,136,139,157,159],pull:164,puls:82,pump:[133,134],purchas:58,pure:[3,137,138,157,159],purpl:59,purport:3,purpos:[2,40,43,44,57,63,64,73,74,76,102,128,139],push:[73,93,120,151,164],put:[2,3,44,57],pvar:65,pxx:[64,71],pxy:2,pxz:2,pydir:3,pyi:[64,71],pymol:3,pymol_aspher:0,pympi:3,pypar:3,python:[0,2],pythonpath:3,pyz:2,pzz:[64,71,75],q_1:149,q_2:149,q_3:149,q_i:[116,132],q_j:132,qdist:[107,124,128,132],qeq:[2,106,107,149],qeqall:149,qeqallparallel:149,qfile:107,qinitmod:149,qoffload:4,qopenmp:4,qoverrid:4,qtb:75,quadrant:4,quadratur:[32,60],quadrupl:95,quadruplet:[56,85,86,87,88,90,91],qualiti:[58,59,96],quantic:149,quantit:[37,120],quantiti:1,quantum:[2,41,74,75,96,99,115,139,149],quantum_temperatur:75,quartic_spher:60,quartz:75,quasi:74,quaternion:[2,44,119],queri:[3,28],quest:2,question:[73,164],quick:[0,4],quickli:[36,62,93,94,96],quickmin:[93,94],quicktim:58,quit:[70,150],quot:[59,136],quotat:149,r10:99,r12:119,r_1:41,r_2:41,r_c:[108,110,118,159],r_cut:[99,135],r_e:116,r_fu:[133,134],r_i:[13,41],r_ii:41,r_ij:[13,99,115,146,163],r_ik:146,r_j:13,r_jik:146,r_m:135,r_me:108,r_mh:118,r_min:109,r_ub:5,ra2:43,rad2theta:43,radial:[41,93,115,122,142,143],radian:[5,6,8,12,16,17,18,43,46,54,76,85,86,90,91],radiat:[40,43,82],radii:[41,63,105,113,119,120,133,134,139,162],radit:115,radiu:[2,33,34,40,41,57,58,70,79,83,84,99,105,115,116,120,124,132,133,134,135,136,149,150,159,162],rahman:[2,64,71,75],rai:43,ram:159,raman:4,ramp:[2,69,71,75,83,103,111,121,132,133,135,151,163],ran:[2,3],random:[2,44,58,63,69,70,71,74,75,82,111,112],randomli:44,rang:[1,2,4,38,39,41,42,43,50,57,58,59,60,65,93,96,97,99,100,101,102,103,104,105,107,108,109,110,111,113,115,117,119,121,122,124,125,126,127,128,129,130,131,132,133,134,135,136,139,140,141,145,146,147,148,149,155,159,161,162,163],rank:[2,3],rankin:72,rapid:[2,3],rapidli:[63,71,107,111],rare:2,rasmol:2,rasmussen:119,raster3d:2,rate:[2,4,59,60,75,77,80,81,117,133,134,143],rather:[2,19,39,58,62,69,82,115,142,143],ratio:[2,32,41,62,119,120,147,152],rattl:66,rattle:[66,78],rattle_debug:78,ravelo:[72,126],raw:4,rayleigh:75,rb1:43,rbb:149,rbg:59,rcb:[19,62],rcm:[33,34],rcmx:[33,34],rcmy:[33,34],rcold:66,rcutfac:[41,150],rd1:94,rdn:94,rdt:94,reach:[2,19,62,64,65,72,77,108],reacquaint:164,react:2,reactant:[77,115],reaction:[68,77,79,94,115,117,143],reactiv:96,read:[2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,63,64,68,71,72,74,77,78,81,82,85,86,87,88,89,90,91,92,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,110,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,141,142,143,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163],read_data:[2,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,33,34,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,63,74,76,77,85,86,87,88,89,90,91,92,94,97,98,100,101,102,103,104,105,107,108,110,111,112,115,118,119,121,122,124,125,126,127,128,129,130,131,132,133,134,135,140,141,145,146,147,148,149,151,155,161,162],read_dump:[57,94],read_restart:[2,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,44,45,46,47,48,49,50,51,52,53,54,56,60,64,70,71,72,74,82,85,86,87,88,89,90,91,92,94,97,98,100,101,102,103,104,105,107,108,110,111,112,115,118,119,120,121,124,125,126,127,128,129,130,131,132,133,134,135,140,141,145,147,148,151,155,161,162],readabl:58,readi:3,readme:[1,2,3,4,57,139],real:[2,3,11,14,15,35,36,38,41,44,47,59,74,75,83,89,107,139,159],realli:[1,39,42,59,164],reamin:[83,84],rearrang:94,reason:[2,3,44,55,80,81,94,108,115,116,118,134],reax:[0,75],rebal:[19,62],rebalanc:[19,62],rebuild:[3,4,111],rebuilt:[57,58,59],recalcul:32,receiv:73,recent:[3,4,61,62,65,136],reciproc:[2,40,43,100,101,102,107,110,115,124,128,145,148],recogn:[30,71,77,113,136],recomend:2,recommed:77,recommend:[4,58,59,66,75,81,115,133,134,139,147,149,164],recompil:[1,78],reconstruct:149,recov:[64,66,71],rectangl:[19,62],rectangular:[19,62],rectilinear:[40,43],rector:27,recurs:[19,62,99],recust:19,red:[58,59,63,74],reduc:[1,2,11,19,39,40,42,43,58,61,62,63,73,76,77,93,115,119,146,147,156,157,159],reduct:[40,43,75],redund:116,reed:75,ref:[80,81],refactor:2,refer:[2,3,4,13,32,44,57,60,61,63,64,65,66,71,72,73,74,75,78,85,92,95,119,136,138,139,147,153,154,157,159],referenc:[2,57,65,107,122,144,147],reflect:[2,40,41,43,56,58,65,83,99],refresh:60,regard:[2,78],regardless:[44,61,71],regim:[2,108],region:[0,2,19,35,43,44,50,57,58,59,60,62,66,71,82,83],region_styl:84,regoin:2,regspher:44,regul:2,regular:[1,19,57,58,62,82,108],reinder:4,reinhardt:[80,81],reject:[44,63],rel:[1,2,11,18,19,36,41,44,47,59,62,66,73,77,82,93,115,119,120,133,134,136,147,162],relat:[1,2],relationship:[2,149,162],relax:2,releas:0,relev:[2,19,44,59,60,61,62,65,66,69,70,78,79,82,83,93,97,105,107,108,110,111,115,118,119,120,121,122,123,125,126,127,129,130,131,133,134,141,142,143,147,151,155,161,162,163],reli:[115,163],reltol:77,remain:[19,32,55,56,57,64,71,82,99,115,132,139,164],remaina:99,remaind:[44,57,159],remap:[2,44,59],remedi:2,rememb:164,remot:164,remov:[2,28,36,38,41,44,71,77,78,94,110,134,139,164],remove_molecul:60,remove_sourc:60,remove_speci:60,ren:43,renam:164,render:[57,58,59],rendon:71,reneighbor:[62,111],repeat:[2,58,59,63,64,77,99,157,159],repes:57,replac:[2,3,19,33,34,57,58,59,61,62,63,72,96,107,120,126,142,143],replica:0,repons:65,report:[0,1,4,40,43,64,75,76,77,82,94,110,115,136],repositori:164,reprens:82,repres:[1,2,19,29,34,50,57,58,61,64,65,68,69,70,71,74,77,82,84,94,95,99,119,132,133,134,136,137,138,145,146],represent:[2,57,69,74,82,99,115,119,139,147],reproduc:[4,71,107,113,120],repul:136,repuls:[2,18,21,22,83,84,96,99,105,107,111,115,117,120,122,132,136,140,149,155,159,160,162,163],request:[2,19,57,70,164],requir:[1,2,3,4,18,19,28,31,32,40,42,43,44,45,55,57,58,59,60,61,62,63,67,68,69,70,71,77,78,82,83,85,93,94,95,96,98,99,103,105,106,107,111,112,113,114,115,116,119,120,122,130,132,133,134,136,137,138,139,141,142,143,144,146,147,148,149,150,155,156,157,158,159,160,162,163],rerun:[36,38,41,57,58],rescal:[2,61,66,71,72,80,81],research:[31,67,70,139],resembl:164,resepct:2,reservoir:[35,66,82],reset:[2,3,33,34,44,64,71,72,78,82,93,134],reset_atomic_reference_posit:60,reset_tim:60,reset_timestep:[2,35],resist:2,resolut:149,resolv:[64,74,134,164],resourc:[95,113],respa:[4,71,73,76,79,83,84,95,96,97,98,99,100,101,102,103,104,105,106,107,108,110,111,113,114,115,118,119,120,121,122,123,124,125,126,127,128,129,130,131,133,134,135,136,137,138,139,140,141,142,143,145,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163],respecifi:139,respect:[1,2,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,29,32,33,39,40,43,45,46,47,48,49,50,51,52,53,54,58,59,61,63,64,66,70,71,72,78,82,83,85,86,87,89,90,91,92,93,95,96,97,99,100,101,102,103,104,105,106,107,110,111,113,114,116,117,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,136,137,139,141,144,145,147,148,149,150,151,156,157,158,159,160,161,162,163],respond:[2,65,115],respons:[2,65],resquar:[2,119],rest:[2,76,99,134,136],restart1:74,restart2:74,restart2data:0,restart:[0,1],restor:59,restrain:13,restraint:[76,123],restratin:76,restrict:[1,2],result:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,32,34,35,39,40,42,43,44,45,46,47,48,49,50,51,52,53,54,57,58,59,61,62,63,64,65,66,69,70,71,72,74,77,78,80,81,82,83,85,86,87,89,90,91,92,94,95,96,97,100,101,102,103,104,105,106,107,110,111,113,114,115,116,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,134,136,137,139,141,142,143,144,145,147,148,151,156,157,158,159,160,161,162,163],retain:[96,99,139],retriev:[2,137,138],rev:[2,29,36,38,41,42,71,72,80,81,99,105,106,107,110,113,114,115,119,120,126,133,134,135,136,138,142,143,146,147,150,156,157,158,159,160],revers:[2,32,49,63,71,73,80,94,132],revert:59,review:[41,139,150,164],rewrap:57,rfac0:[41,150],rg0:79,rgb:59,rh3:43,rh4:43,rheolog:2,rhi:[142,143],rho0:[136,153,154],rho0_meam:136,rho:[70,95,100,101,102,113,135,136,137,138,142,143,147,152],rho_0:[153,154],rho_alpha_beta:113,rho_bkgd:136,rho_colloid:83,rho_e:82,rho_i:[137,138],rho_ref_meam:136,rho_wal:83,rhodopsin:[1,4],rhosum:[152,153,154],rhot:66,rhs:77,rick:[106,149],right:[2,3,19,29,44,54,56,62,63,70,73,77,107,164],rightmost:[19,62],rii:[33,34],rij:[36,38,73,111,112,142,143,155],rin:[122,129,130],ring:[2,45,74],rino:[30,160],rirj:120,risi:[41,150],risk:76,rix:[33,34],rk4:77,rkf45:77,rlo:[142,143],rmin0:[41,150],rmin:126,rms:77,rnemd:2,robin:59,robust:93,rock:136,rockett:146,role:2,ronchetti:38,root:[3,32,33,34,113],rose:136,ross:136,rosski:74,rosybrown:59,rot:[2,35,74,76],rotat:[2,41,44,57,84,93,110,119,147],rotation:38,rough:[2,44,58],roughli:[19,58,71,94],round:[1,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,39,45,46,47,48,49,50,51,52,53,54,59,71,72,78,85,86,87,89,90,91,92,95,96,97,100,101,102,103,104,105,106,107,110,111,113,114,116,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,137,141,142,143,144,145,147,148,151,156,157,158,159,160,161,162,163],rous:69,rout:[32,122,132],routin:[2,3,4,70,139],roux:2,row:[2,34,43,61,82,115],royalblu:59,rozero:136,rrespa:[1,4,71,95,96,97,98,100,101,102,103,104,105,106,107,108,110,111,113,114,115,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,133,134,135,136,137,138,140,141,142,143,145,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163],rsq:[142,143],rsurfac:82,ru3:43,ru4:43,rub:5,rubia:[137,138],rule:[0,2,13,29,44,63,71,84,95,97,98,104,105,110,122,127,136,140,151,155,156,157,159,163],run1:2,run2:2,run3:2,run4:2,run5:2,run6:2,run7:2,run8:2,run:[0,1],run_styl:[4,71,93,95,96,97,98,99,100,101,102,103,104,105,106,107,108,110,111,113,114,115,118,119,120,121,122,123,124,125,126,127,128,129,130,131,133,134,135,136,137,138,139,140,141,142,143,145,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163],rung:77,runtim:58,rutherford:82,rutuparna:[157,159],rxn:77,ryckaert:[78,91],rydberg:139,s0st:2,s2050:1,s2629:113,s319:60,s_i:[2,115],s_ij:2,saddl:94,saddlebrown:59,sadigh:[113,137,138],saed_vtk:40,safe:[58,164],safran:162,sagui:110,sai:[1,59,164],said:93,sakai:158,sall:149,salmon:59,salt:[108,118,136],salter:149,same:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,32,33,34,35,36,37,38,39,41,42,44,45,46,47,48,49,50,51,52,53,54,57,58,59,60,61,62,63,64,65,66,69,70,71,72,73,74,75,76,78,80,81,82,84,85,86,87,89,90,91,92,94,95,96,97,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,136,137,140,141,144,145,146,147,148,149,151,155,156,157,158,159,160,161,162,163,164],sampl:[1,2,3,35,58,71,74,79,81,99],sample_frequ:60,sandia:[0,29,116,136],sandybrown:59,saniti:76,satellit:2,satisfi:[30,40,41,43,64,66,70,72,78,93,120],satur:108,save:[2,58,63,69,77,82,99],sb3:43,sb5:43,sc3:43,scalabl:[0,1,4],scale:[0,1,2,4,35,41,45,57,58,59,60,64,70,71,72,74,75,80,81,82,95,96,108,115,117,120,133,134,136,139],scalegamma:70,scalexi:[64,71,72],scalexz:[64,71,72],scaleyz:[64,71,72],scan:59,scatter:[3,40,43],scatter_atom:3,scatter_coord:3,scenario:[2,63,84],schaik:132,schell:158,schemat:63,scheme:[2,65,69,71,74,78,82],schmid:111,schroding:115,schroeder:38,sci:[30,106,138,146,149],scienc:[60,63,73,80,113,137,149,158],scientif:[41,113],scm:3,scratch:[19,62],screen:[0,1,2,3,4,40,43,58,70,78,94,103,107,124,136,156,159,160,161,162,163],screenshot:3,scripe:3,script:[0,1],sea:3,seagreen:59,search:[0,36,38,59,93,94,120],seashel:59,secant:68,second:[1,2,3,4,28,29,35,37,38,39,42,43,55,57,59,61,63,65,66,68,69,74,76,78,79,80,81,82,93,94,98,99,100,101,102,106,107,113,115,116,117,120,121,123,126,136,144,149,156,158,159,160,163],second_mo:149,secondari:50,section:[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,31,32,33,34,35,37,39,40,41,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,60,61,62,63,66,67,68,69,70,71,72,73,74,75,77,78,80,81,82,85,86,87,88,89,90,91,92,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,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163],section_acceler:[5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,39,45,46,47,48,49,50,51,52,53,54,71,72,78,85,86,87,89,90,91,92,95,96,97,100,101,102,103,104,105,106,107,110,111,113,114,116,118,119,120,121,122,124,125,126,127,128,129,130,131,132,137,141,144,145,147,148,151,156,157,158,159,160,161,162,163],section_accerl:113,section_command:[0,1],section_exampl:2,section_howto:[2,3,29,30,32,33,34,36,38,41,42,98,109],section_modifi:[2,57,58],section_python:2,section_start:[2,3,94],section_tool:2,see:[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,34,35,36,37,38,39,40,41,42,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,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],seed:[44,58,63,69,70,74,75,82,111,112],seek:[19,62],seem:[2,64,136],seen:[4,70,84],segment:[2,58,111,155],select:[2,40,43,44,58,83,94,122,123,136,149],self:[2,57,61,75,76,77,79,81,93,106,107,139,146,149],semi:60,semimet:115,semin:4,send:[0,3,59],sens:[1,2,19,56,57,61,62,63,69,75,82,94,107,124,128,157,158,159],sensit:[2,30,64],sent:59,sep:[2,3],separ:[2,4,19,41,44,55,58,59,60,62,63,64,71,74,78,100,101,107,108,110,112,124,133,134,136,142,143,144,150,156,159,162],seper:108,sequenc:[19,57,58,59,62,94,146],sequenti:[59,146],seri:[2,4,41,57,58,59,69,96,119,136,139,142,143,147,151],serial:1,serv:[2,155],server:1,set:[0,1],set_vari:[2,3],setarea:70,sete:63,setenv:3,setfl:[95,113],setforc:[2,93,94],setgamma:70,setpoint:65,settl:64,setup:[2,3,4,32,35,56,59,60,63],seven:138,sever:[1,2,3,4,32,56,57,60,64,70,71,93,99,102,113,128,132,136,146,149],sexton:139,sfactor:[58,59],shade:58,shake:[2,13,39,42,66],shan:106,shape:[2,19,44,58,59,62,64,71,75,84,98,119,147],shardlow:[67,77,112],share:[0,1,2],sharp:[84,136,159],shear:[2,64,70,71,120,133,134],shell:0,shenderova:96,shift:[1,2],shiga:[2,71],shini:58,shinoda:[2,71,148],shiny:58,shlib:3,shm:4,shock:[72,75,126],shockvel:75,shortcut:[64,71],shorter:73,shortest:58,shorthand:59,should:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,32,35,39,42,44,45,46,47,48,49,50,51,52,53,54,57,58,59,62,63,64,65,69,70,71,72,73,74,75,76,77,78,82,83,84,85,86,87,89,90,91,92,93,94,95,96,97,98,100,101,102,103,104,105,106,107,109,110,111,113,114,115,116,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,134,136,137,139,141,142,143,144,145,147,148,149,151,155,156,157,158,159,160,161,162,163,164],show:[2,3,94,122,136,139],shown:[1,4,19,40,41,43,56,62,63,64,66,71,73,74,115,116,119,120,132,139,147,149],shrink:[2,19,57,58,62,70,73,93,107,124,128],shrunk:77,shut:[2,3],si4:43,sic:[107,136,144,156,157,159,160],sic_tersoff:146,sicc:[114,156,157,159,160],sicg:[157,159],sicsi:[114,156,157,159,160],side:[19,44,62,63,70,73,77,83,84,94,107,119,120,147],sienna:59,sige:[157,159],sigma0:99,sigma14:132,sigma1:99,sigma2:99,sigma:[2,21,22,28,32,45,57,59,70,73,83,84,96,98,99,100,103,104,105,110,111,112,114,115,119,121,122,123,124,125,126,127,128,129,130,131,132,135,140,147,148,156],sigma_14:103,sigma_:108,sigma_c:105,sigma_cc:[96,105],sigma_h:118,sigma_i:116,sigma_ss:105,sign:[2,49,56,59,65,139,164],signifi:[34,117,143],signific:[69,77,115,119,136,139],significantli:[1,2,42,70,71,76,115,156],silbert:120,silent:59,silicon:[114,136,156],silver:59,sim:148,similar:[2,3,4,19,22,32,39,42,44,57,59,62,69,75,76,83,96,98,99,111,113,115,120,132,133,141,146],similarli:[2,39,57,58,59,61,65,71,78,84,85,94,96,102,120,128,156],simluat:[2,59,133],simlul:82,simpl:[1,2,3,4],simpler:[3,59],simplest:34,simpli:[1,2,3,34,59,61,64,71,74,94,102,110,128,136],simplif:115,simplifi:[76,139],simplist:3,simul:[0,1],simulatan:4,simulationub:149,simultan:[2,4],sin:[55,83,146],sinc:[0,1,2,3,6,19,28,29,30,33,34,40,45,57,58,59,61,62,63,64,70,71,72,73,74,77,82,83,84,85,93,94,95,96,99,101,102,103,104,105,106,110,111,113,114,119,120,121,123,124,126,127,128,129,130,131,132,133,134,135,136,137,138,139,142,143,145,146,147,148,149,150,151,156,157,158,159,160,163,164],sinclair:[73,113],sine:146,singapor:41,singh:95,singl:[1,2,3,4,19,32,34,44,55,57,58,59,61,62,63,64,70,71,72,74,76,78,82,83,94,95,96,99,103,106,113,114,115,116,120,121,122,136,137,138,139,144,145,146,147,149,150,151,156,157,158,159,160],singleel:99,singular:[55,132,133,134,141],sinnott:[96,106],sinusoid:[44,83],sio2:160,sio:106,sirk:[42,155],sisic:[114,156,157,159,160],sisisi:[114,156,157,158,159,160],site:[0,1,2,3,29,32,66,70,78,95,99,107,113,117,118,124,128,132,141,143,145],situat:[64,65,70,71,74,99],sival:43,six:[2,41,61,144,146],sixth:144,sixthpow:104,size:[0,1],sjplimp:[0,3],skew:[2,58,71],skin:[30,82],skip:[4,45,123],skyblu:59,slab:2,slateblu:59,slategrai:59,slater:[107,149],sleight:28,slepoi:136,slice:[2,40,74],slider:3,slight:[66,82],slightli:[1,2,4,57,58,59,71,96,107,124,128,157,159,160],sligthli:110,sliozberg:155,sllod:[2,4],slope:[2,81,108],slot:1,slow:[2,69,71,94,149],slower:[1,99],slowest:82,slowli:[62,93,139,151],sm3:43,small:[2,19,29,32,40,42,43,57,62,63,66,69,71,73,75,77,78,91,93,94,96,105,107,108,109,124,133,134,136,147,150,156,159,164],smaller:[1,2,4,57,58,59,70,77,81],smallest:29,smd:79,smith:145,smooth:[2,84,99,103,107,121,126,129],smoother:44,smoothli:[28,41,103,121,130,132,135,159,163],smt:4,smtb:149,smulat:139,sn2:43,sn4:43,snap:[41,57,58],snapcoeff:150,snapparam:150,snapshot:[0,1],snc4:4,snow:59,soc:122,sodani:4,soderlind:139,soft:[3,32,93,111,117],softer:[83,84],softwar:[1,2,3,4],sole:[94,146],solid:[2,19,29,30,35,42,60,62,64,71,73,81,100,126,139],solut:[2,64,77,78,84],solv:[66,70,77,78,81,82,134],solvat:44,solvent:[62,69,71,103,105,107,108,118,124,133,134,147],solver:[0,1,2,19,42,60,62,68,77,107,109,117,124,132,143],some:[1,2,3,4,19,37,44,49,56,57,58,59,61,62,63,64,65,71,77,82,83,93,94,98,99,107,113,115,139,164],someon:93,someth:[3,64,71,83,164],sometim:[2,64,71],somewhat:[29,71],somewher:115,soon:63,sort:[4,57,59,94],sound:[70,153,154],soundspe:[153,154],sourc:[0,3,4,60,64,82,132],source_integr:60,sourceforg:3,south:41,space:[2,3,4,19,40,41,43,44,58,61,62,70,71,74,83,94,100,101,102,107,110,113,115,124,128,136,139,142,143,145,146,148,162],spahn:120,span:[66,95,96,99,106,113,116,136,137,138,144,146,150,156,157,158,159,160],spars:77,spatial:[2,19,29,34,57,60,62,82],spc:0,spce:66,spearot:[40,43],speci:[41,68,77,113,116,117,143,146,157,159],special:[2,44,45,60,78,95,106,109],special_bond:[2,4,21,22,28,36,38,41,45,56,63,109,122],species1:[68,143],species2:[68,143],species:77,speciesn:68,specif:[1,2,4,13,19,44,57,58,59,60,61,62,63,69,70,82,83,93,94,96,98,99,109,113,119,120,136,139,147,156],specifi:[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,32,34,35,36,38,39,40,42,43,44,45,46,47,48,49,50,51,52,53,54,56,57,58,59,60,61,62,63,64,65,66,68,69,70,71,72,73,75,76,77,78,79,81,82,83,84,85,86,87,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,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],specifii:70,spectral:150,spectrum:[41,75],speed:[1,2,4,19,57,59,62,70,75,94,99,107,139,153,154,157],speedup:[1,4],spefici:[44,58,122],spellmey:[2,45],spent:1,sphere1:70,sphere:[2,40,41,44,57,58,70,71,84,105,110,115,119,120,124,133,134,147,162],spheric:0,spheriod:2,spheroid:[2,71],spin:115,spline:[68,93,96,99,122,136],split:[1,2,3,4,19,62,66,71,112],splittol:2,spparks:2,spread:[1,2],spring:[2,10,11,21,22,24,25,27,47,55,63,74],springgreen:59,sqrt:[33,38,73,105,111,113,118,120,136],squar:[2,8],squares:[19,62],squeez:[64,133,134],sr2:43,src:[0,1,2,3,4,57,78,139,164],srolovitz:113,srp:111,srtio:149,ssao:58,stabil:[2,71,99],stabl:[2,55,70,72,76,99],stabli:69,stack:29,stage:[32,94],stagger:[1,59],stai:75,stall:4,stand:[0,2],standard:[0,1,2,3,4,38,44,50,57,59,60,70,74,78,83,95,96,98,107,110,115,118,119,124,125,126,127,128,131,135,136,139,140,147,156],starikov:82,start:[0,2,4,19,39,44],start_6:118,stat:[28,64,73,93],state:[2,3,29,30,32,50,58,63,64,67,68,69,71,72,75,80,81,82,94,99,110,112,115,119,120,136,138,139,147,149,152,153,154],statement:164,stationari:[70,133,134],statist:[2,19,63,69,75,77,78,82,93,94,96,111,120,133,162],statu:[28,106],steadi:[2,72,75],steelblu:59,stefan:164,stegailov:82,steinhardt:38,stencil:70,step:[1,2,3,4,35,42,57,58,59,60,61,62,63,64,66,73,75,77,78,80,81,82,93,94,96,111,118,122,136,139,149],stepwis:32,steve:0,steven:63,stiff:[2,26,74,77,93],stile:108,still:[1,2,3,4,19,36,57,59,62,82,104,113,119,120,123,133,147,151,164],stilling:[114,138,146,156,160],stochast:112,stoddard:110,stoichiometr:77,stoichiometri:149,stoke:70,stone:110,stop:[2,3,19,28],stopthresh:[19,62],store:[2,3,33,35,36,39,42,44,56,57,58,59,60,61,65,69,70,71,72,73,74,77,78,79,81,82,95,96,99,106,111,112,113,114,115,116,117,119,120,136,137,138,139,142,143,146,149,150,156,157,158,159,160],straatsma:2,straightforward:115,strain:[2,64,71,72,133,134],strang:58,strategi:0,stratford:70,stream:[2,39,42,58,60,69],streiz:107,strength:[41,58,76,83,84,147],stress:[2,35,39],stretch:28,strict:150,strictli:[2,19,57,62,75],stride:59,strietz:107,string:[2,3,19,57,59,61,62,77,136,146,150],strong:96,stronger:2,strongest:[133,134],strongli:[1,2,78,82,139],structur:[0,2,3,29,30,38,40,43,50,76,92,99,106,115,136,139,146,149],strucur:30,stuart:[96,106,149],stuck:64,studi:[2,37,126,149],studio:4,stukowski:113,style:0,style_nam:71,stylecomput:149,sub:[1,2,3,19,32,35,41,56,58,59,62,64,71,72,75,78,82,84,96,98,106,119,120,122,147,149,163],subbox:[58,59],subdivis:70,subdomain:70,subequ:3,subgroup:57,subject:[2,4,19,62],submit:[0,56,116],subscript:[3,65,82,85,116,160],subsequ:[2,3,19,59,62,64,82,113],subset:[2,3,4,19,41,57,59,62,71,72,94,96,99],substanti:[2,65,156],substep:71,substitut:[1,57,94,115],substract:107,substrat:[64,71],substyl:132,subsystem:82,subtract:[2,28,35,37,39,42,57,66,69,131],success:[2,3,57,59,64,65,93,94],successfulli:[3,57],successulli:3,sudden:18,suddenli:84,sudo:3,suffer:84,suffici:[2,19,62,65,71,83,123],suffix:[1,2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,39,45,46,47,48,49,50,51,52,53,54,57,58,71,72,77,78,85,86,87,89,90,91,92,94,95,96,97,99,100,101,102,103,104,105,106,107,110,111,113,114,116,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,136,137,138,141,144,145,146,147,148,151,156,157,158,159,160,161,162,163],suggest:[0,2,75],suit:[70,115],suitabl:[28,32,57,63,99,120,132,136],sum:[2,29,33,34,36,37,38,39,41,42,61,69,73,75,81,82,83,84,93,98,107,111,115,116,124,127,136,150],summar:[2,116,149],summari:1,summat:[2,29,38,102,107,113,114,124,128,139,149,156,157,158,159,160],sun:[6,20,46,85,104],sup:[75,106,149],superset:35,supinski:139,supplementari:[119,147],suppli:82,support:[1,2,3,4,19,32,57,58,59,62,63,64,70,71,72,73,75,76,79,81,83,84,93,95,96,97,98,99,100,101,102,103,104,105,106,107,108,110,111,113,114,115,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163],suppos:[116,164],suppress:2,sure:[2,3,64,78,113,164],surfac:[2,29,40,41,44,58,70,73,76,82,83,84,94,99,133,134,139,149,162],surface_mov:82,surfact:[108,118],surpris:115,surround:[29,44,59,64,68,71,73,142,143],suspens:[133,134],sustain:[57,64,120],suzuki:71,svg:2,svn:3,swap:2,swiggl:83,swiler:[41,150],switch7_section_start:118,switchflag:[41,150],swol:27,swope:2,sxx:59,symbol:[2,40,43,99,115,150],symmetr:[2,29,32,39,42,64,71,95,110,113,157,159],symmetri:[2,29,36,38,57,73,85,95],symplect:71,sync:2,synchron:[1,94],syntax:[1,2,3],sysstem:99,syst:149,system:[0,1],system_:74,systemat:[2,139],t_e:82,t_e_min:82,t_equil:[80,81],t_infil:82,t_init:[75,82],t_j:13,t_lb:70,t_oufil:82,t_out:82,t_outfil:82,t_qm:75,t_switch:[80,81],ta06a:150,ta4:139,ta5:43,ta6:139,tabbernor:40,table:68,tabul:[68,77,95,99,100,101,102,103,104,107,113,115,117,124,128,135,142,143,145,146,148,157],tabular:146,tad:2,tag:[60,68,77,117,143],tail:[32,95,96,97,98,99,100,101,102,103,104,105,106,107,108,110,111,113,114,115,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163],tait:[153,154],take:[1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,32,33,35,39,42,45,46,47,48,49,50,51,52,53,54,57,58,59,61,62,64,66,71,72,77,78,79,85,86,87,89,90,91,92,95,96,97,99,100,101,102,103,104,105,106,107,110,111,113,114,116,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,137,139,141,144,145,147,148,149,151,155,156,157,158,159,160,161,162,163],taken:[2,44,63,69,70,75,77,82,89,113,115,119,142,143,156,160],talk:2,talli:[2,19,61,62,96,115,118,122],tan:59,tang:139,tangenti:[2,120],tanh:82,tantalum:[139,150],taper:135,tarbal:[0,3],target:[2,3,19,59,62,64,65,66,69,71,72,74,75,79,82,111],task:[1,2,4,28,59,74],taskset:4,tau:[65,70,71,80,81,82],tau_1:69,tau_k:69,tau_n_k:69,tb3:43,tbp:99,tchain:[71,72],tcontrol:65,tcsh:3,tdamp:[71,72],teal:59,technic:[2,70],techniqu:[2,32,64,75],technolog:4,tell:[2,3,56],temeperatur:3,temp:[2,32,35,39,42,61,63,64,66,71,72,74,75,82,96,110,118,119,122,147],temper:[2,94],temperar:74,temperatur:0,temperature_definit:60,templat:[44,78],templeton2010:60,templeton2011:60,templeton:60,tempor:69,temporarili:76,tend:[13,71,73,77],tensor:[2,33,34,35,39,41,42,64,70,71,72,115,133,134,139],term:[0,1,2,5,6,11,21,22,32,33,35,39,42,46,47,55,59,61,65,66,69,70,71,72,74,75,76,79,82,85,92,93,95,96,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,119,120,121,124,128,131,132,133,134,136,137,138,139,141,145,147,149,155,156,157,158,159,160,162],termin:[40,71,93,94],tersoff:[4,42,107,114,146],tersoff_1:[157,158,159],tersoff_2:[157,158,159],tersoff_mod:158,tertiari:50,test:[0,2],tether:[2,81,118],tetot:149,texas_holdem:76,text:[2,19,57,58,59,60,61,62,68,82,94,113,116,123,136,142,143,150,164],tfactor:59,tfix:76,tflag:58,th4:43,thakkar:4,thakker:4,than:[1,2,3,4,11,19,36,37,38,39,42,47,57,59,61,62,63,64,69,70,73,75,76,77,79,82,83,84,93,94,96,98,99,100,101,102,103,113,115,119,120,133,134,136,142,143,147,149,151,155,156,159,162,163],thank:[157,159],thei:[0,1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,32,33,34,35,39,41,44,45,46,47,48,49,50,51,52,53,54,56,57,58,59,61,62,63,64,65,69,70,71,72,76,78,82,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,109,110,111,112,113,114,115,116,117,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,141,143,144,145,146,147,148,149,150,151,155,156,157,158,159,160,161,162,163,164],them:[1,2,3,19,28,35,46,57,58,59,61,62,63,64,65,71,72,73,76,78,82,85,94,95,99,113,116,119,147,151,164],themselv:[2,3,62,94,95,99,107,113,132,136,137,138,150],theorem:[69,99,112],theoret:[37,75,156],theori:[2,41,60,71,99,139,162],therebi:[133,134],therefor:[2,32,66,70,78,109,156],therein:[2,136],thereof:32,thermal:0,thermo:[0,1],thermo_modifi:[2,64,71,155],thermo_press:[39,64,71,72],thermo_styl:[2,31,35,39,42,44,57,63,64,71,72,75,83,93,96,118,122],thermo_temp:[39,63,64,71,72],thermoberendsen:2,thermochemistri:115,thermodyanm:63,thermodynam:0,thermost:2,thermostat:0,thermostatequ:2,thesi:133,thess:100,theta0:[5,6,8,10,11,12,16,17,18,41,47,76,91],theta0max:41,theta10:99,theta1:[46,55,85,99],theta2:[46,55,85,99],theta3:[85,99],theta4:99,theta5:99,theta6:99,theta7:99,theta8:99,theta9:99,theta:[2,10,11,36,38,41,43,44,47,58,76,82,85,91,122,146,158],theta_0:144,theta_:[91,99],theta_c:122,theta_ijk:99,theta_ijl:85,theta_jik:[137,138],theta_pi:99,theta_sigma:99,thi:[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,34,35,36,37,38,39,40,41,42,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,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],thick:[40,58],thin:58,thing:[2,3,28,64,71,164],think:[2,3,59,65,86,90,93],third:[2,13,29,35,41,42,61,65,69,79,82,106,116,117,136,144,160],thirumalai:50,thistl:59,tho:114,thole:2,thompson:[0,39,41,42,150],those:[1,2,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,32,35,36,38,39,41,42,44,45,46,47,48,49,50,51,52,53,54,57,58,59,64,66,71,72,78,80,81,85,86,87,89,90,91,92,93,94,95,96,97,100,101,102,103,104,105,106,107,110,111,113,114,116,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,136,137,141,144,145,147,148,150,151,156,157,158,159,160,161,162,163,164],though:[2,44,57,64,65,94,111,113,115,116,119,120,132,133,160],thought:[83,120,123],thread:[1,4],three:[1,2,28,29,32,35,36,37,40,41,43,44,50,63,64,65,66,71,72,77,80,82,88,89,91,95,96,99,113,114,116,119,120,123,136,137,138,139,144,146,147,149,150,156,157,158,159,160],threebodi:156,thresh:[19,57,58,59,62],threshhold:[19,58,62],threshold:[19,59,62,73],through:[2,3,44,57,64,68,70,71,74,77,82,83,84,96,112,114,115,117,120,124,139,143,148,149,151,155],throughout:[2,4,40,139],thru:[2,3,33,34,37,57,59,61,93],thrust:1,thu:[1,2,3,19,29,30,34,35,36,38,41,42,44,45,56,57,58,59,61,62,63,64,66,69,71,72,73,78,79,82,83,84,85,93,94,95,96,98,99,100,101,102,103,104,105,106,107,111,112,113,114,115,116,117,118,119,120,124,128,132,133,134,136,137,138,139,141,142,143,145,146,147,149,150,152,153,154,155,156,157,158,159,160,163],thumb:[44,105],ti2:43,ti3:43,ti4:43,tidi:164,tight:[99,149],tij:110,tildeslei:[13,32,110],tile:[2,19,44,62],tilt:[2,57,59,64,71,73,75,160],time:[0,1],time_integr:60,timer:1,timescal:[61,75,115],timespan:71,timestep:[1,2,3,19,35,42,57,58,59,61,62,63,64,65,66,69,70,71,72,73,76,77,78,80,81,82,83,93,94,99,111,115,122,133,134,151],timesteppnig:78,tin:[106,107],tini:[44,93,99],tio2:149,tio:149,tip3p:0,tip4:2,tip4p:0,tip:0,tirrel:83,titl:[61,164],title1:61,title2:61,title3:61,tji:110,tl1:43,tl3:43,tlbr_msw:146,tloop:[71,72],tm3:43,tmp1:61,tmp2:61,tmp:[2,19,34,57,58,59,62],tobia:71,togeth:[2,3,4,19,42,44,57,61,62,64,71,118],tol:[78,156],toler:[64,77,78,93,94,156],tolernac:77,tomato:59,too:[1,2,19,29,30,36,38,41,58,62,64,66,71,78,82,94,111],took:151,tool:[0,1,2,3,19,57,58,62,94],toolkit:2,top:[0,3,4,70,94,150,164],topolog:[2,32,56,59],torqu:[2,13,57,70,93,98,110,119,120,134],torsion:[2,46,56,96],torsion_flag:96,tosi:100,tot:149,total:[2,3,4,19,31,33,34,35,37,41,42,57,61,62,69,70,71,72,74,75,76,77,80,81,82,83,84,93,94,95,96,98,99,106,113,115,120,136,137,138,139,146,149,150],toukmaji:110,toward:[13,58,70,72,73,91,94],toxvaerd:129,tptask:4,tqx:57,tqy:57,tqz:57,trace:115,track:[70,82],track_displac:60,tractabl:77,trade:[2,107,124,128],tradit:[2,55],trail:[32,57,59,61,94,116,136,150],trajectori:[2,32,57,71,74,78,111],tran:[49,50],transfer:[1,2,4,60,82,99,139],transform:[2,32,57,119,141],transit:[2,4,94,108,132,138,139,159],translat:[2,66,71,74,115],transmit:2,transport:[60,82],trap:[2,35],treat:[2,42,61,82,84,93,98,109,115,116,119,122,137,138,139,147],treatment:109,tree:132,tri:[2,3,58,64,71,72,93],triangl:[2,58],triangul:2,triangular:[2,64],triclin:[0,1],triflag:2,trigger:[3,62,63,93],trigon:9,trilinear:70,tringl:58,tripl:[41,99],triplet:[114,144,146,156,157,158,159,160],trivial:3,trott:[41,150],troubl:3,truncat:[2,66,77,83,84,97,107,115,120,124,126,129,149],tscale:75,tsige:102,tstart:[69,71,111],tstat:[2,69],tstop:[69,71,111],tsuzuki:[30,160],ttm_mod:82,tucker:[41,150],tuckerman:[71,74],tune:[2,4],tunnel:74,turkand:38,turn:[2,28,41,43,56,58,59,63,64,71,93,94,96,109,122,136,155],turquois:59,tutein:96,tutori:[2,73],tweak:44,twice:[2,4,45,59,64,71],twist:[133,134],two:[1,2,3,4,19,28,29,32,36,40,41,43,44,55,57,58,59,61,62,63,64,69,70,71,72,73,74,75,81,82,84,92,93,94,95,96,98,99,100,101,102,105,106,107,109,110,111,113,114,115,116,117,119,120,123,124,128,132,133,134,136,139,143,145,146,147,149,150,151,155,156,157,158,159,160,162,163],two_temperatur:60,twobodi:[157,159,160],twojmax:[41,150],txt:[57,82,123,149,164],typcial:[19,62],type1:[40,43],type2:[40,43],type:[2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,32,35,40,41,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,70,78,84,85,86,87,88,89,90,91,92,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,110,111,112,113,114,115,116,117,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,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],typen:[40,43],typic:[1,2,3,4,13,19,21,22,29,32,44,55,57,58,59,60,62,63,64,65,71,76,78,93,94,103,105,107,118,119,122,123,124,128,133,134,136,147,159,164],tzou:82,u_chem:31,u_cond:[31,67],u_f:70,u_i:[67,68],u_ij:146,u_j:68,u_mech:[31,67],u_prom:99,uberuaga:94,ubiquit:[3,99],uchem:[117,143],uloop:[74,94],umbrella:2,umin:[10,11,24,25,47],unabl:[3,19,62],unaffect:[57,64,71],unalt:65,unambigu:160,unbias:115,unchang:[64,71],uncom:1,uncompress:58,uncorrel:69,uncoupl:74,under:[0,2,4,6,41,46,58,64,65,71,75,85,112,115,132,150],underflow:58,undergo:[2,32,69,71],undergon:63,underli:[2,29,58,71,82],underpredict:2,underscor:[63,64,71,72],understand:[1,2,139],understood:[57,99],undesir:[64,71],undisturb:[133,134],undump:[57,58,59],unfix:[2,35,60,61,76,80],unfix_flux:60,unfold:79,uniaxi:72,uniform:[4,19,60,62,70,119,147],uniformli:[70,82,142,143,146],uninterrupt:[71,72,75,81,82],union:[2,59,84],uniqu:[2,69,72,94,113,115],unit:[2,5,6,16,17,18,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,46,57,58,59,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,79,81,82,83,84,85,86,90,91,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,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163],uniti:114,unitless:[29,65,71,75,77,93,120,141,145,156,157,158,159,160],univers:[2,32,94,133,138,159],unknown:30,unless:[3,4,40,43,44,57,59,64,71,93,105],unlik:[33,44,95,99,113,116,136,137,138,150],unlike:[57,71,72,113,122,123,137,138],unlimit:146,unnecessari:4,unoccupi:82,unoptim:58,unpack:[0,3],unpad:59,unperturb:32,unphys:[2,71],unpublish:139,unrel:[45,164],unrestrain:76,unscal:57,unset:115,unshift:110,unsmooth:130,unsolv:103,unsort:59,unstabl:70,unstag:164,until:[2,19,58,62,64,65,68,80,99,120,142,143],unus:99,unwant:44,unwrap:[33,34,42,57,59,63],unwrapexpand:57,up_intern:58,updat:[0,2,4,57,65,69,70,71,75,82,99,110,139],upenn:3,upon:[2,77,99],upper:[19,37,59,62,64,70,71,75,83,93,120,149],uppercas:0,upsid:2,upsilon:119,upstream:164,urbana:133,urey_bradlei:5,url:164,usabl:113,usag:[2,73,132],use:[2,57,58,61,82,119,136,147,149,164],used:59,useful:139,user:[0,1,2,3],user_manifold:164,user_misc:[14,15,17,48,52,54,55,89],usernam:164,using:[0,1],usr:3,usual:[2,8,12,16,17,18,23,32,53,55,57,58,63,64,72,75,76,82,83,84,90,94,103,105,108,110,119,123,132,133,134,144,150,155,156],util:119,v11:2,v22:2,v33:2,v_0:82,v_2:139,v_3:139,v_4:139,v_avp:65,v_delta:32,v_dhug:75,v_drai:75,v_e_hbond:122,v_ij:146,v_jx:35,v_jy:35,v_jz:35,v_k11:35,v_k22:35,v_k33:35,v_ke:57,v_lgr_po:75,v_lgr_vel:75,v_linear:83,v_lj:96,v_mol:59,v_mu:133,v_myvar:59,v_n:[70,139],v_name:[2,32,57,58,59,61,65,83],v_occ:118,v_prefactor:151,v_press:42,v_pxxwall:65,v_pxy:2,v_pxz:2,v_pyz:2,v_ramp:83,v_rebo:96,v_t_qm:75,v_torsion:96,v_v11:2,v_v22:2,v_v33:2,v_valu:58,v_wiggl:83,v_x:[44,83],v_xave:2,v_xmax:2,v_xx:44,v_y:44,v_yi:44,vacanc:[80,139],vacf:2,vacuum:[82,108,159,163],valanc:99,valenc:[99,115],valent:99,valid:[2,3,40,43,59,64,73,113,115,119,139,146],valon:136,value1:[61,72],value2:[61,72],van:[27,32,105,106,132,136,162],vanadium:139,vanilla:2,vanish:78,vapor:[19,62],vare:82,vari:[1,19,32,40,43,60,62,64,71,76,82,83,103,111,112,121,130,133,151],variabl:0,varianc:111,variant:[1,2,59,64,71,72,120,137,138,141,157,159],variat:[19,62],varieti:[1,2,58,136,160],variou:0,varshalovich:41,vashishta1990:160,vashishta2007:160,vbia:2,vcm:2,vdisplac:83,vdw:106,vec:73,vector:1,vel:[2,111,112,115,120],veld:[102,128],veloc:[2,35,39,42,44,57,58,59,61,64,66,70,71,72,73,74,75,76,78,81,82,83,93,94,111,115,120,133,134],velocit:[111,112,115,120],velocity_bottom:70,velocity_top:70,verbos:149,veri:[1,2,19,32,57,58,59,61,62,64,65,71,74,78,94,115,120,133,134,142,143,150,151,164],verifi:164,verlet:[1,4,60,66,71,74,78,82],versa:[2,63],versu:[2,19,59,62,65,78,102,110,120,128],vertic:[4,19,58,62],via:[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,32,35,39,42,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,61,62,63,64,65,70,71,72,74,76,78,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,145,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163],vibrat:[2,73,75,91,115],vice:[2,63],video:58,view:[2,57,58,99,115,116,149],viewer:[57,58],viewpoint:58,vij:111,vim:0,violet:59,virial:[35,39,41,42,64,71,72,78,111,112,115],virtual:[2,156],viscoelast:120,viscos:0,viscosity:2,viscou:[2,69,70,93,94],vision:149,vista:57,visual:0,viz:3,viz_tool:3,vizplotgui_tool:3,vmax:64,vmd:[2,3,57],voigt:[2,41],vol:[2,35,42,136,159],volpress:139,volum:[2,19,32,35,39,40,42,43,44,62,64,67,70,71,72,75,82,83,84,133,134,139,153,154,163],voronoi:42,voter:[137,138],voth:74,vri:121,vstream:2,vtk:[2,40],w_1:41,w_2:41,w_i:41,w_ik:146,waal:[32,105,106,132,162],wadlei:99,wagner:[60,70,136],wai:[1,2,3,29,32,34,35,36,38,41,42,44,57,58,59,61,63,64,65,69,70,71,72,74,82,83,86,87,88,90,91,93,94,95,96,107,108,111,113,114,116,119,122,124,136,137,138,144,146,147,149,150,151,155,156,157,159,160,164],wait:[1,4],walk:[69,71],wall:0,wallhi:83,wang:[136,146],want:[0,1,2,3,31,34,39,42,44,57,58,59,62,63,73,76,81,83,84,94,95,96,99,105,106,111,113,116,136,142,143,144,146,149,151,156,157,159,160,164],ward:99,warm:[4,115],warmup:4,warn:[0,21,22,30,58,71,72,77,133,134,136,142,143,164],warner:95,warning:136,warp:136,warren:[111,142,143],watanab:[80,81],watch:94,water:0,watkin:53,wave:115,wavefunct:115,wavelength:[40,43],wavepacket:115,weak:36,web:1,webb:60,weber:[114,138,146,156,160],weight:[2,32,41,43,45,56],well:[1,2,3,11,26,36,38,39,42,44,47,58,59,62,64,70,71,72,77,81,93,94,98,118,119,122,133,134,136,139,147,151,157,158,159,164],went:3,were:[2,3,4,19,29,38,39,44,57,58,59,61,62,96,115,120,123,164],westview:162,what:[0,1,2,3,44,57,58,59,61,62,63,64,68,71,74,76,78,83,93,94,136,142,143,151,155,164],whatev:[58,59,64,65,71,93,94,104,105,139],wheat:59,whelan:43,when:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,36,37,38,39,44,45,46,47,48,49,50,51,52,53,54,56,57,58,59,61,62,63,64,65,70,71,72,73,75,76,77,78,79,82,83,84,85,86,87,89,90,91,92,93,94,95,96,97,100,101,102,103,104,105,106,107,109,110,111,113,114,115,116,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,134,136,137,138,139,141,142,143,144,145,146,147,148,150,151,155,156,157,158,159,160,161,162,163,164],whenev:[0,55,59,122],where:[1,2,3,4,6,7,8,9,10,11,12,13,16,17,18,19,20,23,24,25,26,29,30,31,32,33,34,36,39,40,42,43,46,47,56,57,58,59,62,63,64,65,66,67,68,69,70,71,72,73,74,75,77,78,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,98,99,100,101,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,124,128,133,134,135,136,137,138,139,143,144,145,146,147,149,150,152,153,154,155,156,157,158,159,160,162,163],wherea:[2,3,36,69,71,82],whether:[2,3,28,29,58,59,63,64,71,72,78,101,103,106,121,123,133,134,136,149],which:[0,1,2,3,4,5,6,7,8,9,12,13,16,19,21,22,23,26,27,28,29,30,31,32,33,34,35,37,38,39,41,42,43,44,45,46,49,50,51,53,56,57,58,59,61,62,63,64,65,66,68,69,70,71,72,73,74,75,76,78,79,80,81,82,83,84,85,87,90,92,93,94,95,96,98,99,100,101,102,103,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,126,127,128,130,132,133,134,136,137,138,139,141,142,143,144,145,146,147,148,149,150,151,155,156,157,158,159,160,162,164],white:[59,69,82],whitesmok:59,whitespac:59,who:[0,2,95,113],whole:77,whose:[2,32,35,58,59,65,68,71,73,76,77,78,84,94,115,117,126,142,143,156,157,159],why:[2,164],wicaksono1:73,wicaksono2:73,wicaksono:73,wide:[1,2,103,105,115],width:[58,59,118],wiggl:83,wigner:41,wih:2,wikipedia:2,wild:[32,122],wildcard:[57,58,59,61,155],wildli:71,window:[57,58,61,164],wire:76,wirnsberg:[2,66],wirt:59,wisdom:164,wise:[111,156],wish:[2,3,42,45,57,59,70,78,83,94,101,122,136,142,143],within:[1,2,3,4,13,19,29,30,36,38,39,41,44,58,59,61,62,63,68,73,77,78,82,83,84,93,94,98,100,101,107,112,113,114,115,117,118,123,124,136,139,143,145,147,148,156,157,158,159,160],without:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,32,39,45,46,47,48,49,50,51,52,53,54,57,58,59,61,64,65,68,69,71,72,77,78,85,86,87,89,90,91,92,94,95,96,97,100,101,102,103,104,105,106,107,110,111,113,114,115,116,117,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,137,139,141,142,143,144,145,147,148,151,156,157,158,159,160,161,162,163,164],won:134,wong:[60,99],word:[2,13,59,76,105],work:[1,2,3,4,28,40,43,57,58,63,65,70,71,76,78,81,106,109,111,133,134,136,139,149],worker:160,workflow:164,world:[41,94],worlei:111,worst:84,worth:[61,75],would:[1,2,3,4,13,19,29,33,35,42,44,45,56,57,58,59,62,63,64,66,71,73,74,77,85,86,87,88,90,93,94,95,96,99,105,106,107,111,112,113,114,116,136,137,138,139,144,146,150,155,156,157,158,159,160,164],wrap:[1,2,3,44,57,59,70,83,84,94],wrapper:[0,2],wright:93,write_atom_weight:60,write_restart:[60,70],written:[2,41,57,58,59,60,61,62,63,64,65,66,69,70,73,75,76,78,79,80,82,83,84,113,135,139,162,164],wrong:[3,64,71,83,84],www:[0,2,3,95,113,133],x200:4,x86:139,x_ij:146,x_ijkl:85,x_kjli:85,x_ljik:85,xave:2,xavx:4,xcore:4,xdr:57,xeon:[1,4],xhi:[2,57,83],xhi_bound:[2,57],xhost:4,xi_ij:146,xiaowang:[116,157,159],xiij:73,xlat:44,xlo:[2,3,57,83],xlo_bound:[2,57],xmax:2,xmgrace:0,xmic:4,xmovi:[0,2],xmu:120,xplor:57,xpo:44,xrd:40,xsu:57,xt3:57,xt4:57,xt5:57,xtc:[2,57,58,59],xtcdump:59,xwall:65,xyz:[2,44,57,58,59,64,71,72],xzhou:116,yamada:4,yang:[139,146],yate:139,yb2:43,yb3:43,yellow:[58,59],yellowgreen:59,yet:[4,58,65,83,93,104,105,106,115,162,164],yhi:[2,57,83],yhi_bound:[2,57],yield:[2,35,42,59,64,71,77,98,111,120],yip:80,ylat:44,ylo:[2,57,83],ylo_bound:[2,57],york:74,yoshida:71,you:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,24,25,26,27,28,30,31,32,33,34,35,36,38,39,41,42,44,45,46,47,48,49,50,51,52,53,54,56,57,58,59,61,62,63,64,65,66,69,71,72,74,76,78,80,81,82,83,84,85,86,87,89,90,91,92,93,94,95,96,97,99,100,101,102,103,104,105,106,107,110,111,113,114,115,116,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,136,137,138,139,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164],young:120,your:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,39,44,45,46,47,48,49,50,51,52,53,54,57,58,60,61,63,64,71,72,78,82,83,84,85,86,87,89,90,91,92,94,95,96,97,99,100,101,102,103,104,105,106,107,110,111,113,114,116,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,136,137,138,139,141,144,145,146,147,148,151,155,156,157,158,159,160,161,162,163,164],yourself:[2,64,164],ypo:44,ysu:57,yukawa:105,z_i:[115,159,163],z_j:[159,163],z_meam:136,zannoni:119,zbl:[136,150],zblcut:159,zblcutinn:150,zblcutout:150,zblexpscal:159,zblz:150,zero:[2,3,10,11,19,24,25,29,32,34,36,37,38,39,40,41,42,43,44,45,47,54,56,57,58,59,61,62,64,65,66,69,70,71,72,74,75,77,78,81,82,83,89,93,94,99,100,101,102,103,105,107,110,111,112,115,119,121,122,124,126,128,129,132,134,135,136,139,141,147,148,149,155,160,163],zeta:[70,116],zfactor:58,zhang:120,zhi:[2,57,83],zhi_bound:[2,57],zhou:[99,116,146,157,159],zhu:154,ziegler:[136,159,163],zimmerman2004:60,zimmerman2010:60,zimmerman:[29,60,99],zlib:57,zlim:149,zlo:[2,57,83],zlo_bound:[2,57],zmax:70,zmin:70,zn2:43,zone:40,zoom:[57,58,59],zr4:43,zsu:57,zwall:83,zwall_veloc:70},titles:["LAMMPS Documentation","5. Accelerating LAMMPS performance","6. How-to discussions","11. Python interface to LAMMPS","5.USER-INTEL package","angle_style charmm command","angle_style class2 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 quartic command","angle_style sdk command","balance command","bond_style class2 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 morse command","bond_style nonlinear command","bond_style quartic command","compute centro/atom command","compute cna/atom command","compute dpd command","compute fep command","compute gyration command","compute gyration/chunk command","compute heat/flux command","compute hexorder/atom command","compute msd/nongauss command","compute orientorder/atom command","compute pressure command","compute saed command","compute sna/atom command","compute stress/atom command","compute xrd command","create_atoms command","dihedral_style charmm command","dihedral_style class2 command","dihedral_style cosine/shift/exp command","dihedral_style fourier command","dihedral_style harmonic command","dihedral_style helix command","dihedral_style multi/harmonic command","dihedral_style nharmonic command","dihedral_style opls command","dihedral_style quadratic command","dihedral_style spherical command","dihedral_style command","dump command","dump image command","dump_modify command","fix atc command","fix ave/histo command","fix balance command","fix bond/swap command","fix box/relax command","fix controller command","fix ehex command","fix eos/cv command","fix eos/table/rx command","fix gld command","fix lb/fluid command","fix nvt command","fix nphug command","fix orient/fcc command","fix pimd command","fix qbmsst command","fix restrain command","fix rx command","fix shake command","fix spring/rg command","fix ti/rs command","fix ti/spring command","fix ttm command","fix wall/lj93 command","fix wall/region command","improper_style class2 command","improper_style cossq command","improper_style cvff command","improper_style distance command","improper_style fourier command","improper_style harmonic command","improper_style ring command","improper_style umbrella command","minimize command","neb command","pair_style adp command","pair_style airebo command","pair_style beck command","pair_style body command","pair_style bop command","pair_style born 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_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 dpd/fdt command","pair_style eam command","pair_style edip command","pair_style eff/cut command","pair_style eim command","pair_style exp6/rx 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 list command","pair_style lj/cut command","pair_style lj96/cut command","pair_style lj/cubic command","pair_style lj/expand command","pair_style lj/long/coul/long command","pair_style lj/sf command","pair_style lj/smooth command","pair_style lj/smooth/linear command","pair_style lj/cut/soft command","pair_style lubricate command","pair_style lubricateU command","pair_style lj/mdf command","pair_style meam command","pair_style meam/spline","pair_style meam/sw/spline","pair_style mgpt command","pair_style mie/cut command","pair_style morse command","pair_style multi/lucy command","pair_style multi/lucy/rx command","pair_style nb3b/harmonic command","pair_style nm/cut command","pair_style polymorphic command","pair_style resquared command","pair_style lj/sdk command","pair_style smtbq command","pair_style snap command","pair_style soft command","pair_style sph/idealgas command","pair_style sph/taitwater command","pair_style sph/taitwater/morris command","pair_style srp command","pair_style sw command","pair_style tersoff command","pair_style tersoff/mod command","pair_style tersoff/zbl command","pair_style vashishta command","pair_style yukawa command","pair_style yukawa/colloid command","pair_style zbl command","LAMMPS GitHub tutorial"],titleterms:{"default":[29,32,36,37,38,40,41,43,44,56,57,58,59,60,64,69,70,71,72,74,75,80,81,83,99,115,133,134,139,155],"long":[100,101,102,103,104,107,109,110,124,128,132,145,148],acceler:1,adiabat:2,adp:95,airebo:96,alloi:113,amber:2,angle_styl:[5,6,7,8,9,10,11,12,13,14,15,16,17,18],arrai:2,aspher:2,atc:60,atom:[2,29,30,36,38,41,42],aug:0,balanc:[19,62],barostat:2,bcc:73,beck:97,between:2,bodi:[2,98],bond:63,bond_styl:[20,21,22,23,24,25,26,27,28],bop:99,born:[100,109],box:[2,64],buck:[101,102,109,135],build:3,calcul:2,centro:29,charmm:[2,5,45,103,132],chunk:[2,34],class2:[6,20,46,85,104],cna:30,code:2,coeffici:2,colloid:[83,105,162],comb3:106,comb:106,command:[2,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,34,35,36,37,38,39,40,41,42,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],comparison:1,compos:2,comput:[2,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43],conduct:2,constant:2,control:65,core:2,cosin:[7,8,9,10,11,12,47],cossq:86,coul:[100,101,102,103,104,107,108,109,121,124,128,132,145,148],coupl:2,create_atom:44,cubic:126,custom:57,cut:[25,101,104,107,110,115,118,124,125,132,140,145],cvff:87,data:2,deby:[107,124],delta:8,descript:[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,34,35,36,37,38,39,40,41,42,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],diel:108,diffus:2,dihedral_styl:[45,46,47,48,49,50,51,52,53,54,55,56],dipol:[2,13,110],discuss:2,disp:2,distanc:88,document:0,dpd:[31,111,112],dreid:122,dreiding:2,drude:2,dsf:[107,124],dump:[2,57,58],dump_modifi:59,eam:113,edip:114,eff:115,ehex:66,eim:116,elastic:2,energi:112,exampl:[2,3,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,34,35,36,37,38,39,40,41,42,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,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,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],exp6:117,exp:[11,47],expand:[22,127],extend:3,fcc:73,fdt:112,fene:[21,22],fep:32,field:2,file:2,finit:2,fix:[2,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],fix_modifi:[60,61,62,64,65,66,70,71,72,73,75,76,78,79,80,81,82,83,84],flow:2,fluid:70,flux:35,forc:2,fourier:[14,15,48,89],from:[2,3],gauss:118,gaybern:119,gener:[1,2],github:164,gld:69,global:2,gpu:[97,100,101,103,104,105,107,110,111,113,118,119,121,124,125,126,127,140,141,147,148,151,156,157,158,159,161,162,163],gran:120,granular:2,gromac:121,gyrat:[33,34],h5md:57,harmon:[16,23,24,25,49,51,83,90,144],hbond:122,heat:35,helix:50,hertz:120,hexord:36,histo:61,histori:120,hook:120,how:2,idealga:152,imag:[57,58],implicit:103,improper_styl:[85,86,87,88,89,90,91,92],indice:0,induc:2,info:[0,60,61,62,64,65,66,70,71,72,73,75,76,78,79,80,81,82,83,84],input:2,install:3,integr:2,intel:[4,5,16,21,23,45,49,53,71,87,90,101,103,119,124,156,157],interfac:[2,3],kspace_styl:2,lammps:[0,1,2,3,164],lennard:135,librari:[2,3],linear:[131,141],list:123,lj1043:83,lj126:83,lj93:83,lj96:125,local:2,lubric:133,lubricateu:134,luci:[142,143],mdf:135,meam:[136,137,138],measur:1,mgpt:139,mie:140,minim:[60,61,62,64,65,66,70,71,72,73,75,76,78,79,80,81,82,83,84,93],mod:[82,158],model:2,molfil:57,morri:154,mors:[26,96,122,141],movi:[57,58],mpi:3,msd:37,msm:[100,101,103,107,124],multi:[2,51,142,143],multipl:2,nb3b:144,neb:94,nemd:2,nharmon:52,non:2,nongauss:37,nonlinear:27,nph:71,nphug:72,npt:71,nvt:71,omp:[5,6,7,8,9,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,27,28,45,46,47,48,49,50,51,52,53,54,71,72,85,86,87,89,90,91,92,95,96,97,100,101,102,103,104,105,106,107,108,110,111,113,116,118,119,120,121,122,124,125,126,127,128,129,130,131,132,133,137,138,141,144,145,147,148,151,156,157,158,159,160,161,162,163],opl:53,opt:[103,113,124,128,141],optim:1,option:2,orient:73,orientord:38,orthogon:2,other:2,output:[2,60,61,62,64,65,66,70,71,72,73,75,76,78,79,80,81,82,83,84],overview:3,packag:[1,4],pair:2,pair_styl:[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],parallel:3,paramet:2,particl:2,per:2,perform:1,period:9,pimd:74,polariz:2,poli:[133,134],polymorph:146,potenti:2,pppm:2,pressur:39,process:2,properti:2,python:3,qbmsst:75,quadrat:54,quantiti:2,quartic:[17,28],rattl:78,rebo:96,region:84,relat:[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,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,75,77,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,160,161,162,163],relax:64,replica:2,resquar:147,restart:[2,60,61,62,64,65,66,70,71,72,73,75,76,78,79,80,81,82,83,84],restrain:76,restrict:[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,34,35,36,37,38,39,40,41,42,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,150,151,152,153,154,155,156,157,158,159,160,161,162,163],rigid:2,ring:91,run:[2,3,60,61,62,64,65,66,70,71,72,73,75,76,78,79,80,81,82,83,84],scalar:2,script:[2,3],sdk:[18,148],serial:3,set:2,shake:78,share:3,shell:2,shift:[10,11,24,25,47],simpl:15,simul:2,size:2,smooth:[130,131,141],smtbq:149,sna:41,snad:41,snap:150,snapshot:2,snav:41,soft:[132,141,151],spc:2,sph:[152,153,154],spheric:[2,55],spline:[137,138],spring:[79,81],squar:12,srp:155,start:[60,61,62,64,65,66,70,71,72,73,75,76,78,79,80,81,82,83,84],stop:[60,61,62,64,65,66,70,71,72,73,75,76,78,79,80,81,82,83,84],strategi:1,streitz:107,stress:42,style:[1,2],summari:2,swap:63,syntax:[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,34,35,36,37,38,39,40,41,42,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,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],system:2,tabl:[0,2,68,157],taitwat:[153,154],temperatur:2,tersoff:[157,158,159],test:3,thermal:2,thermo:2,thermodynam:2,thermostat:2,time:2,tip3p:2,tip4p:[2,107,124,128,132],triclin:2,tstat:111,ttm:82,tutori:164,umbrella:92,user:4,using:[2,3],valu:2,variabl:2,variou:1,vashishta:160,vector:2,version:0,viscos:2,visual:2,vtk:57,wall:[2,83,84],water:2,weight:61,wolf:[100,107],wrapper:3,write:2,xrd:43,yukawa:[161,162],zbl:[159,163]}}) \ No newline at end of file diff --git a/doc/src/dump.txt b/doc/src/dump.txt index c6d619bd51..5b3508ed69 100644 --- a/doc/src/dump.txt +++ b/doc/src/dump.txt @@ -130,6 +130,10 @@ or multiple smaller files). NOTE: Because periodic boundary conditions are enforced only on timesteps when neighbor lists are rebuilt, the coordinates of an atom written to a dump file may be slightly outside the simulation box. +Re-neighbor timesteps will not typically coincide with the timesteps +dump snapshots are written. See the "dump_modify +pbc"_dump_modify.html command if you with to force coordinates to be +strictly inside the simulation box. NOTE: Unless the "dump_modify sort"_dump_modify.html option is invoked, the lines of atom information written to dump files diff --git a/doc/src/dump_modify.txt b/doc/src/dump_modify.txt index c7c670bb6b..00734a5975 100644 --- a/doc/src/dump_modify.txt +++ b/doc/src/dump_modify.txt @@ -36,6 +36,7 @@ keyword = {append} or {buffer} or {element} or {every} or {fileper} or {first} o {nfile} arg = Nf Nf = write this many files, one from each of Nf processors {pad} arg = Nchar = # of characters to convert timestep to + {pbc} arg = {yes} or {no} = remap atoms via periodic boundary conditions {precision} arg = power-of-10 value from 10 to 1000000 {region} arg = region-ID or "none" {scale} arg = {yes} or {no} @@ -377,6 +378,19 @@ timestep order. :line +The {pbc} keyword applies to all the dump styles. As explained on the +"dump"_dump.html doc page, atom coordinates in a dump file may be +slightly outside the simulation box. This is because periodic +boundary conditions are enforced only on timesteps when neighbor lists +are rebuilt, which will not typically coincide with the timesteps dump +snapshots are written. If the setting of this keyword is set to +{yes}, then all atoms will be remapped to the periodic box before the +snapshot is written, then restored to their original position. If it +is set to {no} they will not be. The {no} setting is the default +because it requires no extra computation. + +:line + The {precision} keyword only applies to the dump {xtc} style. A specified value of N means that coordinates are stored to 1/N nanometer accuracy, e.g. for N = 1000, the coordinates are written to @@ -755,6 +769,7 @@ image = no label = ENTRIES nfile = 1 pad = 0 +pbc = no precision = 1000 region = none scale = yes diff --git a/doc/src/fix_ave_histo.txt b/doc/src/fix_ave_histo.txt index 6f6cdc4a04..f6d812c16e 100644 --- a/doc/src/fix_ave_histo.txt +++ b/doc/src/fix_ave_histo.txt @@ -136,8 +136,9 @@ length. The first value (a scalar or vector) is what is histogrammed into bins, in the same manner the fix ave/histo command operates. The second value (a scalar or vector) is used as a "weight". This means that instead of each value tallying a "1" to its bin, the -corresponding weight is tallied. E.g. the Nth entry in the first -vector tallies the Nth entry (weight) in the second vector. +corresponding weight is tallied. E.g. The Nth entry (weight) in the +second vector is tallied to the bin corresponding to the Nth entry in +the first vector. :line