Skip to content

Commit 87647df

Browse files
committed
Fix imports
1 parent 6543ad4 commit 87647df

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

ext/ITensorNetworksNextTensorOperationsExt/ITensorNetworksNextTensorOperationsExt.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
module ITensorNetworksTensorOperationsExt
1+
module ITensorNetworksNextTensorOperationsExt
22

3+
using BackendSelection: @Algorithm_str, Algorithm
4+
using ITensorBase: inds, dim
35
using ITensorNetworksNext: ITensorNetworksNext
46
using TensorOperations: TensorOperations, optimaltree
57

src/contractnetwork.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using ITensorBase: inds, dim
1+
using BackendSelection: @Algorithm_str, Algorithm
22

33
default_sequence_alg = "leftassociative"
44

test/test_contractnetwork.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using NamedGraphs.NamedGraphGenerators: named_grid
44
using ITensorBase: Index, ITensor
55
using ITensorNetworksNext:
66
TensorNetwork, linkinds, siteinds, contractnetwork, contraction_sequence
7-
using TensorOperations
7+
using TensorOperations: TensorOperations
88
using Test: @test, @testset
99

1010
@testset "ContractNetwork" begin

0 commit comments

Comments
 (0)