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

I've git clone the source code into my ubuntu virtual machine, and use sudo make, sudo make install to try to do compilation. after sudo make, there are a lot...

Hi all, In order to calculate a time averaged value for the electric field I am varying the phase of the applied wave and averaging the field. This works fine...

I installed it on my iMac 10.11.1. I got the following error when I run examples that include the code "S:SetLayerPatternRectangle(....)". "SetLayerPatternRectangle: There was a problem allocating the pattern". For...

I can run some examples by s4 fig1.lua. But for many examples like 1d\Bi_OE_18_11969_2010, I get error get poyntingflux: numg was not set

Hi ! I am trying to replicate the transmission spectra of a nanoarray in silver which I found in this [paper](https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=6092429). The setup is the following: ![image](https://user-images.githubusercontent.com/32427425/39150809-c4cee6b6-4743-11e8-81fb-b79af44cbbf6.png) From Top to...

Hi I would like to create a taper in 1D simulation. While I can write AddLayers and SetLayerPatternRectangle multiple times. However, this is not practical as the height of the...

Hello I have the following error with 1D gratings (S:SetLattice({1,0}, {0,0}) -- 1D lattice). There was a problem allocating the pattern. Anyone have the same issue?

Hi, I am using the code to model some silica nanopillars. The code works fine if I am not using any pattern but it returns segmentation fault when I use...

Dear all Can anyone share an example to calculate the diffraction efficiency and associated angle of the diffracted mode for 1d grating structure ? Thanks.

Hi I want to install S4 on RHEL6.8 over gcc and also over MPI I installed lua-3.2.4. Edited the Makefile.Linux as below (commented lapack and blas). Kept lua lib location...