-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wigner D Matrix appears to be complex conjugated #42
Comments
TL;DR: I disagree on the conventions. I'll add more discussion of the conventions to the documentation on the next major release, but I'll probably just stick with the current choices. Unfortunately, everything involving rotations is just a quagmire of poorly specified conventions, starting with the endless combinations of possible Euler angles, going through the meaning (and order) of the indices on the Wigner matrices, and even the meaning of the argument to the Wigner matrices. So I'm not saying that my conventions are the best, but I do believe they are internally consistent. And I've evidently chosen something different from what Mathematica has. Probably the easiest way to compare conventions is to just look at the actual expressions in terms of Euler angles / spherical coordinates. First, regarding the relationship between D and Y, my convention is given on the documentation page here, where I don't have the conjugate that you have in your equation. I chose my conventions for Y to be consistent with established formulas broadly used by the gravitational-wave community I work in. FWIW, they're given here. Second, regarding D itself, I've added tests against Wigner's own expression as given in Eq. (15.27) of the translation here. His conventions for Euler angles agree with mine (despite the evidently swapped labels for Wigner relates D to Y below Eq. (19.8), where he does not include a conjugate. Similarly, looking at Eqs. (15.8) and (A.11), we can see that he would have Again, that factor of Anyway, the point is that I'm not in the worst of company by choosing these conventions. Of course, Mathematica and a few other more recent references do include the conjugate. There's a pretty good argument to be made that they are making the more sensible choice, because one of the more important uses for That conjugate is pretty ugly, so I can certainly see the argument for flipping conventions. At this point, I'm inclined to say that I've made my bed, so I'd better lie in it. On the other hand, I am open to persuasive arguments to change in the next major release, though I will be skeptical. In any case, I've now done a good bit of sweeping through references to understand conventions, so I'll be sure to include that in the docs for the next major release. |
The easiest way to see this is to consider the expression
if we calculate this for a given rotation, say$\alpha = \pi/3$ and $\beta = \pi/5$
this returns
If we use Mathematica to calculate the complex spherical harmonics on the RHS of this equation
we get
which is the complex conjugate of your D matrix.
The text was updated successfully, but these errors were encountered: