Skip to content

Commit

Permalink
Merge branch 'main' into ITensorGPU_delete
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored May 7, 2024
2 parents 3e7aeee + 4c507b2 commit 686baf4
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 283 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ITensors"
uuid = "9136182c-28ba-11e9-034c-db9fb085ebd5"
authors = ["Matthew Fishman <[email protected]>", "Miles Stoudenmire <[email protected]>"]
version = "0.5.2"
version = "0.5.3"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down
1 change: 0 additions & 1 deletion src/ITensors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ include("lib/ITensorMPS/src/ITensorMPS.jl")
include("lib/ITensorsNamedDimsArraysExt/src/ITensorsNamedDimsArraysExt.jl")
using .ITensorsNamedDimsArraysExt: ITensorsNamedDimsArraysExt
include("../ext/ITensorsChainRulesCoreExt/ITensorsChainRulesCoreExt.jl")
include("lib/ITensorNetworkMaps/src/ITensorNetworkMaps.jl")
include("lib/ITensorVisualizationCore/src/ITensorVisualizationCore.jl")
# TODO: `using .ITensorVisualizationCore: ITensorVisualizationCore, ...`.
using .ITensorVisualizationCore
Expand Down
138 changes: 0 additions & 138 deletions src/lib/ITensorNetworkMaps/src/ITensorNetworkMaps.jl

This file was deleted.

4 changes: 0 additions & 4 deletions test/lib/ITensorNetworkMaps/Project.toml

This file was deleted.

16 changes: 0 additions & 16 deletions test/lib/ITensorNetworkMaps/runtests.jl

This file was deleted.

54 changes: 0 additions & 54 deletions test/lib/ITensorNetworkMaps/test_itensornetworkmap.jl

This file was deleted.

68 changes: 0 additions & 68 deletions test/lib/ITensorNetworkMaps/utils/TestITensorNetworkMapsUtils.jl

This file was deleted.

1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ ITensors.disable_threaded_blocksparse()
"threading",
"lib/ContractionSequenceOptimization",
"ext/ITensorsChainRulesCoreExt",
"lib/ITensorNetworkMaps",
"ext/ITensorsVectorInterfaceExt",
]
@time for dir in dirs
Expand Down

0 comments on commit 686baf4

Please sign in to comment.