Skip to content

Commit

Permalink
Update src/beliefpropagation/beliefpropagation.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyT1994 authored Nov 9, 2023
1 parent cedb1d6 commit a8da3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beliefpropagation/beliefpropagation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Do a sequential update of message tensors on `edges` for a given ITensornetwork
function belief_propagation_iteration(
tn::ITensorNetwork,
mts::DataGraph,
edges::Vector{E};
edges::Vector{<:NamedEdge};
contract_kwargs=(; alg="density_matrix", output_structure=path_graph_structure, maxdim=1),
compute_norm=false,
)
Expand Down

0 comments on commit a8da3dc

Please sign in to comment.