This is the pypolymlp module.
Project description
A generator of polynomial machine learning potentials
Polynomial machine learning potentials
Citation of pypolymlp
“Tutorial: Systematic development of polynomial machine learning potentials for elemental and alloy systems”, A. Seko, J. Appl. Phys. 133, 011101 (2023)
@article{pypolymlp,
author = {Seko, Atsuto},
title = "{"Tutorial: Systematic development of polynomial machine learning potentials for elemental and alloy systems"}",
journal = {J. Appl. Phys.},
volume = {133},
number = {1},
pages = {011101},
year = {2023},
month = {01},
}
Required libraries and python modules
- python >= 3.9
- numpy != 2.0.*
- scipy
- pyyaml
- setuptools
- eigen3
- pybind11
- openmp (recommended)
[Optional]
- 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)
- sparse_dot_mkl (if computing force constants)
- spglib
- pymatgen
- ase
How to install pypolymlp
- Install from conda-forge
| Version | Last Update | Downloads | Platform | License |
|---|---|---|---|---|
conda create -n pypolymlp-env
conda activate pypolymlp-env
conda install -c conda-forge pypolymlp
- Install from PyPI
conda create -n pypolymlp-env
conda activate pypolymlp-env
conda install -c conda-forge numpy scipy pybind11 eigen cmake cxx-compiler
pip install pypolymlp
Building C++ codes in pypolymlp may require a significant amount of time.
- Install from GitHub
git clone https://github.com/sekocha/pypolymlp.git
cd pypolymlp
conda create -n pypolymlp-env
conda activate pypolymlp-env
conda install -c conda-forge numpy scipy pybind11 eigen cmake cxx-compiler
pip install . -vvv
Building C++ codes in pypolymlp may require a significant amount of time.
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)
- Phonon properties, Quasi-harmonic approximation
- Local geometry optimization
- Molecular dynamics
- Thermodynamic integration using MD
- DFT structure generator
- Random atomic displacements with constant magnitude
- Random atomic displacements with sequential magnitudes and volume changes
- Random atomic displacements, cell expansion, and distortion
- Utilities
- Compression of vasprun.xml files
- Automatic division of DFT dataset
- Atomic energies
- Enumeration of optimal MLPs
- Estimation of computational costs
- Python API (MLP development)
- Python API (Property calculations)
- Energy, forces on atoms, and stress tensor
- Force constants
- Elastic constants
- Equation of states
- Structural features (Polynomial invariants)
- Phonon properties, Quasi-harmonic approximation
- Local geometry optimization
- Molecular dynamics
- Thermodynamic integration using MD
- Self-consistent phonon calculations
- How to use polymlp in other calculator tools
- LAMMPS
- Phonopy
- ASE
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.14.5.tar.gz
(41.8 MB
view details)
File details
Details for the file pypolymlp-0.14.5.tar.gz.
File metadata
- Download URL: pypolymlp-0.14.5.tar.gz
- Upload date:
- Size: 41.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d2debc5e1b80ac3313f977b04ad70381a727e581c556c368301a62aefe3ac23
|
|
| MD5 |
7f8703d0cd9d4646fa4021759a1a6ef5
|
|
| BLAKE2b-256 |
3965022d616cac7d22b985369afe8028ddfc2bc5237dd938be59f2df8c6a6467
|