HyperAIHyperAI

Command Palette

Search for a command to run...

منذ عام واحد

DensityTool: أداة ما بعد المعالجة لكثافة الحالات من VASP مع تفصيل الفضاء والدوران

Lucas Lodeiro Tomáš Rauch

أساسيات VASP: حساب كثافة الحالات للبنية النطاقية للسيليكون

20 ساعة فقط من موارد حوسبة RTX 5090 $1 (قيمة $7)
الانتقال إلى دفتر

الملخص

يُعدّ فهم البنية الإلكترونية المحلية للمواد الصلبة غير المتجانسة أمراً حاسماً لفهم خصائصها الإلكترونية والمغناطيسية والنقلية والبصرية وغيرها. يوفر حزمة VASP، وهي واحدة من أكثر الحزم استخداماً في حسابات نظرية الدالة الكثافية (DFT)، البنية الإلكترونية المحلية إما عن طريق إسقاط الدوال الموجية الإلكترونية على الكرات الذرية، أو كثافة شجزئية موزعة حسب النطاقات (band-decomposed partial charge density). هنا، نقدم أداة بسيطة تأخذ كثافة الشجزئية وقيم eigenvalues الطاقة المحسوبة بواسطة VASP كمدخلات، وتقوم ببناء كثافات شحنة ودوران محلية. توفر البيانات الجديدة دقة مكانية أفضل بكثير من الإسقاط على الكرات الذرية. يمكن تصورها مباشرة في الفضاء الحقيقي، على سبيل المثال باستخدام برنامج Vesta، أو متوسطها على طول المستويات الممتدة بواسطة متجهين من متجهات الشبكة للخلية الوحدة الدورية. يمكن رسم كثافة الحالات المحلية (الدورانية) المتوسطة على المستويات بسهولة، على سبيل المثال كبيانات ملونة باستخدام أي برنامج رسم بياني تقريباً. يمكن تطبيق DensityTool للتعامل مع، وتصوير، وفهم البنية الإلكترونية المحلية لأي نظام تم حسابه باستخدام VASP. نتوقع أن تكون مفيدة بشكل خاص للباحثين المهتمين بالأنظمة غير المتجانسة، مثل الواجهات، العيوب، الأسطح، الجزيئات الممتزة، أو المركبات الهجينة غير العضوية-العضوية.

One-sentence Summary

DensityTool is a VASP post-processing utility that constructs space- and spin-resolved local charge and spin densities from partial charge densities and energy eigenvalues, providing superior spatial resolution compared to atomic sphere projections while enabling direct real-space visualization and plane-averaged density of states plotting for inhomogeneous systems such as interfaces and defects.

Key Contributions

  • DensityTool processes VASP-calculated partial charge densities and energy eigenvalues to construct local charge and spin densities for heterogeneous solid materials.
  • The method provides significantly improved spatial resolution compared to atomic sphere projections and supports direct real-space visualization alongside plane-averaged local density of states plots.
  • The utility enables systematic manipulation and visualization of localized electronic structures in inhomogeneous systems, including interfaces, defects, surfaces, adsorbed molecules, and hybrid inorganic-organic composites.

Introduction

Electronic structure calculations are foundational to computational materials science, with the density of states serving as a critical descriptor for predicting magnetic, catalytic, and transport properties. While VASP remains the standard engine for these simulations, extracting spatially and spin-resolved electronic distributions typically requires custom scripting or fragmented utilities, creating reproducibility bottlenecks and slowing down analysis workflows. The authors introduce DensityTool, a dedicated post-processing framework that automates the extraction and mapping of space- and spin-resolved density of states directly from VASP output files. By standardizing this extraction process, the tool eliminates manual coding overhead and enables researchers to rapidly characterize local electronic environments for advanced materials design.

Method

