From 0cb4e3590ab6d785c8d65a364f775b6248792075 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 14 Feb 2024 00:56:26 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for Nemo to 0.42, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c0ab8e34a..a78582518 100644 --- a/Project.toml +++ b/Project.toml @@ -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" From c6bcdb3736216d6793f766b3fab3765720f0be7c Mon Sep 17 00:00:00 2001 From: Stefan Krastanov Date: Tue, 13 Feb 2024 20:34:00 -0500 Subject: [PATCH 2/2] fixup --- test/test_noisycircuits.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_noisycircuits.jl b/test/test_noisycircuits.jl index 695a12080..90b1814e4 100644 --- a/test/test_noisycircuits.jl +++ b/test/test_noisycircuits.jl @@ -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_state⊗good_bell_state