Skip to content

Commit 2c46a8e

Browse files
authored
Add contraction benchmarks (#38)
1 parent 4e5cc20 commit 2c46a8e

File tree

5 files changed

+1100
-3
lines changed

5 files changed

+1100
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TensorAlgebra"
22
uuid = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a"
33
authors = ["ITensor developers <[email protected]> and contributors"]
4-
version = "0.2.1"
4+
version = "0.2.2"
55

66
[deps]
77
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"

benchmark/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[deps]
2+
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
3+
TensorAlgebra = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a"

0 commit comments

Comments
 (0)