Hi! I am running S4 on Centos7, but the program can not completely run and signals an error :
"On entry to ZGEBAL parameter number 3 had an illegal value". For example, when I want to simulate transmission of 400 different wavelength points, it may stop at the 200th point. And the point of stopping each time is not the same.
I am confused about this issue and look forward to your help. The code is attached below.
---- main program ----
um = 1; -- unit um
nm = um*1e-3;
a = 270;
nSiO2 = 1.45;
lattice = anm;
d = 80nm;
dSiO2 = 115nm;
R = 240nm/2;
Hi! I am running S4 on Centos7, but the program can not completely run and signals an error : "On entry to ZGEBAL parameter number 3 had an illegal value". For example, when I want to simulate transmission of 400 different wavelength points, it may stop at the 200th point. And the point of stopping each time is not the same. I am confused about this issue and look forward to your help. The code is attached below.
---- main program ----
um = 1; -- unit um nm = um*1e-3;
a = 270; nSiO2 = 1.45; lattice = anm; d = 80nm; dSiO2 = 115nm; R = 240nm/2;
dofile("data.lua");
io.output("Blue.txt")
for wLi = 1, #wLength, 1 do wi = wLength[wLi]; wavelength = wi*nm; npolySi = n_polySi[wLi]; kpolySi = k_polySi[wLi]; naSi = n_aSi[wLi]; kaSi = k_aSi[wLi]; ncSi = n_cSi[wLi]; kcSi = k_cSi[wLi];
end
io.output():close()
data.txt