.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "examples\00-band_structure\plot_noncolinear_qe.py" .. LINE NUMBERS ARE GIVEN BELOW. .. only:: html .. note:: :class: sphx-glr-download-link-note :ref:`Go to the end ` to download the full example code. .. rst-class:: sphx-glr-example-title .. _sphx_glr_examples_00-band_structure_plot_noncolinear_qe.py: .. _ref_plotting_noncolinear_qe: Plotting non colinear band structures in Quantum Espresso ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Plotting non colinear band structures in Quantum Espresso. First download the example files with the code below. Then replace data_dir below. .. code-block:: :caption: Downloading example data_dir = pyprocar.download_example(save_dir='', material='Fe', code='qe', spin_calc_type='non-colinear', calc_type='bands') .. GENERATED FROM PYTHON SOURCE LINES 21-23 .. code-block:: Python # sphinx_gallery_thumbnail_number = 2 .. GENERATED FROM PYTHON SOURCE LINES 24-25 importing pyprocar and specifying local data_dir .. GENERATED FROM PYTHON SOURCE LINES 25-31 .. code-block:: Python import os import pyprocar data_dir = f"{pyprocar.utils.ROOT}{os.sep}data{os.sep}examples{os.sep}Fe{os.sep}qe{os.sep}non-colinear{os.sep}bands" .. GENERATED FROM PYTHON SOURCE LINES 34-36 Plain mode +++++++++++++++++++++++++++++++++++++++ .. GENERATED FROM PYTHON SOURCE LINES 36-44 .. code-block:: Python pyprocar.bandsplot( code='qe', mode='plain', fermi=18.0536, dirname=data_dir) .. image-sg:: /examples/00-band_structure/images/sphx_glr_plot_noncolinear_qe_001.png :alt: plot noncolinear qe :srcset: /examples/00-band_structure/images/sphx_glr_plot_noncolinear_qe_001.png :class: sphx-glr-single-img .. rst-class:: sphx-glr-script-out .. code-block:: none ---------------------------------------------------------------------------------------------------------- There are additional plot options that are defined in the configuration file. You can change these configurations by passing the keyword argument to the function. To print a list of all plot options set `print_plot_opts=True` Here is a list modes : plain , parametric , scatter , atomic , overlay , overlay_species , overlay_orbitals ---------------------------------------------------------------------------------------------------------- (
, ) .. GENERATED FROM PYTHON SOURCE LINES 45-51 Parametric mode +++++++++++++++++++++++++++++++++++++++ Quantum Espresso expresses the projections in the coupled basis, therefore orbitals takes different meanings. For details on the meaning of the indices of the atomic projection please refer to the user guide :ref:'atomic_projections' .. GENERATED FROM PYTHON SOURCE LINES 51-66 .. code-block:: Python atoms=[0] spins=[0] orbitals=[8,9,10,11,12,13,14,15,16,17] pyprocar.bandsplot( code='qe', mode='parametric', fermi=18.0536, atoms=atoms, orbitals=orbitals, spins=spins, dirname=data_dir) .. image-sg:: /examples/00-band_structure/images/sphx_glr_plot_noncolinear_qe_002.png :alt: plot noncolinear qe :srcset: /examples/00-band_structure/images/sphx_glr_plot_noncolinear_qe_002.png :class: sphx-glr-single-img .. rst-class:: sphx-glr-script-out .. code-block:: none ---------------------------------------------------------------------------------------------------------- There are additional plot options that are defined in the configuration file. You can change these configurations by passing the keyword argument to the function. To print a list of all plot options set `print_plot_opts=True` Here is a list modes : plain , parametric , scatter , atomic , overlay , overlay_species , overlay_orbitals ---------------------------------------------------------------------------------------------------------- (
, ) .. rst-class:: sphx-glr-timing **Total running time of the script:** (0 minutes 1.308 seconds) .. _sphx_glr_download_examples_00-band_structure_plot_noncolinear_qe.py: .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-example .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: plot_noncolinear_qe.ipynb ` .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: plot_noncolinear_qe.py ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_