error in out range of atoms cannot compute ppm

hello dear
thanks for quick response.i corrected the errors.before i define the fix shake and fix npt , the code showed the error of “error in out range of atoms cannot compute ppm”.then i corrected it ,but now i’ve defined fix shake and fix npt , it shows the same error again (error in out range of atoms cannot compute ppm). is defining minimization mistake?
does anybody know how to correct the error?
i appreciate any help
thanks
regard

units real
dimension 3
echo screen
boundary p p p

atom_style full
bond_style harmonic #hybrid harmonic
angle_style harmonic #hybrid harmonic
kspace_style pppm 1.0e-5

read_data water.data

group hydrogen type 1
group water type 1 2
group cu type 3
group oxygen type 2

lattice fcc " 3. 615" #Cu lattice constant
region Cu sphere 0 0 0 7 units box
create_atoms 3 region Cu

set group oxygen charge -1.040
set group hydrogen charge .520
set group cu charge 0.000

pair_style hybrid lj/cut/coul/long 0.1521 3.157 eam lj/cut 3.157 # 7.5
pair_coeff 1 1 lj/cut/coul/long 0.0460 0.4000 #H-H epsilon sigm # 108.0e-21 32.0e-11
pair_coeff 1 2 lj/cut/coul/long 0.0836 1.7753 #O-H epsilon sigma
pair_coeff 1 3 lj/cut 0.6589 0.2117 #H-Cu epsilon sigma
pair_coeff 2 2 lj/cut/coul/long 0.1521 3.157 #O-O epsilon sigma # 0 0
pair_coeff 2 3 lj/cut 1.198 1.587 #O-Cu epsilon sigma
pair_coeff 3 3 eam cu.eam #Cu-Cu

for cu-cu bond sigma=.227 epsilon(Lj)=.583 ev # sigma=2.34 epsilon=9.4512 kcal/mol

bond_coeff 1 450 0.9572 #O-H
angle_coeff 1 55 104.52 #H-O-H

++++++++++++++++setting+++++++++++++++++++++

neighbor 2.0 bin
neigh_modify delay 0 every 1 check yes

---------- Relaxation -----------------------------------------

minimization : avoid atoms overlapping

#min_style fire
#min_modify dmax 0.01 line forcezero
#minimize 1.0e-15 1.0e-15 1000000 10000000

dump 1 all custom 10000 dump.equilibrium. xs ys zs vx vy vz

---------- output----------------------------------------------

thermo 100
thermo_style custom step etotal enthalpy pe press ke

#+++++++++++++++++++++++++++++++fix
velocity all create 300.0 4928459 rot yes dist gaussian #23482341
#fix all shake 1.0e-4 200 0 b 1 a 1
fix 1 hydrogen shake 1e-6 500 0 m 1.0 #for hydrogen
fix 12 water npt temp 300.0 300.0 100.0 iso 0.0 0.0 1000.0

---------- compute ----------------------------------------

compute 1 all temp
#compute heat/flux
compute peatom all pe/atom
compute keatom all ke/atom

hello dear
.i’m trying to simulate water and cu.before i define the fix shake and fix npt , the code showed the error of “error in out range of atoms cannot compute ppm”.then i corrected it ,but now i’ve defined fix shake and fix npt , it shows the same error again (error in out range of atoms cannot compute ppm). is defining minimization mistake?
does anybody know how to correct the error?
i appreciate any help
thanks
regard

units real
dimension 3
echo screen
boundary p p p

atom_style full
bond_style harmonic #hybrid harmonic
angle_style harmonic #hybrid harmonic
kspace_style pppm 1.0e-5

read_data water.data

group hydrogen type 1
group water type 1 2
group cu type 3
group oxygen type 2

lattice fcc " 3. 615" #Cu lattice constant
region Cu sphere 0 0 0 7 units box
create_atoms 3 region Cu

set group oxygen charge -1.040
set group hydrogen charge .520
set group cu charge 0.000

pair_style hybrid lj/cut/coul/long 0.1521 3.157 eam lj/cut 3.157 # 7.5
pair_coeff 1 1 lj/cut/coul/long 0.0460 0.4000 #H-H epsilon sigm # 108.0e-21 32.0e-11
pair_coeff 1 2 lj/cut/coul/long 0.0836 1.7753 #O-H epsilon sigma
pair_coeff 1 3 lj/cut 0.6589 0.2117 #H-Cu epsilon sigma
pair_coeff 2 2 lj/cut/coul/long 0.1521 3.157 #O-O epsilon sigma # 0 0
pair_coeff 2 3 lj/cut 1.198 1.587 #O-Cu epsilon sigma
pair_coeff 3 3 eam cu.eam #Cu-Cu

for cu-cu bond sigma=.227 epsilon(Lj)=.583 ev # sigma=2.34 epsilon=9.4512 kcal/mol

bond_coeff 1 450 0.9572 #O-H
angle_coeff 1 55 104.52 #H-O-H

++++++++++++++++setting+++++++++++++++++++++

neighbor 2.0 bin
neigh_modify delay 0 every 1 check yes

---------- Relaxation -----------------------------------------

minimization : avoid atoms overlapping

#min_style fire
#min_modify dmax 0.01 line forcezero
#minimize 1.0e-15 1.0e-15 1000000 10000000

dump 1 all custom 10000 dump.equilibrium. xs ys zs vx vy vz

---------- output----------------------------------------------

thermo 100
thermo_style custom step etotal enthalpy pe press ke

#+++++++++++++++++++++++++++++++fix
velocity all create 300.0 4928459 rot yes dist gaussian #23482341
#fix all shake 1.0e-4 200 0 b 1 a 1
fix 1 hydrogen shake 1e-6 500 0 m 1.0 #for hydrogen
fix 12 water npt temp 300.0 300.0 100.0 iso 0.0 0.0 1000.0

---------- compute ----------------------------------------

compute 1 all temp
#compute heat/flux
compute peatom all pe/atom
compute keatom all ke/atom

Let me google that for you: http://lmgtfy.com/?q=error+in+out+range+of+atoms+cannot+compute+pppm+lammps

By the way, when are you going to fix your Cu lattice parameter?