Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

Commit

Permalink
fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed Sep 24, 2019
1 parent 86e8541 commit 1f16f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ for U in YaoArrayRegister.SPECIALIZATION_LIST, n in 5:4:15, B in 10:20:100
end

for n in 5:4:15, B in 10:20:100
SUITE["batched specialized"]["multi qubit"]["SWAP", n, nbatch] = bench(n, nbatch, Val(:SWAP), (1, 2))
SUITE["batched specialized"]["multi qubit"]["SWAP", "random", n, nbatch] = bench(n, nbatch, Val(:SWAP), Tuple(randperm(n)[1:2]))
SUITE["batched specialized"]["multi qubit"]["SWAP", n, B] = bench(n, B, Val(:SWAP), (1, 2))
SUITE["batched specialized"]["multi qubit"]["SWAP", "random", n, B] = bench(n, B, Val(:SWAP), Tuple(randperm(n)[1:2]))
end

# General Instructions (matrices based)
Expand Down

0 comments on commit 1f16f80

Please sign in to comment.