S4
S4 copied to clipboard
Stanford Stratified Structure Solver - Electromagnetic simulator for layered periodic structures
Hi Guys, Apologies if this is a silly question. I am looking to calculate the effective refractive index of a given layer in my structure. Before writing the code to...
Hi, I'm looking for help for installing S4 as a Python extension. When I run `make S4_pyext` I get a long series of warnings and the error `error: command 'x86_64-linux-gnu-gcc'...
Looking at the code I saw that there is a command. SetExcitationDipole Which is undocumented. I would like to ask if this is a fully implemented function and whether it...
Seems like there are a few issues with using the S4 library in python3 (specifically 3.4, but likely all python3.x). Seems like the compilation issues come mostly from the PyString...
S4 seems to compile fine against lua-5.3, but some functionality is lost. Specifically, calling the Interpolator (or the SpectrumSampler) object gives the following errors (using the lua files in the...
Similar to [issue 49](https://github.com/victorliu/S4/issues/49) whith lua5.2: On Ubuntu14.04, with liblua5.2-dev installed, ```\ ~/dev/S4/examples/interpolator$ ../../build/S4 interpolator.lua interpolator.lua:9: attempt to index global 'interpolator' (a userdata value) stack traceback: interpolator.lua:9: in main chunk...
Hi, could you help to configure current Lua debugger to work with S4 in Visual Studio Code? thank you, Igor.
if i compile the program with "make" on a linux mint machine. i get a lot of warnings ``` S4/S4.cpp: In function ‘int Simulation_GetFieldPlane(S4_Simulation*, int*, double, double*, double*)’: S4/S4.cpp:2824:24: warning:...
Hello, Not sure if this is the appropriate place but I could not find any link for requesting help. I built S4 for RHEL6 but it's giving errors (see below)....
I have lua 5.2.3 and and s4 documents and want to run s4 on linux. But when I use make lib I get the common error " no rule ..."....