Skip to content

Commit 0790424

Browse files
author
Jon Schlipf
committed
negative sqrt fix
1 parent e707c2e commit 0790424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BasicMaterials/BasicMaterials.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sio2_malitson_n(l)=sqrt(Complex(1+(0.6961663l^2)/(l^2-0.0684043^2)+(0.4079426l^2
1414
sio2_malitson(l)=sio2_malitson_n(.001l)^2 .+0im
1515
#I. H. Malitson. Interspecimen comparison of the refractive index of fused silica, J. Opt. Soc. Am. 55, 1205-1208 (1965)
1616

17-
si3n4_luke_n(l)=sqrt(1+(3.0249l^2)/(l^2-0.1353406^2)+(40314l^2)/(l^2-1239.842^2))
17+
si3n4_luke_n(l)=sqrt(Complex(1+(3.0249l^2)/(l^2-0.1353406^2)+(40314l^2)/(l^2-1239.842^2)))
1818
si3n4_luke(l)=si3n4_luke_n(.001l)^2 .+0im
1919
#K. Luke, Y. Okawachi, M. R. E. Lamont, A. L. Gaeta, M. Lipson. Broadband mid-infrared frequency comb generation in a Si3N4 microresonator, Opt. Lett. 40, 4823-4826 (2015)
2020

0 commit comments

Comments
 (0)