diff --git a/docs/src/images/annealing.png b/docs/src/images/annealing.png new file mode 100644 index 0000000..6ca60bb Binary files /dev/null and b/docs/src/images/annealing.png differ diff --git a/docs/src/images/bb.png b/docs/src/images/bb.png new file mode 100644 index 0000000..32b0edd Binary files /dev/null and b/docs/src/images/bb.png differ diff --git a/docs/src/images/branch_bound.png b/docs/src/images/branch_bound.png new file mode 100644 index 0000000..c42f646 Binary files /dev/null and b/docs/src/images/branch_bound.png differ diff --git a/docs/src/images/clustering.png b/docs/src/images/clustering.png new file mode 100644 index 0000000..999f783 Binary files /dev/null and b/docs/src/images/clustering.png differ diff --git a/docs/src/images/contract.png b/docs/src/images/contract.png new file mode 100644 index 0000000..97007ea Binary files /dev/null and b/docs/src/images/contract.png differ diff --git a/docs/src/images/explain.png b/docs/src/images/explain.png new file mode 100644 index 0000000..de99697 Binary files /dev/null and b/docs/src/images/explain.png differ diff --git a/docs/src/images/graphs.png b/docs/src/images/graphs.png new file mode 100644 index 0000000..dd4f580 Binary files /dev/null and b/docs/src/images/graphs.png differ diff --git a/docs/src/images/lattice.png b/docs/src/images/lattice.png new file mode 100644 index 0000000..5ece9f0 Binary files /dev/null and b/docs/src/images/lattice.png differ diff --git a/docs/src/images/layout.png b/docs/src/images/layout.png new file mode 100644 index 0000000..e41a7b6 Binary files /dev/null and b/docs/src/images/layout.png differ diff --git a/docs/src/images/peg.png b/docs/src/images/peg.png new file mode 100644 index 0000000..986ff93 Binary files /dev/null and b/docs/src/images/peg.png differ diff --git a/docs/src/images/pegasus.png b/docs/src/images/pegasus.png new file mode 100644 index 0000000..4fff2ce Binary files /dev/null and b/docs/src/images/pegasus.png differ diff --git a/docs/src/images/peps_graph.png b/docs/src/images/peps_graph.png new file mode 100644 index 0000000..27a8dcf Binary files /dev/null and b/docs/src/images/peps_graph.png differ diff --git a/docs/src/images/prob.png b/docs/src/images/prob.png new file mode 100644 index 0000000..d2be3d7 Binary files /dev/null and b/docs/src/images/prob.png differ diff --git a/docs/src/images/sd.png b/docs/src/images/sd.png new file mode 100644 index 0000000..67c1ef8 Binary files /dev/null and b/docs/src/images/sd.png differ diff --git a/docs/src/images/square_cross_double.png b/docs/src/images/square_cross_double.png new file mode 100644 index 0000000..f142c0b Binary files /dev/null and b/docs/src/images/square_cross_double.png differ diff --git a/docs/src/images/square_cross_single.png b/docs/src/images/square_cross_single.png new file mode 100644 index 0000000..c95f142 Binary files /dev/null and b/docs/src/images/square_cross_single.png differ diff --git a/docs/src/images/square_diag.png b/docs/src/images/square_diag.png new file mode 100644 index 0000000..3669a4b Binary files /dev/null and b/docs/src/images/square_diag.png differ diff --git a/docs/src/images/square_double.png b/docs/src/images/square_double.png new file mode 100644 index 0000000..6a6d20a Binary files /dev/null and b/docs/src/images/square_double.png differ diff --git a/docs/src/images/square_single.png b/docs/src/images/square_single.png new file mode 100644 index 0000000..a9d19e8 Binary files /dev/null and b/docs/src/images/square_single.png differ diff --git a/docs/src/images/svd_truncate.png b/docs/src/images/svd_truncate.png new file mode 100644 index 0000000..da20345 Binary files /dev/null and b/docs/src/images/svd_truncate.png differ diff --git a/docs/src/images/trans.png b/docs/src/images/trans.png new file mode 100644 index 0000000..23f6a88 Binary files /dev/null and b/docs/src/images/trans.png differ diff --git a/docs/src/images/zep.png b/docs/src/images/zep.png new file mode 100644 index 0000000..962ce43 Binary files /dev/null and b/docs/src/images/zep.png differ diff --git a/docs/src/images/zephyr.png b/docs/src/images/zephyr.png new file mode 100644 index 0000000..1e60ede Binary files /dev/null and b/docs/src/images/zephyr.png differ diff --git a/docs/src/images/zipper.png b/docs/src/images/zipper.png new file mode 100644 index 0000000..3638ef4 Binary files /dev/null and b/docs/src/images/zipper.png differ diff --git a/docs/src/lattice.md b/docs/src/lattice.md index 773462e..05f4821 100644 --- a/docs/src/lattice.md +++ b/docs/src/lattice.md @@ -6,7 +6,7 @@ Within the `SpinGlassNetworks.jl` package, users have the flexibility to constru The `super_square_lattice` geometry represents a square lattice with nearest neighbors interactions (horizontal and vertical interactions between unit cells) and next nearest neighbor interactions (diagonal interactions). Unit cells depicted on the schematic picture below as red ellipses can consist of multiple spins. This geometry allows for an exploration of spin interactions beyond the traditional square lattice framework. ```@raw html - + ``` In `SpinGlassPEPS.jl` solver, a grid of this type can be loaded using the command `super_square_lattice`. @@ -38,7 +38,7 @@ println("Number of nodes in oryginal instance: ", length(LabelledGraphs.vertices ## Pegasus graphs The Pegasus graph is a type of graph architecture used in quantum computing systems, particularly in the quantum annealing machines developed by D-Wave Systems. It is designed to provide a grid of qubits with specific connectivity patterns optimized for solving certain optimization problems. Futer details can be found [here](https://docs.dwavesys.com/docs/latest/c_gs_4.html#pegasus-graph). ```@raw html - + ``` In `SpinGlassPEPS.jl` solver, a grid of this type can be loaded using the command `pegasus_lattice`. @@ -73,7 +73,7 @@ println("Number of nodes in original instance: ", length(LabelledGraphs.vertices ## Zephyr graphs The Zephyr graph is a type of graph architecture used in quantum computing systems, particularly in the quantum annealing machines developed by D-Wave Systems. Futer details can be found [here](https://docs.dwavesys.com/docs/latest/c_gs_4.html#zephyr-graph). ```@raw html - + ``` In `SpinGlassPEPS.jl` solver, a grid of this type can be loaded using the command `zephyr_lattice`.