Skip to content

Commit 6c528df

Browse files
committed
Comment out more
1 parent ed605cd commit 6c528df

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test/test_contraction_sequence.jl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
@eval module $(gensym())
2-
using EinExprs: Exhaustive, Greedy, HyPar
3-
using ITensorNetworks:
4-
contraction_sequence, norm_sqr_network, random_tensornetwork, siteinds
5-
using ITensors: ITensors, contract
6-
using NamedGraphs.NamedGraphGenerators: named_grid
7-
using OMEinsumContractionOrders: OMEinsumContractionOrders
8-
using StableRNGs: StableRNG
9-
using TensorOperations: TensorOperations
2+
# using EinExprs: Exhaustive, Greedy, HyPar
3+
# using ITensorNetworks:
4+
# contraction_sequence, norm_sqr_network, random_tensornetwork, siteinds
5+
# using ITensors: ITensors, contract
6+
# using NamedGraphs.NamedGraphGenerators: named_grid
7+
# using OMEinsumContractionOrders: OMEinsumContractionOrders
8+
# using StableRNGs: StableRNG
9+
# using TensorOperations: TensorOperations
1010
using Test: @test, @testset
1111
@testset "contraction_sequence" begin
1212
# ITensors.@disable_warn_order begin

0 commit comments

Comments
 (0)