Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 512 Bytes

File metadata and controls

24 lines (20 loc) · 512 Bytes

mlpy

MLPY is a Molecular Dynamics, Crystal Structure Search and Phonon calculations Library with Fair-Chem machine learning poteintial

Features

  • Geometry optimization
  • Molecular dynamics
  • Phonon calculations
  • Search for Crystal structure
  • Future
    • NEB calculations

Usages

see test/

Installation

conda create -n mlplib_env python=3.9
conda activate mlplib_env
git clone https://github.com/nkitamuraQC/mlplib.git
cd mlplib
pip install -e .
pip install -r requirements.txt