forked from QuantumSavory/QuantumClifford.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve performance of random_pauli! by 100x (QuantumSavory#454)
This commit improves the performance of the unbiased branch of `random_pauli!` by a factor of about 100. Each chunk in the data array is replaced with a random `UInt64`. --------- Co-authored-by: Stefan Krastanov <[email protected]>
- Loading branch information
Showing
3 changed files
with
21 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "QuantumClifford" | ||
uuid = "0525e862-1e90-11e9-3e4d-1b39d7109de1" | ||
authors = ["Stefan Krastanov <[email protected]> and QuantumSavory community members"] | ||
version = "0.9.15" | ||
version = "0.9.16" | ||
|
||
[deps] | ||
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters