Skip to content

Commit

Permalink
fix tc sc
Browse files Browse the repository at this point in the history
  • Loading branch information
GiggleLiu committed Sep 2, 2022
1 parent cdb5f5d commit 27a358c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OMEinsumContractionOrders"
uuid = "6f22d1fd-8eed-4bb7-9776-e7d684900715"
authors = ["Jin-Guo Liu", "Pan Zhang"]
version = "0.8.0"
version = "0.8.1"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand Down
4 changes: 2 additions & 2 deletions src/OMEinsumContractionOrders.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ include("interfaces.jl")
# saveload
include("json.jl")

@deprecate timespacereadwrite_complexity(code::AbstractEinsum, size_dict::Dict) (contraction_complexity(code, size_dict)...,)
@deprecate timespace_complexity(code::AbstractEinsum, size_dict::Dict) (contraction_complexity(code, size_dict)...,)[1:2]
@deprecate timespacereadwrite_complexity(code, size_dict::Dict) (contraction_complexity(code, size_dict)...,)
@deprecate timespace_complexity(code, size_dict::Dict) (contraction_complexity(code, size_dict)...,)[1:2]

end

0 comments on commit 27a358c

Please sign in to comment.