Quick Start

Here’s a minimal example to get started:

from tmmax import Stack
s = Stack()
s.add_layer("SiO2", 100)
s.simulate()

Include a figure:

Quickstart Example