Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZongYongyue committed Nov 18, 2024
1 parent b21930e commit 53a0db8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 ZongYongyue
Copyright (c) 2024 Y.-Y.Zong

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 2 additions & 4 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.11.1"
manifest_format = "2.0"
project_hash = "fbe92c104138eca519094f8aa5c7c2da28112454"
project_hash = "17224aa0266df42a00659430d36b32cadeb206f5"

[[deps.Accessors]]
deps = ["CompositionsBase", "ConstructionBase", "InverseFunctions", "LinearAlgebra", "MacroTools", "Markdown"]
Expand Down Expand Up @@ -323,9 +323,7 @@ version = "0.11.4"

[[deps.MPSKitModels]]
deps = ["LinearAlgebra", "MPSKit", "MacroTools", "PrecompileTools", "TensorKit", "TensorOperations", "TupleTools"]
git-tree-sha1 = "988cc2977e677f8d860338bb99e7295752f76682"
repo-rev = "master"
repo-url = "https://github.com/QuantumKitHub/MPSKitModels.jl.git"
git-tree-sha1 = "920ce143bc3e25746b0714f0734a43f3b9802c65"
uuid = "ca635005-6f8c-4cd1-b51d-8491250ef2ab"
version = "0.3.3"

Expand Down
12 changes: 10 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name = "DCorrelators"
uuid = "8d062851-a315-456d-bbd5-954b318f2714"
uuid = "7abe38c7-550a-49b0-ba99-33d1b5164ede"
authors = ["Y.-Y.Zong"]
version = "0.1.0"

[deps]
Expand All @@ -13,5 +14,12 @@ TensorKit = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec"

[compat]
MPSKit = "0.11.4"
MPSKitModels = "0.3.3"
MPSKitModels = "0.3"
QuantumLattices = "0.10.0"
julia = "1.9 - 1.11"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
2 changes: 1 addition & 1 deletion src/DCorrelators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using QuantumLattices
using TensorKit
using TensorKit: , , permute
using MPSKit
using MPSKitModels: Sector, contract_onesite, contract_twosite, @mpoham, vertices, nearest_neighbours, InfiniteChain, _firstspace, _lastspace
using MPSKitModels: Sector, contract_onesite, contract_twosite, @mpoham, vertices, nearest_neighbours, InfiniteChain, FiniteChain, _firstspace, _lastspace
using Distributed
using SharedArrays

Expand Down

0 comments on commit 53a0db8

Please sign in to comment.