Skip to content

smiret-intel/mp_tests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages

  • Python 91.3%
  • Shell 4.5%
  • Dockerfile 3.6%
  • Other 0.6%