File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 11name = " FusionTensors"
22uuid = " e16ca583-1f51-4df0-8e12-57d32947d33e"
33authors = [
" ITensor developers <[email protected] > and contributors" ]
4- version = " 0.5.2 "
4+ version = " 0.5.3 "
55
66[deps ]
77Accessors = " 7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
@@ -20,7 +20,7 @@ WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b"
2020
2121[compat ]
2222Accessors = " 0.1.42"
23- BlockArrays = " 1.6 "
23+ BlockArrays = " 1.7 "
2424BlockSparseArrays = " 0.7.4"
2525GradedArrays = " 0.4.14"
2626HalfIntegers = " 1.6"
Original file line number Diff line number Diff line change @@ -27,12 +27,6 @@ using TensorProducts: tensor_product
2727using TypeParameterAccessors: type_parameters
2828
2929# ======================================= Misc ===========================================
30-
31- function to_blockindexrange (b1:: BlockIndexRange{1} , b2:: BlockIndexRange{1} )
32- t = (b1, b2)
33- return Block (Block .(t))[to_block_indices .(t)... ]
34- end
35-
3630function flip_domain (nonflipped_col_axis, nonflipped_trees_to_ranges)
3731 col_axis = dual (nonflipped_col_axis)
3832 domain_trees_to_ranges_mapping = Dict (
@@ -93,7 +87,7 @@ function intersect_codomain_domain(
9387 Iterators. product (codomain_trees_to_ranges_mapping, domain_trees_to_ranges_mapping),
9488 ),
9589 ) do t
96- return first .(t) => to_blockindexrange (last .(t)... )
90+ return first .(t) => BlockIndexRange (last .(t))
9791 end ,
9892 )
9993end
You can’t perform that action at this time.
0 commit comments