Finding the Lowest Energy Stacking Configuration for Two Layers with Specific Miller Indices Using Pymatgen. #3665
-
Dear Pymatgen Development Team, I am currently exploring the theoretical aspects of heterostructures formed by two different single layers, each defined by specific Miller indices. A pivotal component of my study is identifying the stacking configuration between these layers that manifests the lowest energy, thereby elucidating the consequential electronic and structural traits. In my quest to achieve this objective, I have come across several methodologies that appear promising for implementation within my research framework:
Given the aforementioned methods and Pymatgen's extensive capabilities in manipulating and analyzing crystal structures, I am reaching out to inquire if Pymatgen encompasses functionalities akin to these approaches, or if there exist recommended workflows that could seamlessly integrate such methodologies for efficiently identifying the lowest energy stacking configuration between two specified layers. I look forward to your guidance and suggestions. Best Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is better for the discussion section of pymatgen, but I will leave some resources here and maybe someone (or yourself) could close this The pymatgen analysis.interfaces module could help you with input generation and structure matching (maybe), but I doubt there are any routines built in that will do everything you are looking for This paper could be of use to you And slightly less relevant, but still a nice paper You may also look at DFT-CP by the Frederickson group. They have some interesting insights into how "chemical pressure" influences interlayer stacking Best of luck |
Beta Was this translation helpful? Give feedback.
This is better for the discussion section of pymatgen, but I will leave some resources here and maybe someone (or yourself) could close this
The pymatgen analysis.interfaces module could help you with input generation and structure matching (maybe), but I doubt there are any routines built in that will do everything you are looking for
This paper could be of use to you
https://joss.theoj.org/papers/10.21105/joss.05886
And slightly less relevant, but still a nice paper
https://www.sciencedirect.com/science/article/abs/pii/S0022311523003690#bib0028
You may also look at DFT-CP by the Frederickson group. They have some interesting insights into how "chemical pressure" influences interlayer st…