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 */ }pub type MPO = TensorTrain;Type alias for Matrix Product Operator (MPO).
In ITensors.jl, MPS and MPO share the same underlying type.
Here, both are aliases for TensorTrain.
pub struct MPO { /* private fields */ }