Skip to content

Commit

Permalink
cleanup (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov authored Jun 19, 2024
1 parent ac504ad commit 4627d44
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ authors = ["QuantumSymbolics.jl contributors"]
version = "0.3.0"

[deps]
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Expand All @@ -23,7 +22,6 @@ QuantumCliffordExt = "QuantumClifford"
QuantumOpticsExt = "QuantumOpticsBase"

[compat]
Graphs = "1.9"
Latexify = "0.16"
LinearAlgebra = "1.9"
PrecompileTools = "1.2"
Expand Down
2 changes: 0 additions & 2 deletions ext/MixedCliffordOpticsExt/MixedCliffordOpticsExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ using QuantumSymbolics: @withmetadata, Symbolic, AbstractKet, Metadata

using QuantumClifford: _T_str

using Graphs: edges

import QuantumSymbolics: StabilizerState, express_nolookup

# using QuantumOpticsExt: _cphase, _z, _phase, _hadamard, _s₊
Expand Down
6 changes: 4 additions & 2 deletions test/test_aqua.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
using Aqua, QuantumSymbolics, Test

Aqua.test_all(QuantumSymbolics, ambiguities=false, piracies=false, stale_deps=false)
@test_broken false # test with ambiguities=true, piracy, etc
Aqua.test_all(QuantumSymbolics,
ambiguities=(;broken=true),
piracies=(;broken=true),
)
2 changes: 1 addition & 1 deletion test/test_jet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ rep = report_package("QuantumSymbolics";
)
@show rep
@test_broken length(JET.get_reports(rep)) == 0
@test length(JET.get_reports(rep)) <= 1
@test length(JET.get_reports(rep)) <= 6

0 comments on commit 4627d44

Please sign in to comment.