Expand description
Matrix multiplication library for qubit-structure matrices.
Modules§
- iterators
- Iterators over nonzero elements of tensor-product matrices.
- matrix_
ops - Helper functions for using iterators for matrix multiplication
- rayon_
helper - Helpers for converting from synchronous to parallel iterators.
- utils
- Utilities related to bit manipulation of tensor elements.
Macros§
- into_
iter - Choose between into_iter and into_par_iter
- iter
- Choose between iter and par_iter
- iter_
mut - Choose between iter_mut and par_iter_mut
- sort_
by_ key - Choose between sort_by_key and par_sort_by_key
- sort_
unstable_ by - Choose between sort_by_key and par_sort_by_key