File tree Expand file tree Collapse file tree 7 files changed +19
-19
lines changed
ext/ITensorBaseGradedArraysExt Expand file tree Collapse file tree 7 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 11name = " ITensorBase"
22uuid = " 4795dd04-0d67-49bb-8f44-b89c448a1dc7"
33authors = [
" ITensor developers <[email protected] > and contributors" ]
4- version = " 0.1.27 "
4+ version = " 0.2.0 "
55
66[deps ]
77Accessors = " 7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
@@ -16,23 +16,23 @@ VectorInterface = "409d34a3-91d5-4945-b6ec-7529ddf182d8"
1616
1717[weakdeps ]
1818DiagonalArrays = " 74fd4be6-21e2-4f6f-823a-4360d37c7a77"
19- GradedUnitRanges = " e2de450a-8a67-46c7-b59c-01d5a3d041c5 "
19+ GradedArrays = " bc96ca6e-b7c8-4bb6-888e-c93f838762c2 "
2020SparseArraysBase = " 0d5efcca-f356-4864-8770-e1ed8d78f208"
2121
2222[extensions ]
2323ITensorBaseDiagonalArraysExt = " DiagonalArrays"
24- ITensorBaseGradedUnitRangesExt = " GradedUnitRanges "
24+ ITensorBaseGradedArraysExt = " GradedArrays "
2525ITensorBaseSparseArraysBaseExt = [" NamedDimsArrays" , " SparseArraysBase" ]
2626
2727[compat ]
2828Accessors = " 0.1.39"
2929DerivableInterfaces = " 0.4"
3030DiagonalArrays = " 0.3"
3131FillArrays = " 1.13.0"
32- GradedUnitRanges = " 0.2"
32+ GradedArrays = " 0.2.1 "
3333LinearAlgebra = " 1.10"
3434MapBroadcast = " 0.1.5"
35- NamedDimsArrays = " 0.5 "
35+ NamedDimsArrays = " 0.6 "
3636SparseArraysBase = " 0.5"
3737UnallocatedArrays = " 0.1.1"
3838UnspecifiedTypes = " 0.1.1"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
55NamedDimsArrays = " 60cbd0c0-df58-4cb7-918c-6f5607b73fde"
66
77[compat ]
8- ITensorBase = " 0.1 "
8+ ITensorBase = " 0.2 "
99Documenter = " 1"
1010Literate = " 2"
11- NamedDimsArrays = " 0.5 "
11+ NamedDimsArrays = " 0.6 "
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
44NamedDimsArrays = " 60cbd0c0-df58-4cb7-918c-6f5607b73fde"
55
66[compat ]
7- NamedDimsArrays = " 0.5 "
8- ITensorBase = " 0.1 "
7+ NamedDimsArrays = " 0.6 "
8+ ITensorBase = " 0.2 "
Original file line number Diff line number Diff line change 1- module ITensorBaseGradedUnitRangesExt
1+ module ITensorBaseGradedArraysExt
22
3- using GradedUnitRanges : AbstractGradedUnitRange
3+ using GradedArrays : AbstractGradedUnitRange
44using ITensorBase: ITensorBase
55
66# TODO : Replace with a more general functionality in
7- # `GradedUnitRanges `, like `isgraded`.
7+ # `GradedArrays `, like `isgraded`.
88ITensorBase. hasqns (r:: AbstractGradedUnitRange ) = true
99
1010end
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dim(i::Index) = Int(length(i))
1111dim (a:: AbstractITensor ) = Int (length (a))
1212
1313# TODO : Replace with a more general functionality in
14- # `GradedUnitRanges `, like `isgraded`.
14+ # `GradedArrays `, like `isgraded`.
1515hasqns (r:: AbstractUnitRange ) = false
1616hasqns (i:: Index ) = hasqns (dename (i))
1717hasqns (a:: AbstractITensor ) = all (hasqns, inds (a))
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
33BlockArrays = " 8e7c35d0-a365-5155-bbbb-fb81a777f24e"
44BlockSparseArrays = " 2c9a651f-6452-4ace-a6ac-809f4280fbb4"
55DiagonalArrays = " 74fd4be6-21e2-4f6f-823a-4360d37c7a77"
6- GradedUnitRanges = " e2de450a-8a67-46c7-b59c-01d5a3d041c5 "
6+ GradedArrays = " bc96ca6e-b7c8-4bb6-888e-c93f838762c2 "
77ITensorBase = " 4795dd04-0d67-49bb-8f44-b89c448a1dc7"
88LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
99NamedDimsArrays = " 60cbd0c0-df58-4cb7-918c-6f5607b73fde"
@@ -16,11 +16,11 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1616[compat ]
1717Aqua = " 0.8.9"
1818BlockArrays = " 1"
19- BlockSparseArrays = " 0.3 "
19+ BlockSparseArrays = " 0.4 "
2020DiagonalArrays = " 0.3"
21- GradedUnitRanges = " 0.2"
22- ITensorBase = " 0.1 "
23- NamedDimsArrays = " 0.5 "
21+ GradedArrays = " 0.2"
22+ ITensorBase = " 0.2 "
23+ NamedDimsArrays = " 0.6 "
2424SafeTestsets = " 0.1"
2525SparseArraysBase = " 0.5"
2626Suppressor = " 0.2"
Original file line number Diff line number Diff line change 11using BlockArrays: Block
22using BlockSparseArrays: BlockSparseArray
33using DiagonalArrays: δ, delta, diagview
4- using GradedUnitRanges : dual, gradedrange
4+ using GradedArrays : dual, gradedrange
55using ITensorBase:
66 ITensorBase,
77 ITensor,
You can’t perform that action at this time.
0 commit comments