Library Management
Utilities responsible for locating and loading the KIM-API shared library.
KIM_API._find_libkim_path — Method_find_libkim_path() -> StringBest-effort search for the KIM-API shared library. Returns an empty string when the library cannot be located.
KIM_API.is_kim_available — Methodis_kim_available() -> BoolReturn true when the KIM-API library can be located. The lookup is refreshed each time to pick up newly installed libraries.
KIM_API.refresh_libkim! — Methodrefresh_libkim!(; warn_if_missing=false) -> StringRe-evaluate the location of the KIM-API library and update libkim. Optionally emits a warning if the library is still missing.