Skip to content

Commit

Permalink
upgrade all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GiggleLiu committed Jul 24, 2024
1 parent 1f39627 commit e8968fe
Show file tree
Hide file tree
Showing 10 changed files with 185 additions and 152 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ForwardDiff = "0.10"
Measurements = "2"
PythonCall = "0.8,0.9"
Reexport = "1"
Yao = "0.8"
Yao = "0.9"
YaoSubspaceArrayReg = "0.2"
julia = "1.6.3"

Expand Down
4 changes: 2 additions & 2 deletions lib/BloqadeCUDA/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
Adapt = "3"
CUDA = "3"
Adapt = "4"
CUDA = "5"
julia = "1.6"

[extras]
Expand Down
2 changes: 1 addition & 1 deletion lib/BloqadeKrylov/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ YaoArrayRegister = "e600142f-9330-5003-8abb-0ebd767abc51"
YaoSubspaceArrayReg = "bd27d05e-4ce1-5e79-84dd-c5d7d508ade2"

[compat]
Adapt = "3"
Adapt = "4"
BloqadeExpr = "0.2.1"
BloqadeLattices = "0.2"
BloqadeWaveforms = "0.2"
Expand Down
305 changes: 169 additions & 136 deletions lib/BloqadeLattices/src/visualize.jl

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/BloqadeLattices/test/visualize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ using Documenter
@test img_atoms(lt; colors = nothing) isa LuxorGraphPlot.Drawing
@test img_atoms(lt; node_fill_color = "red") isa LuxorGraphPlot.Drawing
@test img_atoms(lt; colors = fill("blue", length(lt))) isa LuxorGraphPlot.Drawing
@test img_atoms(lt; colors = ByDensity(randn(length(lt)); vmax = 10)) isa LuxorGraphPlot.Drawing
@test img_atoms(lt; colors = ByDensity(rand(0:10, length(lt)); vmax = 10)) isa LuxorGraphPlot.Drawing
@test img_atoms(blt; colors = nothing) isa LuxorGraphPlot.Drawing
@test img_atoms(blt; node_fill_color = "red") isa LuxorGraphPlot.Drawing
@test img_atoms(blt; colors = fill("blue", length(lt))) isa LuxorGraphPlot.Drawing
@test img_atoms(blt; colors = ByDensity(randn(length(lt)); vmax = 10)) isa LuxorGraphPlot.Drawing
@test img_atoms(blt; colors = ByDensity(rand(0:10, length(lt)); vmax = 10)) isa LuxorGraphPlot.Drawing
@test img_maskedgrid(grd) isa LuxorGraphPlot.Drawing
@test show(IOBuffer(), MIME"image/svg+xml"(), grd) === nothing
@test show(IOBuffer(), MIME"image/svg+xml"(), lt) === nothing
Expand Down
2 changes: 1 addition & 1 deletion lib/BloqadeMIS/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ YaoArrayRegister = "e600142f-9330-5003-8abb-0ebd767abc51"
YaoSubspaceArrayReg = "bd27d05e-4ce1-5e79-84dd-c5d7d508ade2"

[compat]
BitBasis = "0.8, 0.9"
BitBasis = "0.9"
BloqadeExpr = "0.2"
BloqadeLattices = "0.2"
EliminateGraphs = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion lib/BloqadeNoisy/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ BloqadeExpr = "0.2"
BloqadeODE = "0.2"
BloqadeWaveforms = "0.2"
DiffEqBase = "6"
DiffEqCallbacks = "2"
DiffEqCallbacks = "3"
JSON = "0.21"
Kronecker = "0.5"
OrdinaryDiffEq = "6"
Expand Down
6 changes: 3 additions & 3 deletions lib/BloqadeODE/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ YaoArrayRegister = "e600142f-9330-5003-8abb-0ebd767abc51"
YaoSubspaceArrayReg = "bd27d05e-4ce1-5e79-84dd-c5d7d508ade2"

[compat]
Adapt = "3"
Adapt = "4"
BloqadeExpr = "0.2"
BloqadeKrylov = "0.2"
BloqadeMIS = "0.2"
BloqadeWaveforms = "0.2"
Configurations = "0.17"
DiffEqBase = "6"
DiffEqCallbacks = "2"
DiffEqCallbacks = "3"
OrdinaryDiffEq = "6"
Reexport = "1"
SciMLBase = "2"
Yao = "0.8"
Yao = "0.9"
YaoArrayRegister = "0.9"
YaoSubspaceArrayReg = "0.2"
julia = "1.6"
Expand Down
2 changes: 1 addition & 1 deletion lib/BloqadeQMC/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ OnlineStats = "1"
PushVectors = "0.2"
RandomNumbers = "1.4"
Statistics = "1"
Yao = "0.8"
Yao = "0.9"
julia = "1.6"

[extras]
Expand Down
8 changes: 4 additions & 4 deletions lib/BloqadeSchema/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
Yao = "5872b779-8223-5990-8dd0-5abbb0748c8c"

[compat]
AWS = "1.78"
BitBasis = "0.8"
AWS = "1"
BitBasis = "0.9"
BloqadeExpr = "0.2"
BloqadeODE = "0.2"
BloqadeWaveforms = "0.2"
Braket = "0.7, 0.8"
Braket = "0.9"
Configurations = "0.17"
DecFP = "1.1"
GarishPrint = "0.5"
JSON = "0.21"
OrderedCollections = "1.5"
Roots = "2"
Unitful = "1"
Yao = "0.8"
Yao = "0.9"
julia = "1.6"

[extras]
Expand Down

0 comments on commit e8968fe

Please sign in to comment.