File tree Expand file tree Collapse file tree
ext/TensorAlgebraBlockArraysExt Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name = " TensorAlgebra"
22uuid = " 68bd88dc-f39d-4e12-b2ca-f046b68fcc6a"
33authors = [" ITensor developers <support@itensor.org> and contributors" ]
4- version = " 0.7.0 "
4+ version = " 0.7.1 "
55
66[deps ]
77EllipsisNotation = " da5c29d0-fa7d-589e-88eb-ea29b0a81949"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ TA.BlockRange(I::BA.BlockRange) = TA.BlockRange(I.indices)
1313TA. BlockIndexRange (I:: BA.BlockIndexRange ) = TA. BlockIndexRange (TA. Block (I. block), I. indices)
1414Base.:(== )(I:: BA.Block , J:: TA.Block ) = I. n == J. n
1515Base.:(== )(I:: TA.Block , J:: BA.Block ) = I. n == J. n
16- Base. getindex (bt:: TA.BlockedTuple , I:: BA.Block ) = bt[TA. Block (I)]
16+ Base. getindex (bt:: TA.AbstractBlockTuple , I:: BA.Block ) = bt[TA. Block (I)]
1717Base. getindex (bt:: TA.AbstractBlockTuple , I:: BA.BlockIndexRange ) = bt[TA. BlockIndexRange (I)]
1818Base. getindex (bt:: TA.AbstractBlockTuple , I:: BA.BlockRange{1} ) = bt[TA. BlockRange (I)]
1919
You can’t perform that action at this time.
0 commit comments