The authors leverage the output of VASP calculations, specifically the band- and wavevector-dependent partial charge densities Pn,k(r)P_{n,\mathbf{k}}(\mathbf{r})Pn,k(r) and the corresponding energy eigenvalues ϵn,k\epsilon_{n,\mathbf{k}}ϵn,k, to construct the local density of states (LDOS) and local spin density of states (LSDOS). The core of the method involves integrating these quantities over the Brillouin zone to obtain spatially-resolved electronic structure information. The LDOS at a given energy EEE and position r\mathbf{r}r is calculated as L(E,r)=Ne(2π)3nBZδ(Eϵn,k)Pn,k(r)d3kL(E, \mathbf{r}) = \frac{N_e}{(2\pi)^3} \sum_n \int_{\text{BZ}} \delta(E - \epsilon_{n,\mathbf{k}}) P_{n,\mathbf{k}}(\mathbf{r}) \, d^3kL(E,r)=(2π)3NenBZδ(Eϵn,k)Pn,k(r)d3k, which effectively represents an energy-resolved partial charge density. For magnetic systems, the spin-resolved quantities are computed similarly, with the spin-up and spin-down components treated separately to yield the spin density s(r)=ρ(r)ρ(r)s(\mathbf{r}) = \rho^\uparrow(\mathbf{r}) - \rho^\downarrow(\mathbf{r})s(r)=ρ(r)ρ(r) and the LSDOS S(E,r)=1(2π)3nBZ[δ(Eϵn,k)Pn,k(r)δ(Eϵn,k)Pn,k(r)]d3kS(E, \mathbf{r}) = \frac{1}{(2\pi)^3} \sum_n \int_{\text{BZ}} \left[ \delta(E - \epsilon_{n,\mathbf{k}}^\uparrow) P_{n,\mathbf{k}}^\uparrow(\mathbf{r}) - \delta(E - \epsilon_{n,\mathbf{k}}^\downarrow) P_{n,\mathbf{k}}^\downarrow(\mathbf{r}) \right] d^3kS(E,r)=(2π)31nBZ[δ(Eϵn,k)Pn,k(r)δ(Eϵn,k)Pn,k(r)]d3k.

The framework diagram illustrates the process of calculating the plane-averaged LDOS and LSDOS for a composite inorganic-organic system, where the partial charge densities are first averaged over a plane parallel to the Si surface. This averaging step, performed using the PARCHGSPIN routine, reduces the dimensionality of the data, enabling efficient computation of the plane-averaged L(S)DOS via the LDOSMAG and LSDOSMAG routines. The resulting data can be visualized as a function of energy and position, providing insight into the spatial distribution of electronic states. The method is designed to be compatible with the VASP output format, allowing the full L(S)DOS to be written in the CHGCAR format for direct visualization in tools like VESTA.

Experiment

The evaluation of DensityTool utilizes inhomogeneous materials, including a composite system and a perovskite slab model, to validate its capability for extracting meaningful electronic structure insights from complex layered systems. By computing plane-averaged local density of states, the analysis demonstrates that the electronic properties closely follow the alternating atomic layer arrangement. Qualitatively, bulk-like states near the band gap originate predominantly from the PbI₂ layers, while the PbI₂-terminated surface introduces distinct surface states that narrow the overall band gap and exhibit a higher ionization potential compared to the MAI-terminated counterpart. These structural and electronic correlations confirm the tool's effectiveness in characterizing heterogeneous materials and align with established theoretical expectations.

The authors describe the application of DensityTool to analyze inhomogeneous systems, focusing on a perovskite slab model. The tool provides routines for calculating charge and density distributions, with specific implementations for magnetic systems using spin-resolved data. Results from the perovskite slab show distinct electronic structures depending on surface termination, with surface states and band gap differences observed between MAI- and PbI2-terminated surfaces. DensityTool offers routines for both nonmagnetic and magnetic systems, including partial charge and spin calculations. The perovskite slab results reveal that surface termination significantly affects electronic structure, with PbI2-terminated surfaces showing deeper surface states and a reduced band gap. Plane-averaged local density of states indicates that bulk-like states near the band gap are primarily composed of PbI2 layers, while surface states are influenced by the exposed surface termination.

The authors applied DensityTool to analyze an inhomogeneous perovskite slab model using routines for charge, density, and spin-resolved calculations. This setup validates how surface termination modulates local electronic properties, demonstrating that PbI2-terminated surfaces possess deeper surface states and a reduced band gap relative to MAI-terminated configurations. Qualitative results indicate that bulk-like states near the band gap derive from internal PbI2 layers, whereas surface states are directly controlled by the exposed termination chemistry. Ultimately, the analysis confirms that the tool reliably captures termination-dependent electronic variations, highlighting the dominant role of surface composition in shaping perovskite electronic structures.


بناء الذكاء الاصطناعي بالذكاء الاصطناعي

من الفكرة إلى الإطلاق — سرّع تطوير الذكاء الاصطناعي الخاص بك مع المساعدة البرمجية المجانية بالذكاء الاصطناعي، وبيئة جاهزة للاستخدام، وأفضل أسعار لوحدات معالجة الرسومات.

البرمجة التعاونية باستخدام الذكاء الاصطناعي
وحدات GPU جاهزة للعمل
أفضل الأسعار

HyperAI Newsletters

اشترك في آخر تحديثاتنا
سنرسل لك أحدث التحديثات الأسبوعية إلى بريدك الإلكتروني في الساعة التاسعة من صباح كل يوم اثنين
مدعوم بواسطة MailChimp