Kinetic Monte Carlo Simulation using Python (kMCpy)
Project description
kMCpy is an open-source Python package for studying ion diffusion using the kinetic Monte Carlo (kMC) technique. It offers a comprehensive Python-based approach to compute kinetic properties, suitable for research, development, and prediction of new functional materials.
Key features include a local cluster expansion model toolkit, a rejection-free kinetic Monte Carlo (rf-kMC) solver, and tools to extract ion transport properties like diffusivities and conductivities. The local cluster expansion model toolkit facilitates model fitting from ab initio or empirical barrier calculations. Post-training, the local cluster expansion model can compute migration barriers in crystalline materials within the transition state theory.
Advantages of using kMCpy:
- Written entirely in Python with a modular design, promoting developer-centricity and easy feature addition.
- Cross-platform compatibility, supporting Windows, macOS, and Linux.
- Performance-optimized kMC routines using Numba, resulting in significant speed improvements.
This code was recently employed to investigate the transport properties of Na-ion in NaSiCON solid electrolyte. In this study, rf-kMC was used to model Na-ion conductivity in NaSiCON, leading to the discovery that maximum conductivity is achieved at Na = 3.4.
Installation
Method 1: Install using pip
You can quickly install the latest version of kMCpy through PyPI to your environment.
pip install kmcpy
Method 2: Install from source using pip
You can install from the source code using pip. Assuming you have cloned the repository, navigate to the root directory of the kMCpy repository and run:
pip install .
For development, you can clone the repository and install it in editable mode using
pip install -e ".[dev]"
This allows you to modify the source code and see changes immediately without reinstalling.
kMCpy also has a basic graphical user interface (GUI). It is based onwxpython. You might need to install GTK for wxpython. You can install other additional dependencies for the GUI by running:
pip install -e ".[gui]"
Method 3: Install from source using UV
It is highly recommended to install kMCpy from source using UV and use it with virtual environment.
uv sync
For development, you can install it in editable mode using:
uv sync --extra dev
uv pip install -e . # this makes the installation using the editable mode
For GUI, you can install the additional dependencies by running:
uv sync --extra gui
⚠️ Warning for Windows users:
You need to install Microsoft C++ build tools to compilepymatgen.
Build documentation
You can access the documentation at https://kmcpy.readthedocs.io/. However, if you want to build the documentation locally, you can do so by following these steps:
uv sync --extra doc
python scripts/build_doc.py
Run kMCpy
API usage
You can run kMC through API. You can find more details in the examples directory. You can see the examples in the examples directory for how to use kMCpy in your own scripts. The examples cover various aspects of kMCpy, including how to build a model and use it for simulations.
Command line usage
A wrapper is provided if you want to run kMCpy through command line only. There is a wrapper script run_kmc that allows you to run kMCpy from the command line. You can use it to run a kMCpy simulation with a JSON/YAML input file. The input file should contain the necessary parameters for the simulation. It should be noted that you need to have all the input files that needed to run kMC.
run_kmc input.json
To print out all arguments, you can run:
run_kmc --help
GUI usage
You can start the GUI from command line. The basic usage is as follows:
start_kmcpy_gui
Then a window will pop up, allowing you to select the input file and run the simulation.
Citation
If you use kMCpy in your research, please cite it as follows:
@article{deng2022fundamental,
title={Fundamental investigations on the sodium-ion transport properties of mixed polyanion solid-state battery electrolytes},
author={Deng, Zeyu and Mishra, Tara P and Mahayoni, Eunike and Ma, Qianli and Tieu, Aaron Jue Kang and Guillon, Olivier and Chotard, Jean-No{\"e}l and Seznec, Vincent and Cheetham, Anthony K and Masquelier, Christian and Gautam, Gopalakrishnan Sai and Canepa, Pieremanuele},
journal={Nature Communications},
volume={13},
number={1},
pages={1--14},
year={2022},
publisher={Nature Publishing Group}
}
@article{deng2023kmcpy,
title = {kMCpy: A python package to simulate transport properties in solids with kinetic Monte Carlo},
journal = {Computational Materials Science},
volume = {229},
pages = {112394},
year = {2023},
issn = {0927-0256},
doi = {https://doi.org/10.1016/j.commatsci.2023.112394},
author = {Zeyu Deng and Tara P. Mishra and Weihang Xie and Daanyal Ahmed Saeed and Gopalakrishnan Sai Gautam and Pieremanuele Canepa},
}
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kmcpy-0.2.3.tar.gz.
File metadata
- Download URL: kmcpy-0.2.3.tar.gz
- Upload date:
- Size: 120.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ae5682c85f07458610455f464e279c34bc82c31d1bee52e32bc4eb12483f275
|
|
| MD5 |
f054b7830470ae7a423566ce9d33b77d
|
|
| BLAKE2b-256 |
d1d3530aaf482e40c804cc6b338848644d4ffbdfbdc6d354b993835039a46267
|
Provenance
The following attestation bundles were made for kmcpy-0.2.3.tar.gz:
Publisher:
publish-to-pypi.yml on caneparesearch/kMCpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kmcpy-0.2.3.tar.gz -
Subject digest:
8ae5682c85f07458610455f464e279c34bc82c31d1bee52e32bc4eb12483f275 - Sigstore transparency entry: 458373286
- Sigstore integration time:
-
Permalink:
caneparesearch/kMCpy@99c4947ec36a904e0640a87912f56655cd1ca171 -
Branch / Tag:
refs/tags/v0.2.3 - Owner: https://github.com/caneparesearch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-to-pypi.yml@99c4947ec36a904e0640a87912f56655cd1ca171 -
Trigger Event:
push
-
Statement type:
File details
Details for the file kmcpy-0.2.3-py3-none-any.whl.
File metadata
- Download URL: kmcpy-0.2.3-py3-none-any.whl
- Upload date:
- Size: 108.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1eee48cad39d734f05fc628f106ebdf16db40177327e0c3742ddb1996a085654
|
|
| MD5 |
705962558e60aad1f5b4c6086ba410ee
|
|
| BLAKE2b-256 |
93035751f537d89ac742adabfcd448680f2cda096ea17fdc4c7046fcc96fd6b6
|
Provenance
The following attestation bundles were made for kmcpy-0.2.3-py3-none-any.whl:
Publisher:
publish-to-pypi.yml on caneparesearch/kMCpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kmcpy-0.2.3-py3-none-any.whl -
Subject digest:
1eee48cad39d734f05fc628f106ebdf16db40177327e0c3742ddb1996a085654 - Sigstore transparency entry: 458373293
- Sigstore integration time:
-
Permalink:
caneparesearch/kMCpy@99c4947ec36a904e0640a87912f56655cd1ca171 -
Branch / Tag:
refs/tags/v0.2.3 - Owner: https://github.com/caneparesearch
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-to-pypi.yml@99c4947ec36a904e0640a87912f56655cd1ca171 -
Trigger Event:
push
-
Statement type: