We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getindex
1 parent d080e79 commit 0a66eb2Copy full SHA for 0a66eb2
src/tensors/tensor.jl
@@ -523,7 +523,7 @@ end
523
524
Return a view into the data slice of `t` corresponding to the splitting - fusion tree pair
525
with combined uncoupled charges `sectors`. In particular, if `sectors == (s₁..., s₂...)`
526
-where `s₁` and `s₂` correspond to the coupled charges in the codomain and domain
+where `s₁` and `s₂` correspond to the uncoupled charges in the codomain and domain
527
respectively, then a `StridedViews.StridedView` of size
528
`(dims(codomain(t), s₁)..., dims(domain(t), s₂))` is returned.
529
0 commit comments