Skip to content

Commit

Permalink
Update compat and Manifest with ITensorMPS (#16)
Browse files Browse the repository at this point in the history
* Add compat in Project.toml

* Add compat in Project.toml v2

* Add ITensorMPS.jl and update src/MPSDynamics.jl, Project.toml and Manifest.toml accordingly

---------

Co-authored-by: Brieuc Le Dé <ledebrieuc@gmail.com>
tfmlaX and BrieucLD authored Dec 17, 2024
1 parent d334981 commit e25e92f
Showing 3 changed files with 1,042 additions and 819 deletions.
1,853 changes: 1,037 additions & 816 deletions Manifest.toml

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -11,6 +11,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"
@@ -31,7 +32,8 @@ DelimitedFiles = "1.1.0 - 1.9"
Distributed = "1.1.0 - 1.11"
GraphRecipes = "0.4, 0.5"
HDF5 = "0.17.2"
ITensors = "0.6"
ITensors = "0.7"
ITensorMPS = "0.3"
Interpolations = "0.11, 0.15"
JLD = "0.13.5"
Jacobi = "0.7.0"
4 changes: 2 additions & 2 deletions 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")
@@ -169,7 +169,7 @@ export println, print, show

export @LogParams

export MPOtoVector, MPStoVector
export MPOtoVector

export rhoreduced_2sites, rhoreduced_1site, protontransfermpo

0 comments on commit e25e92f

Please sign in to comment.