Skip to content

Commit ad13769

Browse files
committed
fix notebook
1 parent c142028 commit ad13769

File tree

1 file changed

+3
-29
lines changed

1 file changed

+3
-29
lines changed

notebooks/petersen.jl

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ macro bind(def, element)
1515
end
1616

1717
# ╔═╡ ababcad9-415c-4a1e-97a5-322a15e98c80
18-
using Revise, GenericTensorNetworks, Graphs, PlutoUI
18+
using GenericTensorNetworks, Graphs, PlutoUI
1919

2020
# ╔═╡ 9d955aa6-f8dc-4a16-a883-60d3ddf61636
2121
graph = Graphs.smallgraph(:petersen)
@@ -25,7 +25,7 @@ graph = Graphs.smallgraph(:petersen)
2525
rot15(a, b, i::Int) = cos(2i*π/5)*a + sin(2i*π/5)*b, cos(2i*π/5)*b - sin(2i*π/5)*a
2626

2727
# ╔═╡ 1520b6a8-79cb-49c2-8ea8-a84bb2120158
28-
locations = [[rot15(0.0, 1.0, i) for i=0:4]..., [rot15(0.0, 0.5, i) for i=0:4]...]
28+
locations = [[rot15(0.0, 1.0, i) for i=0:4]..., [rot15(0.0, 0.5, i) for i=0:4]...]
2929

3030
# ╔═╡ 3bd9bf83-2dd2-4800-bc56-dd41985a82a0
3131
show_graph(graph; locs=locations, scale=0.6)
@@ -72,13 +72,11 @@ PLUTO_PROJECT_TOML_CONTENTS = """
7272
GenericTensorNetworks = "3521c873-ad32-4bb4-b63d-f4f178f42b49"
7373
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
7474
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
75-
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
7675
7776
[compat]
7877
GenericTensorNetworks = "~1.0.4"
7978
Graphs = "~1.7.0"
8079
PlutoUI = "~0.7.39"
81-
Revise = "~3.3.3"
8280
"""
8381

8482
# ╔═╡ 00000000-0000-0000-0000-000000000002
@@ -87,7 +85,7 @@ PLUTO_MANIFEST_TOML_CONTENTS = """
8785
8886
julia_version = "1.8.0-rc1"
8987
manifest_format = "2.0"
90-
project_hash = "8ccae8b37cce36e11f28c07bd92bcf886606dec0"
88+
project_hash = "4b22f5b87e6ff0d4b9c6969a9962e0fc31ac2609"
9189
9290
[[deps.AbstractFFTs]]
9391
deps = ["ChainRulesCore", "LinearAlgebra"]
@@ -186,12 +184,6 @@ git-tree-sha1 = "1e315e3f4b0b7ce40feded39c73049692126cf53"
186184
uuid = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0"
187185
version = "0.1.3"
188186
189-
[[deps.CodeTracking]]
190-
deps = ["InteractiveUtils", "UUIDs"]
191-
git-tree-sha1 = "6d4fa04343a7fc9f9cb9cff9558929f3d2752717"
192-
uuid = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
193-
version = "1.0.9"
194-
195187
[[deps.ColorTypes]]
196188
deps = ["FixedPointNumbers", "Random"]
197189
git-tree-sha1 = "0f4e115f6f34bbe43c19751c90a38b2f380637b9"
@@ -442,12 +434,6 @@ git-tree-sha1 = "3c837543ddb02250ef42f4738347454f95079d4e"
442434
uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
443435
version = "0.21.3"
444436
445-
[[deps.JuliaInterpreter]]
446-
deps = ["CodeTracking", "InteractiveUtils", "Random", "UUIDs"]
447-
git-tree-sha1 = "52617c41d2761cc05ed81fe779804d3b7f14fff7"
448-
uuid = "aa1ae85d-cabe-5617-a682-6adf51b2e16a"
449-
version = "0.9.13"
450-
451437
[[deps.LLVM]]
452438
deps = ["CEnum", "LLVMExtra_jll", "Libdl", "Printf", "Unicode"]
453439
git-tree-sha1 = "e7e9184b0bf0158ac4e4aa9daf00041b5909bf1a"
@@ -541,12 +527,6 @@ version = "0.3.15"
541527
[[deps.Logging]]
542528
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
543529
544-
[[deps.LoweredCodeUtils]]
545-
deps = ["JuliaInterpreter"]
546-
git-tree-sha1 = "dedbebe234e06e1ddad435f5c6f4b85cd8ce55f7"
547-
uuid = "6f1432cf-f94c-5a45-995e-cdbf5db27b0b"
548-
version = "2.2.2"
549-
550530
[[deps.MKL_jll]]
551531
deps = ["Artifacts", "IntelOpenMP_jll", "JLLWrappers", "LazyArtifacts", "Libdl", "Pkg"]
552532
git-tree-sha1 = "e595b205efd49508358f7dc670a940c790204629"
@@ -732,12 +712,6 @@ git-tree-sha1 = "838a3a4188e2ded87a4f9f184b4b0d78a1e91cb7"
732712
uuid = "ae029012-a4dd-5104-9daa-d747884805df"
733713
version = "1.3.0"
734714
735-
[[deps.Revise]]
736-
deps = ["CodeTracking", "Distributed", "FileWatching", "JuliaInterpreter", "LibGit2", "LoweredCodeUtils", "OrderedCollections", "Pkg", "REPL", "Requires", "UUIDs", "Unicode"]
737-
git-tree-sha1 = "4d4239e93531ac3e7ca7e339f15978d0b5149d03"
738-
uuid = "295af30f-e4ad-537b-8983-00126c2a3abe"
739-
version = "3.3.3"
740-
741715
[[deps.SHA]]
742716
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
743717
version = "0.7.0"

0 commit comments

Comments
 (0)