Re: Photonic crystal slab waveguide

Akash <[email protected]> Fri, 14 Feb 2014 06:19:40 +0000 (UTC)
Newsgroups gmane.comp.science.photonic-bands
Message-ID <[email protected]>
Hi,
I am trying to find the line defect mode for square lattice of size 7X7. I
am not understanding how to take the k-points
This is what I took:
(set! k-points (list (vector3 0 0 0)     ; Gamma 
                     (vector3 0.5 0 0)))   ; X 
(set! k-points (interpolate 16 k-points)) 

Is it correct?