Skip to content

Commit

Permalink
undo a change that makes stat tests unreliable
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov authored Dec 21, 2024
1 parent ce44885 commit 7bd1681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_nonclifford_quantumoptics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ end
# TODO Analyze some multi-qubit genstab states that are unsimulable due to very complex
# destabweights, which also exhibit an inverse sparsity relation (Λ(χ′) = Λ(χ) = 4).
count = 0
num_trials = 5
num_trials = 20
num_qubits = [2,3,4,5] # exclusively multi-qubit
for n in num_qubits # exponential cost in this term
for repetition in 1:num_trials
Expand Down

0 comments on commit 7bd1681

Please sign in to comment.