From e251367cd45ea55245ef4bae3295d37e6512dc5c Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Mon, 6 May 2024 12:53:07 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf554f4..3a38d3a 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,6 @@ MPS and MPO methods based on ITensor (ITensors.jl). -This package supercedes the MPS codes previously located in the ITensors.jl and ITensorTDVP.jl packages, including applications like DMRG, TDVP, applying MPO to MPS, applying gates, etc. +This package currently re-exports the MPS and MPO functionality of the [ITensors.jl](https://github.com/ITensor/ITensors.jl) and [ITensorTDVP.jl](https://github.com/ITensor/ITensorTDVP.jl) packages, including applications like DMRG, TDVP, applying MPO to MPS, applying gates, etc. +The goal will be to move the MPS and MPO code from those packages into this repository, and for the `ITensorMPS.jl` package to be the primary entry point for the finite MPS and MPO functionality of ITensor.