File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -297,8 +297,8 @@ corresponding spaces, but in general none of those will be canonical.
297297There are also a number of convenience functions to create isomorphic spaces. The function
298298` fuse(V1, V2, ...) ` or ` fuse(V1 ⊗ V2 ⊗ ...) ` returns an elementary space that is isomorphic
299299to ` V1 ⊗ V2 ⊗ ... ` . The function ` flip(V::ElementarySpace) ` returns a space that is
300- isomorphic to ` V ` but has ` isdual(flip(V)) == isdual(V') ` , i.e. if ` V ` is a normal space
301- than ` flip(V) ` is a dual space. ` flip(V) ` is different from ` dual(V) ` in the case of
300+ isomorphic to ` V ` but has ` isdual(flip(V)) == isdual(V') ` , i.e., if ` V ` is a normal space,
301+ then ` flip(V) ` is a dual space. ` flip(V) ` is different from ` dual(V) ` in the case of
302302[ ` GradedSpace ` ] ( @ref ) . It is useful to flip a tensor index from a ket to a bra (or
303303vice versa), by contracting that index with a unitary map from ` V1 ` to ` flip(V1) ` . We refer
304304to the reference on [ vector space methods] (@ref s_spacemethods) for further information.
You can’t perform that action at this time.
0 commit comments