Documentation update and sfbndfix included in Dw.

This commit is contained in:
Fernando P.Panadero 2024-07-05 14:34:14 +02:00
parent 4c560ab0fe
commit ac796d95eb
13 changed files with 66 additions and 65 deletions

View file

@ -36,7 +36,7 @@ norm2(a::SU2{T}) where T <: AbstractFloat = abs2(a.t1) + abs2(a.t2)
"""
tr(g::T) where T <: Group
Returns the trace of the groups element `g`.
Returns the trace of the group element `g`.
"""
tr(g::SU2{T}) where T <: AbstractFloat = complex(2*real(g.t1), 0.0)