Introduction¶
Overview¶
Transfer-matrix method (TMM) is a powerful analytical method to solve Maxwell’s equations in layered structures. However, standard TMM is limited to infinite plane waves (e.g. no Gaussian beam excitation) and to linear processes (i.e. calculation of second-harmonic, sum-frequency, and difference-frequency generation is not possible). The aim of this package is to extend standard TMM to include those features. The physics of these extensions is described in the following publications:
Main features¶
In addition to the standard TMM features this package also supports:
Calculation of Gaussian beam (or any other beam) propagation inside layered structures
Calculation of nonlinear processes SHG/SFG/DFG
Technical features¶
Core written in C++
Python bindings via Cython
OpenMP parallelization (Linux and Windows)
Supports Linux (x86_64), Windows (x64, ARM64), and macOS (ARM64)