# 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.4223007559776315*${_u_distance} variable latticeconst_converted equal 5.4223007559776315*1 lattice diamond ${latticeconst_converted} lattice diamond 5.42230075597763 Lattice spacing in x,y,z = 5.4223008 5.4223008 5.4223008 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0 0 0) to (54.223008 54.223008 54.223008) 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 (54.223008 54.223008 54.223008) create_atoms CPU = 0.001 seconds variable mass_converted equal 28.0855*${_u_mass} variable mass_converted equal 28.0855*1 kim_interactions Si WARNING: 'kim_' has been renamed to 'kim '. Please update your input. kim interactions Si #=== BEGIN kim interactions ================================== pair_style kim MEAM_LAMMPS_CuiGaoCui_2012_LiSi__MO_557492625287_002 pair_coeff * * Si #=== END kim interactions ==================================== mass 1 ${mass_converted} mass 1 28.0855 # initial volume variable v equal vol # assign formula variable V0 equal ${v} # evaluate initial value variable V0 equal 159422.937867836 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 159422.937867836/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 159422.937867836/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 159422.937867836/(1*1*${_u_distance}) variable V0_metal equal 159422.937867836/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 159422.937867836*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 159422.937867836 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 333.15*${_u_temperature} variable temp_converted equal 333.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 333.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 333.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 333.15 333.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 333.15 333.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 "333.15 - 0.2" variable T_up equal "333.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_557492625287_002#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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 7.894 | 7.894 | 7.894 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -36685.621 -36685.621 -37030.082 -37030.082 333.15 333.15 159422.94 159422.94 2307.8438 2307.8438 1000 -36309.215 -36309.215 -36679.169 -36679.169 357.80569 357.80569 160862.89 160862.89 -555.28852 -555.28852 Loop time of 249.032 on 1 procs for 1000 steps with 8000 atoms Performance: 0.347 ns/day, 69.176 hours/ns, 4.016 timesteps/s 62.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 | 248.38 | 248.38 | 248.38 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.11595 | 0.11595 | 0.11595 | 0.0 | 0.05 Output | 0.0004202 | 0.0004202 | 0.0004202 | 0.0 | 0.00 Modify | 0.43453 | 0.43453 | 0.43453 | 0.0 | 0.17 Other | | 0.1016 | | | 0.04 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 8601 ave 8601 max 8601 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: 560000 ave 560000 max 560000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 560000 Ave neighs/atom = 70 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.136 | 8.136 | 8.136 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -36309.215 -36309.215 -36679.169 -36679.169 357.80569 357.80569 160862.89 160862.89 -555.28852 -555.28852 2000 -36346.362 -36346.362 -36688.105 -36688.105 330.52159 330.52159 160741.69 160741.69 -36.777794 -36.777794 Loop time of 272.651 on 1 procs for 1000 steps with 8000 atoms Performance: 0.317 ns/day, 75.736 hours/ns, 3.668 timesteps/s 61.1% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 271.66 | 271.66 | 271.66 | 0.0 | 99.64 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091264 | 0.091264 | 0.091264 | 0.0 | 0.03 Output | 0.00025974 | 0.00025974 | 0.00025974 | 0.0 | 0.00 Modify | 0.71501 | 0.71501 | 0.71501 | 0.0 | 0.26 Other | | 0.1819 | | | 0.07 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7606 ave 7606 max 7606 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: 550564 ave 550564 max 550564 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 550564 Ave neighs/atom = 68.8205 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.137 | 8.137 | 8.137 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -36346.362 -36346.362 -36688.105 -36688.105 330.52159 330.52159 160741.69 160741.69 -36.777794 -36.777794 3000 -36327.315 -36327.315 -36679.667 -36679.667 340.78254 340.78254 160693.87 160693.87 427.06153 427.06153 Loop time of 306.476 on 1 procs for 1000 steps with 8000 atoms Performance: 0.282 ns/day, 85.132 hours/ns, 3.263 timesteps/s 54.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 305.66 | 305.66 | 305.66 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.1187 | 0.1187 | 0.1187 | 0.0 | 0.04 Output | 0.00022152 | 0.00022152 | 0.00022152 | 0.0 | 0.00 Modify | 0.59311 | 0.59311 | 0.59311 | 0.0 | 0.19 Other | | 0.09998 | | | 0.03 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7749 ave 7749 max 7749 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: 551156 ave 551156 max 551156 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 551156 Ave neighs/atom = 68.8945 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.138 | 8.138 | 8.138 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -36327.315 -36327.315 -36679.667 -36679.667 340.78254 340.78254 160693.87 160693.87 427.06153 427.06153 4000 -36338.284 -36338.284 -36674.742 -36674.742 325.40897 325.40897 160748.59 160748.59 -71.362336 -71.362336 Loop time of 333.282 on 1 procs for 1000 steps with 8000 atoms Performance: 0.259 ns/day, 92.578 hours/ns, 3.000 timesteps/s 50.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 | 332.71 | 332.71 | 332.71 | 0.0 | 99.83 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.085582 | 0.085582 | 0.085582 | 0.0 | 0.03 Output | 0.0001116 | 0.0001116 | 0.0001116 | 0.0 | 0.00 Modify | 0.42709 | 0.42709 | 0.42709 | 0.0 | 0.13 Other | | 0.05775 | | | 0.02 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7673 ave 7673 max 7673 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: 550790 ave 550790 max 550790 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 550790 Ave neighs/atom = 68.84875 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.139 | 8.139 | 8.139 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -36338.284 -36338.284 -36674.742 -36674.742 325.40897 325.40897 160748.59 160748.59 -71.362336 -71.362336 5000 -36335.444 -36335.444 -36680.81 -36680.81 334.025 334.025 160788.54 160788.54 -236.65949 -236.65949 Loop time of 287.222 on 1 procs for 1000 steps with 8000 atoms Performance: 0.301 ns/day, 79.784 hours/ns, 3.482 timesteps/s 58.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 286.49 | 286.49 | 286.49 | 0.0 | 99.75 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.09612 | 0.09612 | 0.09612 | 0.0 | 0.03 Output | 8.523e-05 | 8.523e-05 | 8.523e-05 | 0.0 | 0.00 Modify | 0.51699 | 0.51699 | 0.51699 | 0.0 | 0.18 Other | | 0.1146 | | | 0.04 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7710 ave 7710 max 7710 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: 550094 ave 550094 max 550094 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 550094 Ave neighs/atom = 68.76175 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 = 332.760855225841, Press = 177.971888456129 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.139 | 8.139 | 8.139 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -36335.444 -36335.444 -36680.81 -36680.81 334.025 334.025 160788.54 160788.54 -236.65949 -236.65949 6000 -36331.596 -36331.596 -36675.598 -36675.598 332.70543 332.70543 160604.06 160604.06 832.95212 832.95212 Loop time of 238.383 on 1 procs for 1000 steps with 8000 atoms Performance: 0.362 ns/day, 66.218 hours/ns, 4.195 timesteps/s 70.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 | 237.72 | 237.72 | 237.72 | 0.0 | 99.72 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.056902 | 0.056902 | 0.056902 | 0.0 | 0.02 Output | 0.00018791 | 0.00018791 | 0.00018791 | 0.0 | 0.00 Modify | 0.50444 | 0.50444 | 0.50444 | 0.0 | 0.21 Other | | 0.09729 | | | 0.04 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7722 ave 7722 max 7722 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: 550834 ave 550834 max 550834 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 550834 Ave neighs/atom = 68.85425 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 = 332.646835247246, Press = 16.6739012925241 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.139 | 8.139 | 8.139 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -36331.596 -36331.596 -36675.598 -36675.598 332.70543 332.70543 160604.06 160604.06 832.95212 832.95212 7000 -36338.716 -36338.716 -36681.233 -36681.233 331.26955 331.26955 160796.41 160796.41 -248.60128 -248.60128 Loop time of 259.369 on 1 procs for 1000 steps with 8000 atoms Performance: 0.333 ns/day, 72.047 hours/ns, 3.856 timesteps/s 65.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 258.7 | 258.7 | 258.7 | 0.0 | 99.74 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091951 | 0.091951 | 0.091951 | 0.0 | 0.04 Output | 8.7214e-05 | 8.7214e-05 | 8.7214e-05 | 0.0 | 0.00 Modify | 0.44046 | 0.44046 | 0.44046 | 0.0 | 0.17 Other | | 0.1406 | | | 0.05 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7729 ave 7729 max 7729 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: 550760 ave 550760 max 550760 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 550760 Ave neighs/atom = 68.845 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 = 333.000337055223, Press = -11.143139541375 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.139 | 8.139 | 8.139 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -36338.716 -36338.716 -36681.233 -36681.233 331.26955 331.26955 160796.41 160796.41 -248.60128 -248.60128 8000 -36328.849 -36328.849 -36672.218 -36672.218 332.09328 332.09328 160852.28 160852.28 -546.44422 -546.44422 Loop time of 222.702 on 1 procs for 1000 steps with 8000 atoms Performance: 0.388 ns/day, 61.862 hours/ns, 4.490 timesteps/s 78.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 221.96 | 221.96 | 221.96 | 0.0 | 99.67 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.060123 | 0.060123 | 0.060123 | 0.0 | 0.03 Output | 0.0002032 | 0.0002032 | 0.0002032 | 0.0 | 0.00 Modify | 0.51782 | 0.51782 | 0.51782 | 0.0 | 0.23 Other | | 0.1605 | | | 0.07 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7687 ave 7687 max 7687 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: 550778 ave 550778 max 550778 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 550778 Ave neighs/atom = 68.84725 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 = 333.01186386035, Press = 6.55812930616474 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.139 | 8.139 | 8.139 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -36328.849 -36328.849 -36672.218 -36672.218 332.09328 332.09328 160852.28 160852.28 -546.44422 -546.44422 9000 -36338.096 -36338.096 -36687.768 -36687.768 338.18987 338.18987 160678.78 160678.78 320.6057 320.6057 Loop time of 187.515 on 1 procs for 1000 steps with 8000 atoms Performance: 0.461 ns/day, 52.088 hours/ns, 5.333 timesteps/s 98.7% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 187.15 | 187.15 | 187.15 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.037983 | 0.037983 | 0.037983 | 0.0 | 0.02 Output | 9.2193e-05 | 9.2193e-05 | 9.2193e-05 | 0.0 | 0.00 Modify | 0.29554 | 0.29554 | 0.29554 | 0.0 | 0.16 Other | | 0.02933 | | | 0.02 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7689 ave 7689 max 7689 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: 549816 ave 549816 max 549816 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 549816 Ave neighs/atom = 68.727 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 = 333.056395721498, Press = 2.41281123752894 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.139 | 8.139 | 8.139 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -36338.096 -36338.096 -36687.768 -36687.768 338.18987 338.18987 160678.78 160678.78 320.6057 320.6057 10000 -36330.04 -36330.04 -36679.034 -36679.034 337.53381 337.53381 160796 160796 -156.47543 -156.47543 Loop time of 191.323 on 1 procs for 1000 steps with 8000 atoms Performance: 0.452 ns/day, 53.145 hours/ns, 5.227 timesteps/s 97.4% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 190.94 | 190.94 | 190.94 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.039548 | 0.039548 | 0.039548 | 0.0 | 0.02 Output | 9.7854e-05 | 9.7854e-05 | 9.7854e-05 | 0.0 | 0.00 Modify | 0.30472 | 0.30472 | 0.30472 | 0.0 | 0.16 Other | | 0.03821 | | | 0.02 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7767 ave 7767 max 7767 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: 551482 ave 551482 max 551482 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 551482 Ave neighs/atom = 68.93525 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 = 333.099842023639, Press = -0.345897628051256 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.138 | 8.138 | 8.138 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -36330.04 -36330.04 -36679.034 -36679.034 337.53381 337.53381 160796 160796 -156.47543 -156.47543 11000 -36336.661 -36336.661 -36680.45 -36680.45 332.49986 332.49986 160798.89 160798.89 -281.75913 -281.75913 Loop time of 188.304 on 1 procs for 1000 steps with 8000 atoms Performance: 0.459 ns/day, 52.307 hours/ns, 5.311 timesteps/s 97.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 | 187.92 | 187.92 | 187.92 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.036563 | 0.036563 | 0.036563 | 0.0 | 0.02 Output | 8.3256e-05 | 8.3256e-05 | 8.3256e-05 | 0.0 | 0.00 Modify | 0.31503 | 0.31503 | 0.31503 | 0.0 | 0.17 Other | | 0.02964 | | | 0.02 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7646 ave 7646 max 7646 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: 550944 ave 550944 max 550944 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 550944 Ave neighs/atom = 68.868 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 = 333.239342315835, Press = 4.22302221907898 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.139 | 8.139 | 8.139 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 11000 -36336.661 -36336.661 -36680.45 -36680.45 332.49986 332.49986 160798.89 160798.89 -281.75913 -281.75913 12000 -36337.313 -36337.313 -36680.048 -36680.048 331.48023 331.48023 160622.83 160622.83 721.77069 721.77069 Loop time of 186.75 on 1 procs for 1000 steps with 8000 atoms Performance: 0.463 ns/day, 51.875 hours/ns, 5.355 timesteps/s 99.3% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 186.38 | 186.38 | 186.38 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.038664 | 0.038664 | 0.038664 | 0.0 | 0.02 Output | 9.1902e-05 | 9.1902e-05 | 9.1902e-05 | 0.0 | 0.00 Modify | 0.3012 | 0.3012 | 0.3012 | 0.0 | 0.16 Other | | 0.03155 | | | 0.02 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7757 ave 7757 max 7757 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: 550640 ave 550640 max 550640 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 550640 Ave neighs/atom = 68.83 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 = 333.424001089087, Press = 0.649706799959502 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.139 | 8.139 | 8.139 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 12000 -36337.313 -36337.313 -36680.048 -36680.048 331.48023 331.48023 160622.83 160622.83 721.77069 721.77069 13000 -36334.088 -36334.088 -36675.032 -36675.032 329.74794 329.74794 160863.86 160863.86 -641.83504 -641.83504 Loop time of 172.825 on 1 procs for 1000 steps with 8000 atoms Performance: 0.500 ns/day, 48.007 hours/ns, 5.786 timesteps/s 99.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 172.49 | 172.49 | 172.49 | 0.0 | 99.80 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.03571 | 0.03571 | 0.03571 | 0.0 | 0.02 Output | 8.2324e-05 | 8.2324e-05 | 8.2324e-05 | 0.0 | 0.00 Modify | 0.27417 | 0.27417 | 0.27417 | 0.0 | 0.16 Other | | 0.02974 | | | 0.02 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7696 ave 7696 max 7696 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: 551016 ave 551016 max 551016 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 551016 Ave neighs/atom = 68.877 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 = 333.33007352266, Press = -2.0322381972495 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.139 | 8.139 | 8.139 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 13000 -36334.088 -36334.088 -36675.032 -36675.032 329.74794 329.74794 160863.86 160863.86 -641.83504 -641.83504 14000 -36340.308 -36340.308 -36682.187 -36682.187 330.65275 330.65275 160840.19 160840.19 -625.0697 -625.0697 Loop time of 166.364 on 1 procs for 1000 steps with 8000 atoms Performance: 0.519 ns/day, 46.212 hours/ns, 6.011 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 166.04 | 166.04 | 166.04 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.034481 | 0.034481 | 0.034481 | 0.0 | 0.02 Output | 0.00012607 | 0.00012607 | 0.00012607 | 0.0 | 0.00 Modify | 0.26035 | 0.26035 | 0.26035 | 0.0 | 0.16 Other | | 0.02751 | | | 0.02 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7747 ave 7747 max 7747 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: 549954 ave 549954 max 549954 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 549954 Ave neighs/atom = 68.74425 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 = 333.161781757312, Press = 4.19049364762036 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.139 | 8.139 | 8.139 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 14000 -36340.308 -36340.308 -36682.187 -36682.187 330.65275 330.65275 160840.19 160840.19 -625.0697 -625.0697 15000 -36329.374 -36329.374 -36673.569 -36673.569 332.89246 332.89246 160623.66 160623.66 742.91906 742.91906 Loop time of 167.396 on 1 procs for 1000 steps with 8000 atoms Performance: 0.516 ns/day, 46.499 hours/ns, 5.974 timesteps/s 99.2% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 167.08 | 167.08 | 167.08 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.033759 | 0.033759 | 0.033759 | 0.0 | 0.02 Output | 7.9559e-05 | 7.9559e-05 | 7.9559e-05 | 0.0 | 0.00 Modify | 0.25936 | 0.25936 | 0.25936 | 0.0 | 0.15 Other | | 0.02651 | | | 0.02 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7703 ave 7703 max 7703 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: 550614 ave 550614 max 550614 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 550614 Ave neighs/atom = 68.82675 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 = 333.137130710085, Press = 1.04428374689926 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.8 ghost atom cutoff = 6.8 binsize = 3.4, bins = 16 16 16 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, cut 6.8 pair build: full/bin/atomonly stencil: full/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 8.139 | 8.139 | 8.139 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 15000 -36329.374 -36329.374 -36673.569 -36673.569 332.89246 332.89246 160623.66 160623.66 742.91906 742.91906 16000 -36334.671 -36334.671 -36680.91 -36680.91 334.86883 334.86883 160761.43 160761.43 44.153202 44.153202 Loop time of 166.939 on 1 procs for 1000 steps with 8000 atoms Performance: 0.518 ns/day, 46.372 hours/ns, 5.990 timesteps/s 99.5% CPU use with 1 MPI tasks x 1 OpenMP threads MPI task timing breakdown: Section | min time | avg time | max time |%varavg| %total --------------------------------------------------------------- Pair | 166.62 | 166.62 | 166.62 | 0.0 | 99.81 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.033078 | 0.033078 | 0.033078 | 0.0 | 0.02 Output | 7.2075e-05 | 7.2075e-05 | 7.2075e-05 | 0.0 | 0.00 Modify | 0.25781 | 0.25781 | 0.25781 | 0.0 | 0.15 Other | | 0.02538 | | | 0.02 Nlocal: 8000 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 7702 ave 7702 max 7702 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: 550504 ave 550504 max 550504 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 550504 Ave neighs/atom = 68.813 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_T333.15.out" else "print 'not_converged' file output/vol_T333.15.out" print '${V}' file output/vol_T333.15.out 160749.383980608 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0