You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/getting_started/NextSteps.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
* Read the [ITensor Paper](https://www.scipost.org/SciPostPhysCodeb.4) for a long-form introduction to the design and main features of the ITensor library
6
6
7
-
* Refer to the [ITensorMPS.jl documentation](https://itensor.github.io/ITensorDocs/ITensorMPS) for information on running finite MPS/MPO calculations such as DMRG.
7
+
* Refer to the [ITensorMPS.jl documentation](https://itensor.github.io/ITensorMPS.jl) for information on running finite MPS/MPO calculations such as DMRG.
8
8
9
9
* More Julia language tutorials and resources
10
10
-[From zero to Julia!](https://techytok.com/from-zero-to-julia/)
@@ -24,7 +24,7 @@ The [ITensorMPS.jl library](https://github.com/ITensor/ITensorMPS.jl)
24
24
includes composable and extensible algorithms for optimizing and transforming
25
25
tensor networks, such as matrix product state and matrix product operators, such as
26
26
the DMRG algorithm. If you are looking for information on running finite MPS/MPO
27
-
calculations such as DMRG, take a look at the [ITensorMPS.jl documentation](https://itensor.github.io/ITensorDocs/ITensorMPS).
27
+
calculations such as DMRG, take a look at the [ITensorMPS.jl documentation](https://itensor.github.io/ITensorMPS.jl).
28
28
29
29
Development of ITensor is supported by the Flatiron Institute, a division of the Simons Foundation.
30
30
@@ -47,7 +47,7 @@ Development of ITensor is supported by the Flatiron Institute, a division of the
47
47
- March 25, 2022: ITensors.jl v0.3 has been released. The main breaking change is that we no longer support versions of Julia below 1.6. Julia 1.6 is the long term support version of Julia (LTS), which means that going forward versions below Julia 1.6 won't be as well supported with bug fixes and improvements. Additionally, Julia 1.6 introduced many improvements including syntax improvements that we would like to start using with ITensors.jl, which becomes challenging if we try to support Julia versions below 1.6. See [here](https://www.oxinabox.net/2021/02/13/Julia-1.6-what-has-changed-since-1.0.html) and [here](https://julialang.org/blog/2021/03/julia-1.6-highlights/) for some nice summaries of the Julia 1.6 release.
48
48
49
49
- Jun 09, 2021: ITensors.jl v0.2 has been released, with a few breaking changes as well as a variety of bug fixes
50
-
and new features. Take a look at the [upgrade guide](https://itensor.github.io/ITensorDocs/ITensors/dev/UpgradeGuide_0.1_to_0.2.html)
50
+
and new features. Take a look at the [upgrade guide](https://itensor.github.io/ITensors.jl/stable/UpgradeGuide_0.1_to_0.2.html)
0 commit comments