Skip to content

Commit cc42d94

Browse files
authored
Update README to reflect ITensorMPS.jl
1 parent bd3bfb4 commit cc42d94

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 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 [Github issues](https://github.com/ITensor/ITensorInfiniteMPS.jl/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](https://github.com/ITensor/ITensorInfiniteMPS.jl/issues) and/or make [pull requests](https://github.com/ITensor/ITensorInfiniteMPS.jl/pulls) that fix issues through Github. |
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 ITensorMPS.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 [Github issues](https://github.com/ITensor/ITensorInfiniteMPS.jl/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](https://github.com/ITensor/ITensorInfiniteMPS.jl/issues) and/or make [pull requests](https://github.com/ITensor/ITensorInfiniteMPS.jl/pulls) that fix issues through Github. |
44

55
# ITensorInfiniteMPS
66

0 commit comments

Comments
 (0)