We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc1c40 commit 68af294Copy full SHA for 68af294
src/caches/abstractbeliefpropagationcache.jl
@@ -50,7 +50,7 @@ end
50
default_partitioned_vertices(ψ::AbstractITensorNetwork) = group(v -> v, vertices(ψ))
51
52
function Base.setindex!(bpc::AbstractBeliefPropagationCache, factor::ITensor, vertex)
53
- not_implemented()
+ return not_implemented()
54
end
55
partitioned_tensornetwork(bpc::AbstractBeliefPropagationCache) = not_implemented()
56
messages(bpc::AbstractBeliefPropagationCache) = not_implemented()
0 commit comments