Implementation for computing nonradiative recombination rates in semiconductors
Project description
NONRAD
An implementation of the methodology pioneered by Alkauskas et al. for computing nonradiative recombination rates from first principles. The code includes various utilities for processing first principles calculations and preparing the input for computing capture coefficients. More details on the implementation of the code can be found in our recent paper. Documentation for the code is hosted on Read the Docs.
Installation
NONRAD is implemented in python and can be installed through pip
.
Dependencies are kept to a minimum and include standard packages such as numpy
, scipy
, and pymatgen
.
With pip
As always with python, it is highly recommended to use a virtual environment. To install NONRAD, issue the following command,
$ pip install nonrad
or to install directly from github,
$ pip install git+https://github.com/mturiansky/nonrad
Going Fast (Recommended)
NONRAD can use numba
to accelerate certain calculations.
If numba
is already installed, it will be used;
otherwise, it can be installed by specifying [fast]
during installation with pip, e.g.
$ pip install nonrad[fast]
For Development
To install NONRAD for development purposes, clone the repository
$ git clone https://github.com/mturiansky/nonrad && cd nonrad
then install the package in editable mode with development dependencies
$ pip install -e .[dev]
pytest
is used for unittesting.
To run the unittests, issue the command pytest nonrad
from the base directory.
Unittests should run correctly with and without numba
installed.
Usage
A tutorial notebook that describes the various steps is available here. The basic steps are summarized below:
- Perform a first-principles calculation of the target defect system. A good explanation of the methodology can be found in this Review of Modern Physics. A high quality calculation is necessary as input for the nonradiative capture rate as the resulting values can differ by orders of magnitude depending on the input values.
- Calculate the potential energy surfaces for the configuration coordinate diagram. This is facilitated using the
get_cc_structures
function. Extract the relevant parameters from the configuration coordinate diagram, aided byget_dQ
,get_PES_from_vaspruns
, andget_omega_from_PES
. - Calculate the electron-phonon coupling matrix elements, using the method of your choice (see our paper for details on this calculation with
VASP
). Extraction of the matrix elements are facilitated by theget_Wif_from_wavecars
or theget_Wif_from_WSWQ
function. - Calculate scaling coefficients using
sommerfeld_parameter
and/orcharged_supercell_scaling
. - Perform the calculation of the nonradiative capture coefficient using
get_C
.
Contributing
To contribute, see the above section on installing for development. Contributions are welcome and any potential change or improvement should be submitted as a pull request on Github. Potential contribution areas are:
- implement a command line interface
- add more robust tests for various functions
How to Cite
If you use our code to calculate nonradiative capture rates, please consider citing
@article{alkauskas_first-principles_2014,
title = {First-principles theory of nonradiative carrier capture via multiphonon emission},
volume = {90},
doi = {10.1103/PhysRevB.90.075202},
number = {7},
journal = {Phys. Rev. B},
author = {Alkauskas, Audrius and Yan, Qimin and Van de Walle, Chris G.},
month = aug,
year = {2014},
pages = {075202},
}
and
@article{turiansky_nonrad_2021,
title = {Nonrad: {Computing} nonradiative capture coefficients from first principles},
volume = {267},
doi = {10.1016/j.cpc.2021.108056},
journal = {Comput. Phys. Commun.},
author = {Turiansky, Mark E. and Alkauskas, Audrius and Engel, Manuel and Kresse, Georg and Wickramaratne, Darshana and Shen, Jimmy-Xuan and Dreyer, Cyrus E. and Van de Walle, Chris G.},
month = oct,
year = {2021},
pages = {108056},
}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nonrad-1.1.0.tar.gz
.
File metadata
- Download URL: nonrad-1.1.0.tar.gz
- Upload date:
- Size: 21.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82cfaeff93b8ae39527837b7b2e3cdab97b6d3d02890bb41c89308935d0cd9bd |
|
MD5 | 2b8ef4c7a4fcf9efd8364ca562a70807 |
|
BLAKE2b-256 | e98ec5600fc9a690b19c482aa662a657102b3908d1916c17f5c21d39ed4f0363 |
File details
Details for the file nonrad-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: nonrad-1.1.0-py3-none-any.whl
- Upload date:
- Size: 23.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa04b08ea039dd6660630510e8c212b70a7a7e9f42df939a076da0009fbfe496 |
|
MD5 | cbcf63f9fd89c304a9b608568e96ab2c |
|
BLAKE2b-256 | dde1e649bc01661661c149cc04a74e9aaf83ba862c0060c680ec23c99b3f07c9 |