Quick Start =========== Here’s a minimal example to get started: .. code-block:: python from tmmax import Stack s = Stack() s.add_layer("SiO2", 100) s.simulate() Include a figure: .. image:: _static/quickstart_figure.png :alt: Quickstart Example :width: 600px