Expand description
Sparse matrix operations for efficient quantum circuit simulation.
This module provides sparse matrix representations and operations optimized for quantum gates, especially for circuits with limited connectivity.
Structs§
- CSRMatrix
- Compressed Sparse Row (CSR) matrix format
- Sparse
Gates - Sparse quantum gate representations
- Sparse
Matrix Builder - Sparse matrix builder for incremental construction
Functions§
- apply_
sparse_ gate - Apply sparse gate to state vector at specific qubits
- optimize_
sparse_ gates - Optimize gate sequence using sparsity