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/examples/DMRG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,11 +193,11 @@ some helper functions which
193
193
return an array of bonds. Each bond object has an
194
194
"s1" field and an "s2" field which are the integers numbering
195
195
the two sites the bond connects.
196
-
(You can view the source for these functions at [this link](https://github.com/ITensor/ITensors.jl/blob/main/src/lib/ITensorMPS/src/lattices/lattices.jl).)
196
+
(You can view the source for these functions at [this link](https://github.com/ITensor/ITensorMPS.jl/blob/main/src/lattices/lattices.jl).)
197
197
198
198
The two provided functions currently are `square_lattice` and
199
199
`triangular_lattice`. It is not hard to write your own similar lattice
200
-
functions as all they have to do is define an array of `ITensors.LatticeBond`
200
+
functions as all they have to do is define an array of `ITensorMPS.LatticeBond`
201
201
structs or even a custom struct type you wish to define. We welcome any
202
202
user contributions of other lattices that ITensor does not currently offer.
0 commit comments