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

Hi, Is there any example for considering material dispersion in S4? I am trying to do that using a loop in my model cod, but is it the best way?...

Whenever I go to execute a script on an Amazon AWS notebook involving S4, I get the error: AttributeError: module 'S4' has no attribute 'NewSimulation' as well as AttributeError: module...

Thank you to Victor Liu, Phoebe Pearce, and others for this great code. Unfortunately, I have some issues doing relatively simple things with this code. I tried to produce a...

Hi! I want to use "GetAmplitudes" for calculating reflection phase, but it can not work. The error is "GetAmplitudes: S4_Layer named 'Above1' not found." I am confused about this issue...

Hello guys, I'd like to know if is there any way to draw a pyramid-like structure in S4. Since in the function SetLayerPatternPolygon I can declare only the x and...

Hi, Victor I just want to simulate interference with and without structure. I just want to get the transmittance after interference. Is it possible by using S4? I try to...

The 1D examples work well, however, when I tried to run the 2d examples , most of them fail due to segmentation fault( core dumped). I used a Ubuntu 16.04...

Previously SetLayer and SetLayerThickness had no effect. This was due to the wrong function being called. I added the material argument to S4_Simulation_SetLayer in SetLayer and called Simulation_ChangeLayerThickness in SetLayerThickness....

Hi, I want to install S4 with MPI to run parallel program. But, when I try to run, it seems only running single process. Is there any tutorial to install...