Plotting band-decomposed charge density (CBM/VBM) for 2D Janus monolayer
-
Dear Crystal Users and Developers,
I am currently studying the electronic properties of a 2D Janus monolayer, using CRYSTAL17. I am interested in visualizing the spatial localization of the Valence Band Maximum (VBM) and Conduction Band Minimum (CBM) to confirm charge separation across the Janus surfaces.
My system is a semiconductor with a direct band gap at the
K point. I would like to generate 3D electron density maps (isosurfaces) for these specific bands only.Any guidance or example .d3 inputs for band-specific density plotting would be greatly appreciated.
Thank you for your time and help.Best regards,
Chhatra Subba -
Hi,
You can do this using the PROPERTIES module. The PBAN option [see CRYSTAL23 User's Manual at page 348] allows you to build a density matrix from a user-defined subset of electronic bands. This partial density matrix is used for subsequent calculations. The ECH3 option can then be used to evaluate the associated electron density on a user-defined 3D grid of points, to be stored in .cube format, which can then be plotted in 3D isosurfaces with standard visualizers, such as VESTA.
A template .d3 PROPERTIES input file for this would look something like:
NOSYMADA NEWK 24 24 1 0 PBAN 1 14 ECH3 80 RANGE -10 10 ENDwhere in PBAN as an example I have selected just 1 band, number 14 in the list.
Hope this helps,
-
Thank you so much! I'll give this a try; it helps a lot.