Generator of polynomial machine learning potentials.
Project description
A generator of polynomial machine learning potentials
Polynomial machine learning potentials
Required libraries and python modules
- numpy
- scipy
- pyyaml
- Eigen3
- pybind11
- phonopy (if using phonon datasets and/or computing force constants)
- phono3py (if using phonon datasets and/or computing force constants)
- symfc (if computing force constants)
- spglib (optional)
- joblib (optional)
Installing pypolymlp using pip package
- Intel Linux
- Compatible with python 3.9, 3.10, and 3.11
> pip install $(pypolymlp)/dist/pypolymlp-0.1-py3-none-any.whl
Manually installing pypolymlp
- Conda package management system
> conda create -n pypolymlp
> conda activate pypolymlp
> conda install numpy scipy pyyaml pybind11 eigen cmake
(optional)
> conda install spglib
> conda install phono3py
> conda install joblib
- Building a shared library (libmlpcpp)
The process of building libmlpcpp may take approximately five minutes to one hour.
> cd $(pypolymlp)/src/pypolymlp/cxx
> cmake -S . -B build
> cmake --build build
> cmake --install build
or
> cd $(pypolymlp)/src/pypolymlp/cxx
> make
If necessary, the stack size may need to be set to unlimited.
ulimit -s unlimited
- Install pypolymlp using pip
> cd $(pypolymlp)
> pip install .
How to use pypolymlp
- Polynomial MLP development
- Property calculators
- Energy, forces on atoms, and stress tensor
- Force constants
- Elastic constants
- Equation of states
- Structural features (Polynomial invariants)
- Local geometry optimization
- Phonon properties, Quasi-harmonic approximation
- Self-consistent phonon calculations
- Utilities
- Random structure generation
- Estimation of computational costs
- Enumeration of optimal MLPs
- Compression of vasprun.xml files
- Automatic division of DFT dataset
- Atomic energies
- Python API (MLP development)
- Python API (Property calculations)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pypolymlp-0.2.0.tar.gz
(27.4 MB
view details)
File details
Details for the file pypolymlp-0.2.0.tar.gz
.
File metadata
- Download URL: pypolymlp-0.2.0.tar.gz
- Upload date:
- Size: 27.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f99d10d34b37cb6fdd4aadeacc54add75e1ef4a3357b14f2480b87218f785ec4 |
|
MD5 | 99dbbbeb7f481bd6768f953b1fbb0039 |
|
BLAKE2b-256 | d89d16e3f8ffd9c88d03de2d6e73f44edae1044b81d4b3d8107b25cf61894973 |