Skip to main content

MPS

Type Alias MPS 

Source
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 */ }