Python library for mapping features and properties of alloys over compositional spaces
MAPAL: A python library for mapping features and properties of alloys over compositional spaces
- Authors : Dishant Beniwal 1, Pratik K. Ray 1
- Journal : Computational Materials Science
- DOI : 10.1016/j.commatsci.2025.114360
The technical notes (with examples) are available in this repo as 'MAPAL_technical_notes.pdf' file. They are also available as supplementary material to the published article.
The latest stable version of MAPAL can be directly installed using pip
pip install mapal
The source code here can be used to create wheel package for distribution & installation. Run the following command in terminal:
python setup.py sdist bdist_wheel && rm -r mapal.egg-info build
This creates a dist directory with the wheel file. It also removes the egg-info and build directories to clean up the working directory.
Install the mapal package using wheel file by running the below command:
pip install dist/mapal-1.0-py3-none-any.whl