Skip to content

Commit aeaa0d5

Browse files
committed
Add missing figure ising_grid_prs
1 parent 3514e48 commit aeaa0d5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/src/assets/ising_grid_prs.png

35.2 KB
Loading

src/graph/ising.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ where ``(h_i)_{i\in V}`` are called magnetization paremeters and ``J`` the inter
1818
1919
A realization from a ``5\times 5`` grid graph, with ``h = 0.2, J = 0.1``.
2020
21-
![assets/ising.png](assets/ising.png)
21+
![assets/ising_grid_prs.png](assets/ising_grid_prs.png)
2222
"""
2323
struct Ising{T<:Int} <: AbstractGraphPointProcess{T}
2424
graph::LG.SimpleGraph{T}

0 commit comments

Comments
 (0)