Example 1 ========= This example demonstrates... .. code-cell:: python import tmmax s = tmmax.Stack() s.add_layer("SiO2", 100) s.simulate() .. image:: _static/example1_fig.png :alt: Example 1 figure