Skip to content

Commit

Permalink
Update test_entanglement_consumer.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ba2tro authored Feb 20, 2024
1 parent 72ac25c commit edc77ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_entanglement_consumer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ for i in 1:30, n in 3:30
for e in edges(net)
ma = e.src == 1 ? 1.0 : 0.5
mb = e.dst == n ? 1.0 : 0.5
eprot = EntanglerProt(sim, net, e.src, e.dst; rounds=-1, randomize=false, marginA=ma, marginB=mb)
eprot = EntanglerProt(sim, net, e.src, e.dst; rounds=-1, randomize=true, marginA=ma, marginB=mb)
@process eprot()
end

Expand Down

0 comments on commit edc77ab

Please sign in to comment.