# 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.432114839553833*${_u_distance} variable latticeconst_converted equal 5.432114839553833*1 lattice diamond ${latticeconst_converted} lattice diamond 5.43211483955383 Lattice spacing in x,y,z = 5.4321148 5.4321148 5.4321148 region simbox block 0 10 0 10 0 10 units lattice create_box 1 simbox Created orthogonal box = (0.0000000 0.0000000 0.0000000) to (54.321148 54.321148 54.321148) 1 by 1 by 1 MPI processor grid create_atoms 1 box Created 8000 atoms using lattice units in orthogonal box = (0.0000000 0.0000000 0.0000000) to (54.321148 54.321148 54.321148) create_atoms CPU = 0.002 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 Tersoff_LAMMPS_MunetohMotookaMoriguchi_2007_SiO__MO_501246546792_000 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 160290.147365521 variable V0_metal equal ${V0}/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 160290.147365521/(${_u_distance}*${_u_distance}*${_u_distance}) variable V0_metal equal 160290.147365521/(1*${_u_distance}*${_u_distance}) variable V0_metal equal 160290.147365521/(1*1*${_u_distance}) variable V0_metal equal 160290.147365521/(1*1*1) variable V0_metal_times1000 equal ${V0_metal}*1000 variable V0_metal_times1000 equal 160290.147365521*1000 print "Initial system volume: ${V0_metal} Angstroms^3" Initial system volume: 160290.147365521 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 253.15*${_u_temperature} variable temp_converted equal 253.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 253.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 253.15 ${temp_converted} ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 ${Tdamp_converted} iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso ${press_converted} ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso 0 ${press_converted} ${Pdamp_converted} fix ensemble all npt temp 253.15 253.15 0.1 iso 0 0 ${Pdamp_converted} fix ensemble all npt temp 253.15 253.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 "253.15 - 0.2" variable T_up equal "253.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_501246546792_000#item-citation CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 4.8 ghost atom cutoff = 4.8 binsize = 2.4, bins = 23 23 23 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.8 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.626 | 4.626 | 4.626 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 0 -36769.237 -36769.237 -37030.982 -37030.982 253.15 253.15 160290.15 160290.15 1744.1795 1744.1795 1000 -36486.501 -36486.501 -36755.431 -36755.431 260.09946 260.09946 161175.06 161175.06 -676.20745 -676.20745 Loop time of 108.603 on 1 procs for 1000 steps with 8000 atoms Performance: 0.796 ns/day, 30.167 hours/ns, 9.208 timesteps/s 99.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 | 107.21 | 107.21 | 107.21 | 0.0 | 98.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.094752 | 0.094752 | 0.094752 | 0.0 | 0.09 Output | 0.0003295 | 0.0003295 | 0.0003295 | 0.0 | 0.00 Modify | 1.1685 | 1.1685 | 1.1685 | 0.0 | 1.08 Other | | 0.1332 | | | 0.12 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4995.00 ave 4995 max 4995 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 224000.0 ave 224000 max 224000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 224000 Ave neighs/atom = 28.000000 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 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 4.8 ghost atom cutoff = 4.8 binsize = 2.4, bins = 23 23 23 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.8 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.626 | 4.626 | 4.626 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 1000 -36486.501 -36486.501 -36755.431 -36755.431 260.09946 260.09946 161175.06 161175.06 -676.20745 -676.20745 2000 -36511.72 -36511.72 -36774.504 -36774.504 254.15468 254.15468 160936.24 160936.24 718.28745 718.28745 Loop time of 108.154 on 1 procs for 1000 steps with 8000 atoms Performance: 0.799 ns/day, 30.043 hours/ns, 9.246 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 | 106.76 | 106.76 | 106.76 | 0.0 | 98.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.093644 | 0.093644 | 0.093644 | 0.0 | 0.09 Output | 0.00027917 | 0.00027917 | 0.00027917 | 0.0 | 0.00 Modify | 1.1672 | 1.1672 | 1.1672 | 0.0 | 1.08 Other | | 0.1319 | | | 0.12 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4995.00 ave 4995 max 4995 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 223982.0 ave 223982 max 223982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 223982 Ave neighs/atom = 27.997750 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 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 4.8 ghost atom cutoff = 4.8 binsize = 2.4, bins = 23 23 23 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.8 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.626 | 4.626 | 4.626 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 2000 -36511.72 -36511.72 -36774.504 -36774.504 254.15468 254.15468 160936.24 160936.24 718.28745 718.28745 3000 -36502.29 -36502.29 -36760.415 -36760.415 249.64909 249.64909 161097.97 161097.97 -431.17501 -431.17501 Loop time of 108.726 on 1 procs for 1000 steps with 8000 atoms Performance: 0.795 ns/day, 30.202 hours/ns, 9.197 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 | 107.32 | 107.32 | 107.32 | 0.0 | 98.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.095068 | 0.095068 | 0.095068 | 0.0 | 0.09 Output | 0.00028754 | 0.00028754 | 0.00028754 | 0.0 | 0.00 Modify | 1.1755 | 1.1755 | 1.1755 | 0.0 | 1.08 Other | | 0.1328 | | | 0.12 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4995.00 ave 4995 max 4995 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 223992.0 ave 223992 max 223992 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 223992 Ave neighs/atom = 27.999000 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 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 4.8 ghost atom cutoff = 4.8 binsize = 2.4, bins = 23 23 23 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.8 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.626 | 4.626 | 4.626 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 3000 -36502.29 -36502.29 -36760.415 -36760.415 249.64909 249.64909 161097.97 161097.97 -431.17501 -431.17501 4000 -36503.651 -36503.651 -36765.351 -36765.351 253.10597 253.10597 161077.28 161077.28 -255.69259 -255.69259 Loop time of 108.72 on 1 procs for 1000 steps with 8000 atoms Performance: 0.795 ns/day, 30.200 hours/ns, 9.198 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 | 107.32 | 107.32 | 107.32 | 0.0 | 98.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.094579 | 0.094579 | 0.094579 | 0.0 | 0.09 Output | 0.00026087 | 0.00026087 | 0.00026087 | 0.0 | 0.00 Modify | 1.173 | 1.173 | 1.173 | 0.0 | 1.08 Other | | 0.1324 | | | 0.12 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4995.00 ave 4995 max 4995 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 223982.0 ave 223982 max 223982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 223982 Ave neighs/atom = 27.997750 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 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 4.8 ghost atom cutoff = 4.8 binsize = 2.4, bins = 23 23 23 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.8 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.626 | 4.626 | 4.626 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 4000 -36503.651 -36503.651 -36765.351 -36765.351 253.10597 253.10597 161077.28 161077.28 -255.69259 -255.69259 5000 -36508.25 -36508.25 -36773.587 -36773.587 256.62435 256.62435 160983.73 160983.73 400.29987 400.29987 Loop time of 108.31 on 1 procs for 1000 steps with 8000 atoms Performance: 0.798 ns/day, 30.086 hours/ns, 9.233 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 | 106.91 | 106.91 | 106.91 | 0.0 | 98.71 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.094662 | 0.094662 | 0.094662 | 0.0 | 0.09 Output | 0.00023462 | 0.00023462 | 0.00023462 | 0.0 | 0.00 Modify | 1.1708 | 1.1708 | 1.1708 | 0.0 | 1.08 Other | | 0.1318 | | | 0.12 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4995.00 ave 4995 max 4995 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 223982.0 ave 223982 max 223982 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 223982 Ave neighs/atom = 27.997750 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 = 253.318234669048, Press = -128.077353216465 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 4.8 ghost atom cutoff = 4.8 binsize = 2.4, bins = 23 23 23 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.8 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.626 | 4.626 | 4.626 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 5000 -36508.25 -36508.25 -36773.587 -36773.587 256.62435 256.62435 160983.73 160983.73 400.29987 400.29987 6000 -36500.258 -36500.258 -36763.747 -36763.747 254.83731 254.83731 161068.68 161068.68 -161.06502 -161.06502 Loop time of 108.565 on 1 procs for 1000 steps with 8000 atoms Performance: 0.796 ns/day, 30.157 hours/ns, 9.211 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 | 107.15 | 107.15 | 107.15 | 0.0 | 98.69 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.093025 | 0.093025 | 0.093025 | 0.0 | 0.09 Output | 0.00022192 | 0.00022192 | 0.00022192 | 0.0 | 0.00 Modify | 1.1914 | 1.1914 | 1.1914 | 0.0 | 1.10 Other | | 0.1323 | | | 0.12 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4995.00 ave 4995 max 4995 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 223992.0 ave 223992 max 223992 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 223992 Ave neighs/atom = 27.999000 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 = 252.795365585772, Press = -5.55238789210589 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 4.8 ghost atom cutoff = 4.8 binsize = 2.4, bins = 23 23 23 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.8 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.626 | 4.626 | 4.626 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 6000 -36500.258 -36500.258 -36763.747 -36763.747 254.83731 254.83731 161068.68 161068.68 -161.06502 -161.06502 7000 -36509.252 -36509.252 -36767.959 -36767.959 250.21245 250.21245 161036.03 161036.03 23.500587 23.500587 Loop time of 108.324 on 1 procs for 1000 steps with 8000 atoms Performance: 0.798 ns/day, 30.090 hours/ns, 9.232 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 | 106.91 | 106.91 | 106.91 | 0.0 | 98.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.093397 | 0.093397 | 0.093397 | 0.0 | 0.09 Output | 0.00021767 | 0.00021767 | 0.00021767 | 0.0 | 0.00 Modify | 1.1878 | 1.1878 | 1.1878 | 0.0 | 1.10 Other | | 0.1319 | | | 0.12 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4995.00 ave 4995 max 4995 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 223986.0 ave 223986 max 223986 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 223986 Ave neighs/atom = 27.998250 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 = 252.999883743322, Press = -8.34877431778818 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 4.8 ghost atom cutoff = 4.8 binsize = 2.4, bins = 23 23 23 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.8 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.626 | 4.626 | 4.626 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 7000 -36509.252 -36509.252 -36767.959 -36767.959 250.21245 250.21245 161036.03 161036.03 23.500587 23.500587 8000 -36502.645 -36502.645 -36762.192 -36762.192 251.02405 251.02405 161085.05 161085.05 -266.09968 -266.09968 Loop time of 105.291 on 1 procs for 1000 steps with 8000 atoms Performance: 0.821 ns/day, 29.247 hours/ns, 9.497 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 | 103.92 | 103.92 | 103.92 | 0.0 | 98.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.091184 | 0.091184 | 0.091184 | 0.0 | 0.09 Output | 0.00017644 | 0.00017644 | 0.00017644 | 0.0 | 0.00 Modify | 1.1483 | 1.1483 | 1.1483 | 0.0 | 1.09 Other | | 0.1268 | | | 0.12 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4995.00 ave 4995 max 4995 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 223990.0 ave 223990 max 223990 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 223990 Ave neighs/atom = 27.998750 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 = 253.078112738323, Press = -4.69163508368841 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 4.8 ghost atom cutoff = 4.8 binsize = 2.4, bins = 23 23 23 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.8 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.626 | 4.626 | 4.626 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 8000 -36502.645 -36502.645 -36762.192 -36762.192 251.02405 251.02405 161085.05 161085.05 -266.09968 -266.09968 9000 -36506.562 -36506.562 -36775.44 -36775.44 260.04893 260.04893 160958 160958 520.21301 520.21301 Loop time of 105.215 on 1 procs for 1000 steps with 8000 atoms Performance: 0.821 ns/day, 29.226 hours/ns, 9.504 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 | 103.85 | 103.85 | 103.85 | 0.0 | 98.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.090663 | 0.090663 | 0.090663 | 0.0 | 0.09 Output | 0.00020468 | 0.00020468 | 0.00020468 | 0.0 | 0.00 Modify | 1.1477 | 1.1477 | 1.1477 | 0.0 | 1.09 Other | | 0.1269 | | | 0.12 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4995.00 ave 4995 max 4995 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 223988.0 ave 223988 max 223988 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 223988 Ave neighs/atom = 27.998500 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 = 253.036543120475, Press = -0.651552360925694 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 4.8 ghost atom cutoff = 4.8 binsize = 2.4, bins = 23 23 23 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.8 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.626 | 4.626 | 4.626 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 9000 -36506.562 -36506.562 -36775.44 -36775.44 260.04893 260.04893 160958 160958 520.21301 520.21301 10000 -36506.619 -36506.619 -36769.159 -36769.159 253.91811 253.91811 161058.74 161058.74 -58.212586 -58.212586 Loop time of 105.149 on 1 procs for 1000 steps with 8000 atoms Performance: 0.822 ns/day, 29.208 hours/ns, 9.510 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 | 103.79 | 103.79 | 103.79 | 0.0 | 98.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.090893 | 0.090893 | 0.090893 | 0.0 | 0.09 Output | 0.00020533 | 0.00020533 | 0.00020533 | 0.0 | 0.00 Modify | 1.1458 | 1.1458 | 1.1458 | 0.0 | 1.09 Other | | 0.1264 | | | 0.12 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4995.00 ave 4995 max 4995 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 223994.0 ave 223994 max 223994 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 223994 Ave neighs/atom = 27.999250 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 = 253.142726042277, Press = -1.72160242429034 next a jump SELF top variable a loop 2000 run 1000 Neighbor list info ... update every 1 steps, delay 10 steps, check yes max neighbors/atom: 2000, page size: 100000 master list distance cutoff = 4.8 ghost atom cutoff = 4.8 binsize = 2.4, bins = 23 23 23 1 neighbor lists, perpetual/occasional/extra = 1 0 0 (1) pair kim, perpetual attributes: full, newton off, ghost, cut 4.8 pair build: full/bin/ghost stencil: full/ghost/bin/3d bin: standard Per MPI rank memory allocation (min/avg/max) = 4.626 | 4.626 | 4.626 Mbytes Step TotEng v_etotal_metal PotEng v_pe_metal Temp v_T_metal Volume v_V_metal Press v_P_metal 10000 -36506.619 -36506.619 -36769.159 -36769.159 253.91811 253.91811 161058.74 161058.74 -58.212586 -58.212586 11000 -36501.923 -36501.923 -36764.995 -36764.995 254.4334 254.4334 160986.65 160986.65 338.61435 338.61435 Loop time of 105.265 on 1 procs for 1000 steps with 8000 atoms Performance: 0.821 ns/day, 29.240 hours/ns, 9.500 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 | 103.9 | 103.9 | 103.9 | 0.0 | 98.70 Neigh | 0 | 0 | 0 | 0.0 | 0.00 Comm | 0.090429 | 0.090429 | 0.090429 | 0.0 | 0.09 Output | 0.00019428 | 0.00019428 | 0.00019428 | 0.0 | 0.00 Modify | 1.1472 | 1.1472 | 1.1472 | 0.0 | 1.09 Other | | 0.1268 | | | 0.12 Nlocal: 8000.00 ave 8000 max 8000 min Histogram: 1 0 0 0 0 0 0 0 0 0 Nghost: 4995.00 ave 4995 max 4995 min Histogram: 1 0 0 0 0 0 0 0 0 0 Neighs: 0.00000 ave 0 max 0 min Histogram: 1 0 0 0 0 0 0 0 0 0 FullNghs: 223990.0 ave 223990 max 223990 min Histogram: 1 0 0 0 0 0 0 0 0 0 Total # of neighbors = 223990 Ave neighs/atom = 27.998750 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_T253.15.out" else "print 'not_converged' file output/vol_T253.15.out" print '${V}' file output/vol_T253.15.out 161037.252319535 print "LAMMPS calculation completed" LAMMPS calculation completed quit 0