You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using QuantumSavory
using QuantumSavory.ProtocolZoo: EntanglementTracker
using ConcurrentSim
using ResumableFunctions
using Graphs
net =RegisterNet([Register(3) for i in1:3])
sim =get_time_tracker(net)
for v invertices(net)
tracker =EntanglementTracker(sim, net, v)
@processtracker()
end
julia>run(sim, 100)
ERROR: MethodError: Cannot `convert` an object of type Nothing to an object of type String
Closest candidates are:convert(::Type{String}, ::Base.JuliaSyntax.Kind)
@ Base C:\workdir\base\JuliaSyntax\src\kinds.jl:975convert(::Type{String}, ::String)
@ Base essentials.jl:321convert(::Type{T}, ::T) where T<:AbstractString
@ Base strings\basic.jl:231...
Stacktrace:
[1] setproperty!(x::QuantumSavory.ProtocolZoo.var"##prot::EntanglementTracker_FSMI#258", f::Symbol, v::Nothing)
@ Base .\Base.jl:40
[2] macro expansion
@ C:\Users\abhishek_bhatt\.julia\dev\ResumableFunctions\src\transforms.jl:254 [inlined]
[3] macro expansion
@ C:\Users\abhishek_bhatt\.julia\dev\QuantumSavory\src\ProtocolZoo\ProtocolZoo.jl:82 [inlined]
[4] (::QuantumSavory.ProtocolZoo.var"##prot::EntanglementTracker_FSMI#258")(_arg::Nothing)
@ QuantumSavory.ProtocolZoo C:\Users\abhishek_bhatt\.julia\dev\ResumableFunctions\src\macro.jl:248
[5] execute(ev::ConcurrentSim.Initialize, proc::Process)
@ ConcurrentSim C:\Users\abhishek_bhatt\.julia\dev\ConcurrentSim\src\processes.jl:32
[6] (::ConcurrentSim.var"#1#2"{typeof(ConcurrentSim.execute), ConcurrentSim.Initialize, Tuple{Process}})()
@ ConcurrentSim C:\Users\abhishek_bhatt\.julia\dev\ConcurrentSim\src\base.jl:51
[7] step(sim::Simulation)
@ ConcurrentSim C:\Users\abhishek_bhatt\.julia\dev\ConcurrentSim\src\simulations.jl:39
[8] run(env::Simulation, until::ConcurrentSim.Timeout)
@ ConcurrentSim C:\Users\abhishek_bhatt\.julia\dev\ConcurrentSim\src\base.jl:91
[9] run(env::Simulation, until::Int64)
@ ConcurrentSim C:\Users\abhishek_bhatt\.julia\dev\ConcurrentSim\src\events.jl:29
[10] top-level scope
@ c:\Users\abhishek_bhatt\.julia\dev\buffer2.jl:23
The compat bound for RF has been lowered in #87 for now.
The text was updated successfully, but these errors were encountered:
With the new release of ResumbaleFunctions(v0.6.7) in JuliaDynamics/ResumableFunctions.jl#81 and the new Julia v1.10.0 release, we have some breakage:
The compat bound for RF has been lowered in #87 for now.
The text was updated successfully, but these errors were encountered: