diff --git a/src/Groups/AlgebraU2.jl b/src/Groups/AlgebraU2.jl index c64c8a3..48a6ec9 100644 --- a/src/Groups/AlgebraU2.jl +++ b/src/Groups/AlgebraU2.jl @@ -16,7 +16,7 @@ end """ antsym(a::SU2{T}) where T <: AbstractFloat -Returns the antisymmetrization of the SU2 element `a`, that is `\`\ a - a^{\\dagger} `\`. This method returns al element of `U2alg{T}`. +Returns the antisymmetrization of the SU2 element `a`, that is `\`\` `a - a^{\\dagger}` `\`. This method returns al element of `U2alg{T}`. """ function antsym(a::SU2{T}) where T <: AbstractFloat return U2alg{T}(2.0*imag(a.t1),-2.0*imag(a.t1),2.0*a.t2) diff --git a/src/Groups/AlgebraU3.jl b/src/Groups/AlgebraU3.jl index 4bc42ba..ba0bbd4 100644 --- a/src/Groups/AlgebraU3.jl +++ b/src/Groups/AlgebraU3.jl @@ -17,7 +17,7 @@ end """ antsym(a::SU3{T}) where T <: AbstractFloat -Returns the antisymmetrization of the SU3 element `a`, that is `\`\ a - a^{\\dagger} `\`. This method returns al element of `U3alg{T}`. +Returns the antisymmetrization of the SU3 element `a`, that is `\`\` `a - a^{\\dagger}` `\`. This method returns al element of `U3alg{T}`. """ function antsym(a::SU3{T}) where T <: AbstractFloat t1 = 2.0*imag(a.u11)