Examples using RCWA
==========================================================

These examples can all be found in the `examples` folder in the main `rcwa` package on github.

Bragg Mirror Reflection Spectra
------------------------------------

.. literalinclude:: ../../rcwa/examples/bragg_mirror.py
   :language: python


Reflection from a Dispersive Interface (Silicon)
-------------------------------------------------------

.. literalinclude:: ../../rcwa/examples/si_dispersive.py
   :language: python

Reflection from a Dispersive Interface (SiO2)
-------------------------------------------------------

.. literalinclude:: ../../rcwa/examples/SiO2_dispersive.py
   :language: python

Ellipsometry of bare Si wafer [BROKEN]
-------------------------------------------------------

.. literalinclude:: ../../rcwa/examples/si_ellipsometry.py
   :language: python

Rectangular Lattice Photonic Crystal with Triangular Shape
-----------------------------------------------------------

.. literalinclude:: ../../rcwa/examples/triangular_photonic_crystal_2D.py
   :language: python

Rectangular Diffraction Grating
-----------------------------------------------------------

.. literalinclude:: ../../rcwa/examples/diffraction_grating_1D.py
   :language: python
