Dear Openkim users,
I am using lammps’ python interface to call an openkim model, using the following commands,
lmp.command(“pair style kim KIMvirial model_Ar_P_Mors”)
lmp.command(“pair_coeff * * Ar Ar”)
as detailed in the link, http://lammps.sandia.gov/doc/pair_kim.html
However, I am getting the following errors, (with openkim installed),
ERROR: Unknown command: pair style kim KIMvirial model_Ar_P_Mors (…/input.cpp:313)
Could you suggest a way around to fix it?
Thanks,
Swayam