Skip to content

Commit 8354875

Browse files
committed
Updated Project.toml
1 parent fff38d3 commit 8354875

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1414
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
1515
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1616
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
17+
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
1718
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1819
VectorInterface = "409d34a3-91d5-4945-b6ec-7529ddf182d8"
1920
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

test/ext/ITensorsChainRulesCoreExt/test_chainrules.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ using ChainRulesCore: rrule_via_ad
77

88
include("utils/chainrulestestutils.jl")
99

10+
using TensorOperations: TensorOperations
1011
using Zygote: ZygoteRuleConfig, gradient
1112

1213
Random.seed!(1234)

0 commit comments

Comments
 (0)