Hi,
Suppose the computation cell size is L in the X direction. I want to say that
this cell is in fact a unit cell and that I have a periodicity of L in the X
direction, I do then:
(set! k-point (vector3 1 0 0))
(set! ensure-periodicity true)
If this is right (and it seems), then I don't understand how I can define in
addition the same for the Y direction.
I would like to do a:
(set! k-point (list (vector3 1 0 0)
(vector3 0 1 0)))
(set! ensure-periodicity true)
but it's not allowed cause k-point is false or a vector3.
How should I proced ?
Thanks in advance.
--
_______________________________________________
meep-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss