Skip to content

Commit

Permalink
Add ITensorMPS as dependency and using statements
Browse files Browse the repository at this point in the history
  • Loading branch information
emstoudenmire committed May 10, 2024
1 parent 4f16348 commit 2908d2b
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Manifest.toml
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
ITensorMPS = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2"
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
Expand Down
1 change: 1 addition & 0 deletions examples/ex_qn_mps.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using ITensors
using ITensorMPS
using ITensorVisualizationBase

s = siteinds("S=1/2", 5; conserve_qns=true)
Expand Down
1 change: 1 addition & 0 deletions examples/ex_quantum_circuit.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using ITensors
using ITensorMPS
using ITensorVisualizationBase
using LayeredLayouts
using Graphs
Expand Down
1 change: 1 addition & 0 deletions examples/notest_ex_2d_circuit.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using ITensors
using ITensorMPS
using ITensorVisualizationBase
using Graphs
using LayeredLayouts
Expand Down
1 change: 1 addition & 0 deletions examples/notest_ex_qft_circuit.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using ITensors
using ITensorMPS
using ITensorVisualizationBase
using Graphs
using LayeredLayouts
Expand Down
2 changes: 2 additions & 0 deletions src/visualize.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
using ITensorMPS: MPS

#
# Contraction sequence
#
Expand Down
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[deps]
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
ITensorMPS = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2"
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
LayeredLayouts = "f4a74d36-062a-4d48-97cd-1356bad1de4e"
NetworkLayout = "46757867-2c16-5918-afeb-47bfcb05e46a"
Expand Down

0 comments on commit 2908d2b

Please sign in to comment.