Enum VertexType¶
Defined in File vertex.hpp
Enum Documentation¶
-
enum class sequant::VertexType¶
types of vertices created on a colored graph representation of a tensor network
See also
See also
See also
Values:
-
enumerator SPBundle¶
legacy alias for IndexBundle
-
enumerator TensorBraBundle¶
represents a group of bra slots (TensorBra)
-
enumerator TensorKetBundle¶
represents a group of ket slots (TensorKet)
-
enumerator TensorAuxBundle¶
represents a group of aux slots (TensorAux)
-
enumerator TensorCore¶
represents a slot for tensor label
-
enumerator TensorBraKet¶
connects bra slots (or their bundle) to the matching ket slots (or their bundle):
for symmetric/antisymmetric case (i.e., tensor is symmetric/antisymmetric w.r.t. permutation of slots within bra or ket) bra and ket bundles connect to same braket vertex;
for particle-symmetric case (i.e., tensor is symmetric w.r.t. permutation of columns) there is one per column, all with the same color
for an asymmetric case there is also one per column, all with different colors
-
enumerator SPBundle¶