S4 icon indicating copy to clipboard operation
S4 copied to clipboard

Stanford Stratified Structure Solver - Electromagnetic simulator for layered periodic structures

Results 79 S4 issues
Sort by recently updated
recently updated
newest added

TMOKE, The form of the dielectric tensor is[ε0 , 0 , -iε1; 0 , ε0 , 0 ; iε1 , 0 , ε0],But the reflectivity I get is the same...

Hi, I'm trying to install this [fork](https://github.com/phoebe-p/S4), and was advised by @phoebe-p to open a thread here. I am seeing a failure when trying to compile S4 for use with...

Hi everyone, I am trying to use S4 to generate some reflection/transmission curves changing the angle of incidence. The code that I am using is the following one: S =...

Hello, I was wondering if you have intention to begin releasing specific versions of S4 sources in GitHub. Our users requested your code to be installed on our HPC cluster...

Hi all, Can someone send me a latest compile binary edition of S4 (S4.exe) with FFTW3 and other features? Well, I am totally freshman with Lua and don't know how...

Hi, Assume 1D grating, infinitely long grating along y axis and propagation in z. p polarized Electric field --> E is along the grating periodicity along x s polarized Electric...

Hi everyone, I'm trying to use S4 to generate transmission of light through the optical 1D grating. In groove gratings there is a liquid crystal with a relative permittivity tensor....

lblas for MKL does not like null pointer calls. Removed the routines and used regular array operations. This version works with MKL lblas

Hi all, is there a way to excite a fundamental mode wave from a patterned layer? I have tried a simple layer ` Layer *L1 = Simulation_AddLayer(S); Layer_Init(L1, "above", 0.5,...

Attempting to compile on Mac OS X gives error "S4/S4.cpp:879:28: error: ordered comparison between pointer and zero ('const double *' and 'int') if(NULL == thick || thick < 0){ ret...