Working state on ciclope with valid? fP

parent eb65fe66
......@@ -22,7 +22,7 @@ function antsym(a::SU3{T}) where T <: AbstractFloat
end
Base.:*(a::U3alg{T},b::SU3fund{T}) where T <: AbstractFloat = SU3fund{T}(im*a.u11*b.t1 + a.u12*b.t4 + a.u13*b.t3,
Base.:*(a::U3alg{T},b::SU3fund{T}) where T <: AbstractFloat = SU3fund{T}(im*a.u11*b.t1 + a.u12*b.t2 + a.u13*b.t3,
-conj(a.u12)*b.t1 + im*a.u22*b.t2 + a.u23*b.t3,
-conj(a.u13)*b.t1 - conj(a.u23)*b.t2 + im*a.u33*b.t3)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment