Crate qip_iterators

Source
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