Skip to content

Commit

Permalink
ITensorMPS.jl v0.2.1 release notes in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored May 23, 2024
1 parent 0362267 commit 39f1a9b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -18,6 +18,14 @@ The goal will be to move the MPS and MPO code from the ITensors.jl package, alon

## News

### ITensorMPS.jl v0.2.1 release notes

#### New features

This release introduces a new (experimental) function `expand` for performing global Krylov expansion based on [arXiv:2005.06104](https://arxiv.org/abs/2005.06104). It is a re-export of the `expand` function introduced in ITensorTDVP.jl v0.4.1, see the [ITensorTDVP.jl v0.4.1 release notes](https://github.com/ITensor/ITensorTDVP.jl/tree/main?tab=readme-ov-file#itensortdvpjl-v041-release-notes) for more details.

### ITensorMPS.jl v0.2 release notes

#### Breaking changes

ITensorMPS.jl v0.2 has been released, which is a breaking release. It updates to using ITensorTDVP.jl v0.4, which has a number of breaking changes to the `tdvp`, `linsolve`, and `dmrg_x` functions. See the [ITensorTDVP.jl v0.4 release notes](https://github.com/ITensor/ITensorTDVP.jl/blob/main/README.md#itensortdvpjl-v04-release-notes) for details.

0 comments on commit 39f1a9b

Please sign in to comment.