Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
shinaoka committed Dec 26, 2024
1 parent 36205df commit 1f4eb0c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
[![CI](https://github.com/tensor4all/ComputationalGraphs.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/tensor4all/ComputationalGraphs.jl/actions/workflows/CI.yml)

## 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.

This library provides a simple implementation of computational graphs.

## Usage

Please refer to the [documentation](https://tensor4all.github.io/ComputationalGraphs.jl/) for usage.
Please refer to the [documentation](https://tensor4all.github.io/ComputationalGraphs.jl/) for usage instructions.

0 comments on commit 1f4eb0c

Please sign in to comment.