pub type MPS = TensorTrain;Expand description
Type alias for Matrix Product State (MPS).
In ITensors.jl, MPS and MPO share the same underlying type.
Here, both are aliases for TensorTrain.
Aliased Typeยง
pub struct MPS { /* private fields */ }pub type MPS = TensorTrain;Type alias for Matrix Product State (MPS).
In ITensors.jl, MPS and MPO share the same underlying type.
Here, both are aliases for TensorTrain.
pub struct MPS { /* private fields */ }