:orphan:
Examples
========
A collection of worked examples. They are executed when the documentation is
built and rendered as a gallery; each can also be downloaded as an executable
Jupyter notebook for further experimentation.
Every example runs a real AiiDA workflow in a temporary, throwaway profile (set
up by a shared helper, ``_aiida_setup.py``), plots the scientific result, and
visualises the AiiDA **provenance graph** that records how it was produced.
Sample data (CASTEP and Phonopy inputs) is bundled in the repository's
``tests/data`` directory and located by the examples at runtime.
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_dispersion_thumb.png
:alt:
:doc:`/auto_examples/plot_dispersion`
.. raw:: html
Phonon band structure from CASTEP force constants
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_dos_thumb.png
:alt:
:doc:`/auto_examples/plot_dos`
.. raw:: html
Phonon density of states from CASTEP force constants
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_tosca_from_force_constants_thumb.png
:alt:
:doc:`/auto_examples/plot_tosca_from_force_constants`
.. raw:: html
TOSCA spectrum from CASTEP force constants
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_phonopy_bands_and_dos_thumb.png
:alt:
:doc:`/auto_examples/plot_phonopy_bands_and_dos`
.. raw:: html
Band structure and DOS from Phonopy input
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_tosca_from_modes_thumb.png
:alt:
:doc:`/auto_examples/plot_tosca_from_modes`
.. raw:: html
TOSCA spectrum from precomputed phonon modes
.. thumbnail-parent-div-close
.. raw:: html
.. toctree::
:hidden:
/auto_examples/plot_dispersion
/auto_examples/plot_dos
/auto_examples/plot_tosca_from_force_constants
/auto_examples/plot_phonopy_bands_and_dos
/auto_examples/plot_tosca_from_modes
.. only:: html
.. container:: sphx-glr-footer sphx-glr-footer-gallery
.. container:: sphx-glr-download sphx-glr-download-python
:download:`Download all examples in Python source code: auto_examples_python.zip `
.. container:: sphx-glr-download sphx-glr-download-jupyter
:download:`Download all examples in Jupyter notebooks: auto_examples_jupyter.zip `
.. only:: html
.. rst-class:: sphx-glr-signature
`Gallery generated by Sphinx-Gallery