Skip to content

Commit

Permalink
Update mention of row-major in the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov committed Jun 20, 2021
1 parent 308359e commit 246576b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/datastructures.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Both of these parameters are tested in the benchmark shown below (testing the ap

![Benchmarking Pauli application and Canonicalization for different bit-packing sizes and numbers of qubits.](bench_intsize.png)

While row-major UInt64 is the best performing, currently we are using column-major UInt64. The column-major format is more completely tested, even though the row-major format has slightly better performance thanks to being friendlier to CPU caches.
Row-major UInt64 is the best performing and it is mostly used by default in this library.

## [Clifford Operators Datastructures](@id Clifford-Operators-Datastructures)

Expand Down

2 comments on commit 246576b

@Krastanov
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/39273

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.10 -m "<description of version>" 246576be07136175bb39f3d0f6c78a23090c74ce
git push origin v0.2.10

Please sign in to comment.