1:52:32 PM PDT - Wed, Mar 20th 2013 |
|
Sphericals
|
That's an interesting question. We do not print this info. From what I can see, it's
d-2 = d(xy)
d-1 = d(yz)
d0 = d(2z^2-x^2-y^2)
d1 = xz
d2 = d(x^2-y^2)
There is a piece of code in src/NWints/auxil that can be compiled and when run will print out the linear combinations for each lm. Try "make spherical". It should build a code called spherical that give you want you want.
Bert
|