lammps/examples/streitz/log.5Oct16.streitz.ewald.g++.1

120 lines
5.4 KiB
Groff

LAMMPS (5 Oct 2016)
# Streitz-Mintmire potential with alpha-alumina
# option to use with Ewald or Wolf sum
# EAM (AlO.eam.alloy) includes 1994 SM and 2004 Zhou versions
# Streitz Mintmire (coul/streitz) does not include 2004 Zhou modifications
# Contributing authors: Ray Shan, Chris Weinberger (Sandia)
units metal
atom_style charge
dimension 3
boundary p p p
read_data data.streitz
orthogonal box = (0 0 0) to (24.7337 28.56 25.9798)
1 by 1 by 1 MPI processor grid
reading atoms ...
2160 atoms
group type1 type 1
864 atoms in group type1
compute charge1 type1 property/atom q
compute q1 type1 reduce ave c_charge1
group type2 type 2
1296 atoms in group type2
compute charge2 type2 property/atom q
compute q2 type2 reduce ave c_charge2
variable qcat equal 2.8
variable qani equal -${qcat}*count(type1)/count(type2)
variable qani equal -2.8*count(type1)/count(type2)
set group type1 charge ${qcat}
set group type1 charge 2.8
864 settings made for charge
set group type2 charge ${qani}
set group type2 charge -1.86666666666667
1296 settings made for charge
variable qsum equal count(type1)*c_q1+count(type2)*c_q2
# Ewald sum for coul/streitz
pair_style hybrid/overlay coul/streitz 12.0 ewald eam/alloy
kspace_style ewald 1e-6
# Wolf sum for coul/streitz
#pair_style hybrid/overlay coul/streitz 12.0 wolf 0.31 eam/alloy
pair_coeff * * coul/streitz AlO.streitz Al O
pair_coeff * * eam/alloy AlO.eam.alloy Al O
Reading potential file AlO.eam.alloy with DATE: 2015-02-19
neighbor 1.0 bin
neigh_modify every 10 delay 0 check yes
timestep 0.0004
thermo_style custom step temp etotal pe evdwl ecoul elong c_q1 c_q2 v_qsum press spcpu
thermo_modify norm yes
thermo 10
velocity all create 300.0 42128
fix 1 all qeq/slater 1 12.0 1.0e-6 100 coul/streitz
fix 2 all nve
run 100
Ewald initialization ...
WARNING: Using 12-bit tables for long-range coulomb (../kspace.cpp:316)
G vector (1/distance) = 0.310132
estimated absolute RMS force accuracy = 1.9688e-05
estimated relative force accuracy = 1.36725e-06
KSpace vectors: actual max1d max3d = 2541 11 6083
kxmax kymax kzmax = 10 11 10
Neighbor list info ...
3 neighbor list requests
update every 10 steps, delay 0 steps, check yes
max neighbors/atom: 2000, page size: 100000
master list distance cutoff = 13
ghost atom cutoff = 13
binsize = 6.5 -> bins = 4 5 4
Memory usage per processor = 79.7925 Mbytes
Step Temp TotEng PotEng E_vdwl E_coul E_long c_q1 c_q2 v_qsum Press S/CPU
0 300 -6.3402658 -6.3790259 -2.7952901 10.218189 -13.801924 2.8665317 -1.9110211 2.7284841e-12 -26072.585 0
10 272.45428 -6.340306 -6.3755071 -2.790294 10.191122 -13.776335 2.8636996 -1.9091331 4.5474735e-13 -21774.211 1.0024289
20 219.94294 -6.3402438 -6.3686605 -2.7790335 10.192017 -13.781644 2.8638745 -1.9092497 1.3642421e-12 -16693.959 1.0737194
30 179.36108 -6.3401905 -6.363364 -2.7689124 10.190565 -13.785017 2.8639191 -1.9092794 1.0004442e-11 -12974.154 1.075669
40 162.68484 -6.340179 -6.3611979 -2.7652026 10.173296 -13.769291 2.8621763 -1.9081175 -3.6379788e-12 -12735.477 1.0762629
50 152.76246 -6.3401898 -6.3599268 -2.7673924 10.132267 -13.724802 2.8575298 -1.9050198 6.3664629e-12 -14532.643 1.0803062
60 138.38061 -6.340206 -6.3580848 -2.7714511 10.085334 -13.671967 2.8519579 -1.9013053 3.1832315e-12 -15656.278 1.0800578
70 134.9572 -6.3401907 -6.3576272 -2.7740776 10.063528 -13.647077 2.849277 -1.899518 -2.7284841e-12 -14160.692 1.0792572
80 161.55083 -6.3401305 -6.3610029 -2.7741365 10.086552 -13.673419 2.8520585 -1.9013723 1.8189894e-12 -9666.5838 1.0798168
90 207.33012 -6.3400321 -6.3668192 -2.7713864 10.144722 -13.740155 2.8591984 -1.9061323 -3.1832315e-12 -2530.8605 1.0783069
100 233.80619 -6.3399378 -6.3701456 -2.7659477 10.207141 -13.811339 2.8668083 -1.9112055 9.094947e-13 6120.857 1.0726581
Loop time of 93.5154 on 1 procs for 100 steps with 2160 atoms
Performance: 0.037 ns/day, 649.413 hours/ns, 1.069 timesteps/s
99.9% CPU use with 1 MPI tasks x no OpenMP threads
MPI task timing breakdown:
Section | min time | avg time | max time |%varavg| %total
---------------------------------------------------------------
Pair | 40.681 | 40.681 | 40.681 | 0.0 | 43.50
Kspace | 4.9722 | 4.9722 | 4.9722 | 0.0 | 5.32
Neigh | 0 | 0 | 0 | 0.0 | 0.00
Comm | 0.010761 | 0.010761 | 0.010761 | 0.0 | 0.01
Output | 0.00078893 | 0.00078893 | 0.00078893 | 0.0 | 0.00
Modify | 47.848 | 47.848 | 47.848 | 0.0 | 51.17
Other | | 0.002154 | | | 0.00
Nlocal: 2160 ave 2160 max 2160 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Nghost: 14994 ave 14994 max 14994 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Neighs: 1.17893e+06 ave 1.17893e+06 max 1.17893e+06 min
Histogram: 1 0 0 0 0 0 0 0 0 0
FullNghs: 2.35786e+06 ave 2.35786e+06 max 2.35786e+06 min
Histogram: 1 0 0 0 0 0 0 0 0 0
Total # of neighbors = 2357856
Ave neighs/atom = 1091.6
Neighbor list builds = 0
Dangerous builds = 0
Total wall time: 0:01:34