This is a Python package that is designed for interpretable materials design in combinatorial search spaces based on entropic population annealing.
- Python >= 3.6
- numpy
- scipy
- physbo
- modlamp
- From PyPI (recommended)
pip3 install slepa
- To update modlamp to the latest version, run the following:
pip install --upgrade slepa
- From source (for developers)
-
Update pip (>= 19.0)
pip3 install -U pip
-
Download or clone the github repository
git clone https://github.com/tsudalab/SLEPA
-
Install via pip
pip3 install ./SLEPA
-
pip3 uninstall slepa
'examples/simple.py' is a simple example.
SLEPA package is distributed under GNU General Public License version 3 (GPL v3) or later.
© 2021- The University of Tokyo. All rights reserved.