Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ PEPSKit = "52969e89-939e-4361-9b68-9bc7cde4bdeb"
TensorKit = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec"

[compat]
Documenter = "1.0"
Documenter = "1"
DocumenterInterLinks = "~1.0"
68 changes: 18 additions & 50 deletions docs/src/examples/boundary_mps/index.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/src/examples/boundary_mps/main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"cell_type": "markdown",
"source": [
"# [Boundary MPS contractions of 2D networks] (@id e_boundary_mps)\n",
"# Boundary MPS contractions of 2D networks\n",
"\n",
"Instead of using CTMRG to contract the network encoding the norm of an infinite PEPS, one\n",
"can also use so-called [boundary MPS methods](@cite haegeman_diagonalizing_2017) to contract\n",
Expand Down Expand Up @@ -390,13 +390,13 @@
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.11.5"
"version": "1.12.2"
},
"kernelspec": {
"name": "julia-1.11",
"display_name": "Julia 1.11.5",
"name": "julia-1.12",
"display_name": "Julia 1.12.2",
"language": "julia"
}
},
"nbformat": 4
}
}
2 changes: 1 addition & 1 deletion examples/Cache.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ bose_hubbard = "f47aad758f4aa32fa44d7fae8d377ff364e0ee191f468694d4d70c6e3cdbc2b4
hubbard_su = "99f1e8c5aa0aa2b409d4ac1aee754209329b88c96f36cd749381a6a0afc9d9e4"
2d_ising_partition_function = "043e1b0b97197ed611559f4a4683cb8f166c01af82a97f71364f2f5421abe3d2"
3d_ising_partition_function = "baf05623f2b0c496393892be1dfe5c7f72af94ac8c1158db9af5c1aae816c264"
boundary_mps = "430db112b38b4ef30215728f994692e63faa50d085f5c69aad1ee7a7b743431d"
boundary_mps = "e935558f16247ba5532ce1e2fa5577574d75d9818ab9863775ff6b97a920affb"
heisenberg_su = "3eb8556d949c0e47e39c679e9e438bc04d3e2a3ffe73e0a682963b37b05f9e91"
xxz = "0231f0c1af2013e8edd9e5c192b108e1ab19a7dca22251c3bde525e3eee2a6aa"
fermi_hubbard = "4997680c826e555557c661e605e1d7d363e0cee15522d0895fa0cfd53b1de001"
Expand Down
2 changes: 1 addition & 1 deletion examples/boundary_mps/main.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Markdown #hide
md"""
# [Boundary MPS contractions of 2D networks] (@id e_boundary_mps)
# [Boundary MPS contractions of 2D networks](@id e_boundary_mps)

Instead of using CTMRG to contract the network encoding the norm of an infinite PEPS, one
can also use so-called [boundary MPS methods](@cite haegeman_diagonalizing_2017) to contract
Expand Down