Skip to content

Commit 0362267

Browse files
authored
random_mps and random_mpo (#18)
1 parent e5f0dd6 commit 0362267

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ITensorMPS"
22
uuid = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2"
33
authors = ["Matthew Fishman <[email protected]>", "Miles Stoudenmire <[email protected]>"]
4-
version = "0.2.1"
4+
version = "0.2.2"
55

66
[deps]
77
ITensorTDVP = "25707e16-a4db-4a07-99d9-4d67b7af0342"
@@ -10,7 +10,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1010

1111
[compat]
1212
ITensorTDVP = "0.4.1"
13-
ITensors = "0.3, 0.4, 0.5, 0.6"
13+
ITensors = "0.6.7"
1414
Reexport = "1"
1515
julia = "1.6"
1616

src/ITensorMPS.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,10 @@ export dmrg
129129
productMPS,
130130
projector,
131131
promote_itensor_eltype,
132-
randomITensor,
133132
randomMPO,
134133
randomMPS,
134+
random_mpo,
135+
random_mps,
135136
replace_siteinds,
136137
replace_siteinds!,
137138
replacebond,

test/utils/TestITensorMPSExportedNames.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,10 @@ const ITENSORMPS_EXPORTED_NAMES = [
120120
:productMPS,
121121
:projector,
122122
:promote_itensor_eltype,
123-
:randomITensor,
124123
:randomMPO,
125124
:randomMPS,
125+
:random_mpo,
126+
:random_mps,
126127
:replace_siteinds,
127128
:replace_siteinds!,
128129
:replacebond,

0 commit comments

Comments
 (0)