TutorialBasic usageThe program may be run with a Lua script as an argument, in which case the script is run and then the program terminates, or without an argument, in which case it enters interactive mode with a Lua shell. The basic flow of a script is listed below.
Fourier Modal Method formulationsThere has been extensive literature on the best way to generate the Fourier series coefficients for the in-plane dielectric profiles of each layer. S4 implements a number of different formulations. The following functions determine which formulation is selected:
In addition, the following functions control accuracy and the lattice truncation: To simplify the choice for users, the table below summarizes the recommended settings. It is recommended to always use circular truncation unless there is a good reason to do otherwise. Speed indicates the speed of the Fourier coefficient generation, which is usually not the dominant part of the simulation time.
*: The formulation does not strictly work correctly for anisotropic media however it may still work. Proper support for anisotropic materials is in principle possible. There are currently no plans for implementing generation of the proper basis fields for this feature. ExamplesThe source distribution of S4 includes numerous fully working didactic examples as well as examples replicating published results. You can find these examples in the examples/ directory of the source tarball. |