Coder Social home page Coder Social logo

crystalfeatures's Introduction

CrystalFeatures

CrystalFeatures is a set of python codes that extract features of crystal systems, using only the CIF file as input, for machine learning applications. There are three classes of features in CrystalFeatures: basic atomic and crystal descriptors (BACD), which include statistical properties of the atoms in the materials as well as the crystal symmetry; geometry features, which are based on bonding properties; and robust one-shot ab initio (ROSA) descriptors, where the eigen values of the material are obtained using a single-point single step calculation is performed using GPAW.

Data for ROSA paper

In order to reproduce the results in the manuscript, the trained XGBOOST models are provided in the folder /data/models/, and the test set data are provided in the folder /data/test/ for each of the properties listed in the paper.

Please note

To generate ROSA descriptors using GPAW, you need to modify the scf.py code of your GPAW according to the one in this repository. If you are using GPAW version 21.1.0, you can simply overwrite your scf.py with the one provided here. Otherwise, just comment a few lines of code in your scf.py as shown in the scf.py provided here. To find those lines of code: download scf.py from this repository and look up "SHERIF". I have added comments at the lines of code that need commenting in your scf.py.

crystalfeatures's People

Contributors

sheriftawfikabbas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.