Skip to main content

Module tensortrain

Module tensortrain 

Source
Expand description

Main Tensor Train type as a wrapper around TreeTN.

This module provides the TensorTrain type, which represents a Tensor Train (also known as MPS) with orthogonality tracking, inspired by ITensorMPS.jl.

Internally, TensorTrain is implemented as a thin wrapper around TreeTN<TensorDynLen, usize> where node names are site indices (0, 1, 2, …).

Structs§

TensorTrain
Tensor Train with orthogonality tracking.