Registry / data / kim-property

kim-property

JSON →
library2.6.14pypypi✓ verified 80d ago

kim-property is a utility module for the OpenKIM project that provides property definitions and validation tools for interatomic potential testing. Current version 2.6.14, with frequent minor releases adding new crystal and molecular property definitions. Requires Python >=3.8.

pip install kim-property
INSTALL
IMPORT
SIG · KIM-PROPERTY
K
kim-property
datapythonv2.6.14
Install
1.6s avg
Import
Disk
17MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v2.6.14 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 18.7MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 1.6s · import 0.000s · 19MB
17MB installed
● package 17MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KIMPropertyError
from kim_property import KIMPropertyError
from kim_property import KIMProperty
create
from kim_property import create
definition
from kim_property import definition

Basic usage: instantiate a KIMProperty object with a valid property ID from openkim.org.

from kim_property import KIMProperty # Create a property instance for a known property ID prop = KIMProperty('cohesive-energy-cubic-crystal') print(prop.get_name()) print(prop.get_definition())
Debug
Known issues
gotchaProperty IDs are case-sensitive and must exactly match the IDs on openkim.org.
fix
Double-check property ID from the official properties list.
affects: all
deprecatedSome property definitions may be deprecated or superseded; check the version release notes.
fix
Use the latest property ID as listed in the KIM database.
affects: >=2.6
Upgrade
Version history
2.6.14latest on PyPI · released Feb 16, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
6
Amazon
1
Resources
kim-property — pip install kim-property · libregistry