Skip to content

Commit

Permalink
update test_entanglement_tracker.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ba2tro committed Dec 20, 2023
1 parent 6e98ec1 commit 52cc4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_entanglement_tracker.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ using Logging
logger = ConsoleLogger(Logging.Debug; meta_formatter=(args...)->(:black,"",""))
global_logger(logger)
# same but this time with an entanglement tracker
n = rand(1:30)
n = rand(6:30)
for i in 1:1000
println("new =======================\n\n")
net = RegisterNet([Register(j+3) for j in 1:n])
Expand Down

0 comments on commit 52cc4ba

Please sign in to comment.