Skip to content

Commit f4c6952

Browse files
committed
Fix imports on contraction seq test
1 parent 92d8243 commit f4c6952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_contraction_sequence.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@eval module $(gensym())
2-
# using EinExprs: Exhaustive, Greedy, HyPar
2+
using EinExprs: Exhaustive, Greedy, HyPar
33
using ITensorNetworks:
44
contraction_sequence, norm_sqr_network, random_tensornetwork, siteinds
55
using ITensors: ITensors, contract

0 commit comments

Comments
 (0)