Skip to content

Commit 1b19c37

Browse files
authored
Update README.md
1 parent 9cdf920 commit 1b19c37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
| :warning: WARNING |
2+
|:---------------------------|
3+
| This package is a work in progress! There is minimal documentation, and you are expected to understand infinite MPS methods before using the code. Please first read references on tangent space methods for infinite MPS and be sure to understand the mixed canonical form of MPS (https://arxiv.org/abs/1701.07035, https://arxiv.org/abs/1802.07197, https://arxiv.org/abs/1810.07006), and also read through the code and examples to understand the code design, philosophy, and supported infinite MPS operations. This package is *not* as feature-rich and field-tested as the MPS/DMRG implementation in ITensors.jl. The VUMPS algorithm is much newer than the DMRG algorithm, and the convergence properties and best practices of the algorithm are not as well understood as the DMRG algorithm. You are expected to work out best practices on your own, tune parameters, and feel free to share your experiences through the issues or the ITensor Discourse forum (https://itensor.discourse.group/). If/when you come across issues, please try to read the code and debug the issue yourself, and raise issues and/or make pull requests fixing issues through Github (https://github.com/ITensor/ITensorInfiniteMPS.jl/issues, https://github.com/ITensor/ITensorInfiniteMPS.jl/pulls). |
4+
15
# ITensorInfiniteMPS
26

37
## Introduction

0 commit comments

Comments
 (0)