Skip to main content

MPO

Type Alias MPO 

Source
pub type MPO = TensorTrain;
Expand description

Type alias for Matrix Product Operator (MPO).

In ITensors.jl, MPS and MPO share the same underlying type. Here, both are aliases for TensorTrain.

Aliased Typeยง

pub struct MPO { /* private fields */ }