diff --git a/Project.toml b/Project.toml index 49cecd7..ff30e96 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MPSDynamics" uuid = "8fc8f346-e1eb-498f-94db-02ffe92d8134" authors = ["angus-dunnett ", "Thibaut Lacroix "] -version = "1.0.0" +version = "1.1.0" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" @@ -10,6 +10,7 @@ Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" GraphRecipes = "bd48cda9-67a9-57be-86fa-5b3c104eda73" HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f" ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5" +ITensorMPS = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2" Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59" JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8" Jacobi = "83f21c0b-4282-5fbc-9e3f-f6da3d2e584c" diff --git a/src/MPSDynamics.jl b/src/MPSDynamics.jl index 980d483..bc30b69 100644 --- a/src/MPSDynamics.jl +++ b/src/MPSDynamics.jl @@ -1,6 +1,6 @@ module MPSDynamics -using JLD, HDF5, Random, Dates, Plots, Printf, Distributed, LinearAlgebra, DelimitedFiles, KrylovKit, TensorOperations, GraphRecipes, SpecialFunctions, ITensors, Interpolations +using JLD, HDF5, Random, Dates, Plots, Printf, Distributed, LinearAlgebra, DelimitedFiles, KrylovKit, TensorOperations, GraphRecipes, SpecialFunctions, ITensors, ITensorMPS, Interpolations include("fundamentals.jl") include("reshape.jl")