Skip to content

Commit bd7629d

Browse files
authored
Update README.md
1 parent 1b19c37 commit bd7629d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| :warning: WARNING |
22
|:---------------------------|
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). |
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 infinite 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). |
44

55
# ITensorInfiniteMPS
66

0 commit comments

Comments
 (0)