MIT开发出来的计算光子晶体的软件
源代码在线查看: tri-rods.ctl
; A triangular lattice of dielectric rods in air. (This structure has ; a band-gap for TM fields.) This file is used in the "Data Analysis ; Tutorial" section of the MPB manual. (set! num-bands 8) (set! geometry-lattice (make lattice (size 1 1 no-size) (basis1 (/ (sqrt 3) 2) 0.5) (basis2 (/ (sqrt 3) 2) -0.5))) (set! geometry (list (make cylinder (center 0 0 0) (radius 0.2) (height infinity) (material (make dielectric (epsilon 12)))))) (set! k-points (list (vector3 0 0 0) ; Gamma (vector3 0 0.5 0) ; M (vector3 (/ -3) (/ 3) 0) ; K (vector3 0 0 0))) ; Gamma (set! k-points (interpolate 4 k-points)) (set! resolution 32) (run-tm (output-at-kpoint (vector3 (/ -3) (/ 3) 0) fix-efield-phase output-efield-z)) (run-te)
|
相关资源 |
|
-
MIT开发出来的计算光子晶体的软件
-
麻省理工的计算光子晶体的程序
-
麻省理工的计算光子晶体的程序
-
order发计算光子晶体的能带结构
-
用matlab所编用传输矩阵法计算光子晶体的能带结构的程序
-
用matlab所编的关于用传输矩阵法计算光子晶体的反射率,文件中将程序写在word文档中,并附带有在matlab下画的图,感觉很有用
-
用传输矩阵法计算光子晶体的透射率,文件中将程序写在word文档中,并附带有在matlab下画的图,程序用matlab编写,感觉很有用,
-
用传输矩阵法计算光子晶体的透射率随入射光入射角的变化的程序,程序由matlab所编,文件解压后能看到程序写在word文档中,并附带图,感觉很有用
|