Skip to content

Commit

Permalink
CompatHelper: bump compat for Nemo to 0.42, (keep existing compat) (#236
Browse files Browse the repository at this point in the history
)

* CompatHelper: bump compat for Nemo to 0.42, (keep existing compat)

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Stefan Krastanov <[email protected]>
  • Loading branch information
3 people authored Feb 14, 2024
1 parent 50d3b34 commit d13d325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ LDPCDecoders = "0.1.1"
LinearAlgebra = "1.9"
MacroTools = "0.5.9"
Makie = "0.20"
Nemo = "0.38, 0.39, 0.40, 0.41"
Nemo = "0.38, 0.39, 0.40, 0.41, 0.42"
Plots = "1.38.0"
PrecompileTools = "1.2"
PyQDecoders = "0.1.1"
Expand Down
2 changes: 1 addition & 1 deletion test/test_noisycircuits.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ end
@test compare(mc,pe,true_success_stat)
end
@testset "Symbolic" begin
R, (e,) = AbstractAlgebra.PolynomialRing(AbstractAlgebra.RealField, ["e"])
R, (e,) = AbstractAlgebra.polynomial_ring(AbstractAlgebra.RealField, ["e"])
unity = R(1);
good_bell_state = Register(MixedDestabilizer(S"XX ZZ"))
initial_state = good_bell_stategood_bell_state
Expand Down

0 comments on commit d13d325

Please sign in to comment.