Crate qip_iterators

source ·
Expand description

Matrix multiplication library for qubit-structure matrices.

Modules

  • Iterators over nonzero elements of tensor-product matrices.
  • Helper functions for using iterators for matrix multiplication
  • Helpers for converting from synchronous to parallel iterators.
  • Utilities related to bit manipulation of tensor elements.

Macros

  • Choose between into_iter and into_par_iter
  • Choose between iter and par_iter
  • Choose between iter_mut and par_iter_mut
  • Choose between sort_by_key and par_sort_by_key
  • Choose between sort_by_key and par_sort_by_key