############################################################
# 	    FCC-Cu 8*8*8 		   	   #
############################################################
units			metal	##单位制
atom_style		atomic
dimension 		3	
boundary		p p p	

lattice 		  fcc 3.61	##面心立方 晶格长度 埃
region  		  box block 0 8 0 8 0 8	 ###定义立方体 
create_box    1 box ###1指虚拟盒子内原子种类
create_atoms  1 box 

############################################################	INTERACTION PARAMETERS

pair_style 		eam  ###势能类型
pair_coeff		* * Cu_u3.eam

############################################################	RUN PARAMETERS 

timestep		0.001  ###单位由units中定义

velocity                all create 300.0 87654321  ###300K温度以87654321的随机数为种子

dump			1 all custom 100 all.lammpstrj id type x y z 

fix             nve all nve 

run             1000

write_restart 		rst.Cu
write_data    		rst.Cu.lmp