Re: can MPB output the fields for arbitrary k-point?
"Steven G. Johnson" <[email protected]>
| Newsgroups | gmane.comp.science.photonic-bands |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 8 Nov 2006, Emiliano Di Gennaro wrote:
> (run-tm (output-at-kpoint (vector3 0 .25 0)
> fix-efield-phase output-efield-z))
>
> being sure that ( 0 0.25 0) was in the k-points list.
>
> What it's wrong?
Probably, (0 0.25 0) is not in the k-points list? It's certainly not in
the default k-points list for the tri-rods.ctl example file, whose default
k-points are:
(0,0,0)
(0,0.1,0)
(0,0.2,0)
(0,0.3,0)
(0,0.4,0)
(0,0.5,0)
(-0.0666667,0.466667,0)
(-0.133333,0.433333,0)
(-0.2,0.4,0)
(-0.266667,0.366667,0)
(-0.333333,0.333333,0)
(-0.266667,0.266667,0)
(-0.2,0.2,0)
(-0.133333,0.133333,0)
(-0.0666667,0.0666667,0)
(0,0,0)
Steven