Skip to main content

Module tensor

Module tensor 

Source

Structs§

CompositeTensor
A composite tensor that has other tensors as children, similar to a tensor network.
LeafTensor
A single leaf tensor.
Tensor
An abstract tensor. This can either be a CompositeTensor or a LeafTensor.
TensorRepr
Abstract representation of a tensor.

Enums§

TensorType
The type of a tensor.

Traits§

TensorList

Type Aliases§

EdgeIndex
Unique index of a leg.
TensorIndex
Index of a tensor in a tensor network.