File tree 10 files changed +185
-152
lines changed
10 files changed +185
-152
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ ForwardDiff = "0.10"
31
31
Measurements = " 2"
32
32
PythonCall = " 0.8,0.9"
33
33
Reexport = " 1"
34
- Yao = " 0.8 "
34
+ Yao = " 0.9 "
35
35
YaoSubspaceArrayReg = " 0.2"
36
36
julia = " 1.6.3"
37
37
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
9
9
SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
10
10
11
11
[compat ]
12
- Adapt = " 3 "
13
- CUDA = " 3 "
12
+ Adapt = " 4 "
13
+ CUDA = " 5 "
14
14
julia = " 1.6"
15
15
16
16
[extras ]
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ YaoArrayRegister = "e600142f-9330-5003-8abb-0ebd767abc51"
16
16
YaoSubspaceArrayReg = " bd27d05e-4ce1-5e79-84dd-c5d7d508ade2"
17
17
18
18
[compat ]
19
- Adapt = " 3 "
19
+ Adapt = " 4 "
20
20
BloqadeExpr = " 0.2.1"
21
21
BloqadeLattices = " 0.2"
22
22
BloqadeWaveforms = " 0.2"
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ using Documenter
14
14
@test img_atoms (lt; colors = nothing ) isa LuxorGraphPlot. Drawing
15
15
@test img_atoms (lt; node_fill_color = " red" ) isa LuxorGraphPlot. Drawing
16
16
@test img_atoms (lt; colors = fill (" blue" , length (lt))) isa LuxorGraphPlot. Drawing
17
- @test img_atoms (lt; colors = ByDensity (randn ( length (lt)); vmax = 10 )) isa LuxorGraphPlot. Drawing
17
+ @test img_atoms (lt; colors = ByDensity (rand ( 0 : 10 , length (lt)); vmax = 10 )) isa LuxorGraphPlot. Drawing
18
18
@test img_atoms (blt; colors = nothing ) isa LuxorGraphPlot. Drawing
19
19
@test img_atoms (blt; node_fill_color = " red" ) isa LuxorGraphPlot. Drawing
20
20
@test img_atoms (blt; colors = fill (" blue" , length (lt))) isa LuxorGraphPlot. Drawing
21
- @test img_atoms (blt; colors = ByDensity (randn ( length (lt)); vmax = 10 )) isa LuxorGraphPlot. Drawing
21
+ @test img_atoms (blt; colors = ByDensity (rand ( 0 : 10 , length (lt)); vmax = 10 )) isa LuxorGraphPlot. Drawing
22
22
@test img_maskedgrid (grd) isa LuxorGraphPlot. Drawing
23
23
@test show (IOBuffer (), MIME " image/svg+xml" (), grd) === nothing
24
24
@test show (IOBuffer (), MIME " image/svg+xml" (), lt) === nothing
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ YaoArrayRegister = "e600142f-9330-5003-8abb-0ebd767abc51"
17
17
YaoSubspaceArrayReg = " bd27d05e-4ce1-5e79-84dd-c5d7d508ade2"
18
18
19
19
[compat ]
20
- BitBasis = " 0.8, 0. 9"
20
+ BitBasis = " 0.9"
21
21
BloqadeExpr = " 0.2"
22
22
BloqadeLattices = " 0.2"
23
23
EliminateGraphs = " 0.2"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ BloqadeExpr = "0.2"
25
25
BloqadeODE = " 0.2"
26
26
BloqadeWaveforms = " 0.2"
27
27
DiffEqBase = " 6"
28
- DiffEqCallbacks = " 2 "
28
+ DiffEqCallbacks = " 3 "
29
29
JSON = " 0.21"
30
30
Kronecker = " 0.5"
31
31
OrdinaryDiffEq = " 6"
Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ YaoArrayRegister = "e600142f-9330-5003-8abb-0ebd767abc51"
21
21
YaoSubspaceArrayReg = " bd27d05e-4ce1-5e79-84dd-c5d7d508ade2"
22
22
23
23
[compat ]
24
- Adapt = " 3 "
24
+ Adapt = " 4 "
25
25
BloqadeExpr = " 0.2"
26
26
BloqadeKrylov = " 0.2"
27
27
BloqadeMIS = " 0.2"
28
28
BloqadeWaveforms = " 0.2"
29
29
Configurations = " 0.17"
30
30
DiffEqBase = " 6"
31
- DiffEqCallbacks = " 2 "
31
+ DiffEqCallbacks = " 3 "
32
32
OrdinaryDiffEq = " 6"
33
33
Reexport = " 1"
34
34
SciMLBase = " 2"
35
- Yao = " 0.8 "
35
+ Yao = " 0.9 "
36
36
YaoArrayRegister = " 0.9"
37
37
YaoSubspaceArrayReg = " 0.2"
38
38
julia = " 1.6"
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ OnlineStats = "1"
39
39
PushVectors = " 0.2"
40
40
RandomNumbers = " 1.4"
41
41
Statistics = " 1"
42
- Yao = " 0.8 "
42
+ Yao = " 0.9 "
43
43
julia = " 1.6"
44
44
45
45
[extras ]
Original file line number Diff line number Diff line change @@ -20,20 +20,20 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
20
20
Yao = " 5872b779-8223-5990-8dd0-5abbb0748c8c"
21
21
22
22
[compat ]
23
- AWS = " 1.78 "
24
- BitBasis = " 0.8 "
23
+ AWS = " 1"
24
+ BitBasis = " 0.9 "
25
25
BloqadeExpr = " 0.2"
26
26
BloqadeODE = " 0.2"
27
27
BloqadeWaveforms = " 0.2"
28
- Braket = " 0.7, 0.8 "
28
+ Braket = " 0.9 "
29
29
Configurations = " 0.17"
30
30
DecFP = " 1.1"
31
31
GarishPrint = " 0.5"
32
32
JSON = " 0.21"
33
33
OrderedCollections = " 1.5"
34
34
Roots = " 2"
35
35
Unitful = " 1"
36
- Yao = " 0.8 "
36
+ Yao = " 0.9 "
37
37
julia = " 1.6"
38
38
39
39
[extras ]
You can’t perform that action at this time.
0 commit comments