Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tRP

tRP (Ruddlesden-Popper Tolerance Factor) is a descriptor designed to predict stable RP phases.

tRP Banner Image


Installation and Requirements

Install from PyPI

This is the recommended method for installing tRP:

git clone https://github.com/CNMD-POSTECH/tRP
cd tRP
conda env create -f setup.yaml
conda activate tRP_env
pip install --upgrade pip
pip install -e .

Usage

Before running the commands, make sure to set the PYTHONPATH environment variable:

export PYTHONPATH=$(pwd)

Predicton RP Phase

To predict stable RP phase, use the following command:

rp-prediction
    --config=./SISSO/src/config_prediction.yaml

Feature Extraction

To extract important features, use the following command:

extract-feature 
    --config=./SHAP/src/config_shap.yaml

Descriptor Extraction

To extract descriptors, use the following command:

extract-descriptor 
    --config=./SISSO/src/config_extraction.yaml

Criterion Extraction

To extract criteria, use the following command:

extract-descriptor
    --config=./SISSO/src/config_criterion.yaml

References

If you use tRP in your research, please consider citing the following work:

  • Hyo Gyeong Shin, Eun Ho Kim, Jaeseon Kim, Hyo Kim, Donghwa Lee.
    Ruddlesden-Popper Tolerance Factor: An Indicator Predicting Stability of 2D Ruddlesden-Popper Phases.

Contact

For inquiries, feel free to reach out to:

For bug reports or feature requests, please open an issue on GitHub Issues.


License

tRP is distributed under the MIT License.


Contributors

This repository includes contributions from Hyo Gyeong Shin, Donghwa Lee, and other collaborators.

About

Ruddlesden-Popper Tolerance Factor

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages