Skip to content

Commit 0986926

Browse files
committed
Update reference in documentation
1 parent 7778746 commit 0986926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/examples/heisenberg_afm_triangular.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ numbers. Other ways to initialize the tensors are provided, for example loading
196196
from a simple update calculation.
197197

198198
As we simulate a triangular lattice, we use the triangular-CTMRG method
199-
described in the reference `DOI 10.1103/g5gm-tzf8
199+
described in `Phys. Rev. B 113, 045117 (2026)
200200
<https://doi.org/10.1103/g5gm-tzf8>`_. This is selected at the time of creation
201201
of the unit cell by the ``peps_type`` parameter.
202202

@@ -267,7 +267,7 @@ or the staggered magnetization of our model at/near the ground state.
267267
268268
# save full iPEPS state
269269
result.unitcell.save_to_file(
270-
f"data/heisenberg_square_J_{J:d}_chiB_{chiB:d}_chiMax_{maxChi:d}.hdf5",
270+
f"data/heisenberg_triangular_J_{J:d}_chiB_{chiB:d}_chiMax_{maxChi:d}.hdf5",
271271
auxiliary_data=auxiliary_data,
272272
)
273273

0 commit comments

Comments
 (0)