I want to use LAMMPS to simulate Ni’s cascade collisions. “Incorrect args for pair coefficients” error occurred when opting for a potential file in eam format. But when I swap the eam/fs format to work properly, why? Thank you for answering. This is my specific code.
clear
units metal
dimension 3
atom_style atomic
boundary p p p
lattice fcc 3.520
region smallbox block 0 20 0 20 0 20 units lattice
create_box 1 smallbox
create_atoms 1 region smallbox
mass 1 58.6934
region rpka sphere 10 10 10 0.6 units lattice
group pka region rpka
pair_style eam
pair_coeff * * Ni_v6_2.0.eam Ni
Then I changed to the following format
pair_style eam/fs
pair_coeff * * Ni.eam.fs Ni