Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 827 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 827 Bytes

PartitionedMPSs

Dev CI

General Information

This library provides an implementation of partitioned matrix product states (MPSs) in Julia. A PartitionedMPS (short for PartitionedMatrixProductStates) object is a collection of SubDomainMPS (short for SubDomain Matrix Product State) objects, each of which is an MPS projected on a subdomain of the whole index set. This library also provides a block-wise multiplication of partitioned MPSs.

Usage

Please refer to the documentation for usage.