Skip to content

Commit

Permalink
add dependence on the new ITensorMPS package
Browse files Browse the repository at this point in the history
  • Loading branch information
tfmlaX committed Nov 22, 2024
1 parent 9e86080 commit fd914a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MPSDynamics"
uuid = "8fc8f346-e1eb-498f-94db-02ffe92d8134"
authors = ["angus-dunnett <[email protected]>", "Thibaut Lacroix <[email protected]>"]
version = "1.0.0"
version = "1.1.0"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/MPSDynamics.jl
Original file line number Diff line number Diff line change
@@ -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")
Expand Down

0 comments on commit fd914a6

Please sign in to comment.