forked from EFuem/mp_tests
-
Notifications
You must be signed in to change notification settings - Fork 0
smiret-intel/mp_tests
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Package to compute property tests over data present on Materials Project. KIM models and arbitrarty ASE Calculators are supported. Currently, only tests to compute equilibrium crystal structure and elastic constants are implemented. Functionality exists to compute elastic constants (and equilibrium crystal structures) for all structures on MP with reference elastic properties. This data has been downloaded and preprocessed to speed up testing process. Installation: pip install git+https://github.com/EFuem/mp_tests.git If KIM models are to be used, the kimpy package and the KIM-API must also be installed. Example Usage: from mp_tests import Elasticity test = Elasticity( "SW_StillingerWeber_1985_Si__MO_405512056662_006", ) test.mp_tests() Note: It's often the case for MLIPs that convergence criteria and optimization strategies adopted from the original KIM tests may be too tight/inappropriate. Work is still needed here.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 91.3%
- Shell 4.5%
- Dockerfile 3.6%
- Other 0.6%