Zoo: [[2^j, 2^-j-2,3]] Gottesman /Quantum Hamming Code #974
ci.yml
on: pull_request
Documentation
16m 2s
Matrix: test
Annotations
6 errors and 7 warnings
Julia 1.9 - t=5 - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
|
Julia 1.9 - t=1 - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
|
Julia 1 - t=5 - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
|
Julia 1 - t=1 - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
|
Documentation:
../../../.julia/packages/Documenter/2OZOh/src/utilities/utilities.jl#L44
failed to run `@example` block in src/ECC_evaluating.md:69-86
```@example decoderexample
import PyQDecoders
mem_errors = 0.001:0.005:0.1
codes = [Toric(4,4), Toric(6,6)]
results = zeros(length(codes), length(mem_errors), 2)
for (ic, c) in pairs(codes)
for (i,m) in pairs(mem_errors)
setup = ShorSyndromeECCSetup(m, 0)
decoder = PyMatchingDecoder(c)
r = evaluate_decoder(decoder, setup, 1000)
results[ic,i,:] .= r
end
end
make_decoder_figure(mem_errors, results, "Toric code with a MWPM decoder")
```
exception =
Failed to precompile PyQDecoders [17f5de1a-9b79-4409-a58d-4d45812840f7] to "/home/runner/.julia/compiled/v1.10/PyQDecoders/jl_ZGEu9u".
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:35
[2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
@ Base ./loading.jl:2468
[3] compilecache
@ ./loading.jl:2340 [inlined]
[4] (::Base.var"#968#969"{Base.PkgId})()
@ Base ./loading.jl:1974
[5] mkpidlock(f::Base.var"#968#969"{Base.PkgId}, at::String, pid::Int32; kwopts::@kwargs{stale_age::Int64, wait::Bool})
@ FileWatching.Pidfile /opt/hostedtoolcache/julia/1.10.2/x64/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:93
[6] #mkpidlock#6
@ /opt/hostedtoolcache/julia/1.10.2/x64/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:88 [inlined]
[7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@kwargs{stale_age::Int64})
@ FileWatching.Pidfile /opt/hostedtoolcache/julia/1.10.2/x64/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:111
[8] #invokelatest#2
@ ./essentials.jl:894 [inlined]
[9] invokelatest
@ ./essentials.jl:889 [inlined]
[10] maybe_cachefile_lock(f::Base.var"#968#969"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)
@ Base ./loading.jl:2983
[11] maybe_cachefile_lock
@ ./loading.jl:2980 [inlined]
[12] _require(pkg::Base.PkgId, env::String)
@ Base ./loading.jl:1970
[13] __require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base ./loading.jl:1812
[14] #invoke_in_world#3
@ ./essentials.jl:926 [inlined]
[15] invoke_in_world
@ ./essentials.jl:923 [inlined]
[16] _require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base ./loading.jl:1803
[17] macro expansion
@ ./loading.jl:1790 [inlined]
[18] macro expansion
@ ./lock.jl:267 [inlined]
[19] __require(into::Module, mod::Symbol)
@ Base ./loading.jl:1753
[20] #invoke_in_world#3
@ ./essentials.jl:926 [inlined]
[21] invoke_in_world
@ ./essentials.jl:923 [inlined]
[22] require(into::Module, mod::Symbol)
@ Base ./loading.jl:1746
[23] eval
@ ./boot.jl:385 [inlined]
[24] #58
@ ~/.julia/packages/Documenter/2OZOh/src/expander_pipeline.jl:754 [inlined]
[25] cd(f::Documenter.var"#58#60"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[26] (::Documenter.var"#57#59"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/2OZOh/src/expander_pipeline.jl:753
[27] (::IOCapture.var"#4#7"{DataType, Documenter.var"#57#59"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/Rzdxd/src/IOCapture.jl:161
[28] with_logstate(f::Function, logstate::Any)
@ Base.CoreLogging ./logging.jl:515
[29] with_logger
@ ./logging.jl:627 [inlined]
[30] capture(f::Documenter.var"#57#59"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer)
@ IOCapture ~/.julia/packages/IOCapture/Rzdxd/src/IOCapture.jl:158
[31] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.jul
|
Documentation
Process completed with exit code 1.
|
Julia 1.9 - t=5 - ubuntu-latest - x64 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Julia 1.9 - t=1 - ubuntu-latest - x64 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Julia 1 - t=5 - ubuntu-latest - x64 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Julia 1 - t=1 - ubuntu-latest - x64 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Documentation:
../../../.julia/packages/Makie/VRavR/src/scenes.jl#L220
Found `resolution` in the theme when creating a `Scene`. The `resolution` keyword for `Scene`s and `Figure`s has been deprecated. Use `Figure(; size = ...` or `Scene(; size = ...)` instead, which better reflects that this is a unitless size and not a pixel resolution. The key could also come from `set_theme!` calls or related theming functions.
|
Documentation:
../../../.julia/packages/Documenter/2OZOh/src/utilities/utilities.jl#L46
54 docstrings not included in the manual:
QuantumInterface.remove :: Tuple{Any, Any}
QuantumInterface.directsum :: Tuple{QuantumInterface.Basis, QuantumInterface.Basis}
QuantumInterface.variance :: Union{Tuple{BC}, Tuple{B}, Tuple{Any, QuantumInterface.AbstractOperator{B, B}, QuantumInterface.AbstractOperator{BC, BC}}} where {B, BC<:QuantumInterface.CompositeBasis}
QuantumInterface.PauliBasis
QuantumClifford.ECC.hgp :: Tuple{Any, Any}
SparseArrays.sparse :: Tuple{QuantumInterface.AbstractOperator}
QuantumInterface.@samebases :: Tuple{Any}
QuantumInterface.StateVector
QuantumInterface.IncompatibleBases
QuantumInterface.check_embed_indices :: Tuple{Any}
QuantumInterface.check_sortedindices :: Tuple{Any, Any}
LinearAlgebra.normalize :: Tuple{QuantumInterface.StateVector}
LinearAlgebra.normalize :: Tuple{QuantumInterface.AbstractOperator}
QuantumInterface.SpinBasis
QuantumInterface.GenericBasis
Base.exp :: Tuple{QuantumInterface.AbstractOperator}
QuantumClifford.ECC.AbstractECCSetup
QuantumInterface.check_samebases :: Tuple{Any, Any}
QuantumInterface.NLevelBasis
QuantumInterface.basis
LinearAlgebra.tr :: Tuple{QuantumInterface.AbstractOperator}
QuantumClifford.ECC.shor_ancillary_paulimeasurement :: Union{Tuple{PauliOperator}, Tuple{PauliOperator, Any}, Tuple{PauliOperator, Any, Any}}
QuantumInterface.embed :: Union{Tuple{T}, Tuple{QuantumInterface.CompositeBasis, QuantumInterface.CompositeBasis, Dict{<:Vector{<:Integer}, T}}} where T<:QuantumInterface.AbstractOperator
QuantumInterface.embed :: Union{Tuple{T}, Tuple{QuantumInterface.CompositeBasis, QuantumInterface.CompositeBasis, Any, Vector{T}}} where T<:QuantumInterface.AbstractOperator
QuantumInterface.FockBasis
QuantumInterface.CompositeBasis
QuantumClifford.ECC.physical_ECC_circuit
QuantumInterface.identitysuperoperator
QuantumInterface.multiplicable :: Tuple{QuantumInterface.Basis, QuantumInterface.Basis}
QuantumInterface.Basis
QuantumInterface.AbstractOperator
QuantumInterface.identityoperator :: Union{Tuple{S}, Tuple{T}, Tuple{Type{T}, Type{S}, QuantumInterface.Basis, QuantumInterface.Basis}} where {T<:QuantumInterface.AbstractOperator, S}
QuantumInterface.check_multiplicable :: Tuple{Any, Any}
QuantumInterface.SumBasis
QuantumClifford.ECC.logz_ops :: Tuple{Any}
LinearAlgebra.norm :: Tuple{QuantumInterface.StateVector}
QuantumInterface.samebases :: Tuple{QuantumInterface.Basis, QuantumInterface.Basis}
LinearAlgebra.ishermitian :: Tuple{QuantumInterface.AbstractOperator}
QuantumInterface.AbstractSuperOperator
QuantumInterface.permutesystems :: Tuple{QuantumInterface.CompositeBasis, Any}
Base.length :: Tuple{QuantumInterface.Basis}
QuantumClifford.ECC.naive_ancillary_paulimeasurement :: Union{Tuple{PauliOperator}, Tuple{PauliOperator, Any}, Tuple{PauliOperator, Any, Any}}
QuantumInterface.ptrace :: Tuple{QuantumInterface.CompositeBasis, Any}
QuantumInterface.complement :: Tuple{Any, Any}
QuantumInterface.equal_shape :: Tuple{Any, Any}
QuantumClifford.ECC.logx_ops :: Tuple{Any}
QuantumInterface.reduced :: Tuple{QuantumInterface.CompositeBasis, Any}
QuantumClifford.ECC.AbstractSyndromeDecoder
QuantumClifford.ECC.parity_matrix :: Tuple{QuantumClifford.ECC.AbstractECC}
QuantumInterface.check_indices :: Tuple{Any, Any}
QuantumInterface.equal_bases :: Tuple{Any, Any}
QuantumInterface.shiftremove :: Tuple{Any, Any}
LinearAlgebra.normalize! :: Tuple{QuantumInterface.StateVector}
LinearAlgebra.normalize! :: Tuple{QuantumInterface.AbstractOperator}
These are docstrings in the checked modules (configured with the modules keyword)
that are not included in canonical @docs or @autodocs blocks.
|
Documentation
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|