Skip to content

Commit

Permalink
Merge pull request #8 from openkim/master
Browse files Browse the repository at this point in the history
BUG: update .pickle file with new properties
  • Loading branch information
yafshar authored Feb 22, 2023
2 parents 79ab9c5 + fc5c23b commit 7fa9516
Show file tree
Hide file tree
Showing 2 changed files with 460 additions and 116 deletions.
4 changes: 4 additions & 0 deletions kim_property/pickle.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ def pickle_kim_properties(properties=None,
"unstable-stacking-fault-relaxed-energy-fcc-crystal-npt",
"unstable-twinning-fault-relaxed-energy-fcc-crystal-npt",
"verification-check",
"cohesive-potential-energy-crystal",
"crystal-structure-npt"
]

# KIM property full IDs.
Expand Down Expand Up @@ -176,6 +178,8 @@ def pickle_kim_properties(properties=None,
"tag:[email protected],2015-05-26:property/unstable-stacking-fault-relaxed-energy-fcc-crystal-npt",
"tag:[email protected],2015-05-26:property/unstable-twinning-fault-relaxed-energy-fcc-crystal-npt",
"tag:[email protected],2017-02-01:property/verification-check",
"tag:[email protected],2023-02-21:property/cohesive-potential-energy-crystal",
"tag:[email protected],2023-02-21:property/crystal-structure-npt"
]

for _id in kim_property_ids:
Expand Down
Loading

0 comments on commit 7fa9516

Please sign in to comment.