Coder Social home page Coder Social logo

lam-group / plip Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 78.69 MB

Linear Machine learning Interatomic Potential for atomistic simulations

Home Page: https://plip.readthedocs.io/en/latest/

License: GNU General Public License v3.0

C++ 9.97% Python 2.52% Jupyter Notebook 87.50%
forcefield machinelearning physics

plip's Introduction

Continuous Integration Documentation Status

PLIP (Physical LassoLars Interactions Potential) is a hybrid python/C++ package for machine learning interatomic potentials for materials modelling. Physical Lasso-Lars Interaction Potential (PLIP) has been developed to address the lack of interpretability of MLIPs. PLIP uses a physically motivated mathematical formulation for the potential and a constrained linear regression. The MLIP is constructed as a linear combination of classical interactions, including two-body, three-body, and many-body interactions. These interactions are made up of simple functions such as Lennard-Jones, Gaussian, and Slatter-type orbitals, as well as explicit angular functions and embedded atom-like interactions.

Documentation

The full documentation is available at plip.readthedocs.io.

Tutorial

Colab Python notebook tutorial: https://colab.research.google.com/github/LAM-GROUP/PLIP/blob/main/PLIPwithLAMMPS.ipynb

Installation

git clone https://github.com/LAM-GROUP/PLIP.git
cd  PLIP
pip install -e .

Dependencies

  • Python 3.8+
  • Support for C++17
  • Compiler gcc 6.0 and above
  • Python dependencies: see pyproject.toml
  • LAMMPS

Authors

The PLIP package was developed by Julien Lam and Akshay Krishna AK

License

The PLIP package is distributed under terms of GNU GPLv3.

plip's People

Contributors

aksam432 avatar lam-group avatar

Watchers

 avatar

Forkers

aksam432

plip's Issues

Coordinates

The code needs the input files to be in cartesian coordinates (poscar). Giving reduced coordinates (direct keyword in poscar) will most likely give bad results. Could be fixed by either doing conversion if necessary or simply raise an error if the inputs are wrong.

JOSS Paper equations are missing some definitions

Hello! I've been tapped as a reviewer for your recent submission to JOSS!
I've noticed that the PDF proof linked at the JOSS review issue thread doesn't contain definitions of all the symbols in the equations at the top of page 2:
image

I think the paper should include definitions of all the symbols used in these equations, as you have in your docs. That is, it's not clear what $f_c$, $f_s$, or $f_n$ are in the paper alone.

Species

The fact atomic species are hardcoded in mod_XYZ.cpp can easily lead to some issues. Also, the code is not capable of reordering the species (ie if atom A is labeled 1 and atom B is labeled 2 then all poscar files given as input must have atom A first and atom B second.

Bash commands

There is a bash command in doXMT.ccp that is system dependant (line 62). "ls -l" can return different number of strings per line depending on the distribution/parameters of the system.

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.