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: README.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,14 +29,13 @@ pkg> add UnitDiskMapping
29
29
30
30
## Examples
31
31
32
-
Please check this [notebook](https://github.com/QuEraComputing/UnitDiskMapping.jl/blob/main/notebooks/tutorial.jl), which contains the following examples:
33
-
34
-
* Generic Unweighted Mapping
35
-
* Generic Weighted Mapping
36
-
* QUBO problem
37
-
* Generic QUBO mapping
38
-
* QUBO problem on a square lattice
39
-
* Factoring
32
+
Please check this [notebook](https://queracomputing.github.io/UnitDiskMapping.jl/notebooks/tutorial.html), which contains the following examples:
33
+
34
+
* Reduction from a generic weighted or unweighted maximum independent set (MIS) problem to that on a diagonal coupled unit-disk grid graph (DUGG).
35
+
* Reduction from a generic or square-lattice QUBO problem to an MIS problem on a unit-disk grid graph.
36
+
* Reduction from an integer factorization problem to an MIS problem on a unit-disk grid graph.
To run the notebook locally, you will need the [Pluto](https://github.com/fonsp/Pluto.jl) and [GenericTensorNetworks](https://github.com/QuEraComputing/GenericTensorNetworks.jl) Julia packages installed. You can run the following after entering the Package mode:
0 commit comments