Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
shinaoka committed Nov 27, 2024
1 parent b66f42a commit b930a60
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,12 @@

[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://tensor4all.github.io/PartitionedMPSs.jl/dev)
[![CI](https://github.com/tensor4all/PartitionedMPSs.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/tensor4all/PartitionedMPSs.jl/actions/workflows/CI.yml)

## General Information
This library provides an implementation of partitioned matrix product states (MPSs) in Julia. A `PartitionedMPS` object is a collection of `SubDomainMPS` 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](https://tensor4all.github.io/PartitionedMPSs.jl/) for usage.

0 comments on commit b930a60

Please sign in to comment.