We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb3ada commit 1901d90Copy full SHA for 1901d90
Project.toml
@@ -5,10 +5,12 @@ version = "0.1.4"
5
6
[deps]
7
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
8
+Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
9
TensorCrossInterpolation = "b261b2ec-6378-4871-b32e-9173bb050604"
10
11
[compat]
12
ITensors = "0.7"
13
+Reexport = "1.2.2"
14
TensorCrossInterpolation = "0.8, 0.9"
15
julia = "1.6"
16
src/TCIITensorConversion.jl
@@ -2,6 +2,8 @@ module TCIITensorConversion
2
3
import TensorCrossInterpolation as TCI
4
using ITensors
+using Reexport: @reexport
+@reexport using ITensorMPS: MPS
export MPS
export evaluate_mps
0 commit comments