OpenKIM is a curated repository of conventional and machine learning interatomic potentials that are compatible with many major simulation codes through a simple plug-and-play API. Each potential is verified for coding integrity and benchmarked against a variety of material properties, empowering users to discover and use the best potentials for their research. Read more
OpenKIM is funded by the NSF.
OpenKIM is a curated repository of conventional and machine learning interatomic potentials that are compatible with many major simulation codes through a simple plug-and-play API. Each potential is verified for coding integrity and benchmarked against a variety of material properties, empowering users to discover and use the best potentials for their research. Read more
OpenKIM is funded by the NSF.
Please cite the KIM Project and content obtained from this site if you use it in published work.
# Define KIM model and get Si diamond lattice parameter for this potential
kim init SW_StillingerWeber_1985_Si__MO_405512056662_006 metal
kim query a0 get_lattice_constant_cubic crystal=["diamond"] species=["Si"] units=["angstrom"]
# Setup diamond crystal
boundary p p p
lattice diamond ${a0}
region simbox block 0 1 0 1 0 1 units lattice
create_box 1 simbox
create_atoms 1 box
mass 1 28.0855
# Define atom type to species mapping
kim interactions Si
# Compute energy
run 0