Environments

This section contains the API documentation for the environments module.

class FiniteEnvironment(varargin)

Data structure for managing the environments in finite MPS algorithms.

Properties
  • GL (cell of MpsTensor) – environment tensors corresponding to the left-gauged part of the MPS.

  • GR (cell of MpsTensor) – environment tensors corresponding to the right-gauged part of the MPS.

Todo

Document

class CtmrgEnvironment(varargin)

Data structure for managing CTMRG environments.

Properties
  • corners (cell of Tensor) – cell array of corner tensors.

  • edges (cell of Tensor) – cell array of edge tensors.

Todo

Document.