Skip to content

Commit

Permalink
Fix TrivialTensor docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
leburgel committed Feb 2, 2024
1 parent 854a043 commit cf0d950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tensors/tensor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ i.e., whose `sectortype` is `Trivial`.
const TrivialTensorMap{S<:IndexSpace,N₁,N₂,A<:DenseMatrix} = TensorMap{S,N₁,N₂,Trivial,A,
Nothing,Nothing}
"""
TrivialTensor{S<:IndexSpace, N, I<:Sector, A, F₁, F₂} = TrivialTensorMap{S, N, 0, A}
TrivialTensor{S<:IndexSpace, N, A<:DenseMatrix} = TrivialTensorMap{S, N, 0, A}
A special case of [`Tensor`](@ref) for representing tensors with trivial symmetry, i.e.,
whose `sectortype` is `Trivial`.
Expand Down

0 comments on commit cf0d950

Please sign in to comment.