Sir,
    i am stuck at a point..the code that i have written goes like this:
    (set! num-bands 8)
    (set! k-points(list (vector3 0 0 0)
                       (vector3 0.5 0 0)
                       (vector3 0.5 0.5 0)
                        (vector3 0 0 0)
    (set! k-points(interpolate 4 k-points)
    (run)
    (set ! geometry(list(make cylinder(center 0 0 0)(radius 0.2)(height 
infinity)(material (make dielectric(epsilon 12))))))
    (set! geometry-lattice(make lattice(size 11 no size)))
    (set! resolution 32)
    (run-te)
    (run-tm)
    I am able to get the modes but not the graph.Where am i wrong?Please help.
    An early reply will be really appreciated.
    ________________________________
_______________________________________________
mpb-discuss mailing list
mpb-discuss@ab-initio.mit.edu
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/mpb-discuss

Reply via email to