Constructors of tensors. #
There are a number of ways to construct explicit tensors.
Tensors with a single index. #
The equivalence between S.FD.obj {as := c}
and Pure S ![c]
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The equivalence between S.FD.obj {as := c}
and S.Tensor ![c]
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Tensors with two indices. #
fromPairT #
The construction of a tensor with two indices from the tensor product
(S.FD.obj (Discrete.mk c1)).V ⊗[k] (S.FD.obj (Discrete.mk c2)).V
defined
categorically.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Contraction of fromPairT with fromSingleT #
The contraction of tensors with one index with one with two indices defined categorically.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Contraction of fromPairT with fromPairT #
The contraction of tensors with two indices defined categorically.
Equations
- One or more equations did not get rendered due to their size.
Instances For
fromConstPair #
A constant two tensor (e.g. metric and unit).
Equations
Instances For
Tensors formed by fromConstPair
are invariant under the group action.
fromTripleT #
The construction of a tensor with two indices from the tensor product
(S.FD.obj (Discrete.mk c1)).V ⊗[k] (S.FD.obj (Discrete.mk c2)).V
defined
categorically.
Equations
- One or more equations did not get rendered due to their size.
Instances For
fromConstTriple #
A constant three tensor (e.g. the Pauli matrices).
Equations
Instances For
Tensors formed by fromConstPair
are invariant under the group action.
Tensors with more indices #
A general constant node.
Equations
Instances For
Actions on tensors constructed from morphisms #
Tensors constructed from morphisms are invariant under the group action.
Tensors formed by fromConst
are invariant under the group action.