From 8e6335aea32af4eda6eb461b8bcb289e84fbddcd Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Sun, 12 May 2024 09:36:08 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8248074..e33ce7e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Finite MPS and MPO methods based on ITensor (ITensors.jl). 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 to MPS and MPO, etc. -See the [ITensor documentation](https://itensor.github.io/ITensors.jl/dev) and the [ITensorTDVP.jl examples](https://github.com/ITensor/ITensorTDVP.jl/tree/main/examples) for guides and examples on using this package. +See the [ITensor documentation](https://itensor.github.io/ITensors.jl/dev) for guides and examples on using this package. ## Upgrade guide