Hello,
on my WSL - Ubuntu I installed all openkim packages, based on OpenKIM · Obtaining KIM Models · Interatomic Potentials and Force Fields , plus pip install kimpy .
But the second testing program for ASE OpenKIM · Using KIM Models · Interatomic Potentials and Force Fields gives the errort of missing module:
from kim_query import get_lattice_constant_cubic
ModuleNotFoundError: No module named 'kim_query'
I do not see “kim_query” in KIM — ASE documentation
Any help, please ?