File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
name = " ITensorBase"
2
2
uuid = " 4795dd04-0d67-49bb-8f44-b89c448a1dc7"
3
3
authors = [
" ITensor developers <[email protected] > and contributors" ]
4
- version = " 0.1.1 "
4
+ version = " 0.1.2 "
5
5
6
6
[deps ]
7
7
Accessors = " 7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
8
- BroadcastMapConversion = " 4a4adec5-520f-4750-bb37-d5e66b4ddeb2"
9
- Derive = " a07dfc7f-7d04-4eb5-84cc-a97f051f655a"
8
+ DerivableInterfaces = " 6c5e35bf-e59e-4898-b73c-732dcc4ba65f"
10
9
FillArrays = " 1a297f60-69ca-5386-bcde-b61e274b549b"
10
+ MapBroadcast = " ebd9b9da-f48d-417c-9660-449667d60261"
11
11
NamedDimsArrays = " 60cbd0c0-df58-4cb7-918c-6f5607b73fde"
12
12
UnallocatedArrays = " 43c9e47c-e622-40fb-bf18-a09fc8c466b6"
13
13
UnspecifiedTypes = " 42b3faec-625b-4613-8ddc-352bf9672b8d"
14
14
15
15
[compat ]
16
16
Accessors = " 0.1.39"
17
- BroadcastMapConversion = " 0.1.2"
18
- Derive = " 0.3.6"
17
+ DerivableInterfaces = " 0.3.7"
19
18
FillArrays = " 1.13.0"
19
+ MapBroadcast = " 0.1.5"
20
20
NamedDimsArrays = " 0.3.0"
21
21
UnallocatedArrays = " 0.1.1"
22
22
UnspecifiedTypes = " 0.1.1"
Original file line number Diff line number Diff line change 1
1
module ITensorBase
2
2
3
- using BroadcastMapConversion : Mapped
3
+ using MapBroadcast : Mapped
4
4
using NamedDimsArrays:
5
5
NamedDimsArrays,
6
6
AbstractName,
@@ -96,7 +96,7 @@ function allocate!(a::AbstractITensor)
96
96
return a
97
97
end
98
98
99
- using Derive : @derive , @interface , AbstractArrayInterface
99
+ using DerivableInterfaces : @derive , @interface , AbstractArrayInterface
100
100
101
101
abstract type AbstractAllocatableArrayInterface <: AbstractArrayInterface end
102
102
struct AllocatableArrayInterface <: AbstractAllocatableArrayInterface end
You can’t perform that action at this time.
0 commit comments