Re: About self defined eps-func
"Steven G. Johnson" <[email protected]> Sat, 1 Sep 2012 17:45:18 -0400
| Newsgroups | gmane.comp.science.photonic-bands |
|---|---|
| Message-ID | <[email protected]> |
On Jul 11, 2012, at 10:33 AM, Simon Huskier wrote: > Dear Steven and MPB users, > > Following Dr. Steven's suggestion on the following thread, > http://www.mail-archive.com/[email protected]/msg00543.html > > I defined a eps-func as following: > > (define (eps-func p) > (let* ((p (lattice->cartesian)) You want something like: (let* ((pc (lattice->cartesian p)) and then use pc instead of p. _______________________________________________ mpb-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/mpb-discuss