Command for adding tensile force to atoms in a simulation box

Rajesh,

From the documentation i could find out airebo style is only for Carbon -Hydrogen atoms .But while using this it gives an error incorrect arguments for pair coefficients .While the syntax of pair_coeff is correct .The documentation says this error is "self explanatory "My script looks like this

units metal
boundary p p p
atom_style full
read_data d1.g
pair_style airebo 3.0
pair_coeff * * …/potentials/CH.airebo H C
fix 1 all deform 1 x erate 0.1 remap v
#fix center all drag 0.0 60 0.0 25 2.0
#fix ff boundary addforce 10 0.0 0.0
thermo 100
thermo_style custom step temp pe etotal press vol
neighbor 0.3 bin
neigh_modify every 2 delay 10 check yes page 10000
dump d0 all image 1000 dump.*.jpg type type
run 10000