Re: the accuracy of MPB
"Steven G. Johnson" <[email protected]>
| Newsgroups | gmane.comp.science.photonic-bands |
|---|---|
| Message-ID | <[email protected]> |
On Nov 11, 2009, at 11:40 AM, ryanhao wrote: > The data are genarated automatically by run fuction, eg run-zeven. > I can not use "print" inside the run fuctions. Yes you can; you can do anything you want inside a run function. Just wrap a band function around it, e.g.: (run (lambda () (print freqs "\n")))