create_kim_particle_codes: symbol not found

Issue #228 new
liuliucheng created an issue

The amp_model_driver and amp_parameterized_model have been installed successfully. And now, I runing the lammps, the error is as follow: ERROR: create_kim_particle_codes: symbol not found: Pd (src/KIM/pair_kim.cpp:449)

            **Last command: pair\_coeff \* \* Pd**

The input file :

variable x index 1

variable y index 1

variable z index 1

variable xx equal 10*$x

variable yy equal 10*$y

variable zz equal 10*$z

units metal

atom_style atomic

lattice fcc 3.5

region box block 0 ${xx} 0 ${yy} 0 ${zz}

create_box 1 box

create_atoms 1 box

mass 1 1.0

velocity all create 1.44 87287 loop geom

pair_style kim amp_parameterized_model

pair_coeff * * Pd

neighbor 0.3 bin

neigh_modify delay 0 every 20 check no

fix 1 all nve

run 10

I can't resolve this erros for a long time.

Comments (2)

  1. Log in to comment