Skip to content

Commit fb8fbab

Browse files
committed
update ci
1 parent 9d6882f commit fb8fbab

File tree

2 files changed

+7
-25
lines changed

2 files changed

+7
-25
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ jobs:
3737
${{ runner.os }}-test-${{ env.cache-name }}-
3838
${{ runner.os }}-test-
3939
${{ runner.os }}-
40-
- name: "Setup Private Registry"
41-
shell: julia --color=yes {0}
42-
run: |
43-
import Pkg
44-
import Pkg.Registry: RegistrySpec
45-
ENV["JULIA_PKG_SERVER"] = ""
46-
Pkg.Registry.add("General")
4740
- uses: julia-actions/julia-buildpkg@v1
4841
- uses: julia-actions/julia-runtest@v1
4942
- uses: julia-actions/julia-processcoverage@v1
@@ -77,13 +70,3 @@ jobs:
7770
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7871
BRANCH: gh-pages
7972
FOLDER: .
80-
81-
finish:
82-
name: Coveralls Finished
83-
needs: test
84-
runs-on: ubuntu-latest
85-
steps:
86-
- uses: coverallsapp/github-action@master
87-
with:
88-
github-token: ${{ secrets.GITHUB_TOKEN }}
89-
parallel-finished: true

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,13 @@ pkg> add UnitDiskMapping
2929

3030
## Examples
3131

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.
37+
38+
![](https://user-images.githubusercontent.com/6257240/198861111-4499c17d-9938-406b-8253-943b01f4633c.png)
4039

4140
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:
4241

0 commit comments

Comments
 (0)