Skip to content

Commit e9784ec

Browse files
Add ITensorMPS using statements to examples and as a test dep (#3)
1 parent 1727c78 commit e9784ec

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Manifest.toml

examples/ex_qn_mps.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using ITensors
2+
using ITensorMPS
23
using ITensorUnicodePlots
34

45
s = siteinds("S=1/2", 5; conserve_qns=true)

examples/ex_quantum_circuit.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using ITensors
2+
using ITensorMPS
23
using ITensorUnicodePlots
34
using Graphs
45
using LayeredLayouts

examples/notest_ex_qft_circuit.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using ITensors
2+
using ITensorMPS
23
using ITensorUnicodePlots
34
using Graphs
45
using LayeredLayouts

test/Project.toml

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

0 commit comments

Comments
 (0)