We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763ede0 commit 275e327Copy full SHA for 275e327
src/tensors/braidingtensor.jl
@@ -31,7 +31,7 @@ function BraidingTensor{T}(V1::S, V2::S, adjoint::Bool = false) where {T, S <: I
31
end
32
function BraidingTensor(V1::S, V2::S, adjoint::Bool = false) where {S <: IndexSpace}
33
T = BraidingStyle(sectortype(S)) isa SymmetricBraiding ? Float64 : ComplexF64
34
- return BraidingTensor{T, S, Vector{T}}(V1, V2, Vector{T}, adjoint)
+ return BraidingTensor{T, S, Vector{T}}(V1, V2, adjoint)
35
36
# necessary due to HomSpace ctor below
37
function BraidingTensor(V1::S, V2::S, A, adjoint::Bool = false) where {S <: IndexSpace}
0 commit comments