# periodic boundary conditions along all three dimensions boundary p p p # Set neighbor skin variable neigh_skin equal 2.0*${_u_distance} variable neigh_skin equal 2.0*1 neighbor ${neigh_skin} bin neighbor 2 bin # create a supercell with cubic lattice (fcc, bcc, sc, or diamond) # using 10*10*10 conventional (orthogonal) unit cells variable latticeconst_converted equal 5.658032611012459*${_u_distance} variable latticeconst_converted equal 5.658032611012459*1 lattice diamond ${latticeconst_converted} lattice diamond 5.65803261101246 Lattice spacing in x,y,z = 5.6580326 5.6580326 5.6580326 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (56.580326 56.580326 56.580326) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 8000 atoms using lattice units in orthogonal box = (0 0 0) to (56.580326 56.580326 56.580326) create_atoms CPU = 0.008 seconds variable mass_converted equal 72.64*${_u_mass} variable mass_converted equal 72.64*1 kim_interactions Ge WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Ge #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_KimShinLee_2008_Ge__MO_657096500078_001 pair_coeff * * Ge #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 72.64 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 181132.482255555 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 181132.482255555/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 181132.482255555/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 181132.482255555/(1*1*${_u_distance}) variable V0_metal equal 181132.482255555/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 181132.482255555*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 181132.482255555 Angstroms^3 # set the time step to 0.001 picoseconds variable timestep_converted equal 0.001*${_u_time} variable timestep_converted equal 0.001*1 timestep ${timestep_converted} timestep 0.001 variable temp_converted equal 313.15*${_u_temperature} variable temp_converted equal 313.15*1 variable Tdamp_converted equal 0.1*${_u_time} variable Tdamp_converted equal 0.1*1 variable press_converted equal 0.0*${_u_pressure} variable press_converted equal 0.0*1 variable Pdamp_converted equal 1*${_u_time} variable Pdamp_converted equal 1*1 # create initial velocities consistent with the chosen temperature velocity all create ${temp_converted} 17 mom yes rot yes velocity all create 313.15 17 mom yes rot yes # set NPT ensemble for all atoms fix ensemble all npt temp ${temp_converted} ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 313.15 313.15 0.1 iso 0 0 1 # compute the time averages of pressure, temperature, and volume, respectively # ignore the first 5000 timesteps variable etotal_metal equal etotal/${_u_energy} variable etotal_metal equal etotal/1 variable pe_metal equal pe/${_u_energy} variable pe_metal equal pe/1 variable T_metal equal temp/${_u_temperature} variable T_metal equal temp/1 variable V_metal equal vol/(${_u_distance}*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*${_u_distance}*${_u_distance}) variable V_metal equal vol/(1*1*${_u_distance}) variable V_metal equal vol/(1*1*1) variable P_metal equal press/${_u_pressure} variable P_metal equal press/1 fix avgmyTemp all ave/time 5 20 100 v_T_metal ave running start 5000 fix avgmyPress all ave/time 5 20 100 v_P_metal ave running start 5000 fix avgmyVol all ave/time 5 20 100 v_V_metal ave running start 5000 # extract fix quantities into variables so they can be used in if-else logic later. variable T equal f_avgmyTemp variable P equal f_avgmyPress variable V equal f_avgmyVol # set error bounds for temperature and pressure in original metal units (K and bar) variable T_low equal "313.15 - 0.2" variable T_up equal "313.15 + 0.2" variable P_low equal "0.0 - 0.2" variable P_up equal "0.0 + 0.2" # print to logfile every 1000 timesteps thermo_style custom step etotal v_etotal_metal pe v_pe_metal temp v_T_metal vol v_V_metal press v_P_metal thermo 1000 # Run a simulation for at most 2000*1000 timesteps. At each 1000th time step, check # whether the temperature and pressure have converged. If yes, break. label top variable a loop 2000 run 1000 CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Your simulation uses code contributions which should be cited: - OpenKIM: https://doi.org/10.1007/s11837-011-0102-6 @Article{tadmor:elliott:2011, author = {E. B. Tadmor and R. S. Elliott and J. P. Sethna and R. E. Miller and C. A. Becker}, title = {The potential of atomistic simulations and the {K}nowledgebase of {I}nteratomic {M}odels}, journal = {{JOM}}, year = 2011, volume = 63, number = 17, pages = {17}, doi = {10.1007/s11837-011-0102-6} } - OpenKIM potential: https://openkim.org/cite/MO_657096500078_001#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.683 | 4.683 | 4.683 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -30476.218 -30476.218 -30800 -30800 313.15 313.15 181132.48 181132.48 1909.3062 1909.3062 1000 -30124.063 -30124.063 -30473.194 -30473.194 337.66622 337.66622 182550.79 182550.79 -884.0723 -884.0723 Loop time of 123.712 on 1 procs for 1000 steps with 8000 atoms Performance: 0.698 ns/day, 34.365 hours/ns, 8.083 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.99 | 121.99 | 121.99 | 0.0 | 98.61 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21366 | 0.21366 | 0.21366 | 0.0 | 0.17 Output | 0.00029111 | 0.00029111 | 0.00029111 | 0.0 | 0.00 Modify | 1.345 | 1.345 | 1.345 | 0.0 | 1.09 Other | | 0.1617 | | | 0.13 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 368000 ave 368000 max 368000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 368000 Ave neighs/atom = 46 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -30124.063 -30124.063 -30473.194 -30473.194 337.66622 337.66622 182550.79 182550.79 -884.0723 -884.0723 2000 -30158.083 -30158.083 -30488.455 -30488.455 319.52364 319.52364 182287.94 182287.94 206.16765 206.16765 Loop time of 122.514 on 1 procs for 1000 steps with 8000 atoms Performance: 0.705 ns/day, 34.032 hours/ns, 8.162 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 120.84 | 120.84 | 120.84 | 0.0 | 98.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20844 | 0.20844 | 0.20844 | 0.0 | 0.17 Output | 0.00028205 | 0.00028205 | 0.00028205 | 0.0 | 0.00 Modify | 1.3009 | 1.3009 | 1.3009 | 0.0 | 1.06 Other | | 0.1599 | | | 0.13 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367980 ave 367980 max 367980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367980 Ave neighs/atom = 45.9975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -30158.083 -30158.083 -30488.455 -30488.455 319.52364 319.52364 182287.94 182287.94 206.16765 206.16765 3000 -30139.87 -30139.87 -30469.169 -30469.169 318.48596 318.48596 182353.48 182353.48 111.42359 111.42359 Loop time of 123.334 on 1 procs for 1000 steps with 8000 atoms Performance: 0.701 ns/day, 34.260 hours/ns, 8.108 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 121.65 | 121.65 | 121.65 | 0.0 | 98.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.20959 | 0.20959 | 0.20959 | 0.0 | 0.17 Output | 0.00040194 | 0.00040194 | 0.00040194 | 0.0 | 0.00 Modify | 1.3116 | 1.3116 | 1.3116 | 0.0 | 1.06 Other | | 0.1605 | | | 0.13 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367978 ave 367978 max 367978 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367978 Ave neighs/atom = 45.99725 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -30139.87 -30139.87 -30469.169 -30469.169 318.48596 318.48596 182353.48 182353.48 111.42359 111.42359 4000 -30151.473 -30151.473 -30480.701 -30480.701 318.41694 318.41694 182371.12 182371.12 2.418301 2.418301 Loop time of 143.366 on 1 procs for 1000 steps with 8000 atoms Performance: 0.603 ns/day, 39.824 hours/ns, 6.975 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 141.33 | 141.33 | 141.33 | 0.0 | 98.58 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.23428 | 0.23428 | 0.23428 | 0.0 | 0.16 Output | 0.00036269 | 0.00036269 | 0.00036269 | 0.0 | 0.00 Modify | 1.618 | 1.618 | 1.618 | 0.0 | 1.13 Other | | 0.1856 | | | 0.13 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367982 ave 367982 max 367982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367982 Ave neighs/atom = 45.99775 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 0, Press = 0 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -30151.473 -30151.473 -30480.701 -30480.701 318.41694 318.41694 182371.12 182371.12 2.418301 2.418301 5000 -30145.683 -30145.683 -30467.53 -30467.53 311.2792 311.2792 182261.92 182261.92 391.66127 391.66127 Loop time of 143.163 on 1 procs for 1000 steps with 8000 atoms Performance: 0.604 ns/day, 39.768 hours/ns, 6.985 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 141.11 | 141.11 | 141.11 | 0.0 | 98.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.2364 | 0.2364 | 0.2364 | 0.0 | 0.17 Output | 0.00028922 | 0.00028922 | 0.00028922 | 0.0 | 0.00 Modify | 1.6255 | 1.6255 | 1.6255 | 0.0 | 1.14 Other | | 0.1861 | | | 0.13 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367980 ave 367980 max 367980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367980 Ave neighs/atom = 45.9975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 318.451136050739, Press = 172.121151863541 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -30145.683 -30145.683 -30467.53 -30467.53 311.2792 311.2792 182261.92 182261.92 391.66127 391.66127 6000 -30146.625 -30146.625 -30471.036 -30471.036 313.75773 313.75773 182543.45 182543.45 -645.94229 -645.94229 Loop time of 143.58 on 1 procs for 1000 steps with 8000 atoms Performance: 0.602 ns/day, 39.883 hours/ns, 6.965 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 141.51 | 141.51 | 141.51 | 0.0 | 98.56 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.23075 | 0.23075 | 0.23075 | 0.0 | 0.16 Output | 0.00033275 | 0.00033275 | 0.00033275 | 0.0 | 0.00 Modify | 1.6543 | 1.6543 | 1.6543 | 0.0 | 1.15 Other | | 0.1837 | | | 0.13 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367986 ave 367986 max 367986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367986 Ave neighs/atom = 45.99825 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.109581457967, Press = 23.8072788156089 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -30146.625 -30146.625 -30471.036 -30471.036 313.75773 313.75773 182543.45 182543.45 -645.94229 -645.94229 7000 -30147.459 -30147.459 -30477.749 -30477.749 319.44375 319.44375 182181.26 182181.26 734.69719 734.69719 Loop time of 143.556 on 1 procs for 1000 steps with 8000 atoms Performance: 0.602 ns/day, 39.877 hours/ns, 6.966 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 141.47 | 141.47 | 141.47 | 0.0 | 98.55 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.23392 | 0.23392 | 0.23392 | 0.0 | 0.16 Output | 0.00034742 | 0.00034742 | 0.00034742 | 0.0 | 0.00 Modify | 1.6686 | 1.6686 | 1.6686 | 0.0 | 1.16 Other | | 0.184 | | | 0.13 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367994 ave 367994 max 367994 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367994 Ave neighs/atom = 45.99925 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.390635343386, Press = 5.00811094910643 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -30147.459 -30147.459 -30477.749 -30477.749 319.44375 319.44375 182181.26 182181.26 734.69719 734.69719 8000 -30146.736 -30146.736 -30475.579 -30475.579 318.04442 318.04442 182454.46 182454.46 -393.82714 -393.82714 Loop time of 143.333 on 1 procs for 1000 steps with 8000 atoms Performance: 0.603 ns/day, 39.815 hours/ns, 6.977 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 141.17 | 141.17 | 141.17 | 0.0 | 98.49 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.23907 | 0.23907 | 0.23907 | 0.0 | 0.17 Output | 0.00024793 | 0.00024793 | 0.00024793 | 0.0 | 0.00 Modify | 1.7318 | 1.7318 | 1.7318 | 0.0 | 1.21 Other | | 0.1903 | | | 0.13 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367988 ave 367988 max 367988 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367988 Ave neighs/atom = 45.9985 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.22306516893, Press = 5.8764016623192 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -30146.736 -30146.736 -30475.579 -30475.579 318.04442 318.04442 182454.46 182454.46 -393.82714 -393.82714 9000 -30149.406 -30149.406 -30475.854 -30475.854 315.72812 315.72812 182244.27 182244.27 452.79135 452.79135 Loop time of 143.312 on 1 procs for 1000 steps with 8000 atoms Performance: 0.603 ns/day, 39.809 hours/ns, 6.978 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 141.21 | 141.21 | 141.21 | 0.0 | 98.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.2362 | 0.2362 | 0.2362 | 0.0 | 0.16 Output | 0.00030685 | 0.00030685 | 0.00030685 | 0.0 | 0.00 Modify | 1.681 | 1.681 | 1.681 | 0.0 | 1.17 Other | | 0.1863 | | | 0.13 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367982 ave 367982 max 367982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367982 Ave neighs/atom = 45.99775 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.165308834127, Press = 0.951668158442429 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -30149.406 -30149.406 -30475.854 -30475.854 315.72812 315.72812 182244.27 182244.27 452.79135 452.79135 10000 -30147.309 -30147.309 -30465.184 -30465.184 307.43689 307.43689 182433.35 182433.35 -335.31941 -335.31941 Loop time of 143.388 on 1 procs for 1000 steps with 8000 atoms Performance: 0.603 ns/day, 39.830 hours/ns, 6.974 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 141.26 | 141.26 | 141.26 | 0.0 | 98.52 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.2368 | 0.2368 | 0.2368 | 0.0 | 0.17 Output | 0.00029719 | 0.00029719 | 0.00029719 | 0.0 | 0.00 Modify | 1.6986 | 1.6986 | 1.6986 | 0.0 | 1.18 Other | | 0.1886 | | | 0.13 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367974 ave 367974 max 367974 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367974 Ave neighs/atom = 45.99675 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.163020067734, Press = -0.284875059437439 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -30147.309 -30147.309 -30465.184 -30465.184 307.43689 307.43689 182433.35 182433.35 -335.31941 -335.31941 11000 -30146.557 -30146.557 -30468.17 -30468.17 311.05199 311.05199 182478.6 182478.6 -356.50286 -356.50286 Loop time of 124.811 on 1 procs for 1000 steps with 8000 atoms Performance: 0.692 ns/day, 34.670 hours/ns, 8.012 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 123.06 | 123.06 | 123.06 | 0.0 | 98.60 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.21259 | 0.21259 | 0.21259 | 0.0 | 0.17 Output | 0.00024551 | 0.00024551 | 0.00024551 | 0.0 | 0.00 Modify | 1.3784 | 1.3784 | 1.3784 | 0.0 | 1.10 Other | | 0.162 | | | 0.13 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367988 ave 367988 max 367988 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367988 Ave neighs/atom = 45.9985 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.257900902895, Press = 2.04123314901614 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -30146.557 -30146.557 -30468.17 -30468.17 311.05199 311.05199 182478.6 182478.6 -356.50286 -356.50286 12000 -30147.04 -30147.04 -30462.099 -30462.099 304.71337 304.71337 182435.94 182435.94 -278.74527 -278.74527 Loop time of 132.817 on 1 procs for 1000 steps with 8000 atoms Performance: 0.651 ns/day, 36.894 hours/ns, 7.529 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 130.92 | 130.92 | 130.92 | 0.0 | 98.57 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.22227 | 0.22227 | 0.22227 | 0.0 | 0.17 Output | 0.00024569 | 0.00024569 | 0.00024569 | 0.0 | 0.00 Modify | 1.5025 | 1.5025 | 1.5025 | 0.0 | 1.13 Other | | 0.1742 | | | 0.13 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367988 ave 367988 max 367988 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367988 Ave neighs/atom = 45.9985 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.274634726435, Press = 0.630570117659724 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -30147.04 -30147.04 -30462.099 -30462.099 304.71337 304.71337 182435.94 182435.94 -278.74527 -278.74527 13000 -30151.919 -30151.919 -30466.35 -30466.35 304.10567 304.10567 182347.05 182347.05 -14.746105 -14.746105 Loop time of 143.548 on 1 procs for 1000 steps with 8000 atoms Performance: 0.602 ns/day, 39.874 hours/ns, 6.966 timesteps/s 100.0% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 141.44 | 141.44 | 141.44 | 0.0 | 98.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.23669 | 0.23669 | 0.23669 | 0.0 | 0.16 Output | 0.00024666 | 0.00024666 | 0.00024666 | 0.0 | 0.00 Modify | 1.6821 | 1.6821 | 1.6821 | 0.0 | 1.17 Other | | 0.1867 | | | 0.13 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367980 ave 367980 max 367980 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367980 Ave neighs/atom = 45.9975 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.268049735697, Press = 1.25675630794951 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -30151.919 -30151.919 -30466.35 -30466.35 304.10567 304.10567 182347.05 182347.05 -14.746105 -14.746105 14000 -30152.617 -30152.617 -30466.847 -30466.847 303.91232 303.91232 182498.77 182498.77 -567.79666 -567.79666 Loop time of 144.224 on 1 procs for 1000 steps with 8000 atoms Performance: 0.599 ns/day, 40.062 hours/ns, 6.934 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 142.07 | 142.07 | 142.07 | 0.0 | 98.50 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.2393 | 0.2393 | 0.2393 | 0.0 | 0.17 Output | 0.00037361 | 0.00037361 | 0.00037361 | 0.0 | 0.00 Modify | 1.7263 | 1.7263 | 1.7263 | 0.0 | 1.20 Other | | 0.1919 | | | 0.13 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367978 ave 367978 max 367978 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367978 Ave neighs/atom = 45.99725 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.230541846589, Press = -1.03424959566518 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -30152.617 -30152.617 -30466.847 -30466.847 303.91232 303.91232 182498.77 182498.77 -567.79666 -567.79666 15000 -30144.914 -30144.914 -30467.381 -30467.381 311.878 311.878 182167.18 182167.18 814.78561 814.78561 Loop time of 144.197 on 1 procs for 1000 steps with 8000 atoms Performance: 0.599 ns/day, 40.055 hours/ns, 6.935 timesteps/s 99.8% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 142.04 | 142.04 | 142.04 | 0.0 | 98.51 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.24087 | 0.24087 | 0.24087 | 0.0 | 0.17 Output | 0.00024644 | 0.00024644 | 0.00024644 | 0.0 | 0.00 Modify | 1.7238 | 1.7238 | 1.7238 | 0.0 | 1.20 Other | | 0.1907 | | | 0.13 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367978 ave 367978 max 367978 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367978 Ave neighs/atom = 45.99725 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" print "flag: Temp = ${T}, Press = ${P}" flag: Temp = 313.178025153931, Press = 0.941861025898818 next a jump SELF top variable a loop 2000 run 1000 Generated 0 of 0 mixed pair_coeff terms from geometric mixing rule Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 6.5 ghost atom cutoff = 6.5 binsize = 3.25, bins = 18 18 18 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.5 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.684 | 4.684 | 4.684 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -30144.914 -30144.914 -30467.381 -30467.381 311.878 311.878 182167.18 182167.18 814.78561 814.78561 16000 -30148.254 -30148.254 -30468.563 -30468.563 309.79071 309.79071 182634.52 182634.52 -1114.5789 -1114.5789 Loop time of 143.773 on 1 procs for 1000 steps with 8000 atoms Performance: 0.601 ns/day, 39.937 hours/ns, 6.955 timesteps/s 99.9% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 141.66 | 141.66 | 141.66 | 0.0 | 98.53 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.23881 | 0.23881 | 0.23881 | 0.0 | 0.17 Output | 0.00029369 | 0.00029369 | 0.00029369 | 0.0 | 0.00 Modify | 1.6899 | 1.6899 | 1.6899 | 0.0 | 1.18 Other | | 0.1875 | | | 0.13 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 6725 ave 6725 max 6725 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 367988 ave 367988 max 367988 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 367988 Ave neighs/atom = 45.9985 Neighbor list builds = 0 Dangerous builds = 0 if "${V_metal}>${V0_metal_times1000}" then "jump SELF unstable" if "${T}>${T_low} && ${T}<${T_up} && ${P}>${P_low} && ${P}<${P_up}" then "jump SELF break" jump SELF break # Write final averaged volume to file if temperature and volume have converged; otherwise wirte a # flag to indicate non-convergence. variable myStep equal step if "${myStep} < 2000000" then "print '${V}' file output/vol_T313.15.out" else "print 'not_converged' file output/vol_T313.15.out" print '${V}' file output/vol_T313.15.out 182378.28228056 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0