Hello KIM developers,
I guess I now have an open-kim version installed. At least I can run tests like this by simply
$ printf “EAM_CubicNaturalSpline_Ercolessi_Adams_Al__MO_800509458712_000” | ./ex_test_Al_FCCcohesive_MI_OPBC
Moreover I have an installed LAMMPS on my ubuntu virtual machine, and I can do simple tests like
$ lammps-daily < in.lj
Now, I want to call open-kim from LAMMPS by running this command:
$ lammps-daily < in.kim
with the attached in.kim file (it is basically a copy of in.lj but the two lines changed to
pair_style kim KIMvirial Three_Body_Stillinger_Weber_Si__MO_405512056662_003
pair_coeff * * Si
)
Running this command throws the error “ERROR: Unknown pair style kim (…/force.cpp:262)
Last command: pair_style kim KIMvirial Three_Body_Stillinger_Weber_Si__MO_405512056662_003”
Please note that I have already installed this specific model in my Lammps src directory by
$ make lib-kim args="-n -a Three_Body_Stillinger_Weber_Si__MO_405512056662_003"
I appreciate your help how I should fix this error. Thanks!
Regards,
Alireza