.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "gallery/brillouin_zone.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_gallery_brillouin_zone.py: ============== Brillouin zone ============== .. GENERATED FROM PYTHON SOURCE LINES 7-20 .. image-sg:: /gallery/images/sphx_glr_brillouin_zone_001.png :alt: brillouin zone :srcset: /gallery/images/sphx_glr_brillouin_zone_001.png :class: sphx-glr-single-img .. rst-class:: sphx-glr-script-out .. code-block:: none 0% (0 of 31) | | Elapsed Time: 0:00:00 ETA: --:--:-- 100% (31 of 31) |########################| Elapsed Time: 0:00:00 Time: 0:00:00 /home/docs/checkouts/readthedocs.org/user_builds/fplore/envs/latest/lib/python3.8/site-packages/pymatgen/symmetry/kpath.py:178: UserWarning: The input structure does not match the expected standard primitive! The path can be incorrect. Use at your own risk. warn( | .. code-block:: Python import matplotlib.pyplot as plt from fplore import FPLORun from fplore.plot import plot_bz run = FPLORun("../example_data/fermi") fig = plt.figure() ax = fig.add_subplot(111, projection='3d') plot_bz(run, ax, k_points=True, use_symmetry=True) plt.show() .. rst-class:: sphx-glr-timing **Total running time of the script:** (0 minutes 2.095 seconds) .. _sphx_glr_download_gallery_brillouin_zone.py: .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-example .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: brillouin_zone.ipynb ` .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: brillouin_zone.py ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_