-
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
traceless anti-hermitean part of SU(2) matrix #42
Comments
sorry, I don't understand the question!
… Why here
https://github.com/urbach/su2/blob/7d4a9bfd9b7d6ef20e3f91e5bcbca2f42d038d11/include/su2.hh#L84
we don't have
```
const std::complex<double> a1 = 0.5 * (x.geta() - std::conj(x.geta()))
const std::complex<double> b1 = 0.5 * (x.getb() - std::conj(x.getb()))
return (_su2(a1, b1));
```
?
|
In the code we parametrize an in the constructor of The traceless, anti-hermitian part of the matrix is: In we want to build an
But in the line of code I quoted, we don't divide by 2 the second argument. It's like writing:
which is not what we want, is it? |
Why here
https://github.com/urbach/su2/blob/7d4a9bfd9b7d6ef20e3f91e5bcbca2f42d038d11/include/su2.hh#L84
we don't have
?
The text was updated successfully, but these errors were encountered: