Predefined States (MPS) and Tensor Operations#
The SeeMPS library provides an exact MPS representation of several basic states, as well as tensorized operations between them.
|
Returns an MPS representing a discretized interval with equispaced points. |
|
Returns an MPS representing an exponential function discretized over a half-open interval [start, stop). |
|
Returns an MPS representing a sine function discretized over a half-open interval [start, stop). |
|
Returns an MPS representing a cosine function discretized over a half-open interval [start, stop). |
|
Applies an affine transformation to an MPS, mapping it from one interval [x0, x1] to another [u0, u1]. |
|
Returns an MPS corresponding to a specific type of interval. |
|
Returns the tensor product of a list of MPS, with the sites arranged according to the specified MPS order. |
|
Returns the tensor sum of a list of MPS, with the sites arranged according to the specified MPS order. |